This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
------------- Pseudo-Shortlog of commits:
Greg Kroah-Hartman gregkh@linuxfoundation.org Linux 5.13.5-rc1
Aaron Ma aaron.ma@canonical.com mt76: mt7921: continue to probe driver when fw already downloaded
Paolo Abeni pabeni@redhat.com udp: properly flush normal packet at GRO time
Eric Dumazet edumazet@google.com udp: annotate data races around unix_sk(sk)->gso_size
Cristian Marussi cristian.marussi@arm.com firmware: arm_scmi: Avoid padding in sensor message structure
Linus Walleij linus.walleij@linaro.org drm/panel: nt35510: Do not fail if DSI read fails
Riccardo Mancini rickyman7@gmail.com perf test bpf: Free obj_buf
John Fastabend john.fastabend@gmail.com bpf: Track subprog poke descriptors correctly and fix use-after-free
Gu Shengxian gushengxian@yulong.com bpftool: Properly close va_list 'ap' by va_end() on error
Wei Li liwei391@huawei.com tools: bpf: Fix error in 'make -C tools/ bpf_install'
Talal Ahmad talalahmad@google.com tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path
Eric Dumazet edumazet@google.com ipv6: tcp: drop silly ICMPv6 packet too big messages
Nguyen Dinh Phi phind.uet@gmail.com tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized
Eric Dumazet edumazet@google.com tcp: annotate data races around tp->mtu_info
Paolo Abeni pabeni@redhat.com tcp: consistently disable header prediction for mptcp
Andrew Jeffery andrew@aj.id.au ARM: dts: everest: Add phase corrections for eMMC
Andrew Jeffery andrew@aj.id.au ARM: dts: tacoma: Add phase corrections for eMMC
Joel Stanley joel@jms.id.au ARM: dts: aspeed: Fix AST2600 machines line names
Hans de Goede hdegoede@redhat.com vboxsf: Add support for the atomic_open directory-inode op
Hans de Goede hdegoede@redhat.com vboxsf: Add vboxsf_[create|release]_sf_handle() helpers
Hans de Goede hdegoede@redhat.com vboxsf: Make vboxsf_dir_create() return the handle for the created file
Hans de Goede hdegoede@redhat.com vboxsf: Honor excl flag to the dir-inode create op
Masahiro Yamada masahiroy@kernel.org kbuild: do not suppress Kconfig prompts for silent build
Jason Ekstrand jason@jlekstrand.net dma-buf/sync_file: Don't leak fences on merge failure
Pavel Skripkin paskripkin@gmail.com net: fddi: fix UAF in fza_probe
Vladimir Oltean vladimir.oltean@nxp.com net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_leave()
Taehee Yoo ap420073@gmail.com net: validate lwtstate->data before returning from skb_tunnel_info()
Antoine Tenart atenart@kernel.org net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache
Alexander Ovechkin ovov@yandex-team.ru net: send SYNACK packet with accepted fwmark
Pavel Skripkin paskripkin@gmail.com net: ti: fix UAF in tlan_remove_one
Pavel Skripkin paskripkin@gmail.com net: qcom/emac: fix UAF in emac_remove
Pavel Skripkin paskripkin@gmail.com net: moxa: fix UAF in moxart_mac_probe
Hangbin Liu liuhangbin@gmail.com net: ip_tunnel: fix mtu calculation for ETHER tunnel devices
Florian Fainelli f.fainelli@gmail.com net: bcmgenet: Ensure all TX/RX queues DMAs are disabled
Taehee Yoo ap420073@gmail.com net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_ops
Lorenzo Bianconi lorenzo@kernel.org net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragment
Wolfgang Bumiller w.bumiller@proxmox.com net: bridge: sync fdb to new unicast-filtering ports
Louis Peens louis.peens@corigine.com net/sched: act_ct: remove and free nf_table callbacks
Ronak Doshi doshir@vmware.com vmxnet3: fix cksum offload issues for tunnels with non-default udp ports
Colin Ian King colin.king@canonical.com netfilter: nf_tables: Fix dereference of null pointer flow
wenxu wenxu@ucloud.cn net/sched: act_ct: fix err check for nf_conntrack_confirm
Vasily Averin vvs@virtuozzo.com netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo
Vadim Fedorenko vfedorenko@novek.ru net: ipv6: fix return value of ip6_skb_dst_mtu
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: enable SerDes PCS register dump via ethtool -d on Topaz
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: enable SerDes RX stats for Topaz
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: enable devlink ATU hash param for Topaz
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: enable .rmu_disable() on Topaz
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: use correct .stats_set_histogram() on Topaz
Marek Behún kabel@kernel.org net: dsa: mv88e6xxx: enable .port_set_policy() on Topaz
Doug Berger opendmb@gmail.com net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear
Daniel Rosenberg drosen@google.com f2fs: Show casefolding support only when supported
Peter Xu peterx@redhat.com mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu peterx@redhat.com mm/thp: simplify copying of huge zero page pmd when fork
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "mm/shmem: fix shmem_swapin() race with swapoff"
Greg Kroah-Hartman gregkh@linuxfoundation.org Revert "swap: fix do_swap_page() race with swapoff"
Pali Rohár pali@kernel.org arm64: dts: marvell: armada-37xx: move firmware node to generic dtsi file
Pali Rohár pali@kernel.org firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string
Paulo Alcantara pc@cjr.nz cifs: prevent NULL deref in cifs_compose_mount_options()
Heiko Carstens hca@linux.ibm.com s390: introduce proper type handling call_on_stack() macro
Ilya Leoshkevich iii@linux.ibm.com s390/traps: do not test MONITOR CALL without CONFIG_BUG
Dmitry Osipenko digetx@gmail.com thermal/core/thermal_of: Stop zone device before unregistering it
Kan Liang kan.liang@linux.intel.com perf/x86/intel/uncore: Clean up error handling path of iio mapping
Odin Ugedal odin@uged.al sched/fair: Fix CFS bandwidth hrtimer expiry type
Javed Hasan jhasan@marvell.com scsi: qedf: Add check to synchronize abort and flush
Javed Hasan jhasan@marvell.com scsi: libfc: Fix array index out of bound exception
Yufen Yu yuyufen@huawei.com scsi: libsas: Add LUN number check in .slave_alloc callback
Colin Ian King colin.king@canonical.com scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8
Krzysztof Kozlowski krzk@kernel.org rtc: max77686: Do not enforce (incorrect) interrupt trigger type
Konstantin Porotchkin kostap@marvell.com arch/arm64/boot/dts/marvell: fix NAND partitioning scheme
Matthias Maennich maennich@google.com kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set
Konrad Dybcio konrad.dybcio@somainline.org arm64: dts: qcom: sm8150: Disable Adreno and modem by default
Konrad Dybcio konrad.dybcio@somainline.org arm64: dts: qcom: sm8250: Fix pcie2_lane unit address
Krzysztof Kozlowski krzysztof.kozlowski@canonical.com thermal/drivers/sprd: Add missing of_node_put for loop iteration
Krzysztof Kozlowski krzysztof.kozlowski@canonical.com thermal/drivers/imx_sc: Add missing of_node_put for loop iteration
Geert Uytterhoeven geert+renesas@glider.be thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1
Yang Yingliang yangyingliang@huawei.com thermal/core: Correct function name thermal_zone_device_unregister()
Dong Aisheng aisheng.dong@nxp.com arm64: dts: imx8: conn: fix enet clock setting
Lucas Stach l.stach@pengutronix.de arm64: dts: imx8mq: assign PCIe clocks
Adam Ford aford173@gmail.com arm64: dts: imx8mn-beacon-som: Assign PMIC clock
Mian Yousaf Kaukab ykaukab@suse.de arm64: dts: ls208xa: remove bus-num from dspi node
Punit Agrawal punitagrawal@gmail.com arm64: dts: rockchip: Update RK3399 PCI host bridge window to 32-bit address memory
Thierry Reding treding@nvidia.com firmware: tegra: bpmp: Fix Tegra234-only builds
Thierry Reding treding@nvidia.com soc/tegra: fuse: Fix Tegra234-only builds
Tony Lindgren tony@atomide.com ARM: OMAP2+: Block suspend for am3 and am4 if PM is not configured
Srinivasa Rao Mandadapu srivasam@codeaurora.org arm64: dts: qcom: sc7180: Add wakeup delay for adau codec
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix stpmic node for stm32mp1 boards
Marek Vasut marex@denx.de ARM: dts: stm32: Rename spi-flash/mx66l51235l@N to flash@N on DHCOM SoM
Marek Vasut marex@denx.de ARM: dts: stm32: Rename eth@N to ethernet@N on DHCOM SoM
Marek Vasut marex@denx.de ARM: dts: stm32: Drop unused linux,wakeup from touchscreen node on DHCOM SoM
Grzegorz Szymaszek gszymaszek@short.pl ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix ltdc pinctrl on microdev2.0-of7
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings
Johan Jonker jbx6244@gmail.com ARM: dts: rockchip: fix supply properties in io-domains nodes
Sudeep Holla sudeep.holla@arm.com arm64: dts: juno: Update SCPI nodes as per the YAML schema
Yang Yingliang yangyingliang@huawei.com i3c: master: svc: drop free_irq of devm_request_irq allocated irq
Stefan Wahren stefan.wahren@i2se.com ARM: dts: bcm283x: Fix up GPIO LED node names
Stefan Wahren stefan.wahren@i2se.com ARM: dts: bcm283x: Fix up MMC node names
Santosh Puranik santosh.puranik@in.ibm.com ARM: dts: aspeed: Everest: Fix cable card PCA chips
Sudeep Holla sudeep.holla@arm.com firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selected
Etienne Carriere etienne.carriere@linaro.org firmware: arm_scmi: Add SMCCC discovery dependency in Kconfig
Dmitry Osipenko digetx@gmail.com memory: tegra: Fix compilation warnings on 64bit platforms
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix timer nodes on STM32 MCU to prevent warnings
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix RCC node name on stm32f429 MCU
Alexandre Torgue alexandre.torgue@foss.st.com ARM: dts: stm32: fix gpio-keys node on STM32 MCU boards
Grzegorz Szymaszek gszymaszek@short.pl ARM: dts: stm32: fix stm32mp157c-odyssey card detect pin
Marek Vasut marex@denx.de ARM: dts: stm32: Fix touchscreen node on dhcom-pdk2
Marek Vasut marex@denx.de ARM: dts: stm32: Remove extra size-cells on dhcom-pdk2
Sujit Kautkar sujitka@chromium.org arm64: dts: qcom: sc7180: Move rmtfs memory region
Jonathan Marek jonathan@marek.ca arm64: dts: qcom: sm8250: fix display nodes
Konrad Dybcio konrad.dybcio@somainline.org arm64: dts: qcom: msm8996: Make CPUCC actually probe (and work)
Vinod Koul vkoul@kernel.org arm64: dts: qcom: sm8350: fix the node unit addresses
Dmitry Osipenko digetx@gmail.com ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant
Dmitry Osipenko digetx@gmail.com ARM: tegra: wm8903: Fix polarity of headphones-detection GPIO in device-trees
Grygorii Strashko grygorii.strashko@ti.com arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: Fix MCU_RGMII1_TXC direction
Jon Hunter jonathanh@nvidia.com arm64: tegra: Add PMU node for Tegra194
Suman Anna s-anna@ti.com ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names
Grygorii Strashko grygorii.strashko@ti.com ARM: dts: am335x: fix ti,no-reset-on-init flag for gpios
Grygorii Strashko grygorii.strashko@ti.com ARM: dts: am437x-gp-evm: fix ti,no-reset-on-init flag for gpios
Grygorii Strashko grygorii.strashko@ti.com ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios
Masahiro Yamada masahiroy@kernel.org kbuild: sink stdout from cmd for silent build
Adam Ford aford173@gmail.com arm64: dts: renesas: beacon: Fix USB ref clock references
Adam Ford aford173@gmail.com arm64: dts: renesas: beacon: Fix USB extal reference
Bixuan Cui cuibixuan@huawei.com rtc: mxc_v2: add missing MODULE_DEVICE_TABLE
Linus Walleij linus.walleij@linaro.org ARM: dts: ux500: Fix orientation of Janice accelerometer
Oleksij Rempel linux@rempel-privat.de ARM: dts: imx6dl-riotboard: configure PHY clock and set proper EEE value
Linus Walleij linus.walleij@linaro.org ARM: dts: ux500: Fix some compatible strings
Linus Walleij linus.walleij@linaro.org ARM: dts: ux500: Fix orientation of accelerometer
Sebastian Reichel sebastian.reichel@collabora.com ARM: dts: ux500: Rename gpio-controller node
Sebastian Reichel sebastian.reichel@collabora.com ARM: dts: ux500: Fix interrupt cells
Johan Jonker jbx6244@gmail.com arm64: dts: rockchip: fix regulator-gpio states array
Jonathan Neuschäfer j.neuschaefer@gmx.net ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info
Primoz Fiser primoz.fiser@norik.com ARM: dts: imx6: phyFLEX: Fix UART hardware flow control
Zou Wei zou_wei@huawei.com soc: mediatek: add missing MODULE_DEVICE_TABLE
Jiapeng Chong jiapeng.chong@linux.alibaba.com soc: bcm: brcmstb: remove unused variable 'brcmstb_machine_match'
Rafał Miłecki rafal@milecki.pl ARM: dts: BCM5301X: Fix pinmux subnodes names
Rafał Miłecki rafal@milecki.pl ARM: dts: Hurricane 2: Fix NAND nodes names
Rafał Miłecki rafal@milecki.pl ARM: dts: BCM63xx: Fix NAND nodes names
Rafał Miłecki rafal@milecki.pl ARM: NSP: dts: fix NAND nodes names
Rafał Miłecki rafal@milecki.pl ARM: Cygnus: dts: fix NAND nodes names
Rafał Miłecki rafal@milecki.pl ARM: brcmstb: dts: fix NAND nodes names
Rafał Miłecki rafal@milecki.pl ARM: dts: BCM5301X: Fix NAND nodes names
Philipp Zabel p.zabel@pengutronix.de reset: ti-syscon: fix to_ti_syscon_reset_data macro
Elaine Zhang zhangqing@rock-chips.com arm64: dts: rockchip: Fix power-controller node names for rk3399
Elaine Zhang zhangqing@rock-chips.com arm64: dts: rockchip: Fix power-controller node names for rk3328
Elaine Zhang zhangqing@rock-chips.com arm64: dts: rockchip: Fix power-controller node names for px30
Elaine Zhang zhangqing@rock-chips.com ARM: dts: rockchip: Fix power-controller node names for rk3288
Elaine Zhang zhangqing@rock-chips.com ARM: dts: rockchip: Fix power-controller node names for rk3188
Elaine Zhang zhangqing@rock-chips.com ARM: dts: rockchip: Fix power-controller node names for rk3066a
Benjamin Gaignard benjamin.gaignard@collabora.com ARM: dts: rockchip: Fix IOMMU nodes properties on rk322x
Ezequiel Garcia ezequiel@collabora.com ARM: dts: rockchip: Fix the timer clocks order
Johan Jonker jbx6244@gmail.com arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsi
Peter Robinson pbrobinson@gmail.com arm64: dts: rockchip: Use only supported PCIe link speed on rk3399
Johan Jonker jbx6244@gmail.com ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288
Ezequiel Garcia ezequiel@collabora.com ARM: dts: rockchip: Fix thermal sensor cells o rk322x
Corentin Labbe clabbe@baylibre.com ARM: dts: gemini: add device_type on pci
Corentin Labbe clabbe@baylibre.com ARM: dts: gemini: rename mdio to the right name
-------------
Diffstat:
Makefile | 13 +- arch/arm/boot/dts/am335x-baltos.dtsi | 4 +- arch/arm/boot/dts/am335x-evmsk.dts | 2 +- arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 2 +- arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 2 +- arch/arm/boot/dts/am33xx-l4.dtsi | 2 +- arch/arm/boot/dts/am437x-gp-evm.dts | 5 +- arch/arm/boot/dts/am437x-l4.dtsi | 2 +- arch/arm/boot/dts/am57xx-cl-som-am57x.dts | 13 +- arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 169 ++++++++++----------- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 5 +- arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 6 +- arch/arm/boot/dts/bcm-cygnus.dtsi | 2 +- arch/arm/boot/dts/bcm-hr2.dtsi | 2 +- arch/arm/boot/dts/bcm-nsp.dtsi | 2 +- arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 4 +- arch/arm/boot/dts/bcm2711.dtsi | 2 +- arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 4 +- arch/arm/boot/dts/bcm2835-rpi-a.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 +- arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi | 2 +- arch/arm/boot/dts/bcm2835-rpi-zero-w.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- arch/arm/boot/dts/bcm2836-rpi-2-b.dts | 4 +- arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 4 +- arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 4 +- arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 2 +- arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi | 2 +- arch/arm/boot/dts/bcm283x.dtsi | 2 +- arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 4 +- arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 4 +- arch/arm/boot/dts/bcm47094.dtsi | 2 +- arch/arm/boot/dts/bcm5301x-nand-cs0.dtsi | 4 +- arch/arm/boot/dts/bcm5301x.dtsi | 8 +- arch/arm/boot/dts/bcm63138.dtsi | 2 +- arch/arm/boot/dts/bcm7445-bcm97445svmb.dts | 4 +- arch/arm/boot/dts/bcm7445.dtsi | 2 +- arch/arm/boot/dts/bcm911360_entphn.dts | 4 +- arch/arm/boot/dts/bcm953012k.dts | 4 +- arch/arm/boot/dts/bcm958300k.dts | 4 +- arch/arm/boot/dts/bcm958305k.dts | 4 +- arch/arm/boot/dts/bcm958522er.dts | 4 +- arch/arm/boot/dts/bcm958525er.dts | 4 +- arch/arm/boot/dts/bcm958525xmc.dts | 4 +- arch/arm/boot/dts/bcm958622hr.dts | 4 +- arch/arm/boot/dts/bcm958623hr.dts | 4 +- arch/arm/boot/dts/bcm958625hr.dts | 4 +- arch/arm/boot/dts/bcm958625k.dts | 4 +- arch/arm/boot/dts/bcm963138dvt.dts | 4 +- arch/arm/boot/dts/bcm988312hr.dts | 4 +- arch/arm/boot/dts/dm816x.dtsi | 2 +- arch/arm/boot/dts/dra7-ipu-dsp-common.dtsi | 6 +- arch/arm/boot/dts/dra7-l4.dtsi | 4 +- arch/arm/boot/dts/dra72x.dtsi | 6 +- arch/arm/boot/dts/dra74-ipu-dsp-common.dtsi | 2 +- arch/arm/boot/dts/dra74x.dtsi | 8 +- arch/arm/boot/dts/gemini-dlink-dns-313.dts | 2 +- arch/arm/boot/dts/gemini-nas4220b.dts | 2 +- arch/arm/boot/dts/gemini-rut1xx.dts | 2 +- arch/arm/boot/dts/gemini-wbd111.dts | 2 +- arch/arm/boot/dts/gemini-wbd222.dts | 2 +- arch/arm/boot/dts/gemini.dtsi | 1 + arch/arm/boot/dts/imx6dl-riotboard.dts | 2 + arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 5 +- arch/arm/boot/dts/omap4-l4.dtsi | 4 +- arch/arm/boot/dts/omap5-l4.dtsi | 4 +- arch/arm/boot/dts/rk3036-kylin.dts | 2 +- arch/arm/boot/dts/rk3066a.dtsi | 6 +- arch/arm/boot/dts/rk3188.dtsi | 14 +- arch/arm/boot/dts/rk322x.dtsi | 12 +- arch/arm/boot/dts/rk3288-rock2-som.dtsi | 2 +- arch/arm/boot/dts/rk3288-vyasa.dts | 4 +- arch/arm/boot/dts/rk3288.dtsi | 14 +- arch/arm/boot/dts/ste-ab8500.dtsi | 28 ++-- arch/arm/boot/dts/ste-ab8505.dtsi | 24 +-- arch/arm/boot/dts/ste-href-ab8500.dtsi | 2 +- arch/arm/boot/dts/ste-href-tvk1281618-r3.dtsi | 3 + arch/arm/boot/dts/ste-href.dtsi | 2 +- arch/arm/boot/dts/ste-snowball.dts | 2 +- arch/arm/boot/dts/ste-ux500-samsung-golden.dts | 3 +- arch/arm/boot/dts/ste-ux500-samsung-janice.dts | 11 +- arch/arm/boot/dts/ste-ux500-samsung-skomer.dts | 3 +- arch/arm/boot/dts/stm32429i-eval.dts | 8 +- arch/arm/boot/dts/stm32746g-eval.dts | 6 +- arch/arm/boot/dts/stm32f429-disco.dts | 6 +- arch/arm/boot/dts/stm32f429.dtsi | 10 +- arch/arm/boot/dts/stm32f469-disco.dts | 6 +- arch/arm/boot/dts/stm32f746.dtsi | 12 +- arch/arm/boot/dts/stm32f769-disco.dts | 6 +- arch/arm/boot/dts/stm32h743.dtsi | 4 - arch/arm/boot/dts/stm32mp151.dtsi | 12 +- ...m32mp157a-microgea-stm32mp1-microdev2.0-of7.dts | 2 +- arch/arm/boot/dts/stm32mp157a-stinger96.dtsi | 7 +- arch/arm/boot/dts/stm32mp157c-odyssey-som.dtsi | 7 +- arch/arm/boot/dts/stm32mp157c-odyssey.dts | 2 +- arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi | 7 +- arch/arm/boot/dts/stm32mp15xx-dhcom-som.dtsi | 9 +- arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi | 2 +- arch/arm/boot/dts/stm32mp15xx-osd32.dtsi | 7 +- arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 2 +- arch/arm/boot/dts/tegra20-harmony.dts | 2 +- arch/arm/boot/dts/tegra20-medcom-wide.dts | 2 +- arch/arm/boot/dts/tegra20-plutux.dts | 2 +- arch/arm/boot/dts/tegra20-seaboard.dts | 2 +- arch/arm/boot/dts/tegra20-tec.dts | 2 +- arch/arm/boot/dts/tegra20-ventana.dts | 2 +- .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 2 +- arch/arm/boot/dts/tegra30-cardhu.dtsi | 2 +- arch/arm/mach-imx/suspend-imx53.S | 4 +- arch/arm/mach-omap2/pm33xx-core.c | 40 +++++ arch/arm64/boot/dts/arm/juno-base.dtsi | 6 +- arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 2 +- arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 1 - arch/arm64/boot/dts/freescale/imx8-ss-conn.dtsi | 50 +++--- .../boot/dts/freescale/imx8mn-beacon-som.dtsi | 3 + arch/arm64/boot/dts/freescale/imx8mq.dtsi | 16 ++ .../boot/dts/marvell/armada-3720-turris-mox.dts | 6 +- arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 8 + arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 14 ++ arch/arm64/boot/dts/qcom/msm8996.dtsi | 7 +- arch/arm64/boot/dts/qcom/sc7180-idp.dts | 2 +- .../arm64/boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 1 + arch/arm64/boot/dts/qcom/sm8150-hdk.dts | 10 +- arch/arm64/boot/dts/qcom/sm8150-mtp.dts | 10 +- arch/arm64/boot/dts/qcom/sm8150.dtsi | 6 + arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 +- arch/arm64/boot/dts/qcom/sm8350.dtsi | 6 +- .../boot/dts/renesas/beacon-renesom-baseboard.dtsi | 4 +- .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi | 6 +- arch/arm64/boot/dts/rockchip/px30.dtsi | 16 +- arch/arm64/boot/dts/rockchip/rk3308-roc-cc.dts | 4 +- arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 4 +- arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts | 4 +- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 6 +- .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 4 +- arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi | 1 - arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dtsi | 1 - arch/arm64/boot/dts/rockchip/rk3399.dtsi | 44 +++--- .../boot/dts/rockchip/rk3399pro-vmarc-som.dtsi | 1 - arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 2 +- .../boot/dts/ti/k3-j7200-common-proc-board.dts | 2 +- .../boot/dts/ti/k3-j721e-common-proc-board.dts | 2 +- arch/s390/include/asm/stacktrace.h | 97 ++++++++++++ arch/s390/kernel/traps.c | 2 + arch/x86/events/intel/uncore_snbep.c | 6 +- arch/x86/net/bpf_jit_comp.c | 3 + drivers/dma-buf/sync_file.c | 13 +- drivers/firmware/Kconfig | 2 +- drivers/firmware/arm_scmi/common.h | 2 +- drivers/firmware/arm_scmi/driver.c | 2 + drivers/firmware/arm_scmi/sensors.c | 6 +- drivers/firmware/tegra/Makefile | 1 + drivers/firmware/tegra/bpmp-private.h | 3 +- drivers/firmware/tegra/bpmp.c | 3 +- drivers/firmware/turris-mox-rwtm.c | 1 + drivers/gpu/drm/panel/panel-novatek-nt35510.c | 4 +- drivers/i3c/master/svc-i3c-master.c | 1 - drivers/memory/tegra/tegra124-emc.c | 4 +- drivers/memory/tegra/tegra30-emc.c | 4 +- drivers/net/dsa/mv88e6xxx/chip.c | 22 ++- drivers/net/dsa/mv88e6xxx/serdes.c | 6 +- drivers/net/ethernet/broadcom/genet/bcmgenet.c | 23 +-- drivers/net/ethernet/broadcom/genet/bcmgenet_wol.c | 6 - drivers/net/ethernet/marvell/mvneta.c | 20 +-- drivers/net/ethernet/moxa/moxart_ether.c | 4 +- drivers/net/ethernet/qualcomm/emac/emac.c | 3 +- drivers/net/ethernet/ti/tlan.c | 3 +- drivers/net/fddi/defza.c | 3 +- drivers/net/netdevsim/ipsec.c | 8 +- drivers/net/vmxnet3/vmxnet3_ethtool.c | 22 ++- drivers/net/wireless/mediatek/mt76/mt7921/mcu.c | 3 +- drivers/reset/reset-ti-syscon.c | 4 +- drivers/rtc/rtc-max77686.c | 4 +- drivers/rtc/rtc-mxc_v2.c | 1 + drivers/scsi/aic7xxx/aic7xxx_core.c | 2 +- drivers/scsi/aic94xx/aic94xx_init.c | 1 + drivers/scsi/hisi_sas/hisi_sas_v1_hw.c | 1 + drivers/scsi/hisi_sas/hisi_sas_v2_hw.c | 1 + drivers/scsi/hisi_sas/hisi_sas_v3_hw.c | 1 + drivers/scsi/isci/init.c | 1 + drivers/scsi/libfc/fc_rport.c | 13 +- drivers/scsi/libsas/sas_scsi_host.c | 9 ++ drivers/scsi/mvsas/mv_init.c | 1 + drivers/scsi/pm8001/pm8001_init.c | 1 + drivers/scsi/qedf/qedf_io.c | 22 ++- drivers/soc/bcm/brcmstb/common.c | 5 - drivers/soc/mediatek/mtk-devapc.c | 1 + drivers/soc/tegra/fuse/fuse-tegra30.c | 3 +- drivers/thermal/imx_sc_thermal.c | 3 + drivers/thermal/rcar_gen3_thermal.c | 5 +- drivers/thermal/sprd_thermal.c | 15 +- drivers/thermal/thermal_core.c | 2 +- drivers/thermal/thermal_of.c | 3 + fs/cifs/cifs_dfs_ref.c | 3 + fs/f2fs/sysfs.c | 4 + fs/vboxsf/dir.c | 76 +++++++-- fs/vboxsf/file.c | 71 +++++---- fs/vboxsf/vfsmod.h | 7 + include/linux/bpf.h | 1 + include/linux/huge_mm.h | 2 +- include/linux/swap.h | 9 -- include/linux/swapops.h | 2 + include/net/dst_metadata.h | 4 +- include/net/ip6_route.h | 2 +- include/net/tcp.h | 4 + kernel/bpf/core.c | 8 +- kernel/bpf/verifier.c | 60 +++----- kernel/sched/fair.c | 4 +- mm/huge_memory.c | 36 +++-- mm/memory.c | 36 ++--- mm/shmem.c | 14 +- net/bridge/br_if.c | 17 ++- net/core/dev.c | 2 + net/dsa/switch.c | 4 +- net/ipv4/ip_tunnel.c | 18 ++- net/ipv4/tcp.c | 3 + net/ipv4/tcp_input.c | 2 +- net/ipv4/tcp_ipv4.c | 4 +- net/ipv4/tcp_output.c | 1 + net/ipv4/udp.c | 6 +- net/ipv4/udp_offload.c | 6 +- net/ipv6/tcp_ipv6.c | 21 ++- net/ipv6/udp.c | 2 +- net/ipv6/xfrm6_output.c | 2 +- net/netfilter/nf_conntrack_netlink.c | 3 + net/netfilter/nf_tables_api.c | 3 +- net/sched/act_ct.c | 14 +- scripts/Kbuild.include | 7 +- scripts/mkcompile_h | 14 +- tools/bpf/Makefile | 7 +- tools/bpf/bpftool/jit_disasm.c | 6 +- tools/perf/tests/bpf.c | 2 + 237 files changed, 1113 insertions(+), 729 deletions(-)
On Thu, 22 Jul 2021 18:29:35 +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
All tests passing for Tegra ...
Test results for stable-v5.13: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 110 tests: 110 pass, 0 fail
Linux version: 5.13.5-rc1-g80f75a7443c5 Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
On Thu, 22 Jul 2021 at 22:17, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
The following error is due to SATA drive format failing with arm64 64k-page size ( CONFIG_ARM64_64K_PAGES=y ) kernel. while running LTP syscalls test suite on running 5.13.3 and 5.13.5-rc1 kernel.
First it was noticed on the stable-rc 5.13.3-rc2 kernel.
Whereas 64bit kernel and 32bit kernel pass with 4K page size.
Initially, I thought it could be a Hard drive fault but it is reproducible on other devices but not always. Which is a blocker to bisect the problem.
The steps to reproduce: - Boot arm64 juno device with 64k page stable-rc 5.13 kernel Image [1] - CONFIG_ARM64_64K_PAGES=y - format connected SATA drives and mount /scratch - Use the mounted /scratch for LTP runs to create and delete files from this - cd /opt/ltp - ./runltp -d /scratch -f syscalls
error log: ------------- tst_device.c:89: TINFO: Found free device 0 '/dev/loop0' tst_test.c:889: TINFO: Formatting /dev/loop0 with ext2 opts='' extra opts='' mke2fs 1.43.8 (1-Jan-2018) [ 776.850122] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 776.874645] ata1.00: configured for UDMA/100 [ 776.879042] ata1: EH complete [ 776.912010] ata1.00: exception Emask 0x20 SAct 0xc0 SErr 0x0 action 0x6 frozen [ 776.919299] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 776.926983] ata1.00: failed command: WRITE FPDMA QUEUED [ 776.932263] ata1.00: cmd 61/08:30:00:10:84/00:00:06:00:00/40 tag 6 ncq dma 4096 out [ 776.932263] res e6/ff:00:00:00:00/00:00:00:00:e6/00 Emask 0x22 (host bus error) [ 776.948089] ata1.00: status: { Busy } [ 776.951766] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 776.957042] ata1.00: failed command: WRITE FPDMA QUEUED [ 776.962311] ata1.00: cmd 61/10:38:a8:6f:c4/00:00:06:00:00/40 tag 7 ncq dma 8192 out [ 776.962311] res e7/ff:00:00:00:00/00:00:00:00:e7/00 Emask 0x22 (host bus error) [ 776.978139] ata1.00: status: { Busy } [ 776.981843] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 776.987128] ata1: hard resetting link [ 779.158340] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 779.182864] ata1.00: configured for UDMA/100 [ 779.187307] ata1: EH complete [ 779.204050] ata1.00: exception Emask 0x20 SAct 0x9000000 SErr 0x0 action 0x6 frozen [ 779.211764] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 779.219433] ata1.00: failed command: WRITE FPDMA QUEUED [ 779.224749] ata1.00: cmd 61/10:c0:a8:6f:c4/00:00:06:00:00/40 tag 24 ncq dma 8192 out [ 779.224749] res f8/ff:00:00:00:00/00:00:00:00:f8/00 Emask 0x22 (host bus error) [ 779.240718] ata1.00: status: { Busy } [ 779.244430] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 779.249747] ata1.00: failed command: WRITE FPDMA QUEUED [ 779.255146] ata1.00: cmd 61/08:d8:00:10:84/00:00:06:00:00/40 tag 27 ncq dma 4096 out [ 779.255146] res fb/ff:00:00:00:00/00:00:00:00:fb/00 Emask 0x22 (host bus error) [ 779.271056] ata1.00: status: { Busy } [ 779.274740] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 779.280000] ata1: hard resetting link [ 781.450339] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 781.474959] ata1.00: configured for UDMA/100 [ 781.479351] ata1: EH complete [ 781.496155] ata1.00: NCQ disabled due to excessive errors [ 781.501604] ata1.00: exception Emask 0x20 SAct 0x300 SErr 0x0 action 0x6 frozen [ 781.508957] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 781.516561] ata1.00: failed command: WRITE FPDMA QUEUED [ 781.521812] ata1.00: cmd 61/10:40:a8:6f:c4/00:00:06:00:00/40 tag 8 ncq dma 8192 out [ 781.521812] res e8/ff:00:00:00:00/00:00:00:00:e8/00 Emask 0x22 (host bus error) [ 781.537607] ata1.00: status: { Busy } [ 781.541287] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 781.546547] ata1.00: failed command: WRITE FPDMA QUEUED [ 781.551796] ata1.00: cmd 61/08:48:00:10:84/00:00:06:00:00/40 tag 9 ncq dma 4096 out [ 781.551796] res e9/ff:00:00:00:00/00:00:00:00:e9/00 Emask 0x22 (host bus error) [ 781.567587] ata1.00: status: { Busy } [ 781.571270] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 781.576528] ata1: hard resetting link [ 783.750335] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 783.774957] ata1.00: configured for UDMA/100 [ 783.779349] ata1: EH complete [ 783.796099] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 783.803199] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 783.810812] ata1.00: failed command: WRITE DMA [ 783.815281] ata1.00: cmd ca/00:10:a8:6f:c4/00:00:00:00:00/e6 tag 11 dma 8192 out [ 783.815281] res eb/ff:00:00:00:00/00:00:00:00:eb/00 Emask 0x22 (host bus error) [ 783.830815] ata1.00: status: { Busy } [ 783.834497] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } <> move_mount01.c:70: TPASS: Flag MO[ 844.176510] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem VE_MOUNT_F_AUTOMOUNTS: move_mount() passed [ 844.194668] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 844.236136] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 844.243226] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 844.250836] ata1.00: failed command: WRITE DMA [ 844.255310] ata1.00: cmd ca/00:10:a8:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 844.255310] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 844.270844] ata1.00: status: { Busy } [ 844.274536] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 844.279797] ata1: hard resetting link [ 846.450150] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 846.474681] ata1.00: configured for UDMA/100 [ 846.479031] ata1: EH complete [ 846.500082] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 846.507202] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 846.514840] ata1.00: failed command: WRITE DMA [ 846.519314] ata1.00: cmd ca/00:10:a8:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 846.519314] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 846.534870] ata1.00: status: { Busy } [ 846.538563] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 846.543874] ata1: hard resetting link [ 848.717983] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 0) [ 848.742568] ata1.00: configured for UDMA/100 [ 848.746902] ata1: EH complete [ 848.768079] ata1: limiting SATA link speed to 1.5 Gbps [ 848.773279] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 848.780390] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 848.788015] ata1.00: failed command: WRITE DMA [ 848.792493] ata1.00: cmd ca/00:10:a8:98:c4/00:00:00:00:00/e6 tag 17 dma 8192 out [ 848.792493] res f1/ff:00:00:00:00/00:00:00:00:f1/00 Emask 0x22 (host bus error) [ 848.808062] ata1.00: status: { Busy } [ 848.811731] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 848.817013] ata1: hard resetting link [ 850.989969] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 856.023974] ata1.00: qc timeout (cmd 0xec) [ 856.028112] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 856.034231] ata1.00: revalidation failed (errno=-5) [ 856.039143] ata1: hard resetting link [ 858.210059] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 858.234811] ata1.00: configured for UDMA/100 [ 858.239135] ata1: EH complete [ 858.260066] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 858.267172] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 858.274799] ata1.00: failed command: WRITE DMA [ 858.279271] ata1.00: cmd ca/00:10:a8:98:c4/00:00:00:00:00/e6 tag 16 dma 8192 out [ 858.279271] res f0/ff:00:00:00:00/00:00:00:00:f0/00 Emask 0x22 (host bus error) [ 858.294825] ata1.00: status: { Busy } [ 858.298519] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 858.303799] ata1: hard resetting link [ 860.473957] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 865.495874] ata1.00: qc timeout (cmd 0xec) [ 865.500007] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 865.506145] ata1.00: revalidation failed (errno=-5) [ 865.511061] ata1: hard resetting link [ 867.681960] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 867.706586] ata1.00: configured for UDMA/100 [ 867.710921] ata1: EH complete [ 867.755977] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 867.763068] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 867.770697] ata1.00: failed command: WRITE DMA [ 867.775176] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 17 dma 8192 out [ 867.775176] res f1/ff:00:00:00:00/00:00:00:00:f1/00 Emask 0x22 (host bus error) [ 867.790712] ata1.00: status: { Busy } [ 867.794397] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 867.799653] ata1: hard resetting link [ 869.970127] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 875.224033] ata1.00: qc timeout (cmd 0xec) [ 875.228193] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 875.234314] ata1.00: revalidation failed (errno=-5) [ 875.239227] ata1: hard resetting link [ 877.410117] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 877.434747] ata1.00: configured for UDMA/100 [ 877.439076] ata1: EH complete [ 877.463959] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 877.471050] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 877.478680] ata1.00: failed command: WRITE DMA [ 877.483158] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 877.483158] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 877.498731] ata1.00: status: { Busy } [ 877.502425] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 877.507705] ata1: hard resetting link [ 879.677937] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 884.695839] ata1.00: qc timeout (cmd 0xec) [ 884.699994] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 884.706114] ata1.00: revalidation failed (errno=-5) [ 884.711046] ata1: hard resetting link [ 886.881932] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 886.906633] ata1.00: configured for UDMA/100 [ 886.910979] ata1: EH complete [ 886.932038] ata1.00: limiting speed to UDMA/66:PIO4 [ 886.936980] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 886.944092] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 886.951703] ata1.00: failed command: WRITE DMA [ 886.956193] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 886.956193] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 886.971753] ata1.00: status: { Busy } [ 886.975461] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 886.980745] ata1: hard resetting link [ 889.153927] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 894.167843] ata1.00: qc timeout (cmd 0xec) [ 894.171975] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 894.178115] ata1.00: revalidation failed (errno=-5) [ 894.183032] ata1: hard resetting link [ 896.353928] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 896.378602] ata1.00: configured for UDMA/66 [ 896.382850] ata1: EH complete [ 896.404020] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 896.411126] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 896.418751] ata1.00: failed command: WRITE DMA [ 896.423222] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 896.423222] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 896.438775] ata1.00: status: { Busy } [ 896.442468] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 896.447747] ata1: hard resetting link [ 898.618002] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 903.639915] ata1.00: qc timeout (cmd 0xec) [ 903.644051] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 903.650170] ata1.00: revalidation failed (errno=-5) [ 903.655077] ata1: hard resetting link [ 905.826132] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 905.850829] ata1.00: configured for UDMA/66 [ 905.855065] ata1: EH complete [ 905.872021] ata1.00: limiting speed to UDMA/33:PIO4 [ 905.876930] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 905.884010] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 905.891610] ata1.00: failed command: WRITE DMA [ 905.896074] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 19 dma 8192 out [ 905.896074] res f3/ff:00:00:00:00/00:00:00:00:f3/00 Emask 0x22 (host bus error) [ 905.911604] ata1.00: status: { Busy } [ 905.915284] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 905.920538] ata1: hard resetting link [ 908.102004] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 913.111903] ata1.00: qc timeout (cmd 0xec) [ 913.116038] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 913.122158] ata1.00: revalidation failed (errno=-5) [ 913.127078] ata1: hard resetting link [ 915.297988] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 915.322600] ata1.00: configured for UDMA/33 [ 915.326836] ata1: EH complete [ 915.348105] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 915.355207] ata1.00: irq_stat 0x00020002, PCI target abort while transferring data [ 915.362815] ata1.00: failed command: WRITE DMA [ 915.367279] ata1.00: cmd ca/00:10:c0:98:c4/00:00:00:00:00/e6 tag 20 dma 8192 out [ 915.367279] res f4/ff:00:00:00:00/00:00:00:00:f4/00 Emask 0x22 (host bus error) [ 915.382810] ata1.00: status: { Busy } [ 915.386491] ata1.00: error: { ICRC UNC AMNF IDNF ABRT } [ 915.391744] ata1: hard resetting link [ 917.561987] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 922.583901] ata1.00: qc timeout (cmd 0xec) [ 922.588049] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x5) [ 922.594169] ata1.00: revalidation failed (errno=-5) [ 922.599081] ata1: hard resetting link [ 924.769981] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 10) [ 924.794681] ata1.00: configured for UDMA/33 [ 924.798927] sd 0:0:0:0: [sda] tag#20 UNKNOWN(0x2003) Result: hostbyte=0x00 driverbyte=0x08 cmd_age=57s [ 924.808281] sd 0:0:0:0: [sda] tag#20 Sense Key : 0xb [current] [ 924.814231] sd 0:0:0:0: [sda] tag#20 ASC=0x47 ASCQ=0x0 [ 924.819483] sd 0:0:0:0: [sda] tag#20 CDB: opcode=0x2a 2a 00 06 c4 98 c0 00 00 10 00 [ 924.827169] blk_update_request: I/O error, dev sda, sector 113547456 op 0x1:(WRITE) flags 0x800 phys_seg 2 prio class 0 [ 924.838018] Aborting journal on device sda-8. [ 924.838036] ata1: EH complete [ 924.846735] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 924.857024] Buffer I/O error on dev loop0, logical block 1, lost sync page write [ 924.864473] EXT4-fs (loop0): I/O error while writing superblock move_mount01.c:70: TPASS: Flag MO[ 924.884049] EXT4-fs error (device sda): ext4_journal_check_start:83: comm loop0: Detected aborted journal VE_MOUNT_F_EMPTY_PATH: move_moun[ 924.897412] EXT4-fs (sda): Remounting filesystem read-only t() passed [ 924.904884] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem [ 924.915569] loop: Write error at byte offset 1024, length 1024. [ 924.921550] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 924.931855] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 924.942137] Buffer I/O error on dev loop0, logical block 1, lost sync page write [ 924.949612] EXT4-fs (loop0): I/O error while writing superblock [ 924.955578] EXT4-fs (loop0): mount failed move_mount01.c:47: TFAIL: fsconfi[ 924.992560] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem g(FSCONFIG_CMD_CREATE) failed: EIO (5) [ 925.004493] loop: Write error at byte offset 1024, length 1024. [ 925.011723] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.022022] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.032305] Buffer I/O error on dev loop0, logical block 1, lost sync page write [ 925.039771] EXT4-fs (loop0): I/O error while writing superblock [ 925.045757] EXT4-fs (loop0): mount failed move_mount01.c:47: TFAIL: fsconfi[ 925.064332] EXT4-fs (loop0): mounting ext3 file system using the ext4 subsystem g(FSCONFIG_CMD_CREATE) failed: EIO (5) [ 925.076587] loop: Write error at byte offset 1024, length 1024. [ 925.083805] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.094103] blk_update_request: I/O error, dev loop0, sector 2 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.104386] Buffer I/O error on dev loop0, logical block 1, lost sync page write [ 925.111838] EXT4-fs (loop0): I/O error while writing superblock [ 925.117801] EXT4-fs (loop0): mount failed move_mount01.c:47: TFAIL: fsconfig(FSCONFIG_CMD_CREATE) failed: EIO (5) tst_test.c:1379: TINFO: Testing on ext4 [ 925.148096] loop: Write error at byte offset 0, length 65536. [ 925.155817] loop: Write error at byte offset 65536, length 65536. [ 925.162008] loop: Write error at byte offset 131072, length 65536. [ 925.168265] blk_update_request: I/O error, dev loop0, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.168320] loop: Write error at byte offset 196608, length 65536. [ 925.178583] Buffer I/O error on dev loop0, logical block 0, lost async page write [ 925.178641] blk_update_request: I/O error, dev loop0, sector 128 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 0 [ 925.184810] loop: Write error at byte offset 262144, length 65536. [ 925.192314] Buffer I/O error on dev loop0, logical block 1, lost async page write [ 925.216549] loop: Write error at byte offset 327680, length 65536. [ 925.216555] Buffer I/O error on dev loop0, logical block 4, lost async page write [ 925.216567] Buffer I/O error on dev loop0, logical block 2, lost async page write [ 925.216620] Buffer I/O error on dev loop0, logical block 3, lost async page write [ 925.222854] loop: Write error at byte offset 393216, length 65536. [ 925.230315] Buffer I/O error on dev loop0, logical block 5, lost async page write tst_test.c:889: TINFO: Formatting /dev/loop0 with ext4 opts='' extra opts='' mke2fs 1.43.8 (1-Jan-2018) Warning, had trouble writing out superblocks. tst_test.c:889: TBROK: mkfs.ext4 failed with exit code 5 tst_tmpdir.c:337: TWARN: tst_rmdir: rmobj(/scratch/ltp-TGrC0Kijpg/Nyirgt) failed: remove(/scratch/ltp-TGrC0Kijpg/Nyirgt/mntpoint) failed; errno=30: EROFS Summary: passed 9 failed 3 broken 1 skipped 0 warnings 0 tst_tmpdir.c:271: TBROK: tst_tmpdir: mkdtemp(/scratch/ltp-TGrC0Kijpg/OXQGCk) failed: EROFS (30)
Reported-by: Linux Kernel Functional Testing lkft@linaro.org
Full test logs, https://lkft.validation.linaro.org/scheduler/job/3097379#L9811 https://lkft.validation.linaro.org/scheduler/job/3146329#L7071
metadata: git branch: linux-5.13.y git repo: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc git commit: 80f75a7443c5c9a01f54e3df71ccd23d13c70c44 git describe: v5.13.3-508-g80f75a7443c5 make_kernelversion: 5.13.5-rc1 kernel-config: https://builds.tuxbuild.com/1vg96dRUTrTU7nl6sWV2iwTwnu5/config vmlinux: https://builds.tuxbuild.com/1vg96dRUTrTU7nl6sWV2iwTwnu5/vmlinux.xz System.map: https://builds.tuxbuild.com/1vg96dRUTrTU7nl6sWV2iwTwnu5/System.map
[1] kernel Image: https://builds.tuxbuild.com/1vg96dRUTrTU7nl6sWV2iwTwnu5/Image.gz
-- Linaro LKFT https://lkft.linaro.org
On Fri, Jul 23, 2021 at 05:26:22PM +0530, Naresh Kamboju wrote:
On Thu, 22 Jul 2021 at 22:17, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
The following error is due to SATA drive format failing with arm64 64k-page size ( CONFIG_ARM64_64K_PAGES=y ) kernel. while running LTP syscalls test suite on running 5.13.3 and 5.13.5-rc1 kernel.
First it was noticed on the stable-rc 5.13.3-rc2 kernel.
Whereas 64bit kernel and 32bit kernel pass with 4K page size.
Initially, I thought it could be a Hard drive fault but it is reproducible on other devices but not always. Which is a blocker to bisect the problem.
The steps to reproduce:
- Boot arm64 juno device with 64k page stable-rc 5.13 kernel Image [1]
- CONFIG_ARM64_64K_PAGES=y
- format connected SATA drives and mount /scratch
- Use the mounted /scratch for LTP runs to create and delete files from this
- cd /opt/ltp
- ./runltp -d /scratch -f syscalls
And does that also fail for 5.13.2?
On Fri, 23 Jul 2021 at 17:33, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Fri, Jul 23, 2021 at 05:26:22PM +0530, Naresh Kamboju wrote:
On Thu, 22 Jul 2021 at 22:17, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
The following error is due to SATA drive format failing with arm64 64k-page size ( CONFIG_ARM64_64K_PAGES=y ) kernel. while running LTP syscalls test suite on running 5.13.3 and 5.13.5-rc1 kernel.
First it was noticed on the stable-rc 5.13.3-rc2 kernel.
Whereas 64bit kernel and 32bit kernel pass with 4K page size.
Initially, I thought it could be a Hard drive fault but it is reproducible on other devices but not always. Which is a blocker to bisect the problem.
The steps to reproduce:
- Boot arm64 juno device with 64k page stable-rc 5.13 kernel Image [1]
- CONFIG_ARM64_64K_PAGES=y
- format connected SATA drives and mount /scratch
- Use the mounted /scratch for LTP runs to create and delete files from this
- cd /opt/ltp
- ./runltp -d /scratch -f syscalls
And does that also fail for 5.13.2?
Yes. It failed on 5.13.2 also.
Ref failed log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.13.y/build/v5.13....
- Naresh
On Fri, Jul 23, 2021 at 05:55:15PM +0530, Naresh Kamboju wrote:
On Fri, 23 Jul 2021 at 17:33, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
On Fri, Jul 23, 2021 at 05:26:22PM +0530, Naresh Kamboju wrote:
On Thu, 22 Jul 2021 at 22:17, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
The following error is due to SATA drive format failing with arm64 64k-page size ( CONFIG_ARM64_64K_PAGES=y ) kernel. while running LTP syscalls test suite on running 5.13.3 and 5.13.5-rc1 kernel.
First it was noticed on the stable-rc 5.13.3-rc2 kernel.
Whereas 64bit kernel and 32bit kernel pass with 4K page size.
Initially, I thought it could be a Hard drive fault but it is reproducible on other devices but not always. Which is a blocker to bisect the problem.
The steps to reproduce:
- Boot arm64 juno device with 64k page stable-rc 5.13 kernel Image [1]
- CONFIG_ARM64_64K_PAGES=y
- format connected SATA drives and mount /scratch
- Use the mounted /scratch for LTP runs to create and delete files from this
- cd /opt/ltp
- ./runltp -d /scratch -f syscalls
And does that also fail for 5.13.2?
Yes. It failed on 5.13.2 also.
Ref failed log: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.13.y/build/v5.13....
Great, not a new problem?
5.13.0?
bisection would be most helpful.
thanks,
greg k-h
On 7/22/21 10:29 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
Compiled and booted on my test system. No dmesg regressions.
Tested-by: Shuah Khan skhan@linuxfoundation.org
thanks, -- Shuah
On 7/22/2021 9:29 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +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.13.5-rc1.... or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.13.y and the diffstat can be found below.
thanks,
greg k-h
On ARCH_BRCMSTB, using 32-bit and 64-bit ARM kernels:
Tested-by: Florian Fainelli f.fainelli@gmail.com
On Thu, Jul 22, 2021 at 06:29:35PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 5.13.5 release. There are 156 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, 24 Jul 2021 15:56:00 +0000. Anything received after that time might be too late.
Build results: total: 154 pass: 153 fail: 1 Failed builds: riscv:allmodconfig Qemu test results: total: 469 pass: 469 fail: 0
riscv:allmodconfig:
cc1: error: '9880' is not a valid offset in '-mstack-protector-guard-offset='
as usual.
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter