[PATCH 6.0 000/289] 6.0.11-rc1 review

Greg Kroah-Hartman posted 289 patches 2 years, 9 months ago
Only 0 patches received!
.../bindings/iio/adc/aspeed,ast2600-adc.yaml       |   7 -
Makefile                                           |   4 +-
arch/arm/boot/dts/am335x-pcm-953.dtsi              |  28 ++-
arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |   9 +
arch/arm/boot/dts/imx6q-prti6q.dts                 |   4 +-
arch/arm/mach-mxs/mach-mxs.c                       |   4 +-
.../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |   2 +-
arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts |   7 +-
arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts |   2 +-
arch/arm64/include/asm/syscall_wrapper.h           |   2 +-
arch/loongarch/include/asm/pgtable.h               |   8 +-
arch/loongarch/kernel/process.c                    |   9 +-
arch/mips/include/asm/fw/fw.h                      |   2 +-
arch/mips/pic32/pic32mzda/early_console.c          |  13 +-
arch/mips/pic32/pic32mzda/init.c                   |   2 +-
arch/nios2/boot/Makefile                           |   2 +-
.../riscv/boot/dts/sifive/hifive-unleashed-a00.dts |  38 ++++
arch/riscv/kernel/vdso/Makefile                    |   3 +
arch/riscv/kernel/vdso/vdso.lds.S                  |   2 +
arch/s390/Kconfig                                  |   6 +-
arch/s390/Makefile                                 |   2 -
arch/s390/boot/Makefile                            |   3 +-
arch/s390/boot/startup.c                           |   3 +-
arch/s390/kernel/crash_dump.c                      |   2 +-
arch/x86/hyperv/hv_init.c                          |  54 +++---
arch/x86/include/asm/cpufeatures.h                 |   3 +
arch/x86/kernel/cpu/tsx.c                          |  38 ++--
arch/x86/kvm/mmu/mmu.c                             |  13 +-
arch/x86/kvm/svm/nested.c                          |   6 +-
arch/x86/kvm/svm/svm.c                             |  16 +-
arch/x86/kvm/vmx/nested.c                          |   3 -
arch/x86/kvm/x86.c                                 |  18 +-
arch/x86/kvm/xen.c                                 |  32 +++-
arch/x86/mm/ioremap.c                              |   8 +-
arch/x86/power/cpu.c                               |  23 ++-
block/bfq-cgroup.c                                 |   4 +
block/blk-mq.c                                     |   7 +-
block/blk-settings.c                               |   1 -
block/blk.h                                        |   1 +
drivers/acpi/video_detect.c                        |  14 ++
drivers/android/binder_alloc.c                     |   7 +
drivers/bus/intel-ixp4xx-eb.c                      |   9 +-
drivers/bus/sunxi-rsb.c                            |  38 ++--
drivers/cpufreq/Kconfig.x86                        |   2 +-
drivers/cpufreq/amd-pstate.c                       |  21 +-
drivers/dma-buf/dma-buf.c                          |  23 ++-
drivers/dma-buf/dma-heap.c                         |  28 +--
drivers/fpga/Kconfig                               |   4 +-
.../gpu/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.c   |   1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c     |   1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |   8 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |   6 +
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  16 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  26 ---
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  26 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c          |   2 +
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |   6 +-
drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h     |  31 +--
.../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm |  27 +++
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  44 ++++-
drivers/gpu/drm/amd/display/dc/dc.h                |   3 +
.../drm/amd/display/dc/dce120/dce120_resource.c    |   3 +-
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 213 ++++++++++-----------
.../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |   1 +
.../amd/display/dc/dcn32/dcn32_resource_helpers.c  |  11 +-
.../drm/amd/display/dc/dcn321/dcn321_resource.c    |   1 +
.../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   |  22 ++-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.c |   1 +
.../dc/dml/dcn32/display_mode_vba_util_32.c        |   2 +-
.../dc/dml/dcn32/display_mode_vba_util_32.h        |   2 +-
.../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c |   8 +-
.../amd/display/dc/gpio/dcn32/hw_factory_dcn32.c   |  14 ++
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c       |   9 +-
.../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c    |  25 ++-
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   4 +
drivers/gpu/drm/display/drm_dp_mst_topology.c      |   2 +-
drivers/gpu/drm/drm_panel_orientation_quirks.c     |  12 ++
drivers/gpu/drm/i915/display/intel_display_power.c |   8 +-
drivers/gpu/drm/i915/gem/i915_gem_ttm.c            |   4 +
drivers/gpu/drm/i915/gt/intel_gt.c                 |   5 +
drivers/gpu/drm/i915/gvt/kvmgt.c                   |   3 +-
drivers/gpu/drm/tegra/drm.c                        |   4 +
drivers/gpu/host1x/dev.c                           |   4 +
drivers/hv/channel_mgmt.c                          |   6 +-
drivers/hv/vmbus_drv.c                             |   1 +
drivers/iio/accel/bma400_core.c                    |   4 +-
drivers/iio/adc/aspeed_adc.c                       |  11 +-
drivers/iio/industrialio-sw-trigger.c              |   6 +-
drivers/iio/light/apds9960.c                       |  12 +-
drivers/input/misc/soc_button_array.c              |  14 +-
drivers/input/mouse/synaptics.c                    |   1 +
drivers/input/serio/i8042-x86ia64io.h              |   8 +-
drivers/input/touchscreen/goodix.c                 |  11 ++
drivers/md/dm-integrity.c                          |  21 +-
drivers/md/dm-log-writes.c                         |   1 +
drivers/net/arcnet/com20020_cs.c                   |  11 +-
drivers/net/bonding/bond_main.c                    |  17 +-
drivers/net/can/usb/gs_usb.c                       |  39 +---
drivers/net/dsa/sja1105/sja1105_mdio.c             |   6 +
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c  |  12 +-
drivers/net/ethernet/cavium/liquidio/lio_main.c    |   4 +-
drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   4 +-
drivers/net/ethernet/davicom/dm9051.c              |   4 +-
drivers/net/ethernet/engleder/tsnep_main.c         |  57 +++++-
drivers/net/ethernet/freescale/enetc/enetc.c       |  32 ++--
drivers/net/ethernet/freescale/enetc/enetc.h       |  10 +-
drivers/net/ethernet/freescale/enetc/enetc_qos.c   |  77 ++++----
drivers/net/ethernet/intel/iavf/iavf.h             |   1 -
drivers/net/ethernet/intel/iavf/iavf_main.c        |  41 ++--
drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c    |   8 +-
.../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |   3 +
.../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |   2 +
.../net/ethernet/marvell/octeontx2/af/rvu_sdp.c    |   7 +-
.../net/ethernet/marvell/prestera/prestera_main.c  |   1 +
drivers/net/ethernet/mediatek/mtk_eth_soc.c        |  31 ++-
drivers/net/ethernet/mediatek/mtk_eth_soc.h        |   5 +-
drivers/net/ethernet/mediatek/mtk_ppe.c            |  24 ++-
drivers/net/ethernet/mediatek/mtk_ppe.h            |   4 +-
drivers/net/ethernet/mellanox/mlx4/qp.c            |   3 +-
drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  47 ++---
.../mellanox/mlx5/core/diag/cmd_tracepoint.h       |  45 +++++
.../ethernet/mellanox/mlx5/core/diag/fw_tracer.c   |   2 +-
.../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c  |  16 +-
.../ethernet/mellanox/mlx5/core/en/tc_tun_encap.h  |   3 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  17 +-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c |   2 +-
drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c |   9 +-
drivers/net/ethernet/mellanox/mlx5/core/main.c     |   9 +-
.../net/ethernet/mellanox/mlx5/core/sf/dev/dev.c   |  88 +++++++++
.../net/ethernet/microchip/sparx5/sparx5_netdev.c  |  14 +-
drivers/net/ethernet/netronome/nfp/nfp_devlink.c   |   2 +-
.../net/ethernet/netronome/nfp/nfp_net_ethtool.c   |   3 +
.../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |   6 +-
drivers/net/ethernet/qlogic/qla3xxx.c              |   1 +
drivers/net/ethernet/sfc/ef100_netdev.c            |   1 +
drivers/net/ipvlan/ipvlan.h                        |   1 +
drivers/net/ipvlan/ipvlan_main.c                   |   2 +
drivers/net/macsec.c                               |  28 +--
drivers/net/phy/at803x.c                           |   4 +-
drivers/net/usb/cdc_ncm.c                          |   1 +
drivers/net/usb/qmi_wwan.c                         |   1 +
drivers/net/virtio_net.c                           |   3 +-
drivers/net/wireless/ath/ath11k/qmi.h              |   2 +-
drivers/net/wireless/cisco/airo.c                  |  18 +-
drivers/net/wireless/mac80211_hwsim.c              |   5 +
drivers/net/wireless/microchip/wilc1000/cfg80211.c |  39 +++-
drivers/net/wireless/microchip/wilc1000/hif.c      |  21 +-
drivers/net/wwan/iosm/iosm_ipc_coredump.c          |   1 +
drivers/net/wwan/iosm/iosm_ipc_devlink.c           |   1 +
drivers/net/wwan/iosm/iosm_ipc_pcie.c              |   2 +-
drivers/net/wwan/t7xx/t7xx_modem_ops.c             |   2 +
drivers/nfc/st-nci/se.c                            |  49 +++--
drivers/nvme/host/core.c                           |   3 +-
drivers/nvme/host/pci.c                            |   2 -
drivers/nvme/target/configfs.c                     |   7 +-
drivers/pci/controller/pci-hyperv.c                |  90 +++++++--
drivers/pinctrl/qcom/pinctrl-sc8280xp.c            |   4 +-
.../platform/surface/surface_aggregator_registry.c |  37 ++++
drivers/platform/x86/acer-wmi.c                    |   9 +
drivers/platform/x86/asus-wmi.c                    |   2 +
drivers/platform/x86/hp-wmi.c                      |   3 +
drivers/platform/x86/ideapad-laptop.c              |  62 +++++-
drivers/platform/x86/intel/hid.c                   |   3 +
drivers/platform/x86/intel/pmt/class.c             |  31 ++-
drivers/platform/x86/thinkpad_acpi.c               |   8 +
drivers/platform/x86/touchscreen_dmi.c             |  25 +++
drivers/power/supply/ab8500_btemp.c                |   9 +-
drivers/power/supply/ip5xxx_power.c                |   2 +-
drivers/regulator/core.c                           |   8 +-
drivers/regulator/rt5759-regulator.c               |   1 +
drivers/regulator/twl6030-regulator.c              |   2 +
drivers/s390/block/dasd_eckd.c                     |   6 +-
drivers/s390/crypto/ap_bus.c                       |   5 +-
drivers/s390/crypto/zcrypt_msgtype6.c              |  21 +-
drivers/scsi/ibmvscsi/ibmvfc.c                     |  14 +-
drivers/scsi/mpi3mr/mpi3mr_os.c                    |   3 +-
drivers/scsi/scsi_debug.c                          |   7 +
drivers/scsi/scsi_transport_iscsi.c                |  31 +--
drivers/scsi/storvsc_drv.c                         |  69 ++++---
drivers/spi/spi-dw-dma.c                           |   3 +
drivers/spi/spi-imx.c                              |  13 +-
drivers/spi/spi-stm32.c                            |   2 +-
drivers/spi/spi-tegra210-quad.c                    |   9 +-
drivers/tee/optee/device.c                         |   2 +-
drivers/tty/n_gsm.c                                |  69 +++----
drivers/tty/serial/8250/8250_omap.c                |   7 +-
drivers/usb/cdns3/cdnsp-gadget.c                   |  12 +-
drivers/usb/cdns3/cdnsp-ring.c                     |  17 +-
drivers/usb/dwc3/dwc3-exynos.c                     |  11 +-
drivers/usb/dwc3/gadget.c                          |  22 +--
drivers/virt/coco/sev-guest/sev-guest.c            |  84 ++++++--
drivers/xen/platform-pci.c                         |   7 +-
drivers/xen/xen-pciback/conf_space_capability.c    |   9 +-
fs/btrfs/ioctl.c                                   |  23 ++-
fs/btrfs/sysfs.c                                   |   7 +-
fs/btrfs/tree-log.c                                |  59 +++++-
fs/btrfs/zoned.c                                   |   9 +-
fs/ceph/caps.c                                     |  50 ++---
fs/cifs/cifsfs.c                                   |   4 +-
fs/cifs/sess.c                                     |   4 +-
fs/ext4/extents.c                                  |  18 +-
fs/fs-writeback.c                                  |  30 +--
fs/fscache/volume.c                                |   7 +-
fs/fuse/file.c                                     |  37 ++--
fs/nfsd/vfs.c                                      |   7 +-
fs/nilfs2/sufile.c                                 |   8 +
fs/zonefs/super.c                                  |  60 ++++--
fs/zonefs/zonefs.h                                 |   6 +-
include/linux/blkdev.h                             |   1 -
include/linux/bpf.h                                |  39 +++-
include/linux/fault-inject.h                       |   7 +-
include/linux/fscache.h                            |   2 +-
include/linux/license.h                            |   2 +
include/linux/mlx5/driver.h                        |   1 +
include/net/neighbour.h                            |   2 +-
include/sound/sof/info.h                           |   4 +
include/uapi/linux/audit.h                         |   2 +-
init/Kconfig                                       |   2 +-
io_uring/filetable.c                               |   2 -
io_uring/io_uring.h                                |   9 +-
io_uring/poll.c                                    |  49 ++++-
kernel/bpf/dispatcher.c                            |  22 +--
kernel/gcov/clang.c                                |   2 +
lib/Kconfig.debug                                  |   1 +
lib/fault-inject.c                                 |  13 +-
lib/vdso/Makefile                                  |   2 +-
mm/damon/sysfs.c                                   |   4 +
mm/failslab.c                                      |  12 +-
mm/memcontrol.c                                    |   2 +-
mm/page_alloc.c                                    |   7 +-
mm/vmscan.c                                        |  24 ++-
net/9p/trans_fd.c                                  |   2 +
net/core/flow_dissector.c                          |   2 +-
net/core/neighbour.c                               |  58 +++---
net/dccp/ipv4.c                                    |   2 +
net/dccp/ipv6.c                                    |   2 +
net/ipv4/Kconfig                                   |  10 +
net/ipv4/esp4_offload.c                            |   3 +
net/ipv4/fib_trie.c                                |   4 +-
net/ipv4/inet_hashtables.c                         |  10 +-
net/ipv4/ip_input.c                                |   5 +
net/ipv4/netfilter/ipt_CLUSTERIP.c                 |   4 +-
net/ipv4/tcp_ipv4.c                                |   2 +
net/ipv6/esp6_offload.c                            |   3 +
net/ipv6/tcp_ipv6.c                                |   2 +
net/ipv6/xfrm6_policy.c                            |   6 +-
net/key/af_key.c                                   |  34 ++--
net/mac80211/main.c                                |   8 +-
net/mac80211/mesh_pathtbl.c                        |   2 +-
net/netfilter/ipset/ip_set_hash_gen.h              |   2 +-
net/netfilter/ipset/ip_set_hash_ip.c               |   8 +-
net/netfilter/nf_conntrack_core.c                  |   2 +-
net/netfilter/nf_conntrack_netlink.c               |  24 ++-
net/netfilter/nf_conntrack_standalone.c            |   2 +-
net/netfilter/nf_flow_table_offload.c              |   4 +
net/netfilter/nf_tables_api.c                      |   6 +-
net/netfilter/nft_ct.c                             |   6 +-
net/netfilter/xt_connmark.c                        |  18 +-
net/nfc/nci/core.c                                 |   2 +-
net/nfc/nci/data.c                                 |   4 +-
net/openvswitch/conntrack.c                        |   8 +-
net/rxrpc/ar-internal.h                            |   1 +
net/rxrpc/conn_client.c                            |  38 ++--
net/sched/Kconfig                                  |   2 +-
net/sched/act_connmark.c                           |   4 +-
net/sched/act_ct.c                                 |   8 +-
net/sched/act_ctinfo.c                             |   6 +-
net/tipc/discover.c                                |   5 +-
net/tipc/topsrv.c                                  |  20 +-
net/wireless/util.c                                |   6 +-
net/xfrm/xfrm_device.c                             |  15 +-
net/xfrm/xfrm_replay.c                             |   2 +-
sound/hda/intel-dsp-config.c                       |   5 +
sound/soc/amd/yc/acp6x-mach.c                      |   7 +
sound/soc/codecs/hdac_hda.c                        |  26 +--
sound/soc/codecs/hdac_hda.h                        |   6 +-
sound/soc/codecs/max98373-i2c.c                    |   4 +
sound/soc/codecs/sgtl5000.c                        |   1 +
sound/soc/intel/boards/bytcht_es8316.c             |   7 +
sound/soc/intel/boards/hda_dsp_common.c            |   2 +-
sound/soc/intel/boards/skl_hda_dsp_generic.c       |   2 +-
sound/soc/intel/boards/sof_es8336.c                |  60 ++++--
sound/soc/intel/common/soc-acpi-intel-icl-match.c  |  13 ++
sound/soc/intel/skylake/skl.c                      |  49 +++--
sound/soc/soc-pcm.c                                |   5 -
sound/soc/sof/intel/hda-codec.c                    |  49 +++--
sound/soc/sof/ipc3-topology.c                      |  15 +-
sound/soc/stm/stm32_adfsdm.c                       |  11 ++
sound/usb/endpoint.c                               |   3 +-
sound/usb/quirks.c                                 |   2 +
sound/usb/usbaudio.h                               |   3 +
tools/iio/iio_generic_buffer.c                     |   4 +-
.../testing/selftests/bpf/verifier/ref_tracking.c  |  36 ++++
.../testing/selftests/net/io_uring_zerocopy_tx.sh  |   2 +-
tools/testing/selftests/net/mptcp/mptcp_join.sh    |   6 +-
tools/testing/selftests/net/mptcp/mptcp_sockopt.sh |   9 +-
tools/testing/selftests/net/mptcp/simult_flows.sh  |   5 +-
tools/testing/selftests/net/udpgro.sh              |   4 +-
tools/testing/selftests/net/udpgro_bench.sh        |   2 +-
tools/testing/selftests/net/udpgro_frglist.sh      |   2 +-
virt/kvm/pfncache.c                                |   7 +-
302 files changed, 2720 insertions(+), 1290 deletions(-)
[PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Greg Kroah-Hartman 2 years, 9 months ago
This is the start of the stable review cycle for the 6.0.11 release.
There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 6.0.11-rc1

Andrzej Hajda <andrzej.hajda@intel.com>
    drm/i915: fix TLB invalidation for Gen12 video and compute engines

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu: Partially revert "drm/amdgpu: update drm_display_info correctly when the edid is read"

Christian König <christian.koenig@amd.com>
    drm/amdgpu: always register an MMU notifier for userptr

Dillon Varone <Dillon.Varone@amd.com>
    drm/amd/display: Update soc bounding box for dcn32/dcn321

Jack Xiao <Jack.Xiao@amd.com>
    drm/amd/amdgpu: reserve vm invalidation engine for firmware

Ramesh Errabolu <Ramesh.Errabolu@amd.com>
    drm/amdgpu: Enable Aldebaran devices to report CU Occupancy

Alex Deucher <alexander.deucher@amd.com>
    drm/amdgpu/psp: don't free PSP buffers on suspend

Tsung-hua Lin <Tsung-hua.Lin@amd.com>
    drm/amd/display: No display after resume from WB/CB

Lyude Paul <lyude@redhat.com>
    drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN

Lyude Paul <lyude@redhat.com>
    drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code

Matthew Auld <matthew.auld@intel.com>
    drm/i915/ttm: never purge busy objects

Filipe Manana <fdmanana@suse.com>
    btrfs: do not modify log tree while holding a leaf from fs tree locked

Zhen Lei <thunder.leizhen@huawei.com>
    btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()

Christoph Hellwig <hch@lst.de>
    btrfs: use kvcalloc in btrfs_get_dev_zone_info

Christoph Hellwig <hch@lst.de>
    btrfs: zoned: fix missing endianness conversion in sb_write_pointer

Anand Jain <anand.jain@oracle.com>
    btrfs: free btrfs_path before copying subvol info to userspace

Anand Jain <anand.jain@oracle.com>
    btrfs: free btrfs_path before copying fspath to userspace

Anand Jain <anand.jain@oracle.com>
    btrfs: free btrfs_path before copying inodes to userspace

Josef Bacik <josef@toxicpanda.com>
    btrfs: free btrfs_path before copying root refs to userspace

Phil Turnbull <philipturnbull@github.com>
    wifi: wilc1000: validate number of channels

Phil Turnbull <philipturnbull@github.com>
    wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_CHANNEL_LIST attribute

Phil Turnbull <philipturnbull@github.com>
    wifi: wilc1000: validate length of IEEE80211_P2P_ATTR_OPER_CHANNEL attribute

Phil Turnbull <philipturnbull@github.com>
    wifi: wilc1000: validate pairwise and authentication suite offsets

Miklos Szeredi <mszeredi@redhat.com>
    fuse: lock inode unconditionally in fuse_fallocate()

Mikulas Patocka <mpatocka@redhat.com>
    dm integrity: clear the journal on suspend

Mikulas Patocka <mpatocka@redhat.com>
    dm integrity: flush the journal on suspend

Robin Murphy <robin.murphy@arm.com>
    gpu: host1x: Avoid trying to use GART on Tegra20

Zhou Guanghui <zhouguanghui1@huawei.com>
    scsi: iscsi: Fix possible memory leak when device_register() failed

Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
    scsi: mpi3mr: Suppress command reply debug prints

Enrico Sau <enrico.sau@gmail.com>
    net: usb: qmi_wwan: add Telit 0x103a composition

Keith Busch <kbusch@kernel.org>
    dm-log-writes: set dma_alignment limit in io_hints

Keith Busch <kbusch@kernel.org>
    dm-integrity: set dma_alignment limit in io_hints

Keith Busch <kbusch@kernel.org>
    block: make blk_set_default_limits() private

Gleb Mazovetskiy <glex.spb@gmail.com>
    tcp: configurable source port perturb table size

Hans de Goede <hdegoede@redhat.com>
    platform/x86: ideapad-laptop: Add module parameters to match DMI quirk tables

Arnav Rawat <arnavr3@illinois.edu>
    platform/x86: ideapad-laptop: Fix interrupt storm on fn-lock toggle on some Yoga laptops

Kai-Heng Feng <kai.heng.feng@canonical.com>
    platform/x86: hp-wmi: Ignore Smart Experience App event

Maximilian Luz <luzmaximilian@gmail.com>
    platform/surface: aggregator_registry: Add support for Surface Laptop 5

Damien Le Moal <damien.lemoal@opensource.wdc.com>
    zonefs: fix zone report size in __zonefs_io_error()

Eric Huang <jinhuieric.huang@amd.com>
    drm/amdkfd: Fix a memory limit issue

Guchun Chen <guchun.chen@amd.com>
    drm/amdgpu: disable BACO support on more cards

Dillon Varone <Dillon.Varone@amd.com>
    drm/amd/display: use uclk pstate latency for fw assisted mclk validation dcn32

Maximilian Luz <luzmaximilian@gmail.com>
    platform/surface: aggregator_registry: Add support for Surface Pro 9

Hans de Goede <hdegoede@redhat.com>
    platform/x86: acer-wmi: Enable SW_TABLET_MODE on Switch V 10 (SW5-017)

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    platform/x86: asus-wmi: add missing pci_dev_put() in asus_wmi_set_xusb2pr()

Lennard Gäher <gaeher@mpi-sws.org>
    platform/x86: thinkpad_acpi: Enable s2idle quirk for 21A1 machine type

ruanjinjie <ruanjinjie@huawei.com>
    xen/platform-pci: add missing free_irq() in error path

Marek Marczykowski-Górecki <marmarek@invisiblethingslab.com>
    xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too

Olivier Moysan <olivier.moysan@foss.st.com>
    ASoC: stm32: dfsdm: manage cb buffers cleanup

Takashi Iwai <tiwai@suse.de>
    Input: i8042 - apply probe defer to more ASUS ZenBook models

Anjana Hari <quic_ahari@quicinc.com>
    pinctrl: qcom: sc8280xp: Rectify UFS reset pins

Hans de Goede <hdegoede@redhat.com>
    Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]

Hans de Goede <hdegoede@redhat.com>
    Input: soc_button_array - add use_low_level_irq module parameter

Zhu Ning <zhuning0077@gmail.com>
    ASoC: sof_es8336: reduce pop noise on speaker

Peter Zijlstra <peterz@infradead.org>
    bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)

Hans de Goede <hdegoede@redhat.com>
    Input: goodix - try resetting the controller when no config is set

Fedor Pchelkin <pchelkin@ispras.ru>
    Revert "tty: n_gsm: replace kicktimer with delayed_work"

Fedor Pchelkin <pchelkin@ispras.ru>
    Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"

Lukas Wunner <lukas@wunner.de>
    serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()

Kai Vehmanen <kai.vehmanen@linux.intel.com>
    ASoC: SOF: ipc3-topology: use old pipeline teardown flow with SOF2.1 and older

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: hda: intel-dsp-config: add ES83x6 quirk for IceLake

Matti Vaittinen <mazziesaccount@gmail.com>
    tools: iio: iio_generic_buffer: Fix read size

Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    ASoC: Intel: soc-acpi: add ES83x6 support to IceLake

Hans de Goede <hdegoede@redhat.com>
    ASoC: Intel: bytcht_es8316: Add quirk for the Nanote UMPC-01

Brent Mendelsohn <mendiebm@gmail.com>
    ASoC: amd: yc: Add Alienware m17 R5 AMD into DMI table

Aman Dhoot <amandhoot12@gmail.com>
    Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode

Yang Yingliang <yangyingliang@huawei.com>
    ASoC: SOF: Intel: hda-codec: fix possible memory leak in hda_codec_device_init()

Yang Yingliang <yangyingliang@huawei.com>
    ASoC: Intel: Skylake: fix possible memory leak in skl_codec_device_init()

Gaosheng Cui <cuigaosheng1@huawei.com>
    ASoC: Intel: fix unused-variable warning in probe_codec

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: SOF: Fix compilation when HDA_AUDIO_CODEC config is disabled

Huacai Chen <chenhuacai@kernel.org>
    LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()

Huacai Chen <chenhuacai@kernel.org>
    LoongArch: Clear FPU/SIMD thread info flags for kernel thread

Li Liguang <liliguang@baidu.com>
    mm: correctly charge compressed memory to its memcg

Qi Zheng <zhengqi.arch@bytedance.com>
    mm: fix unexpected changes to {failslab|fail_page_alloc}.attr

Michael Kelley <mikelley@microsoft.com>
    x86/ioremap: Fix page aligned size calculation in __ioremap_caller()

Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
    x86/pm: Add enumeration check before spec MSRs save/restore setup

Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
    x86/tsx: Add a feature bit for TSX control MSR support

David Woodhouse <dwmw@amazon.co.uk>
    KVM: Update gfn_to_pfn_cache khva when it moves within the same page

Maxim Levitsky <mlevitsk@redhat.com>
    KVM: x86: remove exit_int_info warning in svm_handle_exit

Maxim Levitsky <mlevitsk@redhat.com>
    KVM: x86: add kvm_leave_nested

Maxim Levitsky <mlevitsk@redhat.com>
    KVM: x86: nSVM: harden svm_free_nested against freeing vmcb02 while still in use

Maxim Levitsky <mlevitsk@redhat.com>
    KVM: x86: forcibly leave nested mode on vCPU reset

Maxim Levitsky <mlevitsk@redhat.com>
    KVM: x86: nSVM: leave nested mode on vCPU free

Sean Christopherson <seanjc@google.com>
    drm/i915/gvt: Get reference to KVM iff attachment to VM is successful

David Woodhouse <dwmw@amazon.co.uk>
    KVM: x86/xen: Validate port number in SCHEDOP_poll

David Woodhouse <dwmw@amazon.co.uk>
    KVM: x86/xen: Only do in-kernel acceleration of hypercalls for guest CPL0

Kazuki Takiguchi <takiguchi.kazuki171@gmail.com>
    KVM: x86/mmu: Fix race condition in direct_page_fault

Russ Weight <russell.h.weight@intel.com>
    fpga: m10bmc-sec: Fix kconfig dependencies

Johannes Weiner <hannes@cmpxchg.org>
    mm: vmscan: fix extreme overreclaim and swap floods

Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
    mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1

Mukesh Ojha <quic_mojha@quicinc.com>
    gcov: clang: fix the buffer overflow issue

Chen Zhongjin <chenzhongjin@huawei.com>
    nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirty

Jens Axboe <axboe@kernel.dk>
    io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available

Pavel Begunkov <asml.silence@gmail.com>
    io_uring: make poll refs more robust

Pavel Begunkov <asml.silence@gmail.com>
    io_uring: cmpxchg for poll arm refs release

Thinh Nguyen <Thinh.Nguyen@synopsys.com>
    usb: dwc3: gadget: Clear ep descriptor last

Thinh Nguyen <Thinh.Nguyen@synopsys.com>
    usb: dwc3: gadget: Return -ESHUTDOWN on ep disable

Michael Grzeschik <m.grzeschik@pengutronix.de>
    usb: dwc3: gadget: conditionally remove requests

George Shen <george.shen@amd.com>
    drm/amd/display: Fix calculation for cursor CAB allocation

Alvin Lee <Alvin.Lee2@amd.com>
    drm/amd/display: Update MALL SS NumWays calculation

Alvin Lee <Alvin.Lee2@amd.com>
    drm/amd/display: Add debug option for allocating extra way for cursor

Lee, Alvin <Alvin.Lee2@amd.com>
    drm/amd/display: Added debug option for forcing subvp num ways

Jay Cornwall <jay.cornwall@amd.com>
    drm/amdkfd: update GFX11 CWSR trap handler

David Belanger <david.belanger@amd.com>
    drm/amdgpu: Enable SA software trap.

Randy Dunlap <rdunlap@infradead.org>
    nios2: add FORCE for vmlinuz.gz

Chuck Lever <chuck.lever@oracle.com>
    NFSD: Fix reads with a non-zero offset that don't end on a page boundary

Alexandre Belloni <alexandre.belloni@bootlin.com>
    init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash

Marc Kleine-Budde <mkl@pengutronix.de>
    spi: spi-imx: spi_imx_transfer_one(): check for DMA transfer first

Frieder Schrempf <frieder.schrempf@kontron.de>
    spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clock

Linus Walleij <linus.walleij@linaro.org>
    bus: ixp4xx: Don't touch bit 7 on IXP42x

Damien Le Moal <damien.lemoal@opensource.wdc.com>
    zonefs: Fix active zone accounting

Wyes Karny <wyes.karny@amd.com>
    cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at init

Peter Gonda <pgonda@google.com>
    virt/sev-guest: Prevent IV reuse in the SNP guest driver

SeongJae Park <sj@kernel.org>
    mm/damon/sysfs-schemes: skip stats update if the scheme directory is removed

Billy Tsai <billy_tsai@aspeedtech.com>
    dt-bindings: iio: adc: Remove the property "aspeed,trim-data-valid"

Dong Chenchen <dongchenchen2@huawei.com>
    iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()

Chen Zhongjin <chenzhongjin@huawei.com>
    iio: core: Fix entry not deleted when iio_register_sw_trigger_type() fails

Alejandro Concepción Rodríguez <asconcepcion@acoro.eu>
    iio: light: apds9960: fix wrong register for gesture gain

Billy Tsai <billy_tsai@aspeedtech.com>
    iio: adc: aspeed: Remove the trim valid dts property.

Sam James <sam@gentoo.org>
    kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible

Jakob Unterwurzacher <jakob.unterwurzacher@theobroma-systems.com>
    arm64: dts: rockchip: lower rk3399-puma-haikou SD controller clock frequency

Baokun Li <libaokun1@huawei.com>
    ext4: fix use-after-free in ext4_ext_shift_extents

Dan Carpenter <dan.carpenter@oracle.com>
    cifs: Use after free in debug code

ChenXiaoSong <chenxiaosong2@huawei.com>
    cifs: fix missing unlock in cifs_file_copychunk_range()

Jason Ekstrand <jason@jlekstrand.net>
    dma-buf: Use dma_fence_unwrap_for_each when importing fences

Pawel Laszczak <pawell@cadence.com>
    usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1

Pawel Laszczak <pawell@cadence.com>
    usb: cdnsp: Fix issue with Clear Feature Halt Endpoint

Marek Szyprowski <m.szyprowski@samsung.com>
    usb: dwc3: exynos: Fix remove() function

Vasanth Sadhasivan <vasanth.sadhasivan@samsara.com>
    can: gs_usb: remove dma allocations

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    lib/vdso: use "grep -E" instead of "egrep"

Lin Ma <linma@zju.edu.cn>
    io_uring/poll: fix poll_refs race with cancelation

Lin Ma <linma@zju.edu.cn>
    io_uring/filetable: fix file reference underflow

Heiko Carstens <hca@linux.ibm.com>
    s390/crashdump: fix TOD programmable field size

Yu Liao <liaoyu15@huawei.com>
    net: thunderx: Fix the ACPI memory leak

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    octeontx2-af: Fix reference count issue in rvu_sdp_init()

Li Zetao <lizetao1@huawei.com>
    virtio_net: Fix probe failed when modprobe virtio_net

Hanjun Guo <guohanjun@huawei.com>
    net: wwan: t7xx: Fix the ACPI memory leak

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    octeontx2-pf: Add check for devm_kcalloc

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: enetc: preserve TX ring priority across reconfiguration

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: enetc: cache accesses to &priv->si->hw

Zhang Changzhong <zhangchangzhong@huawei.com>
    net: marvell: prestera: add missing unregister_netdev() in prestera_port_create()

Martin Faltesek <mfaltesek@google.com>
    nfc: st-nci: fix incorrect sizing calculations in EVT_TRANSACTION

Martin Faltesek <mfaltesek@google.com>
    nfc: st-nci: fix memory leaks in EVT_TRANSACTION

Martin Faltesek <mfaltesek@google.com>
    nfc: st-nci: fix incorrect validating logic in EVT_TRANSACTION

David Howells <dhowells@redhat.com>
    fscache: fix OOB Read in __fscache_acquire_volume

Stefan Haberland <sth@linux.ibm.com>
    s390/dasd: fix no record found for raw_track_access

Wei Yongjun <weiyongjun1@huawei.com>
    s390/ap: fix memory leak in ap_init_qci_info()

Santiago Ruano Rincón <santiago.ruano-rincon@imt-atlantique.fr>
    net/cdc_ncm: Fix multicast RX support for CDC NCM devices with ZLP

Yuan Can <yuancan@huawei.com>
    net: dm9051: Fix missing dev_kfree_skb() in dm9051_loop_rx()

Wang Hai <wanghai38@huawei.com>
    arcnet: fix potential memory leak in com20020_probe()

Ziyang Xuan <william.xuanziyang@huawei.com>
    ipv4: Fix error return code in fib_table_insert()

Yan Cangang <nalanzeyu@gmail.com>
    net: ethernet: mtk_eth_soc: fix resource leak in error path

Lorenzo Bianconi <lorenzo@kernel.org>
    net: ethernet: mtk_eth_soc: move ppe table hash offset to mtk_soc_data structure

Lorenzo Bianconi <lorenzo@kernel.org>
    net: ethernet: mtk_eth_soc: move gdma_to_ppe and ppe_base definitions in mtk register map

Ziyang Xuan <william.xuanziyang@huawei.com>
    net: ethernet: mtk_eth_soc: fix potential memory leak in mtk_rx_alloc()

Kuniyuki Iwashima <kuniyu@amazon.com>
    dccp/tcp: Reset saddr on failure after inet6?_hash_connect().

Li Hua <hucool.lihua@huawei.com>
    test_kprobes: fix implicit declaration error of test_kprobes

Christoph Hellwig <hch@lst.de>
    blk-mq: fix queue reference leak on blk_mq_alloc_disk_for_queue failure

Svyatoslav Feldsherov <feldsherov@google.com>
    fs: do not update freeing inode i_io_list

Felix Fietkau <nbd@nbd.name>
    netfilter: flowtable_offload: add missing locking

Jozsef Kadlecsik <kadlec@netfilter.org>
    netfilter: ipset: restore allowing 64 clashing elements in hash:net,iface

Perry Yuan <Perry.Yuan@amd.com>
    cpufreq: amd-pstate: change amd-pstate driver to be built-in type

Gerhard Engleder <gerhard@engleder-embedded.com>
    tsnep: Fix rotten packets

Dawei Li <set_pte_at@outlook.com>
    dma-buf: fix racing conflict of dma_heap_add()

Yang Yingliang <yangyingliang@huawei.com>
    bnx2x: fix pci device refcount leak in bnx2x_vf_is_pcie_pending()

Andreas Kemnade <andreas@kemnade.info>
    regulator: twl6030: re-add TWL6032_SUBCLASS

Liu Shixin <liushixin2@huawei.com>
    NFC: nci: fix memory leak in nci_rx_data_packet()

Xin Long <lucien.xin@gmail.com>
    net: sched: allow act_ct to be built without NF_NAT

Liu Jian <liujian56@huawei.com>
    net: sparx5: fix error handling in sparx5_port_open()

Zhang Changzhong <zhangchangzhong@huawei.com>
    sfc: fix potential memleak in __ef100_hard_start_xmit()

Wang ShaoBo <bobo.shaobowang@huawei.com>
    net: wwan: iosm: use ACPI_FREE() but not kfree() in ipc_pcie_read_bios_cfg()

Chen Zhongjin <chenzhongjin@huawei.com>
    xfrm: Fix ignored return value in xfrm6_init()

Thomas Jarosch <thomas.jarosch@intra2net.com>
    xfrm: Fix oops in __xfrm_state_delete()

Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
    zonefs: Fix race between modprobe and mount

YueHaibing <yuehaibing@huawei.com>
    tipc: check skb_linearize() return value in tipc_disc_rcv()

Xin Long <lucien.xin@gmail.com>
    tipc: add an extra conn_get in tipc_conn_alloc

Xin Long <lucien.xin@gmail.com>
    tipc: set con sock in tipc_conn_alloc

Wei Yongjun <weiyongjun1@huawei.com>
    net: phy: at803x: fix error return code in at803x_probe()

Chris Mi <cmi@nvidia.com>
    net/mlx5e: Offload rule only when all encaps are valid

Moshe Shemesh <moshe@nvidia.com>
    net/mlx5: Fix sync reset event handler error flow

Roi Dayan <roid@nvidia.com>
    net/mlx5: E-Switch, Set correctly vport destination

Moshe Shemesh <moshe@nvidia.com>
    net/mlx5: Fix handling of entry refcount when command is not issued to FW

Moshe Shemesh <moshe@nvidia.com>
    net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint

Shay Drory <shayd@nvidia.com>
    net/mlx5: SF: Fix probing active SFs during driver probe phase

Moshe Shemesh <moshe@nvidia.com>
    net/mlx5: Fix FW tracer timestamp calculation

Roy Novich <royno@nvidia.com>
    net/mlx5: Do not query pci info while pci disabled

Vishwanath Pai <vpai@akamai.com>
    netfilter: ipset: regression in ip_set_hash_ip.c

Yang Yingliang <yangyingliang@huawei.com>
    Drivers: hv: vmbus: fix possible memory leak in vmbus_device_register()

Yang Yingliang <yangyingliang@huawei.com>
    Drivers: hv: vmbus: fix double free in the error path of vmbus_add_channel_work()

Imre Deak <imre.deak@intel.com>
    drm/i915: Fix warn in intel_display_power_*_domain() functions

YueHaibing <yuehaibing@huawei.com>
    macsec: Fix invalid error code set

Hangbin Liu <liuhangbin@gmail.com>
    bonding: fix ICMPv6 header handling when receiving IPv6 messages

Jaco Coetzee <jaco.coetzee@corigine.com>
    nfp: add port from netdev validation for EEPROM access

Diana Wang <na.wang@corigine.com>
    nfp: fill splittable of devlink_port_attrs correctly

Yang Yingliang <yangyingliang@huawei.com>
    net: pch_gbe: fix pci device refcount leak while module exiting

Yang Yingliang <yangyingliang@huawei.com>
    octeontx2-af: debugsfs: fix pci device refcount leak

Zhang Changzhong <zhangchangzhong@huawei.com>
    net/qla3xxx: fix potential memleak in ql3xxx_send()

Hui Tang <tanghui20@huawei.com>
    net: mvpp2: fix possible invalid pointer dereference

Peter Kosyh <pkosyh@yandex.ru>
    net/mlx4: Check retval of mlx4_bitmap_init

Liu Jian <liujian56@huawei.com>
    net: ethernet: mtk_eth_soc: fix error handling in mtk_open()

Fabio Estevam <festevam@denx.de>
    ARM: dts: imx6q-prti6q: Fix ref/tcxo-clock-frequency properties

Zheng Yongjun <zhengyongjun3@huawei.com>
    ARM: mxs: fix memory leak in mxs_machine_init()

Slawomir Laba <slawomirx.laba@intel.com>
    iavf: Fix race condition between iavf_shutdown and iavf_remove

Stefan Assmann <sassmann@kpanic.de>
    iavf: remove INITIAL_MAC_SET to allow gARP to work properly

Ivan Vecera <ivecera@redhat.com>
    iavf: Do not restart Tx queues after reset task failure

Ivan Vecera <ivecera@redhat.com>
    iavf: Fix a crash during reset task

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nf_tables: do not set up extensions for end interval

Daniel Xu <dxu@dxuuu.xyz>
    netfilter: conntrack: Fix data-races around ct mark

Zhengchao Shao <shaozhengchao@huawei.com>
    9p/fd: fix issue of list_del corruption in p9_fd_cancel()

Wang Hai <wanghai38@huawei.com>
    net: pch_gbe: fix potential memleak in pch_gbe_tx_queue()

Lin Ma <linma@zju.edu.cn>
    nfc/nci: fix race with opening and closing

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: dsa: sja1105: disallow C45 transactions on the BASE-TX MDIO bus

David Howells <dhowells@redhat.com>
    rxrpc: Fix race between conn bundle lookup and bundle removal [ZDI-CAN-15975]

Mahesh Bandewar <maheshb@google.com>
    ipvlan: hold lower dev to avoid possible use-after-free

Thomas Zeitlhofer <thomas.zeitlhofer+lkml@ze-it.at>
    net: neigh: decrement the family specific qlen

Leon Romanovsky <leon@kernel.org>
    net: liquidio: simplify if expression

Matthieu Baerts <matthieu.baerts@tessares.net>
    selftests: mptcp: fix mibit vs mbit mix up

Matthieu Baerts <matthieu.baerts@tessares.net>
    selftests: mptcp: run mptcp_sockopt from a new netns

Paolo Abeni <pabeni@redhat.com>
    selftests: mptcp: gives slow test-case more time

Michael Grzeschik <m.grzeschik@pengutronix.de>
    ARM: dts: at91: sam9g20ek: enable udc vbus gpio pinctrl

Krishna Yarlagadda <kyarlagadda@nvidia.com>
    spi: tegra210-quad: Fix duplicate resource error

Yang Yingliang <yangyingliang@huawei.com>
    tee: optee: fix possible memory leak in optee_register_device()

Samuel Holland <samuel@sholland.org>
    bus: sunxi-rsb: Support atomic transfers

Samuel Holland <samuel@sholland.org>
    bus: sunxi-rsb: Remove the shutdown callback

Yang Yingliang <yangyingliang@huawei.com>
    regulator: core: fix UAF in destroy_regulator()

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    spi: dw-dma: decrease reference count in dw_spi_dma_init_mfld()

Yang Yingliang <yangyingliang@huawei.com>
    regulator: rt5759: fix OOB in validate_desc()

Zeng Heng <zengheng4@huawei.com>
    regulator: core: fix kobject release warning and memory leak in regulator_register()

Jiasheng Jiang <jiasheng@iscas.ac.cn>
    ASoC: max98373: Add checks for devm_kcalloc

Chen-Yu Tsai <wens@csie.org>
    arm64: dts: rockchip: Fix Pine64 Quartz4-B PMIC interrupt

Dexuan Cui <decui@microsoft.com>
    PCI: hv: Only reuse existing IRTE allocation for Multi-MSI

Michael Kelley <mikelley@microsoft.com>
    scsi: storvsc: Fix handling of srb_status and capacity change events

Vitaly Kuznetsov <vkuznets@redhat.com>
    x86/hyperv: Restore VP assist page after cpu offlining/onlining

Richard Fitzgerald <rf@opensource.cirrus.com>
    ASoC: soc-pcm: Don't zero TDM masks in __soc_pcm_open()

Detlev Casanova <detlev.casanova@collabora.com>
    ASoC: sgtl5000: Reset the CHIP_CLK_CTRL reg on remove

Junxiao Chang <junxiao.chang@intel.com>
    ASoC: hdac_hda: fix hda pcm buffer overflow issue

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: Intel: Drop hdac_ext usage for codec device creation

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: SOF: Intel: Introduce HDA codec init and exit routines

Cezary Rojewski <cezary.rojewski@intel.com>
    ASoC: Intel: Skylake: Introduce HDA codec init and exit routines

Dominik Haller <d.haller@phytec.de>
    ARM: dts: am335x-pcm-953: Define fixed regulators in root node

Linus Walleij <linus.walleij@linaro.org>
    power: supply: ab8500: Defer thermal zone probe

Ondrej Jirman <megi@xff.cz>
    power: supply: ip5xxx: Fix integer overflow in current_now calculation

Herbert Xu <herbert@gondor.apana.org.au>
    af_key: Fix send_acquire race with pfkey_register

Christian Langrock <christian.langrock@secunet.com>
    xfrm: replay: Fix ESN wrap around for GSO

Lev Popov <leo@nabam.net>
    arm64: dts: rockchip: fix quartz64-a bluetooth configuration

Eyal Birger <eyal.birger@gmail.com>
    xfrm: fix "disable_policy" on ipv4 early demux

Pavel Begunkov <asml.silence@gmail.com>
    io_uring/poll: lockdep annote io_poll_req_insert_locked

Jason A. Donenfeld <Jason@zx2c4.com>
    MIPS: pic32: treat port as signed integer

Nathan Chancellor <nathan@kernel.org>
    RISC-V: vdso: Do not add missing symbols to version section in linker script

Ai Chao <aichao@kylinos.cn>
    ALSA: usb-audio: add quirk to fix Hamedal C20 disconnect issue

Hamza Mahfooz <hamza.mahfooz@amd.com>
    drm/amd/display: only fill dirty rectangles when PSR is enabled

Philip Yang <Philip.Yang@amd.com>
    drm/amdgpu: Drop eviction lock when allocating PT BO

Asher Song <Asher.Song@amd.com>
    Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""

Steve Su <steve.su@amd.com>
    drm/amd/display: Fix gpio port mapping issue

Chaitanya Dhere <chaitanya.dhere@amd.com>
    drm/amd/display: Fix FCLK deviation and tool compile issues

Aurabindo Pillai <aurabindo.pillai@amd.com>
    drm/amd/display: Zeromem mypipe heap struct before using it

M Chetan Kumar <m.chetan.kumar@linux.intel.com>
    net: wwan: iosm: fix kernel test robot reported errors

Aleksandr Miloserdov <a.miloserdov@yadro.com>
    nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked

Keith Busch <kbusch@kernel.org>
    nvme: quiet user passthrough command errors

Kuniyuki Iwashima <kuniyu@amazon.com>
    arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.

Heiko Carstens <hca@linux.ibm.com>
    s390: always build relocatable kernel

Yu Kuai <yukuai3@huawei.com>
    block, bfq: fix null pointer dereference in bfq_bio_bfqg()

Hans de Goede <hdegoede@redhat.com>
    drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)

Hans de Goede <hdegoede@redhat.com>
    drm: panel-orientation-quirks: Add quirk for Nanote UMPC-01

Bart Van Assche <bvanassche@acm.org>
    scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBC

Brian King <brking@linux.vnet.ibm.com>
    scsi: ibmvfc: Avoid path failures during live migration

Ivan Hu <ivan.hu@canonical.com>
    platform/x86/intel/hid: Add some ACPI device IDs

David E. Box <david.e.box@linux.intel.com>
    platform/x86/intel/pmt: Sapphire Rapids PMT errata fix

Hans de Goede <hdegoede@redhat.com>
    platform/x86: touchscreen_dmi: Add info for the RCA Cambio W101 v2 2-in-1

Manyi Li <limanyi@uniontech.com>
    platform/x86: ideapad-laptop: Disable touchpad_switch

Hans de Goede <hdegoede@redhat.com>
    ACPI: video: Add backlight=native DMI quirk for Dell G15 5515

Sabrina Dubroca <sd@queasysnail.net>
    Revert "net: macsec: report real_dev features when HW offloading is enabled"

Adrien Thierry <athierry@redhat.com>
    selftests/net: give more time to udpgro bg processes to complete startup

Youlin Li <liulin063@gmail.com>
    selftests/bpf: Add verifier test for release_reference()

Sean Nyekjaer <sean@geanix.com>
    spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run

Harald Freudenberger <freude@linux.ibm.com>
    s390/zcrypt: fix warning about field-spanning write

Tyler J. Stachecki <stachecki.tyler@gmail.com>
    wifi: ath11k: Fix QCN9074 firmware boot on x86

Pavel Begunkov <asml.silence@gmail.com>
    selftests/net: don't tests batched TCP io_uring zc

Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
    wifi: mac80211: Fix ack frame idr leak when mesh has no route

Jason A. Donenfeld <Jason@zx2c4.com>
    wifi: airo: do not assign -1 to unsigned char

Gaosheng Cui <cuigaosheng1@huawei.com>
    audit: fix undefined behavior in bit shift for AUDIT_BIT

Emil Renner Berthing <emil.renner.berthing@canonical.com>
    riscv: dts: sifive unleashed: Add PWM controlled LEDs

Jon Hunter <jonathanh@nvidia.com>
    spi: tegra210-quad: Don't initialise DMA if not supported

Jonas Jelonek <jelonek.jonas@gmail.com>
    wifi: mac80211_hwsim: fix debugfs attribute ps with rc table support

Paul Zhang <quic_paulz@quicinc.com>
    wifi: cfg80211: Fix bitrates overflow issue

taozhang <taozhang@bestechnic.com>
    wifi: mac80211: fix memory free error when registering wiphy fail

Xiubo Li <xiubli@redhat.com>
    ceph: fix NULL pointer dereference for req->r_session

Kenneth Lee <klee33@uw.edu>
    ceph: Use kcalloc for allocating multiple elements

Carlos Llamas <cmllamas@google.com>
    binder: validate alloc->mm in ->mmap() handler


-------------

Diffstat:

 .../bindings/iio/adc/aspeed,ast2600-adc.yaml       |   7 -
 Makefile                                           |   4 +-
 arch/arm/boot/dts/am335x-pcm-953.dtsi              |  28 ++-
 arch/arm/boot/dts/at91sam9g20ek_common.dtsi        |   9 +
 arch/arm/boot/dts/imx6q-prti6q.dts                 |   4 +-
 arch/arm/mach-mxs/mach-mxs.c                       |   4 +-
 .../arm64/boot/dts/rockchip/rk3399-puma-haikou.dts |   2 +-
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-a.dts |   7 +-
 arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts |   2 +-
 arch/arm64/include/asm/syscall_wrapper.h           |   2 +-
 arch/loongarch/include/asm/pgtable.h               |   8 +-
 arch/loongarch/kernel/process.c                    |   9 +-
 arch/mips/include/asm/fw/fw.h                      |   2 +-
 arch/mips/pic32/pic32mzda/early_console.c          |  13 +-
 arch/mips/pic32/pic32mzda/init.c                   |   2 +-
 arch/nios2/boot/Makefile                           |   2 +-
 .../riscv/boot/dts/sifive/hifive-unleashed-a00.dts |  38 ++++
 arch/riscv/kernel/vdso/Makefile                    |   3 +
 arch/riscv/kernel/vdso/vdso.lds.S                  |   2 +
 arch/s390/Kconfig                                  |   6 +-
 arch/s390/Makefile                                 |   2 -
 arch/s390/boot/Makefile                            |   3 +-
 arch/s390/boot/startup.c                           |   3 +-
 arch/s390/kernel/crash_dump.c                      |   2 +-
 arch/x86/hyperv/hv_init.c                          |  54 +++---
 arch/x86/include/asm/cpufeatures.h                 |   3 +
 arch/x86/kernel/cpu/tsx.c                          |  38 ++--
 arch/x86/kvm/mmu/mmu.c                             |  13 +-
 arch/x86/kvm/svm/nested.c                          |   6 +-
 arch/x86/kvm/svm/svm.c                             |  16 +-
 arch/x86/kvm/vmx/nested.c                          |   3 -
 arch/x86/kvm/x86.c                                 |  18 +-
 arch/x86/kvm/xen.c                                 |  32 +++-
 arch/x86/mm/ioremap.c                              |   8 +-
 arch/x86/power/cpu.c                               |  23 ++-
 block/bfq-cgroup.c                                 |   4 +
 block/blk-mq.c                                     |   7 +-
 block/blk-settings.c                               |   1 -
 block/blk.h                                        |   1 +
 drivers/acpi/video_detect.c                        |  14 ++
 drivers/android/binder_alloc.c                     |   7 +
 drivers/bus/intel-ixp4xx-eb.c                      |   9 +-
 drivers/bus/sunxi-rsb.c                            |  38 ++--
 drivers/cpufreq/Kconfig.x86                        |   2 +-
 drivers/cpufreq/amd-pstate.c                       |  21 +-
 drivers/dma-buf/dma-buf.c                          |  23 ++-
 drivers/dma-buf/dma-heap.c                         |  28 +--
 drivers/fpga/Kconfig                               |   4 +-
 .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_aldebaran.c   |   1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c     |   1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |   6 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  16 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             |  26 ---
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             |  26 +++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c          |   2 +
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c             |   6 +-
 drivers/gpu/drm/amd/amdkfd/cwsr_trap_handler.h     |  31 +--
 .../gpu/drm/amd/amdkfd/cwsr_trap_handler_gfx10.asm |  27 +++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  44 ++++-
 drivers/gpu/drm/amd/display/dc/dc.h                |   3 +
 .../drm/amd/display/dc/dce120/dce120_resource.c    |   3 +-
 drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hwseq.c | 213 ++++++++++-----------
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |   1 +
 .../amd/display/dc/dcn32/dcn32_resource_helpers.c  |  11 +-
 .../drm/amd/display/dc/dcn321/dcn321_resource.c    |   1 +
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   |  22 ++-
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.c |   1 +
 .../dc/dml/dcn32/display_mode_vba_util_32.c        |   2 +-
 .../dc/dml/dcn32/display_mode_vba_util_32.h        |   2 +-
 .../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c |   8 +-
 .../amd/display/dc/gpio/dcn32/hw_factory_dcn32.c   |  14 ++
 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c       |   9 +-
 .../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c    |  25 ++-
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |   4 +
 drivers/gpu/drm/display/drm_dp_mst_topology.c      |   2 +-
 drivers/gpu/drm/drm_panel_orientation_quirks.c     |  12 ++
 drivers/gpu/drm/i915/display/intel_display_power.c |   8 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c            |   4 +
 drivers/gpu/drm/i915/gt/intel_gt.c                 |   5 +
 drivers/gpu/drm/i915/gvt/kvmgt.c                   |   3 +-
 drivers/gpu/drm/tegra/drm.c                        |   4 +
 drivers/gpu/host1x/dev.c                           |   4 +
 drivers/hv/channel_mgmt.c                          |   6 +-
 drivers/hv/vmbus_drv.c                             |   1 +
 drivers/iio/accel/bma400_core.c                    |   4 +-
 drivers/iio/adc/aspeed_adc.c                       |  11 +-
 drivers/iio/industrialio-sw-trigger.c              |   6 +-
 drivers/iio/light/apds9960.c                       |  12 +-
 drivers/input/misc/soc_button_array.c              |  14 +-
 drivers/input/mouse/synaptics.c                    |   1 +
 drivers/input/serio/i8042-x86ia64io.h              |   8 +-
 drivers/input/touchscreen/goodix.c                 |  11 ++
 drivers/md/dm-integrity.c                          |  21 +-
 drivers/md/dm-log-writes.c                         |   1 +
 drivers/net/arcnet/com20020_cs.c                   |  11 +-
 drivers/net/bonding/bond_main.c                    |  17 +-
 drivers/net/can/usb/gs_usb.c                       |  39 +---
 drivers/net/dsa/sja1105/sja1105_mdio.c             |   6 +
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c  |  12 +-
 drivers/net/ethernet/cavium/liquidio/lio_main.c    |   4 +-
 drivers/net/ethernet/cavium/thunder/thunder_bgx.c  |   4 +-
 drivers/net/ethernet/davicom/dm9051.c              |   4 +-
 drivers/net/ethernet/engleder/tsnep_main.c         |  57 +++++-
 drivers/net/ethernet/freescale/enetc/enetc.c       |  32 ++--
 drivers/net/ethernet/freescale/enetc/enetc.h       |  10 +-
 drivers/net/ethernet/freescale/enetc/enetc_qos.c   |  77 ++++----
 drivers/net/ethernet/intel/iavf/iavf.h             |   1 -
 drivers/net/ethernet/intel/iavf/iavf_main.c        |  41 ++--
 drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c    |   8 +-
 .../ethernet/marvell/octeontx2/af/rvu_debugfs.c    |   3 +
 .../net/ethernet/marvell/octeontx2/af/rvu_nix.c    |   2 +
 .../net/ethernet/marvell/octeontx2/af/rvu_sdp.c    |   7 +-
 .../net/ethernet/marvell/prestera/prestera_main.c  |   1 +
 drivers/net/ethernet/mediatek/mtk_eth_soc.c        |  31 ++-
 drivers/net/ethernet/mediatek/mtk_eth_soc.h        |   5 +-
 drivers/net/ethernet/mediatek/mtk_ppe.c            |  24 ++-
 drivers/net/ethernet/mediatek/mtk_ppe.h            |   4 +-
 drivers/net/ethernet/mellanox/mlx4/qp.c            |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c      |  47 ++---
 .../mellanox/mlx5/core/diag/cmd_tracepoint.h       |  45 +++++
 .../ethernet/mellanox/mlx5/core/diag/fw_tracer.c   |   2 +-
 .../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c  |  16 +-
 .../ethernet/mellanox/mlx5/core/en/tc_tun_encap.h  |   3 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  17 +-
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |   2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c |   9 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c     |   9 +-
 .../net/ethernet/mellanox/mlx5/core/sf/dev/dev.c   |  88 +++++++++
 .../net/ethernet/microchip/sparx5/sparx5_netdev.c  |  14 +-
 drivers/net/ethernet/netronome/nfp/nfp_devlink.c   |   2 +-
 .../net/ethernet/netronome/nfp/nfp_net_ethtool.c   |   3 +
 .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c   |   6 +-
 drivers/net/ethernet/qlogic/qla3xxx.c              |   1 +
 drivers/net/ethernet/sfc/ef100_netdev.c            |   1 +
 drivers/net/ipvlan/ipvlan.h                        |   1 +
 drivers/net/ipvlan/ipvlan_main.c                   |   2 +
 drivers/net/macsec.c                               |  28 +--
 drivers/net/phy/at803x.c                           |   4 +-
 drivers/net/usb/cdc_ncm.c                          |   1 +
 drivers/net/usb/qmi_wwan.c                         |   1 +
 drivers/net/virtio_net.c                           |   3 +-
 drivers/net/wireless/ath/ath11k/qmi.h              |   2 +-
 drivers/net/wireless/cisco/airo.c                  |  18 +-
 drivers/net/wireless/mac80211_hwsim.c              |   5 +
 drivers/net/wireless/microchip/wilc1000/cfg80211.c |  39 +++-
 drivers/net/wireless/microchip/wilc1000/hif.c      |  21 +-
 drivers/net/wwan/iosm/iosm_ipc_coredump.c          |   1 +
 drivers/net/wwan/iosm/iosm_ipc_devlink.c           |   1 +
 drivers/net/wwan/iosm/iosm_ipc_pcie.c              |   2 +-
 drivers/net/wwan/t7xx/t7xx_modem_ops.c             |   2 +
 drivers/nfc/st-nci/se.c                            |  49 +++--
 drivers/nvme/host/core.c                           |   3 +-
 drivers/nvme/host/pci.c                            |   2 -
 drivers/nvme/target/configfs.c                     |   7 +-
 drivers/pci/controller/pci-hyperv.c                |  90 +++++++--
 drivers/pinctrl/qcom/pinctrl-sc8280xp.c            |   4 +-
 .../platform/surface/surface_aggregator_registry.c |  37 ++++
 drivers/platform/x86/acer-wmi.c                    |   9 +
 drivers/platform/x86/asus-wmi.c                    |   2 +
 drivers/platform/x86/hp-wmi.c                      |   3 +
 drivers/platform/x86/ideapad-laptop.c              |  62 +++++-
 drivers/platform/x86/intel/hid.c                   |   3 +
 drivers/platform/x86/intel/pmt/class.c             |  31 ++-
 drivers/platform/x86/thinkpad_acpi.c               |   8 +
 drivers/platform/x86/touchscreen_dmi.c             |  25 +++
 drivers/power/supply/ab8500_btemp.c                |   9 +-
 drivers/power/supply/ip5xxx_power.c                |   2 +-
 drivers/regulator/core.c                           |   8 +-
 drivers/regulator/rt5759-regulator.c               |   1 +
 drivers/regulator/twl6030-regulator.c              |   2 +
 drivers/s390/block/dasd_eckd.c                     |   6 +-
 drivers/s390/crypto/ap_bus.c                       |   5 +-
 drivers/s390/crypto/zcrypt_msgtype6.c              |  21 +-
 drivers/scsi/ibmvscsi/ibmvfc.c                     |  14 +-
 drivers/scsi/mpi3mr/mpi3mr_os.c                    |   3 +-
 drivers/scsi/scsi_debug.c                          |   7 +
 drivers/scsi/scsi_transport_iscsi.c                |  31 +--
 drivers/scsi/storvsc_drv.c                         |  69 ++++---
 drivers/spi/spi-dw-dma.c                           |   3 +
 drivers/spi/spi-imx.c                              |  13 +-
 drivers/spi/spi-stm32.c                            |   2 +-
 drivers/spi/spi-tegra210-quad.c                    |   9 +-
 drivers/tee/optee/device.c                         |   2 +-
 drivers/tty/n_gsm.c                                |  69 +++----
 drivers/tty/serial/8250/8250_omap.c                |   7 +-
 drivers/usb/cdns3/cdnsp-gadget.c                   |  12 +-
 drivers/usb/cdns3/cdnsp-ring.c                     |  17 +-
 drivers/usb/dwc3/dwc3-exynos.c                     |  11 +-
 drivers/usb/dwc3/gadget.c                          |  22 +--
 drivers/virt/coco/sev-guest/sev-guest.c            |  84 ++++++--
 drivers/xen/platform-pci.c                         |   7 +-
 drivers/xen/xen-pciback/conf_space_capability.c    |   9 +-
 fs/btrfs/ioctl.c                                   |  23 ++-
 fs/btrfs/sysfs.c                                   |   7 +-
 fs/btrfs/tree-log.c                                |  59 +++++-
 fs/btrfs/zoned.c                                   |   9 +-
 fs/ceph/caps.c                                     |  50 ++---
 fs/cifs/cifsfs.c                                   |   4 +-
 fs/cifs/sess.c                                     |   4 +-
 fs/ext4/extents.c                                  |  18 +-
 fs/fs-writeback.c                                  |  30 +--
 fs/fscache/volume.c                                |   7 +-
 fs/fuse/file.c                                     |  37 ++--
 fs/nfsd/vfs.c                                      |   7 +-
 fs/nilfs2/sufile.c                                 |   8 +
 fs/zonefs/super.c                                  |  60 ++++--
 fs/zonefs/zonefs.h                                 |   6 +-
 include/linux/blkdev.h                             |   1 -
 include/linux/bpf.h                                |  39 +++-
 include/linux/fault-inject.h                       |   7 +-
 include/linux/fscache.h                            |   2 +-
 include/linux/license.h                            |   2 +
 include/linux/mlx5/driver.h                        |   1 +
 include/net/neighbour.h                            |   2 +-
 include/sound/sof/info.h                           |   4 +
 include/uapi/linux/audit.h                         |   2 +-
 init/Kconfig                                       |   2 +-
 io_uring/filetable.c                               |   2 -
 io_uring/io_uring.h                                |   9 +-
 io_uring/poll.c                                    |  49 ++++-
 kernel/bpf/dispatcher.c                            |  22 +--
 kernel/gcov/clang.c                                |   2 +
 lib/Kconfig.debug                                  |   1 +
 lib/fault-inject.c                                 |  13 +-
 lib/vdso/Makefile                                  |   2 +-
 mm/damon/sysfs.c                                   |   4 +
 mm/failslab.c                                      |  12 +-
 mm/memcontrol.c                                    |   2 +-
 mm/page_alloc.c                                    |   7 +-
 mm/vmscan.c                                        |  24 ++-
 net/9p/trans_fd.c                                  |   2 +
 net/core/flow_dissector.c                          |   2 +-
 net/core/neighbour.c                               |  58 +++---
 net/dccp/ipv4.c                                    |   2 +
 net/dccp/ipv6.c                                    |   2 +
 net/ipv4/Kconfig                                   |  10 +
 net/ipv4/esp4_offload.c                            |   3 +
 net/ipv4/fib_trie.c                                |   4 +-
 net/ipv4/inet_hashtables.c                         |  10 +-
 net/ipv4/ip_input.c                                |   5 +
 net/ipv4/netfilter/ipt_CLUSTERIP.c                 |   4 +-
 net/ipv4/tcp_ipv4.c                                |   2 +
 net/ipv6/esp6_offload.c                            |   3 +
 net/ipv6/tcp_ipv6.c                                |   2 +
 net/ipv6/xfrm6_policy.c                            |   6 +-
 net/key/af_key.c                                   |  34 ++--
 net/mac80211/main.c                                |   8 +-
 net/mac80211/mesh_pathtbl.c                        |   2 +-
 net/netfilter/ipset/ip_set_hash_gen.h              |   2 +-
 net/netfilter/ipset/ip_set_hash_ip.c               |   8 +-
 net/netfilter/nf_conntrack_core.c                  |   2 +-
 net/netfilter/nf_conntrack_netlink.c               |  24 ++-
 net/netfilter/nf_conntrack_standalone.c            |   2 +-
 net/netfilter/nf_flow_table_offload.c              |   4 +
 net/netfilter/nf_tables_api.c                      |   6 +-
 net/netfilter/nft_ct.c                             |   6 +-
 net/netfilter/xt_connmark.c                        |  18 +-
 net/nfc/nci/core.c                                 |   2 +-
 net/nfc/nci/data.c                                 |   4 +-
 net/openvswitch/conntrack.c                        |   8 +-
 net/rxrpc/ar-internal.h                            |   1 +
 net/rxrpc/conn_client.c                            |  38 ++--
 net/sched/Kconfig                                  |   2 +-
 net/sched/act_connmark.c                           |   4 +-
 net/sched/act_ct.c                                 |   8 +-
 net/sched/act_ctinfo.c                             |   6 +-
 net/tipc/discover.c                                |   5 +-
 net/tipc/topsrv.c                                  |  20 +-
 net/wireless/util.c                                |   6 +-
 net/xfrm/xfrm_device.c                             |  15 +-
 net/xfrm/xfrm_replay.c                             |   2 +-
 sound/hda/intel-dsp-config.c                       |   5 +
 sound/soc/amd/yc/acp6x-mach.c                      |   7 +
 sound/soc/codecs/hdac_hda.c                        |  26 +--
 sound/soc/codecs/hdac_hda.h                        |   6 +-
 sound/soc/codecs/max98373-i2c.c                    |   4 +
 sound/soc/codecs/sgtl5000.c                        |   1 +
 sound/soc/intel/boards/bytcht_es8316.c             |   7 +
 sound/soc/intel/boards/hda_dsp_common.c            |   2 +-
 sound/soc/intel/boards/skl_hda_dsp_generic.c       |   2 +-
 sound/soc/intel/boards/sof_es8336.c                |  60 ++++--
 sound/soc/intel/common/soc-acpi-intel-icl-match.c  |  13 ++
 sound/soc/intel/skylake/skl.c                      |  49 +++--
 sound/soc/soc-pcm.c                                |   5 -
 sound/soc/sof/intel/hda-codec.c                    |  49 +++--
 sound/soc/sof/ipc3-topology.c                      |  15 +-
 sound/soc/stm/stm32_adfsdm.c                       |  11 ++
 sound/usb/endpoint.c                               |   3 +-
 sound/usb/quirks.c                                 |   2 +
 sound/usb/usbaudio.h                               |   3 +
 tools/iio/iio_generic_buffer.c                     |   4 +-
 .../testing/selftests/bpf/verifier/ref_tracking.c  |  36 ++++
 .../testing/selftests/net/io_uring_zerocopy_tx.sh  |   2 +-
 tools/testing/selftests/net/mptcp/mptcp_join.sh    |   6 +-
 tools/testing/selftests/net/mptcp/mptcp_sockopt.sh |   9 +-
 tools/testing/selftests/net/mptcp/simult_flows.sh  |   5 +-
 tools/testing/selftests/net/udpgro.sh              |   4 +-
 tools/testing/selftests/net/udpgro_bench.sh        |   2 +-
 tools/testing/selftests/net/udpgro_frglist.sh      |   2 +-
 virt/kvm/pfncache.c                                |   7 +-
 302 files changed, 2720 insertions(+), 1290 deletions(-)


Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Justin Forbes 2 years, 9 months ago
On Wed, Nov 30, 2022 at 07:19:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

Tested rc1 against the Fedora build system (aarch64, armv7, ppc64le,
s390x, x86_64), and boot tested x86_64. No regressions noted.

Tested-by: Justin M. Forbes <jforbes@fedoraproject.org>
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Sudip Mukherjee 2 years, 9 months ago
Hi Greg,

On Wed, Nov 30, 2022 at 07:19:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +0000.
> Anything received after that time might be too late.

Build test (gcc version 12.2.1 20221127):
mips: 52 configs -> no failure
arm: 100 configs -> no failure
arm64: 3 configs -> no failure
x86_64: 4 configs -> no failure
alpha allmodconfig -> no failure
csky allmodconfig -> no failure
powerpc allmodconfig -> no failure
riscv allmodconfig -> no failure
s390 allmodconfig -> no failure
xtensa allmodconfig -> no failure

Boot test:
x86_64: Booted on my test laptop. No regression.
x86_64: Booted on qemu. No regression. [1]
mips: Booted on ci20 board. No regression. [2]

[1]. https://openqa.qa.codethink.co.uk/tests/2253
[2]. https://openqa.qa.codethink.co.uk/tests/2258

Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>

--
Regards
Sudip
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Bagas Sanjaya 2 years, 9 months ago
On Wed, Nov 30, 2022 at 07:19:45PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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.
> 

Successfully cross-compiled for arm64 (bcm2711_defconfig, GCC 10.2.0) and
powerpc (ps3_defconfig, GCC 12.2.0).

Tested-by: Bagas Sanjaya <bagasdotme@gmail.com>

-- 
An old man doll... just what I always wanted! - Clara
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Naresh Kamboju 2 years, 9 months ago
On Thu, 1 Dec 2022 at 00:13, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro's test farm.

On the arm32bit TI Beagleboard X15 the intermittent Internal error: noticed on
stable-rc 6.0.11-rc1 attached boot log. I have re-tested multiple on stable-rc
6.0.11-rc1 but not reproduced.

Old report that was reported on Linux next-20220526 tag.
    Internal error: Oops: 5 [#1] SMP ARM: PC is at l3_interrupt_handler
    https://lore.kernel.org/all/CA+G9fYtNLnFs-RWeSkLDq9imwout7px4O13OqAgGxK1O6fGEBA@mail.gmail.com/

The stable-rc 6.0.11-rc1 x15 crash log details,
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.0.y/build/v6.0.9-604-g57e2fc7c0112/testrun/13332986/suite/log-parser-test/tests/

--
Linaro LKFT
https://lkft.linaro.org

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 6.0.11-rc1 (tuxmake@tuxmake) (arm-linux-gnueabihf-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP @1669834074
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] OF: fdt: Machine model: TI AM5728 BeagleBoard-X15
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB
[    0.000000] OF: reserved mem: initialized node ipu2-memory@95800000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
[    0.000000] OF: reserved mem: initialized node dsp1-memory@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
[    0.000000] OF: reserved mem: initialized node ipu1-memory@9d000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x9f000000, size 8 MiB
[    0.000000] OF: reserved mem: initialized node dsp2-memory@9f000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 64 MiB at 0xfb800000
[    0.000000] OMAP4: Map 0xafe00000 to (ptrval) for dram barrier
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000080000000-0x00000000afdfffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x00000000afe00000-0x00000000ffffefff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000080000000-0x00000000afdfffff]
[    0.000000]   node   0: [mem 0x00000000b0000000-0x00000000ffffefff]
[    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000000ffffefff]
[    0.000000] On node 0, zone HighMem: 512 pages in unavailable ranges
[    0.000000] DRA752 ES2.0
[    0.000000] percpu: Embedded 16 pages/cpu s35156 r8192 d22188 u65536
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 522051
[    0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=21674ce0-3b3d-d74e-a1fb-cb0f72855b64 rw rootfstype=ext4 rootwait
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] Memory: 1812560K/2095100K available (17408K kernel code, 2688K rwdata, 8948K rodata, 2048K init, 505K bss, 53164K reserved, 229376K cma-reserved, 1245180K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] ftrace: allocating 60953 entries in 179 pages
[    0.000000] ftrace: allocated 179 pages with 5 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU event tracing is enabled.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=2.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
[    0.002593] TI gptimer clockevent: always-on 32786 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
[    0.007171] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[    0.007385] TI gptimer percpu-dmtimer: 20000000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2e000
[    0.010711] Console: colour dummy device 80x30
[    0.010742] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[    0.063232] pid_max: default: 32768 minimum: 301
[    0.063385] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.063415] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.063995] CPU: Testing write buffer coherency: ok
[    0.064025] CPU0: Spectre v2: using ICIALLU workaround
[    0.064056] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[    0.064270] /cpus/cpu@0 missing clock-frequency property
[    0.064300] /cpus/cpu@1 missing clock-frequency property
[    0.064331] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.065093] cblist_init_generic: Setting adjustable number of callback queues.
[    0.065093] cblist_init_generic: Setting shift to 1 and lim to 1.
[    0.065185] Setting up static identity map for 0x80300000 - 0x803000ac
[    0.068511] rcu: Hierarchical SRCU implementation.
[    0.068511] rcu: 	Max phase no-delay instances is 1000.
[    0.077545] EFI services will not be available.
[    0.078155] smp: Bringing up secondary CPUs ...
[    0.138305] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.138336] CPU1: Spectre v2: using ICIALLU workaround
[    0.138458] smp: Brought up 1 node, 2 CPUs
[    0.138458] SMP: Total of 2 processors activated (3994.41 BogoMIPS).
[    0.138488] CPU: All CPU(s) started in HYP mode.
[    0.138488] CPU: Virtualization extensions available.
[    0.138946] devtmpfs: initialized
[    0.160430] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.160583] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.160614] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
[    0.164062] pinctrl core: initialized pinctrl subsystem
[    0.169921] DMI not present or invalid.
[    0.170410] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.172851] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.176788] thermal_sys: Registered thermal governor 'step_wise'
[    0.177856] cpuidle: using governor menu
[    0.219360] platform encoder: Fixing up cyclic dependency with connector
[    0.219940] No ATAGs?
[    0.220031] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.220031] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.227783] Serial: AMBA PL011 UART driver
[    0.240203] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.249786] cryptd: max_cpu_qlen set to 1000
[    0.256072] iommu: Default domain type: Translated 
[    0.256072] iommu: DMA domain TLB invalidation policy: strict mode 
[    0.256622] SCSI subsystem initialized
[    0.257019] usbcore: registered new interface driver usbfs
[    0.257049] usbcore: registered new interface driver hub
[    0.257080] usbcore: registered new device driver usb
[    0.258148] mc: Linux media interface: v0.10
[    0.258178] videodev: Linux video capture interface: v2.00
[    0.258239] pps_core: LinuxPPS API ver. 1 registered
[    0.258270] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.258270] PTP clock support registered
[    0.258422] EDAC MC: Ver: 3.0.0
[    1.034301] vgaarb: loaded
[    1.034576] clocksource: Switched to clocksource 32k_counter
[    1.091918] NET: Registered PF_INET protocol family
[    1.092132] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    1.093261] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    1.093292] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    1.093322] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    1.093383] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    1.093505] TCP: Hash tables configured (established 8192 bind 8192)
[    1.093627] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    1.093658] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.093688] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.093841] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    1.094360] RPC: Registered named UNIX socket transport module.
[    1.094360] RPC: Registered udp transport module.
[    1.094360] RPC: Registered tcp transport module.
[    1.094390] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.094390] PCI: CLS 0 bytes, default 64
[    1.094879] armv7-pmu pmu: hw perfevents: no interrupt-affinity property, guessing.
[    1.095092] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[    1.096038] Initialise system trusted keyrings
[    1.096252] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    1.102630] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.103332] NFS: Registering the id_resolver key type
[    1.103363] Key type id_resolver registered
[    1.103393] Key type id_legacy registered
[    1.103454] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.103454] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.103485] ntfs: driver 2.1.32 [Flags: R/O].
[    1.104888] jitterentropy: Initialization failed with host not compliant with requirements: 2
[    1.104888] NET: Registered PF_ALG protocol family
[    1.104919] Key type asymmetric registered
[    1.104919] Asymmetric key parser 'x509' registered
[    1.105072] bounce: pool size: 64 pages
[    1.105163] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.105163] io scheduler mq-deadline registered
[    1.105163] io scheduler kyber registered
[    1.188262] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    1.191528] SuperH (H)SCI(F) driver initialized
[    1.192230] msm_serial: driver initialized
[    1.192230] STMicroelectronics ASC driver initialized
[    1.193847] STM32 USART driver initialized
[    1.206268] brd: module loaded
[    1.210998] loop: module loaded
[    1.221221] CAN device driver interface
[    1.222045] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded
[    1.222839] e1000e: Intel(R) PRO/1000 Network Driver
[    1.222839] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.222869] igb: Intel(R) Gigabit Ethernet Network Driver
[    1.222900] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.223358] QLogic FastLinQ 4xxxx Core Module qed
[    1.223358] qede init: QLogic FastLinQ 4xxxx Ethernet Driver qede
[    1.226135] pegasus: Pegasus/Pegasus II USB Ethernet driver
[    1.226165] usbcore: registered new interface driver pegasus
[    1.226196] usbcore: registered new interface driver asix
[    1.226226] usbcore: registered new interface driver ax88179_178a
[    1.226257] usbcore: registered new interface driver cdc_ether
[    1.226287] usbcore: registered new interface driver smsc75xx
[    1.226348] usbcore: registered new interface driver smsc95xx
[    1.226379] usbcore: registered new interface driver net1080
[    1.226409] usbcore: registered new interface driver cdc_subset
[    1.226440] usbcore: registered new interface driver zaurus
[    1.226501] usbcore: registered new interface driver cdc_ncm
[    1.228302] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.228302] ehci-pci: EHCI PCI platform driver
[    1.228332] ehci-platform: EHCI generic platform driver
[    1.228485] ehci-omap: OMAP-EHCI Host Controller driver
[    1.228576] ehci-orion: EHCI orion driver
[    1.228698] SPEAr-ehci: EHCI SPEAr driver
[    1.228820] ehci-st: EHCI STMicroelectronics driver
[    1.228912] ehci-atmel: EHCI Atmel driver
[    1.229034] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.229034] ohci-pci: OHCI PCI platform driver
[    1.229064] ohci-platform: OHCI generic platform driver
[    1.229187] SPEAr-ohci: OHCI SPEAr driver
[    1.229309] ohci-st: OHCI STMicroelectronics driver
[    1.229400] ohci-atmel: OHCI Atmel driver
[    1.229797] usbcore: registered new interface driver usb-storage
[    1.233703] i2c_dev: i2c /dev entries driver
[    1.245147] cpu cpu0: Failed to set OPP config
[    1.246704] sdhci: Secure Digital Host Controller Interface driver
[    1.246734] sdhci: Copyright(c) Pierre Ossman
[    1.248138] Synopsys Designware Multimedia Card Interface Driver
[    1.249420] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.251770] ledtrig-cpu: registered to indicate activity on CPUs
[    1.255645] usbcore: registered new interface driver usbhid
[    1.255645] usbhid: USB HID core driver
[    1.258544]  cs_system_cfg: CoreSight Configuration manager initialised
[    1.262573] NET: Registered PF_INET6 protocol family
[    1.263549] Segment Routing with IPv6
[    1.263580] In-situ OAM (IOAM) with IPv6
[    1.263641] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.264129] NET: Registered PF_PACKET protocol family
[    1.264129] can: controller area network core
[    1.264190] NET: Registered PF_CAN protocol family
[    1.264190] can: raw protocol
[    1.264221] can: broadcast manager protocol
[    1.264221] can: netlink gateway - max_hops=1
[    1.264495] Key type dns_resolver registered
[    1.264556] ThumbEE CPU extension supported.
[    1.264617] Registering SWP/SWPB emulation handler
[    1.264984] omap_voltage_late_init: Voltage driver support not added
[    1.265014] Power Management for TI OMAP4+ devices.
[    1.265869] registered taskstats version 1
[    1.265869] Loading compiled-in X.509 certificates
[    1.331085] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[    1.391998] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[    1.411712] ahci 4a140000.sata: supply ahci not found, using dummy regulator
[    1.411804] ahci 4a140000.sata: supply phy not found, using dummy regulator
[    1.411926] ahci 4a140000.sata: supply target not found, using dummy regulator
[    1.412292] ahci 4a140000.sata: forcing port_map 0x0 -> 0x1
[    1.412322] ahci 4a140000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[    1.412322] ahci 4a140000.sata: flags: 64bit ncq sntf pm led clo only pmp pio slum part ccc apst 
[    1.413635] scsi host0: ahci
[    1.413879] ata1: SATA max UDMA/133 mmio [mem 0x4a140000-0x4a1410ff] port 0x100 irq 98
[    1.428741] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[    1.429138] OMAP GPIO hardware version 0.1
[    1.434173] ti-sysc: probe of 4ae18000.target-module failed with error -16
[    1.449310] printk: console [ttyS2] disabled
[    1.449401] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 101, base_baud = 3000000) is a 8250
[    1.746398] ata1: SATA link down (SStatus 0 SControl 300)
[    2.787048] printk: console [ttyS2] enabled
[    2.806579] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[    2.817199] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[    2.827697] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[    2.838256] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[    2.848907] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[    2.859527] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[    2.870239] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[    2.882171] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[    2.897308] palmas 0-0058: Irq flag is 0x00000008
[    2.928894] palmas 0-0058: Muxing GPIO 2f, PWM 0, LED 0
[    2.977050] at24 0-0050: supply vcc not found, using dummy regulator
[    2.983856] at24 0-0050: 4096 byte 24c32 EEPROM, writable, 1 bytes/write
[    2.990753] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[    3.010711] omap_rng 48090000.rng: Random Number Generator ver. 20
[    3.010955] random: crng init done
[    3.025238] omap_gpio 4805d000.gpio: Could not set line 27 debounce to 200000 microseconds (-22)
[    3.034057] sdhci-omap 4809c000.mmc: Got CD GPIO
[    3.039031] sdhci-omap 4809c000.mmc: supply vqmmc not found, using dummy regulator
[    3.070953] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[    3.104827] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[    3.124603] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
[    3.135528] davinci_mdio 48485000.mdio: phy[1]: device 48485000.mdio:01, driver Micrel KSZ9031 Gigabit PHY
[    3.145263] davinci_mdio 48485000.mdio: phy[2]: device 48485000.mdio:02, driver Micrel KSZ9031 Gigabit PHY
[    3.155578] cpsw-switch 48484000.switch: initialized cpsw ale version 1.4
[    3.162414] cpsw-switch 48484000.switch: ALE Table size 1024
[    3.168182] cpsw-switch 48484000.switch: cpts: overflow check period 500 (jiffies)
[    3.175842] cpsw-switch 48484000.switch: CPTS: ref_clk_freq:266000000 calc_mult:4036623398 calc_shift:30 error:-1 nsec/sec
[    3.187011] cpsw-switch 48484000.switch: Detected MACID = f8:30:02:cf:6e:e6
[    3.194030] cpsw-switch 48484000.switch: Detected MACID = f8:30:02:cf:6e:e7
[    3.202789] cpsw-switch 48484000.switch: initialized (regs 0x48484000, pool size 256) hw_ver:0019010F 1.15 (0)
[    3.237701] ti-sysc: probe of 4882c000.target-module failed with error -16
[    3.247070] ti-sysc: probe of 4882e000.target-module failed with error -16
[    3.290252] dra7-pcie 51000000.pcie: host bridge /ocp/target-module@51000000/pcie@51000000 ranges:
[    3.299346] dra7-pcie 51000000.pcie:       IO 0x0020003000..0x0020012fff -> 0x0000000000
[    3.307556] dra7-pcie 51000000.pcie:      MEM 0x0020013000..0x002fffffff -> 0x0020013000
[    3.315795] dra7-pcie 51000000.pcie: iATU unroll: disabled
[    3.321319] dra7-pcie 51000000.pcie: iATU regions: 16 ob, 4 ib, align 4K, limit 4G
[    4.329772] dra7-pcie 51000000.pcie: Phy link never came up
[    4.335540] dra7-pcie 51000000.pcie: PCI host bridge to bus 0000:00
[    4.341857] pci_bus 0000:00: root bus resource [bus 00-ff]
[    4.347412] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    4.353607] pci_bus 0000:00: root bus resource [mem 0x20013000-0x2fffffff]
[    4.360565] pci 0000:00:00.0: [104c:8888] type 01 class 0x060400
[    4.366638] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff]
[    4.372955] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x0000ffff]
[    4.379364] pci 0000:00:00.0: supports D1
[    4.383392] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    4.396392] PCI: bus0: Fast back to back transfers disabled
[    4.402313] PCI: bus1: Fast back to back transfers enabled
[    4.407867] pci 0000:00:00.0: BAR 0: assigned [mem 0x20100000-0x201fffff]
[    4.414703] pci 0000:00:00.0: BAR 1: assigned [mem 0x20020000-0x2002ffff]
[    4.421539] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[    4.427215] pcieport 0000:00:00.0: PME: Signaling with IRQ 135
[    4.442047] edma 43300000.dma: memcpy is disabled
[    4.449768] edma 43300000.dma: TI EDMA DMA engine driver
[    4.484130] ti_abb 4ae07e30.regulator-abb-dspeve: can't request region for resource [mem 0x4ae06010-0x4ae06013]
[    4.494293] ti_abb: probe of 4ae07e30.regulator-abb-dspeve failed with error -16
[    4.503906] ti_abb 4ae07de4.regulator-abb-gpu: can't request region for resource [mem 0x4ae06010-0x4ae06013]
[    4.513824] ti_abb: probe of 4ae07de4.regulator-abb-gpu failed with error -16
[    4.547515] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
[    4.606109] rtc-ds1307 2-006f: registered as rtc0
[    4.611145] rtc-ds1307 2-006f: hctosys: unable to read the hardware clock
[    4.622070] palmas-rtc 48070000.i2c:tps659038@58:tps659038_rtc: registered as rtc1
[    4.635375] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[    4.644439] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.649993] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 1
[    4.658325] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
[    4.667816] xhci-hcd xhci-hcd.1.auto: irq 142, io mem 0x48890000
[    4.673980] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    4.679504] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 2
[    4.683502] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[    4.687225] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[    4.701568] hub 1-0:1.0: USB hub found
[    4.705383] hub 1-0:1.0: 1 port detected
[    4.709716] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.718475] hub 2-0:1.0: USB hub found
[    4.722381] hub 2-0:1.0: 1 port detected
[    4.732055] Waiting for root device PARTUUID=21674ce0-3b3d-d74e-a1fb-cb0f72855b64...
[    4.771789] mmc1: new DDR MMC card at address 0001
[    4.777160] mmcblk1: mmc1:0001 M62704 3.53 GiB 
[    4.786254]  mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14
[    4.794189] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB 
[    4.800140] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB 
[    4.806060] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (235:0)
[    5.034576] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    5.080200] EXT4-fs (mmcblk1p12): mounted filesystem with ordered data mode. Quota mode: disabled.
[    5.093444] VFS: Mounted root (ext4 filesystem) on device 179:12.
[    5.100830] devtmpfs: mounted
[    5.114898] Freeing unused kernel image (initmem) memory: 2048K
[    5.121093] Run /sbin/init as init process
[    5.241271] systemd[1]: System time before build time, advancing clock.
[    5.260406] systemd[1]: systemd 250.5+ running in system mode (-PAM -AUDIT -SELINUX -APPARMOR +IMA -SMACK +SECCOMP -GCRYPT -GNUTLS -OPENSSL +ACL +BLKID -CURL -ELFUTILS -FIDO2 -IDN2 -IDN -IPTC +KMOD -LIBCRYPTSETUP +LIBFDISK -PCRE2 -PWQUALITY -P11KIT -QRENCODE -BZIP2 -LZ4 -XZ -ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=hybrid)
[    5.277526] hub 1-1:1.0: USB hub found
[    5.292297] systemd[1]: Detected architecture arm.
[    5.295684] hub 1-1:1.0: 4 ports detected
[    5.374694] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd

Welcome to Linux-Kernel-Functional-Testing nodistro.0!

[    5.415313] systemd[1]: Hostname set to <am57xx-evm>.
[    5.424713] systemd[1]: Initializing machine ID from random generator.
[    5.453491] hub 2-1:1.0: USB hub found
[    5.457489] hub 2-1:1.0: 4 ports detected
[    5.744598] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.754943] ata1.00: ATA-9: SanDisk SSD PLUS 120GB, UE5000RL, max UDMA/133
[    5.761871] ata1.00: 234455040 sectors, multi 1: LBA48 NCQ (depth 32)
[    5.769134] ata1.00: Features: Dev-Sleep
[    5.778015] ata1.00: configured for UDMA/133
[    5.782501] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[    5.791534] sd 0:0:0:0: [sda] 234455040 512-byte logical blocks: (120 GB/112 GiB)
[    5.804595] sd 0:0:0:0: [sda] Write Protect is off
[    5.809478] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.818695] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[    5.826110] sd 0:0:0:0: [sda] Attached SCSI disk
[    6.182128] systemd[1]: Queued start job for default target Multi-User System.
[    6.263397] systemd[1]: Created slice Slice /system/getty.
[  OK  ] Created slice Slice /system/getty.
[    6.306396] systemd[1]: Created slice Slice /system/modprobe.
[  OK  ] Created slice Slice /system/modprobe.
[    6.346130] systemd[1]: Created slice Slice /system/serial-getty.
[  OK  ] Created slice Slice /system/serial-getty.
[    6.385833] systemd[1]: Created slice User and Session Slice.
[  OK  ] Created slice User and Session Slice.
[    6.425415] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Started Dispatch Password …ts to Console Directory Watch.
[    6.464904] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Started Forward Password R…uests to Wall Directory Watch.
[    6.505645] systemd[1]: Reached target Path Units.
[  OK  ] Reached target Path Units.
[    6.544769] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    6.585113] systemd[1]: Reached target Slice Units.
[  OK  ] Reached target Slice Units.
[    6.624786] systemd[1]: Reached target Swaps.
[  OK  ] Reached target Swaps.
[    6.656433] systemd[1]: Listening on RPCbind Server Activation Socket.
[  OK  ] Listening on RPCbind Server Activation Socket.
[    6.694763] systemd[1]: Reached target RPC Port Mapper.
[  OK  ] Reached target RPC Port Mapper.
[    6.736267] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    6.774932] systemd[1]: Listening on initctl Compatibility Named Pipe.
[  OK  ] Listening on initctl Compatibility Named Pipe.
[    6.836822] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit).
[    6.848266] systemd[1]: Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Socket (/dev/log).
[    6.885162] systemd[1]: Listening on Journal Socket.
[  OK  ] Listening on Journal Socket.
[    6.926025] systemd[1]: Listening on Network Service Netlink Socket.
[  OK  ] Listening on Network Service Netlink Socket.
[    6.965209] systemd[1]: Listening on udev Control Socket.
[  OK  ] Listening on udev Control Socket.
[    7.005126] systemd[1]: Listening on udev Kernel Socket.
[  OK  ] Listening on udev Kernel Socket.
[    7.045745] systemd[1]: Listening on User Database Manager Socket.
[  OK  ] Listening on User Database Manager Socket.
[    7.085815] systemd[1]: Huge Pages File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[    7.145019] systemd[1]: Mounting POSIX Message Queue File System...
         Mounting POSIX Message Queue File System...
[    7.188415] systemd[1]: Mounting Kernel Debug File System...
         Mounting Kernel Debug File System...
[    7.228271] systemd[1]: Mounting Kernel Trace File System...
         Mounting Kernel Trace File System...
[    7.315032] systemd[1]: Mounting Temporary Directory /tmp...
         Mounting Temporary Directory /tmp...
[    7.348327] systemd[1]: Starting Create List of Static Device Nodes...
         Starting Create List of Static Device Nodes...
[    7.389221] systemd[1]: Starting Load Kernel Module configfs...
         Starting Load Kernel Module configfs...
[    7.439117] systemd[1]: Starting Load Kernel Module drm...
         Starting Load Kernel Module drm...
[    7.525238] systemd[1]: Starting Load Kernel Module fuse...
         Starting Load Kernel Module fuse...
[    7.557830] systemd[1]: Starting Start psplash boot splash screen...
         Starting Start psplash boot splash screen...
[    7.598632] systemd[1]: Starting RPC Bind...
         Starting RPC Bind...
[    7.634887] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[    7.648071] systemd[1]: systemd-journald.service: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
[    7.661041] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
[    7.705169] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    7.739410] systemd[1]: Starting Load Kernel Modules...
         Starting Load Kernel Modules...
[    7.777160] systemd[1]: Starting Generate network units from Kernel command line...
         Starting Generate network …ts from Kernel command line...
[    7.856719] systemd[1]: Starting Remount Root and Kernel File Systems...
         Starting Remount Root and Kernel File Systems[    7.879089] EXT4-fs (mmcblk1p12): re-mounted. Quota mode: disabled.
...
[    7.918670] systemd[1]: Starting Coldplug All udev Devices...
         Starting Coldplug All udev Devices...
[    7.970916] systemd[1]: Started RPC Bind.
[  OK  ] Started RPC Bind.
[    8.015502] systemd[1]: Started Journal Service.
[  OK  ] Started Journal Service.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Kernel Debug File System.
[  OK  ] Mounted Kernel Trace File System.
[  OK  ] Mounted Temporary Directory /tmp.
[  OK  ] Finished Create List of Static Device Nodes.
[  OK  ] Finished Load Kernel Module configfs.
[  OK  ] Finished Load Kernel Module drm.
[  OK  ] Finished Load Kernel Module fuse.
[FAILED] Failed to start Start psplash boot splash screen.
See 'systemctl status psplash-start.service' for details.
[DEPEND] Dependency failed for Star…progress communication helper.
[  OK  ] Finished Load Kernel Modules.
[  OK  ] Finished Generate network units from Kernel command line.
[  OK  ] Finished Remount Root and Kernel File Systems.
         Mounting Kernel Configuration File System...
         Starting Flush Journal to Persistent Storage...
[    8.640930] systemd-journald[235]: Received client request to flush runtime journal.
         Starting Apply Kernel Variables...
         Starting Create System Users...
[  OK  ] Mounted Kernel Configuration File System.
[  OK  ] Finished Flush Journal to Persistent Storage.
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Create System Users.
         Starting Create Static Device Nodes in /dev...
[  OK  ] Finished Create Static Device Nodes in /dev.
[  OK  ] Reached target Preparation for Local File Systems.
         Mounting /var/volatile...
         Starting Rule-based Manage…for Device Events and Files...
[  OK  ] Mounted /var/volatile.
         Starting Load/Save Random Seed...
[  OK  ] Reached target Local File Systems.
         Starting Rebuild Dynamic Linker Cache...
         Starting Create Volatile Files and Directories...
[  OK  ] Started Rule-based Manager for Device Events and Files.
[  OK  ] Finished Coldplug All udev Devices.
[  OK  ] Finished Load/Save Random Seed.
[  OK  ] Finished Create Volatile Files and Directories.
         Starting Rebuild Journal Catalog...
         Starting Network Time Synchronization...
         Starting Wait for udev To …plete Device Initialization...
         Starting Record System Boot/Shutdown in UTMP...
[  OK  ] Finished Rebuild Dynamic Linker Cache.
[  OK  ] Finished Rebuild Journal Catalog.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Finished Record System Boot/Shutdown in UTMP.
[  OK  ] Reached target System Time Set.
         Starting Update is Completed...
[  OK  ] Finished Update is Completed.
[   11.174957] usbcore: registered new device driver onboard-usb-hub
[   11.477539] etnaviv etnaviv: bound 59000000.gpu (ops gpu_ops [etnaviv])
[   11.484313] etnaviv-gpu 59000000.gpu: model: GC320, revision: 5301
[   11.505157] [drm] Initialized etnaviv 1.3.0 20151214 for etnaviv on minor 0
[   11.617126] hub 1-1:1.0: USB hub found
[   11.622070] hub 1-1:1.0: 4 ports detected
[  OK  ] Listening on Load/Save RF …itch Status /dev/rfkill Watch.
[   11.777160] hub 1-1:1.0: USB hub found
[   11.780975] hub 1-1:1.0: 4 ports detected
[   12.033996] hub 2-1:1.0: USB hub found
[   12.037841] hub 2-1:1.0: 4 ports detected
[   12.113342] hub 2-1:1.0: USB hub found
[   12.117187] hub 2-1:1.0: 4 ports detected
[  OK  ] Finished Wait for udev To Complete Device Initialization.
[  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Timer Units.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on D-Bus System Message Bus Socket.
         Starting sshd.socket...
[  OK  ] Listening on sshd.socket.
[  OK  ] Reached target Socket Units.
[  OK  ] Reached target Basic System.
[  OK  ] Started Kernel Logging Service.
[  OK  ] Started System Logging Service.
[  OK  ] Started Periodic Command Scheduler.
         Starting D-Bus System Message Bus...
[  OK  ] Started Getty on tty1.
         Starting IPv6 Packet Filtering Framework...
         Starting IPv4 Packet Filtering Framework...
         Starting Telephony service...
[  OK  ] Started Serial Getty on ttyS2.
[  OK  ] Reached target Login Prompts.
[   13.546081] Bluetooth: Core ver 2.22
[   13.555175] NET: Registered PF_BLUETOOTH protocol family
[   13.560516] Bluetooth: HCI device and connection manager initialized
[   13.566925] Bluetooth: HCI socket layer initialized
[   13.571838] Bluetooth: L2CAP socket layer initialized
[   13.576965] Bluetooth: SCO socket layer initialized
         Starting Resets System Activity Logs...
         Starting User Login Management...
         Starting OpenSSH Key Generation...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Finished IPv6 Packet Filtering Framework.
[  OK  ] Finished IPv4 Packet Filtering Framework.
[  OK  ] Finished Resets System Activity Logs.
[  OK  ] Reached target Preparation for Network.
         Starting Network Configuration...
[  OK  ] Started Telephony service.
[  OK  ] Started User Login Management.
[   14.176635] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.256225] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  OK  ] Started Network Configuration.
[   14.356201] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
         Starting Network Name Resolution...
[   14.504577] Micrel KSZ9031 Gigabit PHY 48485000.mdio:02: attached PHY driver (mii_bus:phy_addr=48485000.mdio:02, irq=POLL)
[   14.559631] cpsw-switch 48484000.switch: starting ndev. mode: dual_mac
[   14.675628] Micrel KSZ9031 Gigabit PHY 48485000.mdio:01: attached PHY driver (mii_bus:phy_addr=48485000.mdio:01, irq=POLL)
[  OK  ] Started Network Name Resolution.
[  OK  ] Reached target Network.
[  OK  ] Reached target Host and Network Name Lookups.
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Reached target Multi-User System.
         Starting Record Runlevel Change in UTMP...
[  OK  ] Finished Record Runlevel Change in UTMP.
[   16.656158] cpsw-switch 48484000.switch eth1: Link is Up - 100Mbps/Full - flow control off
[   16.664489] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   18.896118] cpsw-switch 48484000.switch eth0: Link is Up - 1Gbps/Full - flow control off
[   18.904296] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Linux-Kernel-Functional-Testing nodistro.0 am57xx-evm ttyS2

am57xx-evm login: root
root
7[r[999;999H[6n[   21.618377] platform 488c0000.omap_dwc3_2: deferred probe pending
[   21.624511] platform sound0: deferred probe pending
root@am57xx-evm:~# 

root@am57xx-evm:~# #
#
root@am57xx-evm:~# export SHELL=/bin/sh
export SHELL=/bin/sh
root@am57xx-evm:~# . /lava-5900484/environment
. /lava-5900484/environment
root@am57xx-evm:~# /lava-5900484/bin/lava-test-runner /lava-5900484/0
/lava-5900484/bin/lava-test-runner /lava-5900484/0
+ export TESTRUN_ID=0_prep-tmp-disk
+ TESTRUN_ID=0_prep-tmp-disk
+ cd /lava-5900484/0/tests/0_prep-tmp-disk
++ cat uuid
+ UUID=5900484_2.1.4.1
+ set +x
<LAVA_SIGNAL_STARTRUN 0_prep-tmp-disk 5900484_2.1.4.1>
++ lava-target-storage SATA
+ export STORAGE_DEV=/dev/disk/by-id/ata-SanDisk_SSD_PLUS_120GB_190703A00329
+ STORAGE_DEV=/dev/disk/by-id/ata-SanDisk_SSD_PLUS_120GB_190703A00329
+ test -n /dev/disk/by-id/ata-SanDisk_SSD_PLUS_120GB_190703A00329
+ echo y
+ mkfs.ext4 /dev/disk/by-id/ata-SanDisk_SSD_PLUS_120GB_190703A00329
mke2fs 1.46.5 (30-Dec-2021)
Discarding device blocks:        0/29306880 1048576/29306880 7864320/29306880[   30.527496] 8<--- cut here ---
[   30.530578] Unable to handle kernel paging request at virtual address f880350c
[   30.537841] [f880350c] *pgd=00000000
[   30.541442] Internal error: Oops: 5 [#1] SMP ARM
[   30.546081] Modules linked in: cfg80211 bluetooth etnaviv snd_soc_simple_card snd_soc_simple_card_utils gpu_sched onboard_usb_hub snd_soc_davinci_mcasp snd_soc_ti_udma snd_soc_ti_edma snd_soc_ti_sdma snd_soc_core ac97_bus snd_pcm_dmaengine snd_pcm snd_timer snd soundcore display_connector
[   30.571807] CPU: 0 PID: 287 Comm: rngd Not tainted 6.0.11-rc1 #1
[   30.577850] Hardware name: Generic DRA74X (Flattened Device Tree)
[   30.583984] PC is at l3_interrupt_handler+0x70/0x384
[   30.588958] LR is at 0x3
[   30.591522] pc : [<c089019c>]    lr : [<00000003>]    psr: 200d0193
[   30.597808] sp : f0001eb8  ip : 0000000c  fp : 00000000
[   30.603057] r10: 00000060  r9 : c226a320  r8 : 00000060
[   30.608306] r7 : f8000000  r6 : c39d4940  r5 : c210c8c0  r4 : c39e4200
[   30.614868] r3 : 00000000  r2 : f880350c  r1 : c210c64c  r0 : c39d4948
[   30.621429] Flags: nzCv  IRQs off  FIQs on  Mode SVC_32  ISA ARM  Segment none
[   30.628692] Control: 10c5387d  Table: 84f3406a  DAC: 00000051
[   30.634460] Register r0 information: slab kmalloc-128 start c39d4900 pointer offset 72 size 128
[   30.643218] Register r1 information: non-slab/vmalloc memory
[   30.648895] Register r2 information: non-paged memory
[   30.653991] Register r3 information: NULL pointer
[   30.658721] Register r4 information: slab kmalloc-64 start c39e4200 pointer offset 0 size 64
[   30.667205] Register r5 information: non-slab/vmalloc memory
[   30.672912] Register r6 information: slab kmalloc-128 start c39d4900 pointer offset 64 size 128
[   30.681640] Register r7 information: 0-page vmalloc region starting at 0xf8000000 allocated at iotable_init+0x0/0xf4
[   30.692230] Register r8 information: non-paged memory
[   30.697326] Register r9 information: non-slab/vmalloc memory
[   30.703002] Register r10 information: non-paged memory
[   30.708160] Register r11 information: NULL pointer
[   30.712982] Register r12 information: non-paged memory
[   30.718139] Process rngd (pid: 287, stack limit = 0x49af5199)
[   30.723937] Stack: (0xf0001eb8 to 0xf0002000)
[   30.728302] 1ea0:                                                       00000008 f0001f10
[   30.736511] 1ec0: c2f43480 00000003 00000406 c087457c c3b82024 00000001 00000000 00000001
[   30.744750] 1ee0: c2f43480 00000000 00000000 8b7f63d6 c3b80200 c3b82024 00000001 c2f43480
[   30.752960] 1f00: c2d3b800 00000100 c2003080 c0796ab0 00000000 8b7f63d6 00000000 c49e0e00
[   30.761169] 1f20: 00000000 00000000 c3b82000 c0bf797c c49e0ea8 00000000 c2f43480 c49e0e00
[   30.769378] 1f40: c226a320 8b7f63d6 c49e0ea8 c39e4200 c2013a68 00000000 c39d3700 c226a340
[   30.777618] 1f60: c226a320 00000060 c2f43480 c03b85e8 c2003094 00000000 c2009f50 c2269993
[   30.785827] 1f80: c226a320 c39d3700 c2013a68 c39d376c c1f97510 fa21200c f0001fd0 9e97da7a
[   30.794036] 1fa0: f12adfa8 c03b87d8 c39d3700 c2013a68 fa212000 c03bd2e0 c200aa08 c210a274
[   30.802276] 1fc0: fa212000 c03b7d8c c200aa08 c0301804 c1f97504 f12adfb0 00000000 c2f43480
[   30.810485] 1fe0: c1f91044 6ad6d48f 9e97da7a c130b0d8 b6f22d36 800d0030 ffffffff c08597bc
[   30.818695]  l3_interrupt_handler from __handle_irq_event_percpu+0xa0/0x1fc
[   30.825714]  __handle_irq_event_percpu from handle_irq_event+0x4c/0x94
[   30.832275]  handle_irq_event from handle_fasteoi_irq+0xa0/0x194
[   30.838317]  handle_fasteoi_irq from generic_handle_domain_irq+0x30/0x40
[   30.845031]  generic_handle_domain_irq from gic_handle_irq+0x90/0xb0
[   30.851440]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
[   30.857666]  generic_handle_arch_irq from call_with_stack+0x18/0x20
[   30.863952]  call_with_stack from __irq_usr+0x7c/0xa0
[   30.869049] Exception stack(0xf12adfb0 to 0xf12adff8)
[   30.874114] dfa0:                                     9e97da7a 6ad6d48f 9e97da7a 6ad6d48f
[   30.882324] dfc0: 00000002 00000000 00000000 b6b9e8e8 9e97da78 6ad6d48f 9e97da7a 6ad6d48f
[   30.890563] dfe0: 00000000 b6b9e8e8 b6f23701 b6f22d36 800d0030 ffffffff
[   30.897186] Code: e4907004 e5952000 e08c2002 e0872002 (e5924000) 
[   30.903320] ---[ end trace 0000000000000000 ]---
[   30.907958] Kernel panic - not syncing: Fatal exception in interrupt
[   30.914367] CPU1: stopping
[   30.917083] CPU: 1 PID: 291 Comm: rngd Tainted: G      D            6.0.11-rc1 #1
[   30.924591] Hardware name: Generic DRA74X (Flattened Device Tree)
[   30.930725]  unwind_backtrace from show_stack+0x18/0x1c
[   30.935974]  show_stack from dump_stack_lvl+0x58/0x70
[   30.941070]  dump_stack_lvl from do_handle_IPI+0x2e0/0x318
[   30.946594]  do_handle_IPI from ipi_handler+0x20/0x28
[   30.951660]  ipi_handler from handle_percpu_devid_irq+0x94/0x1e8
[   30.957702]  handle_percpu_devid_irq from generic_handle_domain_irq+0x30/0x40
[   30.964874]  generic_handle_domain_irq from gic_handle_irq+0x90/0xb0
[   30.971282]  gic_handle_irq from generic_handle_arch_irq+0x34/0x44
[   30.977478]  generic_handle_arch_irq from call_with_stack+0x18/0x20
[   30.983795]  call_with_stack from __irq_svc+0x9c/0xb8
[   30.988861] Exception stack(0xf12a5ef8 to 0xf12a5f40)
[   30.993927] 5ee0:                                                       0011baa7 00000000
[   31.002166] 5f00: 626ad21a 0000270a 00000000 c22c9480 f12a5f80 00001706 c03002f0 c2f47380
[   31.010375] 5f20: 00000193 becec000 f12a5f24 f12a5f48 c03e98b8 c03e98bc 600f0013 ffffffff
[   31.018585]  __irq_svc from ktime_get_real_ts64+0x58/0x174
[   31.024108]  ktime_get_real_ts64 from posix_get_realtime_timespec+0x14/0x1c
[   31.031127]  posix_get_realtime_timespec from sys_clock_gettime+0x64/0xc8
[   31.037933]  sys_clock_gettime from __sys_trace_return+0x0/0x10
[   31.043884] Exception stack(0xf12a5fa8 to 0xf12a5ff0)
[   31.048980] 5fa0:                   00000000 b61fea18 00000000 b61fea18 00000000 00000000
[   31.057189] 5fc0: 00000000 b61fea18 b61feacc 00000193 000172a0 00000000 b59ff000 becec000
[   31.065399] 5fe0: becec020 b61fe9c0 beced55c beced6b8
[   31.070465] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---


Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Ron Economos 2 years, 9 months ago
On 11/30/22 10:19 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Built and booted successfully on RISC-V RV64 (HiFive Unmatched).

Tested-by: Ron Economos <re@w6rz.net>
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Naresh Kamboju 2 years, 9 months ago
On Thu, 1 Dec 2022 at 00:13, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Results from Linaro's test farm.
Regressions found on x86_64:

    - build-clang-15-allmodconfig-x86_64
    - build-clang-nightly-allmodconfig-x86_64

Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>

    bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
    [ Upstream commit c86df29d11dfba27c0a1f5039cd6fe387fbf4239 ]

Causing the following build warnings / errors with clang-15 allmodconfig
on x86_64,

Build error:
make --silent --keep-going --jobs=8
O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1
ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu-
'HOSTCC=sccache clang' 'CC=sccache clang'
kernel/bpf/dispatcher.c:126:33: error: pointer type mismatch ('void *'
and 'unsigned int (*)(const void *, const struct bpf_insn *,
bpf_func_t)' (aka 'unsigned int (*)(const void *, const struct
bpf_insn *, unsigned int (*)(const void *, const struct bpf_insn
*))')) [-Werror,-Wpointer-type-mismatch]
        __BPF_DISPATCHER_UPDATE(d, new ?: &bpf_dispatcher_nop_func);
                                   ~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/bpf.h:938:54: note: expanded from macro '__BPF_DISPATCHER_UPDATE'
        __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
                                                            ^~~~
1 error generated.

Build logs:
  - https://builds.tuxbuild.com/2IHYTj6JN108YShWQ8K8Fd0HyVW/

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Nathan Chancellor 2 years, 9 months ago
On Thu, Dec 01, 2022 at 11:44:53AM +0530, Naresh Kamboju wrote:
> On Thu, 1 Dec 2022 at 00:13, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
> >
> > This is the start of the stable review cycle for the 6.0.11 release.
> > There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> > and the diffstat can be found below.
> >
> > thanks,
> >
> > greg k-h
> 
> Results from Linaro's test farm.
> Regressions found on x86_64:
> 
>     - build-clang-15-allmodconfig-x86_64
>     - build-clang-nightly-allmodconfig-x86_64
> 
> Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> 
>     bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
>     [ Upstream commit c86df29d11dfba27c0a1f5039cd6fe387fbf4239 ]
> 
> Causing the following build warnings / errors with clang-15 allmodconfig
> on x86_64,
> 
> Build error:
> make --silent --keep-going --jobs=8
> O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1
> ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu-
> 'HOSTCC=sccache clang' 'CC=sccache clang'
> kernel/bpf/dispatcher.c:126:33: error: pointer type mismatch ('void *'
> and 'unsigned int (*)(const void *, const struct bpf_insn *,
> bpf_func_t)' (aka 'unsigned int (*)(const void *, const struct
> bpf_insn *, unsigned int (*)(const void *, const struct bpf_insn
> *))')) [-Werror,-Wpointer-type-mismatch]
>         __BPF_DISPATCHER_UPDATE(d, new ?: &bpf_dispatcher_nop_func);
>                                    ~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
> include/linux/bpf.h:938:54: note: expanded from macro '__BPF_DISPATCHER_UPDATE'
>         __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
>                                                             ^~~~
> 1 error generated.

Thanks for the report! This is fixed with upstream commit a679120edfcf
("bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()"),
which was marked as a fix for c86df29d11df.

Cheers,
Nathan
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Greg Kroah-Hartman 2 years, 9 months ago
On Wed, Nov 30, 2022 at 11:57:24PM -0700, Nathan Chancellor wrote:
> On Thu, Dec 01, 2022 at 11:44:53AM +0530, Naresh Kamboju wrote:
> > On Thu, 1 Dec 2022 at 00:13, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 6.0.11 release.
> > > There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> > 
> > Results from Linaro's test farm.
> > Regressions found on x86_64:
> > 
> >     - build-clang-15-allmodconfig-x86_64
> >     - build-clang-nightly-allmodconfig-x86_64
> > 
> > Reported-by: Linux Kernel Functional Testing <lkft@linaro.org>
> > 
> >     bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
> >     [ Upstream commit c86df29d11dfba27c0a1f5039cd6fe387fbf4239 ]
> > 
> > Causing the following build warnings / errors with clang-15 allmodconfig
> > on x86_64,
> > 
> > Build error:
> > make --silent --keep-going --jobs=8
> > O=/home/tuxbuild/.cache/tuxmake/builds/1/build LLVM=1 LLVM_IAS=1
> > ARCH=x86_64 SRCARCH=x86 CROSS_COMPILE=x86_64-linux-gnu-
> > 'HOSTCC=sccache clang' 'CC=sccache clang'
> > kernel/bpf/dispatcher.c:126:33: error: pointer type mismatch ('void *'
> > and 'unsigned int (*)(const void *, const struct bpf_insn *,
> > bpf_func_t)' (aka 'unsigned int (*)(const void *, const struct
> > bpf_insn *, unsigned int (*)(const void *, const struct bpf_insn
> > *))')) [-Werror,-Wpointer-type-mismatch]
> >         __BPF_DISPATCHER_UPDATE(d, new ?: &bpf_dispatcher_nop_func);
> >                                    ~~~ ^  ~~~~~~~~~~~~~~~~~~~~~~~~
> > include/linux/bpf.h:938:54: note: expanded from macro '__BPF_DISPATCHER_UPDATE'
> >         __static_call_update((_d)->sc_key, (_d)->sc_tramp, (_new))
> >                                                             ^~~~
> > 1 error generated.
> 
> Thanks for the report! This is fixed with upstream commit a679120edfcf
> ("bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()"),
> which was marked as a fix for c86df29d11df.

Now queued up.  I forgot to run my "do we need fixes for the fixes"
script on the queues, sorry about that.

greg k-h
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Zan Aziz 2 years, 9 months ago
On Wed, Nov 30, 2022 at 3:16 PM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h

Hi Greg,

Compiled and booted on my test system Lenovo P50s: Intel Core i7
No emergency and critical messages in the dmesg

./perf bench sched all
# Running sched/messaging benchmark...
# 20 sender and receiver processes per group
# 10 groups == 400 processes run

     Total time: 0.710 [sec]

# Running sched/pipe benchmark...
# Executed 1000000 pipe operations between two processes

     Total time: 9.551 [sec]

       9.551475 usecs/op
         104695 ops/sec

Tested-by: Zan Aziz <zanaziz313@gmail.com>

Thanks
-Zan
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Shuah Khan 2 years, 9 months ago
On 11/30/22 11:19, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.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
Re: [PATCH 6.0 000/289] 6.0.11-rc1 review
Posted by Florian Fainelli 2 years, 9 months ago
On 11/30/22 10:19, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.0.11 release.
> There are 289 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 Fri, 02 Dec 2022 18:05:05 +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/v6.x/stable-review/patch-6.0.11-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-6.0.y
> and the diffstat can be found below.
> 
> thanks,
> 
> greg k-h

On ARCH_BRCMSTB using 32-bit and 64-bit ARM kernels, build tested on 
BMIPS_GENERIC:

Tested-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian