This is the start of the stable review cycle for the 5.18.7 release. There are 11 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Sat, 25 Jun 2022 16:43:11 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.18.7-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 5.18.7-rc1 Sean Anderson <sean.anderson@xxxxxxxx> dt-bindings: nvmem: sfp: Add clock properties Toke Høiland-Jørgensen <toke@xxxxxxxxxx> selftests/bpf: Add selftest for calling global functions from freplace Toke Høiland-Jørgensen <toke@xxxxxxxxxx> bpf: Fix calling global functions from BPF_PROG_TYPE_EXT programs Amir Goldstein <amir73il@xxxxxxxxx> fsnotify: consistent behavior for parent not watching children Amir Goldstein <amir73il@xxxxxxxxx> fsnotify: introduce mark type iterator Kees Cook <keescook@xxxxxxxxxxxx> x86/boot: Wrap literal addresses in absolute_pointer() Jakub Kicinski <kuba@xxxxxxxxxx> net: wwan: iosm: remove pointless null check Martin Liška <mliska@xxxxxxx> eth: sun: cassini: remove dead code Jakub Kicinski <kuba@xxxxxxxxxx> wifi: rtlwifi: remove always-true condition pointed out by GCC 12 Damien Le Moal <damien.lemoal@xxxxxxxxxxxxxxxxxx> zonefs: fix zonefs_iomap_begin() for reads Christian Borntraeger <borntraeger@xxxxxxxxxxxxx> s390/mm: use non-quiescing sske for KVM switch to keyed guest ------------- Diffstat: .../bindings/nvmem/fsl,layerscape-sfp.yaml | 14 ++++ Makefile | 4 +- arch/s390/mm/pgtable.c | 2 +- arch/x86/boot/boot.h | 36 ++++++--- arch/x86/boot/main.c | 2 +- drivers/net/ethernet/sun/cassini.c | 4 +- .../net/wireless/realtek/rtlwifi/rtl8192de/phy.c | 5 +- drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c | 10 --- fs/notify/fanotify/fanotify.c | 24 ++---- fs/notify/fsnotify.c | 85 +++++++++---------- fs/zonefs/super.c | 94 +++++++++++++++------- include/linux/fsnotify_backend.h | 31 +++++-- kernel/bpf/btf.c | 4 +- .../selftests/bpf/prog_tests/fexit_bpf2bpf.c | 14 ++++ .../selftests/bpf/progs/freplace_global_func.c | 18 +++++ 15 files changed, 216 insertions(+), 131 deletions(-)