Documentation/virt/kvm/devices/vm.rst | 3 + Makefile | 4 +- arch/arm64/kernel/efi.c | 52 ++++--- arch/mips/kernel/jump_label.c | 2 +- arch/riscv/kernel/process.c | 2 + arch/riscv/kernel/setup.c | 1 + arch/riscv/kernel/vdso/Makefile | 2 +- arch/riscv/mm/init.c | 1 - arch/s390/kvm/kvm-s390.c | 26 ++-- arch/s390/kvm/kvm-s390.h | 1 - drivers/ata/libata-scsi.c | 3 + drivers/dma/at_hdmac.c | 153 ++++++++------------- drivers/dma/at_hdmac_regs.h | 10 +- drivers/dma/mv_xor_v2.c | 1 + drivers/dma/pxa_dma.c | 4 +- drivers/dma/ti/k3-udma-glue.c | 3 + drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 49 +++++-- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 + drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 + .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 +- drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 4 +- drivers/gpu/drm/vc4/vc4_drv.c | 7 +- drivers/hid/hid-hyperv.c | 2 +- drivers/hwspinlock/qcom_hwspinlock.c | 2 +- drivers/mmc/host/sdhci-cqhci.h | 24 ++++ drivers/mmc/host/sdhci-esdhc-imx.c | 7 +- drivers/mmc/host/sdhci-of-arasan.c | 3 +- drivers/mmc/host/sdhci-tegra.c | 3 +- drivers/mmc/host/sdhci_am654.c | 7 +- drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +- drivers/net/ethernet/aquantia/atlantic/aq_macsec.c | 2 + .../ethernet/aquantia/atlantic/macsec/macsec_api.c | 18 ++- drivers/net/ethernet/broadcom/Kconfig | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 2 +- drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 1 + .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 +- drivers/net/ethernet/freescale/fman/mac.c | 9 ++ drivers/net/ethernet/marvell/mv643xx_eth.c | 1 + .../ethernet/marvell/octeontx2/nic/otx2_common.c | 3 + .../ethernet/marvell/octeontx2/nic/otx2_common.h | 1 + .../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 135 ++++++++++++++---- .../ethernet/marvell/octeontx2/nic/otx2_struct.h | 57 ++++++++ .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 69 +++++++++- .../net/ethernet/marvell/octeontx2/nic/otx2_txrx.h | 5 + .../net/ethernet/marvell/prestera/prestera_rxtx.c | 7 +- drivers/net/ethernet/mediatek/mtk_star_emac.c | 2 + drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 11 +- .../ethernet/mellanox/mlx5/core/en/rep/bridge.c | 31 +++++ .../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 14 +- drivers/net/ethernet/neterion/s2io.c | 29 ++-- drivers/net/ethernet/ni/nixge.c | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 14 +- .../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 39 ++++-- .../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 8 +- drivers/net/ethernet/ti/cpsw.c | 2 + drivers/net/ethernet/tundra/tsi108_eth.c | 5 +- drivers/net/hamradio/bpqether.c | 2 +- drivers/net/macsec.c | 23 ++-- drivers/net/macvlan.c | 4 +- drivers/net/phy/mscc/mscc_macsec.c | 1 + drivers/net/tun.c | 18 ++- drivers/net/wan/lapbether.c | 3 +- drivers/net/wireless/ath/ath11k/reg.c | 6 +- drivers/net/wwan/iosm/iosm_ipc_pcie.c | 11 +- drivers/net/wwan/iosm/iosm_ipc_wwan.c | 1 + drivers/net/wwan/mhi_wwan_mbim.c | 1 + drivers/phy/ralink/phy-mt7621-pci.c | 3 +- drivers/phy/st/phy-stm32-usbphyc.c | 2 + drivers/platform/x86/hp-wmi.c | 12 +- drivers/soundwire/qcom.c | 9 ++ drivers/thunderbolt/path.c | 42 +++--- drivers/thunderbolt/tb.c | 96 ++++++++++--- drivers/thunderbolt/tb.h | 5 +- drivers/thunderbolt/tunnel.c | 27 ++-- drivers/thunderbolt/tunnel.h | 9 +- fs/btrfs/disk-io.c | 4 +- fs/btrfs/tests/btrfs-tests.c | 2 +- fs/btrfs/volumes.c | 27 ++-- fs/btrfs/volumes.h | 2 +- fs/fuse/readdir.c | 10 +- fs/nilfs2/segment.c | 15 +- fs/nilfs2/super.c | 2 - fs/nilfs2/the_nilfs.c | 2 - fs/udf/namei.c | 2 +- include/asm-generic/vmlinux.lds.h | 2 +- include/linux/bpf.h | 1 + include/linux/bpf_verifier.h | 21 +++ include/linux/skmsg.h | 3 +- include/linux/soc/marvell/octeontx2/asm.h | 15 ++ include/uapi/linux/capability.h | 2 +- kernel/bpf/verifier.c | 148 ++++++-------------- mm/damon/dbgfs.c | 7 + mm/memremap.c | 1 + mm/userfaultfd.c | 2 +- net/can/af_can.c | 2 +- net/can/j1939/main.c | 3 + net/core/skbuff.c | 36 ++--- net/core/skmsg.c | 8 +- net/core/sock_map.c | 28 +++- net/ipv4/tcp.c | 2 +- net/ipv4/tcp_bpf.c | 9 +- net/ipv6/addrlabel.c | 1 + net/mac80211/s1g.c | 3 + net/mctp/af_mctp.c | 4 +- net/mctp/route.c | 2 +- net/netfilter/nf_tables_api.c | 3 +- net/netfilter/nfnetlink.c | 1 + net/tipc/netlink_compat.c | 2 +- net/wireless/reg.c | 12 +- net/wireless/scan.c | 4 +- scripts/extract-cert.c | 7 + scripts/sign-file.c | 7 + sound/hda/hdac_sysfs.c | 4 +- sound/pci/hda/hda_intel.c | 3 + sound/pci/hda/patch_ca0132.c | 1 + sound/pci/hda/patch_realtek.c | 1 + sound/usb/card.c | 29 ++-- sound/usb/quirks-table.h | 4 + sound/usb/quirks.c | 1 + tools/bpf/bpftool/common.c | 3 + tools/perf/.gitignore | 1 + tools/perf/util/stat-display.c | 2 +- 123 files changed, 1074 insertions(+), 511 deletions(-)
This is the start of the stable review cycle for the 5.15.79 release.
There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Linux 5.15.79-rc1
Eric Dumazet <edumazet@google.com>
net: tun: call napi_schedule_prep() to ensure we own a napi
Philip Yang <Philip.Yang@amd.com>
drm/amdkfd: Migrate in CPU page fault use current mm
Anders Roxell <anders.roxell@linaro.org>
marvell: octeontx2: build error: unknown type name 'u64'
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Check return code of dma_async_device_register
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix impossible condition
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix concurrency over the active list
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Free the memset buf without holding the chan lock
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix concurrency over descriptor
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Protect atchan->status with the channel lock
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Don't start transactions at tx_submit level
Tudor Ambarus <tudor.ambarus@microchip.com>
dmaengine: at_hdmac: Fix at_lli struct definition
Linus Torvalds <torvalds@linux-foundation.org>
cert host tools: Stop complaining about deprecated OpenSSL functions
Oliver Hartkopp <socketcan@hartkopp.net>
can: j1939: j1939_send_one(): fix missing CAN header initialization
Peter Xu <peterx@redhat.com>
mm/shmem: use page_mapping() to detect page cache for uffd continue
Pankaj Gupta <pankaj.gupta@amd.com>
mm/memremap.c: map FS_DAX device memory as decrypted
SeongJae Park <sj@kernel.org>
mm/damon/dbgfs: check if rm_contexts input is for a real context
ZhangPeng <zhangpeng362@huawei.com>
udf: Fix a slab-out-of-bounds write bug in udf_find_entry()
Brian Norris <briannorris@chromium.org>
mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCI
Johannes Thumshirn <johannes.thumshirn@wdc.com>
btrfs: zoned: initialize device's zone info for seeding
Zhang Xiaoxu <zhangxiaoxu5@huawei.com>
btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()
Liu Shixin <liushixin2@huawei.com>
btrfs: fix match incorrectly in dev_args_match_device
Wen Gong <quic_wgong@quicinc.com>
wifi: ath11k: avoid deadlock during regulatory update in ath11k_regd_update()
Jorge Lopez <jorge.lopez2@hp.com>
platform/x86: hp_wmi: Fix rfkill causing soft blocked wifi
Guchun Chen <guchun.chen@amd.com>
drm/amdgpu: disable BACO on special BEIGE_GOBY card
Matthew Auld <matthew.auld@intel.com>
drm/i915/dmabuf: fix sg_table handling in map_dma_buf
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix use-after-free bug of ns_writer on remount
Ryusuke Konishi <konishi.ryusuke@gmail.com>
nilfs2: fix deadlock in nilfs_count_free_blocks()
Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
ata: libata-scsi: fix SYNCHRONIZE CACHE (16) command failure
Nathan Chancellor <nathan@kernel.org>
vmlinux.lds.h: Fix placement of '.data..decrypted' section
Jussi Laako <jussi@sonarnerd.net>
ALSA: usb-audio: Add DSD support for Accuphase DAC-60
Takashi Iwai <tiwai@suse.de>
ALSA: usb-audio: Add quirk entry for M-Audio Micro
Takashi Iwai <tiwai@suse.de>
ALSA: usb-audio: Yet more regression for for the delayed card registration
Edson Juliano Drosdeck <edson.drosdeck@gmail.com>
ALSA: hda/realtek: Add Positivo C6300 model quirk
Ye Bin <yebin10@huawei.com>
ALSA: hda: fix potential memleak in 'add_widget_node'
Xian Wang <dev@xianwang.io>
ALSA: hda/ca0132: add quirk for EVGA Z390 DARK
Evan Quan <evan.quan@amd.com>
ALSA: hda/hdmi - enable runtime pm for more AMD display audio
Haibo Chen <haibo.chen@nxp.com>
mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATA
Brian Norris <briannorris@chromium.org>
mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI
Brian Norris <briannorris@chromium.org>
mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCI
Brian Norris <briannorris@chromium.org>
mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCI
Brian Norris <briannorris@chromium.org>
mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI
Jiaxun Yang <jiaxun.yang@flygoat.com>
MIPS: jump_label: Fix compat branch range check
Ard Biesheuvel <ardb@kernel.org>
arm64: efi: Fix handling of misaligned runtime regions and drop warning
Conor Dooley <conor.dooley@microchip.com>
riscv: fix reserved memory setup
Jisheng Zhang <jszhang@kernel.org>
riscv: vdso: fix build with llvm
Jisheng Zhang <jszhang@kernel.org>
riscv: process: fix kernel info leakage
Chuang Wang <nashuiliang@gmail.com>
net: macvlan: fix memory leaks of macvlan_common_newlink
Zhengchao Shao <shaozhengchao@huawei.com>
ethernet: tundra: free irq when alloc ring failed in tsi108_open()
Zhengchao Shao <shaozhengchao@huawei.com>
net: mv643xx_eth: disable napi when init rxq or txq failed in mv643xx_eth_open()
Zhengchao Shao <shaozhengchao@huawei.com>
ethernet: s2io: disable napi when start nic failed in s2io_card_up()
Antoine Tenart <atenart@kernel.org>
net: atlantic: macsec: clear encryption keys from the stack
Antoine Tenart <atenart@kernel.org>
net: phy: mscc: macsec: clear encryption keys when freeing a flow
Yang Yingliang <yangyingliang@huawei.com>
stmmac: dwmac-loongson: fix missing of_node_put() while module exiting
Yang Yingliang <yangyingliang@huawei.com>
stmmac: dwmac-loongson: fix missing pci_disable_device() in loongson_dwmac_probe()
Yang Yingliang <yangyingliang@huawei.com>
stmmac: dwmac-loongson: fix missing pci_disable_msi() while module exiting
Zhengchao Shao <shaozhengchao@huawei.com>
cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf_open()
Wei Yongjun <weiyongjun1@huawei.com>
mctp: Fix an error handling path in mctp_init()
Tan, Tee Min <tee.min.tan@intel.com>
stmmac: intel: Update PCH PTP clock rate from 200MHz to 204.8MHz
Wong Vee Khee <vee.khee.wong@linux.intel.com>
stmmac: intel: Enable 2.5Gbps for Intel AlderLake-S
Zhengchao Shao <shaozhengchao@huawei.com>
net: cxgb3_main: disable napi when bind qsets failed in cxgb_up()
Zhengchao Shao <shaozhengchao@huawei.com>
net: cpsw: disable napi in cpsw_ndo_open()
Roi Dayan <roid@nvidia.com>
net/mlx5e: E-Switch, Fix comparing termination table instance
Roy Novich <royno@nvidia.com>
net/mlx5: Allow async trigger completion execution on single CPU systems
Vlad Buslov <vladbu@nvidia.com>
net/mlx5: Bridge, verify LAG state when adding bond to bridge
M Chetan Kumar <m.chetan.kumar@linux.intel.com>
net: wwan: iosm: fix memory leak in ipc_pcie_read_bios_cfg
Zhengchao Shao <shaozhengchao@huawei.com>
net: nixge: disable napi when enable interrupts failed in nixge_open()
Zhengchao Shao <shaozhengchao@huawei.com>
net: marvell: prestera: fix memory leak in prestera_rxtx_switch_init()
Shigeru Yoshida <syoshida@redhat.com>
netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()
Ziyang Xuan <william.xuanziyang@huawei.com>
netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
Donglin Peng <dolinux.peng@gmail.com>
perf tools: Add the include/perf/ directory to .gitignore
Athira Rajeev <atrajeev@linux.vnet.ibm.com>
perf stat: Fix printing os->prefix in CSV metrics output
Zhengchao Shao <shaozhengchao@huawei.com>
drivers: net: xgene: disable napi when register irq failed in xgene_enet_open()
Zhengchao Shao <shaozhengchao@huawei.com>
net: ethernet: mtk-star-emac: disable napi when connect and start PHY failed in mtk_star_enable()
Zhengchao Shao <shaozhengchao@huawei.com>
net: lapbether: fix issue of invalid opcode in lapbeth_open()
Yang Yingliang <yangyingliang@huawei.com>
dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
Christophe JAILLET <christophe.jaillet@wanadoo.fr>
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
Doug Brown <doug@schmorgal.com>
dmaengine: pxa_dma: use platform_get_irq_optional
Xin Long <lucien.xin@gmail.com>
tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
YueHaibing <yuehaibing@huawei.com>
net: broadcom: Fix BCMGENET Kconfig
Rasmus Villemoes <linux@rasmusvillemoes.dk>
net: stmmac: dwmac-meson8b: fix meson8b_devm_clk_prepare_enable()
Zhengchao Shao <shaozhengchao@huawei.com>
can: af_can: fix NULL pointer dereference in can_rx_register()
Alexander Potapenko <glider@google.com>
ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network
Lu Wei <luwei32@huawei.com>
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Yuan Can <yuancan@huawei.com>
drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()
HW He <hw.he@mediatek.com>
net: wwan: mhi: fix memory leak in mhi_mbim_dellink
HW He <hw.he@mediatek.com>
net: wwan: iosm: fix memory leak in ipc_wwan_dellink
Zhengchao Shao <shaozhengchao@huawei.com>
hamradio: fix issue of dev reference count leakage in bpq_device_event()
Zhengchao Shao <shaozhengchao@huawei.com>
net: lapbether: fix issue of dev reference count leakage in lapbeth_device_event()
Nico Boehr <nrb@linux.ibm.com>
KVM: s390: pv: don't allow userspace to set the clock under PV
John Thomson <git@johnthomson.fastmail.com.au>
phy: ralink: mt7621-pci: add sentinel to quirks table
Gaosheng Cui <cuigaosheng1@huawei.com>
capabilities: fix undefined behavior in bit shift for CAP_TO_MASK
Sean Anderson <sean.anderson@seco.com>
net: fman: Unregister ethernet device on removal
Alex Barba <alex.barba@broadcom.com>
bnxt_en: fix potentially incorrect return value for ndo_rx_flow_steer
Michael Chan <michael.chan@broadcom.com>
bnxt_en: Fix possible crash in bnxt_hwrm_set_coal()
Wang Yufen <wangyufen@huawei.com>
net: tun: Fix memory leaks of napi_get_frags
Ratheesh Kannoth <rkannoth@marvell.com>
octeontx2-pf: NIX TX overwrites SQ_CTX_HW_S[SQ_INT]
Geetha sowjanya <gakula@marvell.com>
octeontx2-pf: Use hardware register for CQE count
Sabrina Dubroca <sd@queasysnail.net>
macsec: clear encryption keys from the stack after setting up offload
Sabrina Dubroca <sd@queasysnail.net>
macsec: fix detection of RXSCs when toggling offloading
Sabrina Dubroca <sd@queasysnail.net>
macsec: fix secy->n_rx_sc accounting
Sabrina Dubroca <sd@queasysnail.net>
macsec: delete new rxsc when offload fails
Jiri Benc <jbenc@redhat.com>
net: gso: fix panic on frag_list with mixed head alloc types
Youlin Li <liulin063@gmail.com>
bpf: Fix wrong reg type conversion in release_reference()
Kumar Kartikeya Dwivedi <memxor@gmail.com>
bpf: Add helper macro bpf_for_each_reg_in_vstate
Cong Wang <cong.wang@bytedance.com>
bpf, sock_map: Move cancel_work_sync() out of sock lock
John Fastabend <john.fastabend@gmail.com>
bpf: Fix sockmap calling sleepable function in teardown path
Wang Yufen <wangyufen@huawei.com>
bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues
Yang Yingliang <yangyingliang@huawei.com>
HID: hyperv: fix possible memory leak in mousevsc_probe()
Pu Lehui <pulehui@huawei.com>
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Howard Hsu <howard-yh.hsu@mediatek.com>
wifi: mac80211: Set TWT Information Frame Disabled bit as 1
Wang Yufen <wangyufen@huawei.com>
bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queues
Kees Cook <keescook@chromium.org>
bpf, verifier: Fix memory leak in array reallocation for stack state
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
soundwire: qcom: check for outanding writes before doing a read
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
soundwire: qcom: reinit broadcast completion
Arend van Spriel <arend.vanspriel@broadcom.com>
wifi: cfg80211: fix memory leak in query_regdb_file()
Johannes Berg <johannes.berg@intel.com>
wifi: cfg80211: silence a sparse RCU warning
Dan Carpenter <dan.carpenter@oracle.com>
phy: stm32: fix an error code in probe
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
hwspinlock: qcom: correct MMIO max register for newer SoCs
Yang Li <yang.lee@linux.alibaba.com>
drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram()
Philip Yang <Philip.Yang@amd.com>
drm/amdkfd: handle CPU fault on COW mapping
Alex Sierra <alex.sierra@amd.com>
drm/amdkfd: avoid recursive lock in migrations back to RAM
Miklos Szeredi <mszeredi@redhat.com>
fuse: fix readdir cache race
Sanjay R Mehta <sanju.mehta@amd.com>
thunderbolt: Add DP OUT resource when DP tunnel is discovered
Mika Westerberg <mika.westerberg@linux.intel.com>
thunderbolt: Tear down existing tunnels when resuming from hibernate
-------------
Diffstat:
Documentation/virt/kvm/devices/vm.rst | 3 +
Makefile | 4 +-
arch/arm64/kernel/efi.c | 52 ++++---
arch/mips/kernel/jump_label.c | 2 +-
arch/riscv/kernel/process.c | 2 +
arch/riscv/kernel/setup.c | 1 +
arch/riscv/kernel/vdso/Makefile | 2 +-
arch/riscv/mm/init.c | 1 -
arch/s390/kvm/kvm-s390.c | 26 ++--
arch/s390/kvm/kvm-s390.h | 1 -
drivers/ata/libata-scsi.c | 3 +
drivers/dma/at_hdmac.c | 153 ++++++++-------------
drivers/dma/at_hdmac_regs.h | 10 +-
drivers/dma/mv_xor_v2.c | 1 +
drivers/dma/pxa_dma.c | 4 +-
drivers/dma/ti/k3-udma-glue.c | 3 +
drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 49 +++++--
drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 +
drivers/gpu/drm/amd/amdkfd/kfd_svm.c | 2 +
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 4 +-
drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 4 +-
drivers/gpu/drm/vc4/vc4_drv.c | 7 +-
drivers/hid/hid-hyperv.c | 2 +-
drivers/hwspinlock/qcom_hwspinlock.c | 2 +-
drivers/mmc/host/sdhci-cqhci.h | 24 ++++
drivers/mmc/host/sdhci-esdhc-imx.c | 7 +-
drivers/mmc/host/sdhci-of-arasan.c | 3 +-
drivers/mmc/host/sdhci-tegra.c | 3 +-
drivers/mmc/host/sdhci_am654.c | 7 +-
drivers/net/ethernet/apm/xgene/xgene_enet_main.c | 4 +-
drivers/net/ethernet/aquantia/atlantic/aq_macsec.c | 2 +
.../ethernet/aquantia/atlantic/macsec/macsec_api.c | 18 ++-
drivers/net/ethernet/broadcom/Kconfig | 2 +-
drivers/net/ethernet/broadcom/bnxt/bnxt.c | 2 +-
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 2 +-
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 1 +
.../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 +-
drivers/net/ethernet/freescale/fman/mac.c | 9 ++
drivers/net/ethernet/marvell/mv643xx_eth.c | 1 +
.../ethernet/marvell/octeontx2/nic/otx2_common.c | 3 +
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 1 +
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 135 ++++++++++++++----
.../ethernet/marvell/octeontx2/nic/otx2_struct.h | 57 ++++++++
.../net/ethernet/marvell/octeontx2/nic/otx2_txrx.c | 69 +++++++++-
.../net/ethernet/marvell/octeontx2/nic/otx2_txrx.h | 5 +
.../net/ethernet/marvell/prestera/prestera_rxtx.c | 7 +-
drivers/net/ethernet/mediatek/mtk_star_emac.c | 2 +
drivers/net/ethernet/mellanox/mlx5/core/cmd.c | 11 +-
.../ethernet/mellanox/mlx5/core/en/rep/bridge.c | 31 +++++
.../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 14 +-
drivers/net/ethernet/neterion/s2io.c | 29 ++--
drivers/net/ethernet/ni/nixge.c | 1 +
drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 14 +-
.../net/ethernet/stmicro/stmmac/dwmac-loongson.c | 39 ++++--
.../net/ethernet/stmicro/stmmac/dwmac-meson8b.c | 8 +-
drivers/net/ethernet/ti/cpsw.c | 2 +
drivers/net/ethernet/tundra/tsi108_eth.c | 5 +-
drivers/net/hamradio/bpqether.c | 2 +-
drivers/net/macsec.c | 23 ++--
drivers/net/macvlan.c | 4 +-
drivers/net/phy/mscc/mscc_macsec.c | 1 +
drivers/net/tun.c | 18 ++-
drivers/net/wan/lapbether.c | 3 +-
drivers/net/wireless/ath/ath11k/reg.c | 6 +-
drivers/net/wwan/iosm/iosm_ipc_pcie.c | 11 +-
drivers/net/wwan/iosm/iosm_ipc_wwan.c | 1 +
drivers/net/wwan/mhi_wwan_mbim.c | 1 +
drivers/phy/ralink/phy-mt7621-pci.c | 3 +-
drivers/phy/st/phy-stm32-usbphyc.c | 2 +
drivers/platform/x86/hp-wmi.c | 12 +-
drivers/soundwire/qcom.c | 9 ++
drivers/thunderbolt/path.c | 42 +++---
drivers/thunderbolt/tb.c | 96 ++++++++++---
drivers/thunderbolt/tb.h | 5 +-
drivers/thunderbolt/tunnel.c | 27 ++--
drivers/thunderbolt/tunnel.h | 9 +-
fs/btrfs/disk-io.c | 4 +-
fs/btrfs/tests/btrfs-tests.c | 2 +-
fs/btrfs/volumes.c | 27 ++--
fs/btrfs/volumes.h | 2 +-
fs/fuse/readdir.c | 10 +-
fs/nilfs2/segment.c | 15 +-
fs/nilfs2/super.c | 2 -
fs/nilfs2/the_nilfs.c | 2 -
fs/udf/namei.c | 2 +-
include/asm-generic/vmlinux.lds.h | 2 +-
include/linux/bpf.h | 1 +
include/linux/bpf_verifier.h | 21 +++
include/linux/skmsg.h | 3 +-
include/linux/soc/marvell/octeontx2/asm.h | 15 ++
include/uapi/linux/capability.h | 2 +-
kernel/bpf/verifier.c | 148 ++++++--------------
mm/damon/dbgfs.c | 7 +
mm/memremap.c | 1 +
mm/userfaultfd.c | 2 +-
net/can/af_can.c | 2 +-
net/can/j1939/main.c | 3 +
net/core/skbuff.c | 36 ++---
net/core/skmsg.c | 8 +-
net/core/sock_map.c | 28 +++-
net/ipv4/tcp.c | 2 +-
net/ipv4/tcp_bpf.c | 9 +-
net/ipv6/addrlabel.c | 1 +
net/mac80211/s1g.c | 3 +
net/mctp/af_mctp.c | 4 +-
net/mctp/route.c | 2 +-
net/netfilter/nf_tables_api.c | 3 +-
net/netfilter/nfnetlink.c | 1 +
net/tipc/netlink_compat.c | 2 +-
net/wireless/reg.c | 12 +-
net/wireless/scan.c | 4 +-
scripts/extract-cert.c | 7 +
scripts/sign-file.c | 7 +
sound/hda/hdac_sysfs.c | 4 +-
sound/pci/hda/hda_intel.c | 3 +
sound/pci/hda/patch_ca0132.c | 1 +
sound/pci/hda/patch_realtek.c | 1 +
sound/usb/card.c | 29 ++--
sound/usb/quirks-table.h | 4 +
sound/usb/quirks.c | 1 +
tools/bpf/bpftool/common.c | 3 +
tools/perf/.gitignore | 1 +
tools/perf/util/stat-display.c | 2 +-
123 files changed, 1074 insertions(+), 511 deletions(-)
On Mon, 14 Nov 2022 at 18:24, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > and the diffstat can be found below. > > thanks, > > greg k-h Results from Linaro's test farm. A part from allmodconfig build failures on arm and arm64 other test reports are looking ok. Tested-by: Linux Kernel Functional Testing <lkft@linaro.org> ## Build * kernel: 5.15.79-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-5.15.y * git commit: b6ea7e152210f358e39d05a567697a098aa16e7a * git describe: v5.15.78-132-gb6ea7e152210 * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.78-132-gb6ea7e152210 ## Test Regressions (compared to v5.15.78) ## Metric Regressions (compared to v5.15.78) ## Test Fixes (compared to v5.15.78) ## Metric Fixes (compared to v5.15.78) ## Test result summary total: 63728, pass: 54817, fail: 1467, skip: 7178, xfail: 266 ## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 289 total, 287 passed, 2 failed * arm64: 80 total, 77 passed, 3 failed * i386: 68 total, 64 passed, 4 failed * mips: 54 total, 54 passed, 0 failed * parisc: 12 total, 12 passed, 0 failed * powerpc: 60 total, 60 passed, 0 failed * riscv: 20 total, 20 passed, 0 failed * s390: 24 total, 24 passed, 0 failed * sh: 24 total, 24 passed, 0 failed * sparc: 12 total, 12 passed, 0 failed * x86_64: 76 total, 72 passed, 4 failed ## Test suites summary * fwts * igt-gpu-tools * kselftest-android * kselftest-arm64 * kselftest-arm64/arm64.btitest.bti_c_func * kselftest-arm64/arm64.btitest.bti_j_func * kselftest-arm64/arm64.btitest.bti_jc_func * kselftest-arm64/arm64.btitest.bti_none_func * kselftest-arm64/arm64.btitest.nohint_func * kselftest-arm64/arm64.btitest.paciasp_func * kselftest-arm64/arm64.nobtitest.bti_c_func * kselftest-arm64/arm64.nobtitest.bti_j_func * kselftest-arm64/arm64.nobtitest.bti_jc_func * kselftest-arm64/arm64.nobtitest.bti_none_func * kselftest-arm64/arm64.nobtitest.nohint_func * kselftest-arm64/arm64.nobtitest.paciasp_func * kselftest-breakpoints * kselftest-drivers-dma-buf * kselftest-efivarfs * kselftest-gpio * kselftest-intel_pstate * kselftest-kvm * kselftest-lib * kselftest-net * kselftest-net-forwarding * kselftest-net-mptcp * kselftest-netfilter * kselftest-openat2 * kselftest-seccomp * kselftest-timens * kunit * kvm-unit-tests * libgpiod * libhugetlbfs * log-parser-boot * log-parser-test * ltp-cap_bounds * ltp-commands * ltp-containers * ltp-controllers * ltp-cpuhotplug * ltp-crypto * ltp-cve * ltp-dio * ltp-fcntl-locktests * ltp-filecaps * ltp-fs * ltp-fs_bind * ltp-fs_perms_simple * ltp-fsx * ltp-hugetlb * ltp-io * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-open-posix-tests * ltp-pty * ltp-sched * ltp-securebits * ltp-syscalls * ltp-tracing * network-basic-tests * packetdrill * perf * perf/Zstd-perf.data-compression * rcutorture * v4l2-compliance * vdso -- Linaro LKFT https://lkft.linaro.org
Hi Greg,
On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.79 release.
> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> Anything received after that time might be too late.
Build test (gcc version 12.2.1 20221016):
mips: 62 configs -> no failure
arm: 99 configs -> 1 failure
arm64: 3 configs -> 1 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
Note:
As already mailed by others, both arm and arm64 allmodconfig fails to build:
drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
980 | napi_disable(&priv->rx_napi);
| ^~~~~~~
| napi
drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
981 | napi_disable(&priv->tx_napi);
| ^~~~~~~
| napi
Boot test:
x86_64: Booted on my test laptop. No regression.
x86_64: Booted on qemu. No regression. [1]
arm64: Booted on rpi4b (4GB model). No regression. [2]
[1]. https://openqa.qa.codethink.co.uk/tests/2158
[2]. https://openqa.qa.codethink.co.uk/tests/2163
Tested-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
--
Regards
Sudip
On Tue, Nov 15, 2022 at 10:49:08AM +0000, Sudip Mukherjee wrote: > Hi Greg, > > On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.79 release. > > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > > Anything received after that time might be too late. > > Build test (gcc version 12.2.1 20221016): > mips: 62 configs -> no failure > arm: 99 configs -> 1 failure > arm64: 3 configs -> 1 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 > > Note: > As already mailed by others, both arm and arm64 allmodconfig fails to build: > > drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable': > drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'? > 980 | napi_disable(&priv->rx_napi); > | ^~~~~~~ > | napi > drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'? > 981 | napi_disable(&priv->tx_napi); > | ^~~~~~~ > | napi > > Should now be fixed in -rc2
On 11/14/22 4:44 AM, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.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>
On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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
On Mon, 14 Nov 2022 at 18:24, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.15.79 release.
> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
As others reported,
arm: allmodconfig failed [1] due to following warnings / errors.
drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
drivers/net/ethernet/mediatek/mtk_star_emac.c:980:22: error: 'struct
mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
980 | napi_disable(&priv->rx_napi);
| ^~~~~~~
| napi
drivers/net/ethernet/mediatek/mtk_star_emac.c:981:22: error: 'struct
mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
981 | napi_disable(&priv->tx_napi);
| ^~~~~~~
| napi
---
net: ethernet: mtk-star-emac: disable napi when connect and start PHY
failed in mtk_star_enable()
[ Upstream commit b0c09c7f08c2467b2089bdf4adb2fbbc2464f4a8 ]
[1] https://builds.tuxbuild.com/2HXmwUDUvmWI1Uc7zsdXNcsTqW1/
--
Linaro LKFT
https://lkft.linaro.org
On Tue, Nov 15, 2022 at 08:26:08AM +0530, Naresh Kamboju wrote: > On Mon, 14 Nov 2022 at 18:24, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > > > This is the start of the stable review cycle for the 5.15.79 release. > > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > As others reported, > arm: allmodconfig failed [1] due to following warnings / errors. > > drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable': > drivers/net/ethernet/mediatek/mtk_star_emac.c:980:22: error: 'struct > mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'? > 980 | napi_disable(&priv->rx_napi); > | ^~~~~~~ > | napi > drivers/net/ethernet/mediatek/mtk_star_emac.c:981:22: error: 'struct > mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'? > 981 | napi_disable(&priv->tx_napi); > | ^~~~~~~ > | napi > Should now be fixed in -rc2
On 2022/11/15 10:56, Naresh Kamboju wrote:
> On Mon, 14 Nov 2022 at 18:24, Greg Kroah-Hartman
> <gregkh@linuxfoundation.org> wrote:
>>
>> This is the start of the stable review cycle for the 5.15.79 release.
>> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
>> Anything received after that time might be too late.
>>
>> The whole patch series can be found in one patch at:
>> https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz
>> or in the git tree and branch at:
>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
>> and the diffstat can be found below.
>>
>> thanks,
>>
>> greg k-h
>
> As others reported,
> arm: allmodconfig failed [1] due to following warnings / errors.
>
> drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
> drivers/net/ethernet/mediatek/mtk_star_emac.c:980:22: error: 'struct
> mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
> 980 | napi_disable(&priv->rx_napi);
> | ^~~~~~~
> | napi
> drivers/net/ethernet/mediatek/mtk_star_emac.c:981:22: error: 'struct
> mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
> 981 | napi_disable(&priv->tx_napi);
> | ^~~~~~~
> | napi
>
>
> ---
> net: ethernet: mtk-star-emac: disable napi when connect and start PHY
> failed in mtk_star_enable()
> [ Upstream commit b0c09c7f08c2467b2089bdf4adb2fbbc2464f4a8 ]
>
>
> [1] https://builds.tuxbuild.com/2HXmwUDUvmWI1Uc7zsdXNcsTqW1/
>
> --
> Linaro LKFT
> https://lkft.linaro.org
Yes ,For stable-5.10, commit 0a8bd81fd6aaace14979152e0540da8ff158a00a
("net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs")
is not merged. So, please use napi_disable(&priv->napi) instead of
napi_disable(&priv->rx_napi) and napi_disable(&priv->tx_napi).
On Tue, Nov 15, 2022 at 11:34:12AM +0800, shaozhengchao wrote:
>
>
> On 2022/11/15 10:56, Naresh Kamboju wrote:
> > On Mon, 14 Nov 2022 at 18:24, Greg Kroah-Hartman
> > <gregkh@linuxfoundation.org> wrote:
> > >
> > > This is the start of the stable review cycle for the 5.15.79 release.
> > > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> > > Anything received after that time might be too late.
> > >
> > > The whole patch series can be found in one patch at:
> > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz
> > > or in the git tree and branch at:
> > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
> > > and the diffstat can be found below.
> > >
> > > thanks,
> > >
> > > greg k-h
> >
> > As others reported,
> > arm: allmodconfig failed [1] due to following warnings / errors.
> >
> > drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
> > drivers/net/ethernet/mediatek/mtk_star_emac.c:980:22: error: 'struct
> > mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
> > 980 | napi_disable(&priv->rx_napi);
> > | ^~~~~~~
> > | napi
> > drivers/net/ethernet/mediatek/mtk_star_emac.c:981:22: error: 'struct
> > mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
> > 981 | napi_disable(&priv->tx_napi);
> > | ^~~~~~~
> > | napi
> >
> >
> > ---
> > net: ethernet: mtk-star-emac: disable napi when connect and start PHY
> > failed in mtk_star_enable()
> > [ Upstream commit b0c09c7f08c2467b2089bdf4adb2fbbc2464f4a8 ]
> >
> >
> > [1] https://builds.tuxbuild.com/2HXmwUDUvmWI1Uc7zsdXNcsTqW1/
> >
> > --
> > Linaro LKFT
> > https://lkft.linaro.org
>
> Yes ,For stable-5.10, commit 0a8bd81fd6aaace14979152e0540da8ff158a00a
> ("net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs")
> is not merged. So, please use napi_disable(&priv->napi) instead of
> napi_disable(&priv->rx_napi) and napi_disable(&priv->tx_napi).
I think you mean 5.15 here, not 5.10, right?
Can you send a properly backported version of this commit for 5.10.y and
5.15.y so that I can queue it up? I'll go drop this offending one from
the queue now and push out a -rc2 so that it doesn't stall the release.
thanks,
greg k-h
On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. No regressions found on WSL x86_64 or WSL arm64 Built, booted, and compared dmesg against 5.15.78. Thank you. Tested-by: Kelsey Steele <kelseysteele@linux.microsoft.com>
On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.79 release.
> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> Anything received after that time might be too late.
>
Build results:
total: 154 pass: 152 fail: 2
Failed builds:
arm:allmodconfig
arm64:allmodconfig
Qemu test results:
total: 489 pass: 489 fail: 0
Build errors as already reported.
Building arm64:allmodconfig ... failed
--------------
Error log:
drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
980 | napi_disable(&priv->rx_napi);
| ^~~~~~~
| napi
drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
981 | napi_disable(&priv->tx_napi);
| ^~~~~~~
| napi
Guenter
On 11/14/22 04:44, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.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
On Mon, Nov 14, 2022 at 7:54 AM Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. 5.15.79-rc1 compiled and booted on my x86_64 test system. No errors or regressions. Tested-by: Slade Watkins <srw@sladewatkins.net> All the best, -srw
On 11/14/22 05:44, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.15.79 release. > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > and the diffstat can be found below. > > thanks, > > greg k-h > Compiled and booted on my test system. No dmesg regressions. Tested-by: Shuah Khan <skhan@linuxfoundation.org> thanks, -- Shuah
On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.79 release.
> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> Anything received after that time might be too late.
>
Build reference: v5.15.78-132-gb6ea7e152210
Compiler version: arm-linux-gnueabi-gcc (GCC) 11.3.0
Assembler version: GNU assembler (GNU Binutils) 2.39
Building arm:allmodconfig ... failed
--------------
Error log:
drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable':
drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'?
980 | napi_disable(&priv->rx_napi);
| ^~~~~~~
| napi
drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'?
981 | napi_disable(&priv->tx_napi);
| ^~~~~~~
| napi
Guenter
On Mon, Nov 14, 2022 at 11:26:50AM -0800, Guenter Roeck wrote: > On Mon, Nov 14, 2022 at 01:44:29PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.79 release. > > There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000. > > Anything received after that time might be too late. > > > > Build reference: v5.15.78-132-gb6ea7e152210 > Compiler version: arm-linux-gnueabi-gcc (GCC) 11.3.0 > Assembler version: GNU assembler (GNU Binutils) 2.39 > > Building arm:allmodconfig ... failed > -------------- > Error log: > drivers/net/ethernet/mediatek/mtk_star_emac.c: In function 'mtk_star_enable': > drivers/net/ethernet/mediatek/mtk_star_emac.c:980:29: error: 'struct mtk_star_priv' has no member named 'rx_napi'; did you mean 'napi'? > 980 | napi_disable(&priv->rx_napi); > | ^~~~~~~ > | napi > drivers/net/ethernet/mediatek/mtk_star_emac.c:981:29: error: 'struct mtk_star_priv' has no member named 'tx_napi'; did you mean 'napi'? > 981 | napi_disable(&priv->tx_napi); > | ^~~~~~~ > | napi > > Guenter Thanks, should now be fixed in -rc2
On Mon, 14 Nov 2022 13:44:29 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.79 release.
> There are 131 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 Wed, 16 Nov 2022 12:44:21 +0000.
> Anything received after that time might be too late.
>
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.79-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v5.15:
11 builds: 11 pass, 0 fail
28 boots: 28 pass, 0 fail
114 tests: 114 pass, 0 fail
Linux version: 5.15.79-rc1-gb6ea7e152210
Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000,
tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000,
tegra20-ventana, tegra210-p2371-2180,
tegra210-p3450-0000, tegra30-cardhu-a04
Tested-by: Jon Hunter <jonathanh@nvidia.com>
Jon
© 2016 - 2026 Red Hat, Inc.