https://github.com/torvalds/linux
Revision 75caf310d16cc5e2f851c048cd597f5437013368 authored by Linus Torvalds on 28 May 2020, 20:04:25 UTC, committed by Linus Torvalds on 28 May 2020, 20:04:25 UTC
Merge misc fixes from Andrew Morton:
 "5 fixes"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  include/asm-generic/topology.h: guard cpumask_of_node() macro argument
  fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
  mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
  mm,thp: stop leaking unreleased file pages
  mm/z3fold: silence kmemleak false positives of slots
2 parent s d16eea2 + 4377748
Raw File
Tip revision: 75caf310d16cc5e2f851c048cd597f5437013368 authored by Linus Torvalds on 28 May 2020, 20:04:25 UTC
Merge branch 'akpm' (patches from Andrew)
Tip revision: 75caf31
Makefile
# SPDX-License-Identifier: GPL-2.0

obj-$(CONFIG_DECNET) += decnet.o

decnet-y := af_decnet.o dn_nsp_in.o dn_nsp_out.o \
	    dn_route.o dn_dev.o dn_neigh.o dn_timer.o
decnet-$(CONFIG_DECNET_ROUTER) += dn_fib.o dn_rules.o dn_table.o
decnet-y += sysctl_net_decnet.o

obj-$(CONFIG_NETFILTER) += netfilter/
back to top