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
b53
microchip
mv88e6xxx
Kconfig -rw-r--r-- 2.9 KB
Makefile -rw-r--r-- 809 bytes
bcm_sf2.c -rw-r--r-- 31.9 KB
bcm_sf2.h -rw-r--r-- 5.5 KB
bcm_sf2_cfp.c -rw-r--r-- 32.7 KB
bcm_sf2_regs.h -rw-r--r-- 12.3 KB
dsa_loop.c -rw-r--r-- 8.8 KB
dsa_loop.h -rw-r--r-- 446 bytes
dsa_loop_bdinfo.c -rw-r--r-- 715 bytes
lan9303-core.c -rw-r--r-- 39.1 KB
lan9303.h -rw-r--r-- 377 bytes
lan9303_i2c.c -rw-r--r-- 3.0 KB
lan9303_mdio.c -rw-r--r-- 4.7 KB
lantiq_gswip.c -rw-r--r-- 32.9 KB
lantiq_pce.h -rw-r--r-- 5.9 KB
mt7530.c -rw-r--r-- 35.2 KB
mt7530.h -rw-r--r-- 13.2 KB
mv88e6060.c -rw-r--r-- 7.1 KB
mv88e6060.h -rw-r--r-- 4.4 KB
qca8k.c -rw-r--r-- 24.0 KB
qca8k.h -rw-r--r-- 5.9 KB
realtek-smi.c -rw-r--r-- 11.3 KB
realtek-smi.h -rw-r--r-- 4.3 KB
rtl8366.c -rw-r--r-- 11.1 KB
rtl8366rb.c -rw-r--r-- 42.8 KB
vitesse-vsc73xx.c -rw-r--r-- 38.1 KB

back to top