Revision 3541833fd1f264e7579e573a6586a1b665da37db authored by Linus Torvalds on 09 November 2018, 12:30:44 UTC, committed by Linus Torvalds on 09 November 2018, 12:30:44 UTC
Pull s390 fixes from Martin Schwidefsky:

 - A fix for the pgtable_bytes misaccounting on s390. The patch changes
   common code part in regard to page table folding and adds extra
   checks to mm_[inc|dec]_nr_[pmds|puds].

 - Add FORCE for all build targets using if_changed

 - Use non-loadable phdr for the .vmlinux.info section to avoid a
   segment overlap that confuses kexec

 - Cleanup the attribute definition for the diagnostic sampling

 - Increase stack size for CONFIG_KASAN=y builds

 - Export __node_distance to fix a build error

 - Correct return code of a PMU event init function

 - An update for the default configs

* tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/perf: Change CPUM_CF return code in event init function
  s390: update defconfigs
  s390/mm: Fix ERROR: "__node_distance" undefined!
  s390/kasan: increase instrumented stack size to 64k
  s390/cpum_sf: Rework attribute definition for diagnostic sampling
  s390/mm: fix mis-accounting of pgtable_bytes
  mm: add mm_pxd_folded checks to pgtable_bytes accounting functions
  mm: introduce mm_[p4d|pud|pmd]_folded
  mm: make the __PAGETABLE_PxD_FOLDED defines non-empty
  s390: avoid vmlinux segments overlap
  s390/vdso: add missing FORCE to build targets
  s390/decompressor: add missing FORCE to build targets
2 parent s 24ccea7 + 0bb2ae1
History
File Mode Size
appletalk
arcnet
bonding
caif
can
dsa
ethernet
fddi
fjes
hamradio
hippi
hyperv
ieee802154
ipvlan
netdevsim
phy
plip
ppp
slip
team
usb
vmxnet3
wan
wimax
wireless
xen-netback
Kconfig -rw-r--r-- 17.4 KB
LICENSE.SRC -rw-r--r-- 891 bytes
Makefile -rw-r--r-- 2.2 KB
Space.c -rw-r--r-- 4.0 KB
dummy.c -rw-r--r-- 6.0 KB
eql.c -rw-r--r-- 14.6 KB
geneve.c -rw-r--r-- 46.6 KB
gtp.c -rw-r--r-- 31.0 KB
ifb.c -rw-r--r-- 8.6 KB
loopback.c -rw-r--r-- 5.9 KB
macsec.c -rw-r--r-- 86.0 KB
macvlan.c -rw-r--r-- 43.6 KB
macvtap.c -rw-r--r-- 6.1 KB
mdio.c -rw-r--r-- 17.4 KB
mii.c -rw-r--r-- 18.0 KB
net_failover.c -rw-r--r-- 23.3 KB
netconsole.c -rw-r--r-- 24.8 KB
nlmon.c -rw-r--r-- 3.4 KB
ntb_netdev.c -rw-r--r-- 12.2 KB
rionet.c -rw-r--r-- 18.6 KB
sb1000.c -rw-r--r-- 31.2 KB
sungem_phy.c -rw-r--r-- 29.8 KB
tap.c -rw-r--r-- 30.4 KB
thunderbolt.c -rw-r--r-- 34.4 KB
tun.c -rw-r--r-- 84.0 KB
veth.c -rw-r--r-- 30.8 KB
virtio_net.c -rw-r--r-- 82.9 KB
vrf.c -rw-r--r-- 33.3 KB
vsockmon.c -rw-r--r-- 3.5 KB
vxlan.c -rw-r--r-- 99.8 KB
xen-netfront.c -rw-r--r-- 55.1 KB

back to top