This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a90af8f15bdc Merge tag 'libata-5.16-rc2' of git://git.kernel.org/pub/sc [...] new 0226487ad814 cifs: move debug print out of spinlock new 446e21482e8c cifs: protect srv_count with cifs_tcp_ses_lock new 8ae87bbeb5d1 cifs: introduce cifs_ses_mark_for_reconnect() helper new b38bfc747cb4 Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfr [...] new 420f48f636b9 s390/setup: avoid reserving memory above identity mapping new 5dbc4cb46674 s390/setup: avoid using memblock_enforce_memory_limit new 6ad5f024d1f5 s390/setup: re-arrange memblock setup new 9a39abb7c9aa s390/boot: simplify and fix kernel memory layout setup new 4b9e04367afe s390: replace snprintf in show functions with sysfs_emit new 7b737adc10d2 s390/vdso: remove -nostdlib compiler flag new 00b55eaf4554 s390/vdso: filter out -mstack-guard and -mstack-size new 6c122360cf2f s390: wire up sys_futex_waitv system call new 3b90954419d4 s390/dump: fix copying to user-space of swapped kdump oldmem new 20c76e242e70 s390/kexec: fix return code handling new 4aa9340584e3 s390/kexec: fix memory leak of ipl report buffer new f1ab2e0d4cbd MAINTAINERS: update email address of Christian Borntraeger new 503e45108451 ftrace/samples: add missing Kconfig option for ftrace dire [...] new 890e3dc8bb6e ftrace/samples: add s390 support for ftrace direct multi sample new 6b38e2fb70b6 Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/li [...] new e9380df85187 ACPI: Add stubs for wakeup handler functions new 2d54067fcd23 pinctrl: amd: Fix wakeups when IRQ is shared with SCI new 55924812d208 pinctrl: tegra: Return const pointer from tegra_pinctrl_ge [...] new 60430d4c4edd pinctrl: qcom: fix unmet dependencies on GPIOLIB for GPIOL [...] new a5b9703fe11c pinctrl: ralink: include 'ralink_regs.h' in 'pinctrl-mt7620.c' new 9b3b94e9eb14 pinctrl: apple: Always return valid type in apple_gpio_irq_type new 3a3a100473d2 pinctrl: qcom: sdm845: Enable dual edge errata new a3143f7822a9 Remove unused header <linux/sdb.h> new 293083f877a7 pinctrl: tegra194: remove duplicate initializer again new 62209e805b5c pinctrl: qcom: sm8350: Correct UFS and SDC offsets new b100274c7054 Merge tag 'pinctrl-v5.16-2' of git://git.kernel.org/pub/sc [...] new 94c4b4fd25e6 block: Check ADMIN before NICE for IOPRIO_CLASS_RT new 95febeb61bf8 block: fix missing queue put in error path new 2a19b28f7929 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_qu [...] new d1faacbf67b1 Revert "mark pstore-blk as broken" new 245a489e81e1 block: avoid to quiesce queue in elevator_init_mq new 15c301049651 blk-cgroup: fix missing put device in error path from blkg [...] new 2b504bd4841b blk-mq: don't insert FUA request with data into scheduler queue new 61564e7b3abc Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/l [...]
The 38 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .mailmap | 3 + MAINTAINERS | 4 +- arch/s390/Kconfig | 3 +- arch/s390/Makefile | 10 +- arch/s390/boot/startup.c | 88 ++++++----------- arch/s390/include/asm/kexec.h | 6 ++ arch/s390/kernel/crash_dump.c | 4 +- arch/s390/kernel/ipl.c | 3 +- arch/s390/kernel/machine_kexec_file.c | 18 +++- arch/s390/kernel/setup.c | 22 +---- arch/s390/kernel/syscalls/syscall.tbl | 1 + arch/s390/kernel/vdso32/Makefile | 2 +- arch/s390/kernel/vdso64/Makefile | 7 +- arch/x86/Kconfig | 2 +- block/blk-cgroup.c | 9 +- block/blk-core.c | 4 +- block/blk-flush.c | 12 +-- block/blk-mq.c | 33 +++++-- block/blk-mq.h | 2 + block/blk-sysfs.c | 10 -- block/blk.h | 2 +- block/elevator.c | 10 +- block/genhd.c | 2 + block/ioprio.c | 9 +- drivers/pinctrl/pinctrl-amd.c | 29 +++++- drivers/pinctrl/pinctrl-apple-gpio.c | 12 +-- drivers/pinctrl/qcom/Kconfig | 2 + drivers/pinctrl/qcom/pinctrl-sdm845.c | 1 + drivers/pinctrl/qcom/pinctrl-sm8350.c | 8 +- drivers/pinctrl/ralink/pinctrl-mt7620.c | 1 + drivers/pinctrl/tegra/pinctrl-tegra.c | 4 +- drivers/pinctrl/tegra/pinctrl-tegra194.c | 1 - drivers/s390/block/dasd_devmap.c | 76 +++++++-------- drivers/s390/char/raw3270.c | 12 +-- drivers/s390/cio/chp.c | 2 +- fs/cifs/cifs_swn.c | 16 +--- fs/cifs/cifsproto.h | 1 + fs/cifs/connect.c | 16 +--- fs/cifs/dfs_cache.c | 7 +- fs/cifs/sess.c | 15 ++- fs/pstore/Kconfig | 1 - include/linux/acpi.h | 9 ++ include/linux/sdb.h | 160 ------------------------------- samples/Kconfig | 11 ++- samples/Makefile | 2 +- samples/ftrace/Makefile | 2 +- samples/ftrace/ftrace-direct-multi.c | 30 ++++++ 47 files changed, 301 insertions(+), 383 deletions(-) delete mode 100644 include/linux/sdb.h