Revision ee51814888278677cb4384814bbe3c95f6270b50 authored by Linus Torvalds on 06 November 2020, 20:21:33 UTC, committed by Linus Torvalds on 06 November 2020, 20:21:33 UTC
Pull s390 fixes from Heiko Carstens:

 - fix reference counting for ap devices

 - fix paes selftest

 - fix pmd_deref()/pud_deref() so they can also handle large pages

 - remove unused vdso file and defines

 - update defconfigs

 - call rcu_cpu_starting() early in smp init code to avoid lockdep
   warnings

 - fix hotplug of PCI function missing bus

* tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/pci: fix hot-plug of PCI function missing bus
  s390/smp: move rcu_cpu_starting() earlier
  s390/pkey: fix paes selftest failure with paes and pkey static build
  s390: update defconfigs
  s390/vdso: remove unused constants
  s390/vdso: remove empty unused file
  s390/mm: make pmd/pud_deref() large page aware
  s390/ap: fix ap devices reference counting
2 parent s 41f1653 + 0b2ca2c
History
File Mode Size
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.5 KB
Makefile -rw-r--r-- 939 bytes
target_core_alua.c -rw-r--r-- 59.9 KB
target_core_alua.h -rw-r--r-- 6.0 KB
target_core_configfs.c -rw-r--r-- 96.7 KB
target_core_device.c -rw-r--r-- 30.5 KB
target_core_fabric_configfs.c -rw-r--r-- 27.2 KB
target_core_fabric_lib.c -rw-r--r-- 10.6 KB
target_core_file.c -rw-r--r-- 24.3 KB
target_core_file.h -rw-r--r-- 1.2 KB
target_core_hba.c -rw-r--r-- 4.0 KB
target_core_iblock.c -rw-r--r-- 21.4 KB
target_core_iblock.h -rw-r--r-- 623 bytes
target_core_internal.h -rw-r--r-- 6.8 KB
target_core_pr.c -rw-r--r-- 122.2 KB
target_core_pr.h -rw-r--r-- 2.5 KB
target_core_pscsi.c -rw-r--r-- 27.5 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 15.7 KB
target_core_rd.h -rw-r--r-- 1.5 KB
target_core_sbc.c -rw-r--r-- 37.3 KB
target_core_spc.c -rw-r--r-- 38.3 KB
target_core_stat.c -rw-r--r-- 36.4 KB
target_core_tmr.c -rw-r--r-- 11.9 KB
target_core_tpg.c -rw-r--r-- 17.1 KB
target_core_transport.c -rw-r--r-- 93.5 KB
target_core_ua.c -rw-r--r-- 8.3 KB
target_core_ua.h -rw-r--r-- 1.7 KB
target_core_user.c -rw-r--r-- 75.7 KB
target_core_xcopy.c -rw-r--r-- 27.3 KB
target_core_xcopy.h -rw-r--r-- 1.8 KB

back to top