This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-arm in repository toolchain/ci/linux.
from cf424ef014ac Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/s [...] adds 0be0b70df661 pinctrl: alderlake: Fix register offsets for ADL-N variant adds fda4d7e7767c Merge tag 'intel-pinctrl-v5.18-2' of gitolite.kernel.org:p [...] adds ef0beba1a5fb pinctrl: qcom: sm6350: fix order of UFS & SDC pins adds 87950929e2ff pinctrl: mediatek: moore: Fix build error adds 08b7cf134eaf pinctrl: Fix an error in pin-function table of SP7021 adds e74200ebf7c4 pinctrl: stm32: Do not call stm32_gpio_get() for edge trig [...] adds abb860ac7e3f pinctrl: samsung: staticize fsd_pin_ctrl adds ac875df4d854 pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config adds b3af85969e95 Merge tag 'samsung-pinctrl-fixes-5.18' of https://git.kern [...] adds 1f3e25a06883 pinctrl: rockchip: fix RK3308 pinmux bits adds 7c4cffc5d473 pinctrl: rockchip: sort the rk3308_mux_recalced_data entries adds 05d8af449d93 pinctrl: stm32: Keep pinctrl block clock enabled when LEVE [...] adds 0c9843a74a85 pinctrl: pistachio: fix use of irq_of_parse_and_map() adds 46cf2c613f4b Merge tag 'pinctrl-v5.18-2' of git://git.kernel.org/pub/sc [...] adds 233087ca0636 floppy: disable FDRAWCMD by default adds 9fe4e0d3cbfe mtd: rawnand: fix ecc parameters for mt7622 adds 084c16ab423a mtd: rawnand: Fix return value check of wait_for_completio [...] adds 37c5f9e80e01 mtd: fix 'part' field data corruption in mtd_info adds ba7542eb2dd5 mtd: rawnand: qcom: fix memory corruption that causes panic adds 03498b7131b8 Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org [...] adds 694852ead287 zonefs: Clear inode information flags on inode creation adds 1da18a296f5b zonefs: Fix management of open zones adds 211ed5480aff Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/sc [...] adds e5be15767e7e hex2bin: make the function hex_to_bin constant-time adds e4d8a2999773 hex2bin: fix access beyond string end new 31fa985b4196 kasan: prevent cpu_quarantine corruption when CPU offline [...] new 5603f9bdea68 docs: vm/page_owner: use literal blocks for param description new 8f4dd16603ce Merge branch 'akpm' (patches from Andrew)
The 3 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: Documentation/vm/page_owner.rst | 5 +- arch/arm/mach-exynos/Kconfig | 1 - drivers/block/Kconfig | 16 ++++++ drivers/block/floppy.c | 43 ++++++++++++---- drivers/mtd/nand/raw/mtk_ecc.c | 12 +++-- drivers/mtd/nand/raw/qcom_nandc.c | 24 +++++---- drivers/mtd/nand/raw/sh_flctl.c | 14 +++--- drivers/pinctrl/intel/pinctrl-alderlake.c | 60 ++++++++++++++-------- drivers/pinctrl/mediatek/Kconfig | 1 + drivers/pinctrl/pinctrl-pistachio.c | 6 +-- drivers/pinctrl/pinctrl-rockchip.c | 69 ++++++++++++++++---------- drivers/pinctrl/qcom/pinctrl-sm6350.c | 16 +++--- drivers/pinctrl/samsung/Kconfig | 11 ++-- drivers/pinctrl/samsung/pinctrl-exynos-arm64.c | 2 +- drivers/pinctrl/stm32/pinctrl-stm32.c | 23 ++++++++- drivers/pinctrl/sunplus/sppctl_sp7021.c | 8 +++ fs/zonefs/super.c | 46 +++++++++++++++-- include/linux/kernel.h | 2 +- include/linux/mtd/mtd.h | 6 +-- lib/hexdump.c | 41 +++++++++++---- mm/kasan/quarantine.c | 7 +++ 21 files changed, 290 insertions(+), 123 deletions(-)