[PATCH 5.15 00/73] 5.15.171-rc1 review

Greg Kroah-Hartman posted 73 patches 2 weeks, 3 days ago
Only 0 patches received!
Makefile                                          |   4 +-
arch/riscv/kernel/asm-offsets.c                   |   2 -
arch/riscv/kernel/cpu-hotplug.c                   |   2 +-
arch/riscv/kernel/efi-header.S                    |   2 +-
arch/riscv/kernel/traps_misaligned.c              |   2 -
arch/riscv/kernel/vdso/Makefile                   |   1 +
arch/x86/include/asm/nospec-branch.h              |  11 +-
drivers/acpi/cppc_acpi.c                          |   9 +-
drivers/acpi/prmt.c                               |  33 ++--
drivers/base/core.c                               |  13 +-
drivers/base/module.c                             |   4 -
drivers/firmware/arm_sdei.c                       |   2 +-
drivers/gpu/drm/drm_mipi_dsi.c                    |   2 +-
drivers/gpu/drm/i915/gem/i915_gem_context.c       |  24 ++-
drivers/iio/adc/ad7124.c                          |   2 +-
drivers/iio/light/veml6030.c                      |   2 +-
drivers/infiniband/hw/bnxt_re/qplib_fp.c          |   4 +
drivers/infiniband/hw/bnxt_re/qplib_rcfw.c        |  13 +-
drivers/infiniband/hw/bnxt_re/qplib_rcfw.h        |   2 +
drivers/infiniband/hw/cxgb4/provider.c            |   1 +
drivers/infiniband/hw/mlx5/qp.c                   |   4 +-
drivers/misc/sgi-gru/grukservices.c               |   2 -
drivers/misc/sgi-gru/grumain.c                    |   4 -
drivers/misc/sgi-gru/grutlbpurge.c                |   2 -
drivers/net/ethernet/amd/mvme147.c                |   7 +-
drivers/net/ethernet/intel/igb/igb_main.c         |   2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  22 ++-
drivers/net/gtp.c                                 |  22 +--
drivers/net/netdevsim/fib.c                       |   4 +-
drivers/net/wireless/ath/ath10k/wmi-tlv.c         |   7 +-
drivers/net/wireless/ath/ath10k/wmi.c             |   2 +
drivers/net/wireless/broadcom/brcm80211/Kconfig   |   1 +
drivers/net/wireless/intel/iwlegacy/common.c      |   2 +
drivers/net/wireless/intel/iwlwifi/mvm/fw.c       |  22 ++-
drivers/net/wireless/intel/iwlwifi/mvm/scan.c     |   3 +-
drivers/scsi/scsi_transport_fc.c                  |   4 +-
drivers/staging/iio/frequency/ad9832.c            |   7 +-
drivers/tty/vt/vt.c                               |   2 +-
drivers/usb/host/xhci-pci.c                       |   6 +-
drivers/usb/host/xhci-ring.c                      |  16 +-
drivers/usb/phy/phy.c                             |   2 +-
drivers/usb/typec/class.c                         |   1 +
fs/ksmbd/mgmt/user_session.c                      |  26 ++-
fs/ksmbd/mgmt/user_session.h                      |   4 +
fs/ksmbd/server.c                                 |   2 +
fs/ksmbd/smb2pdu.c                                |   8 +-
fs/nfs/delegation.c                               |   5 +
fs/nilfs2/namei.c                                 |   3 +
fs/nilfs2/page.c                                  |   1 +
fs/ntfs3/frecord.c                                |   4 +-
fs/ntfs3/lznt.c                                   |   3 +
fs/ntfs3/namei.c                                  |   2 +-
fs/ntfs3/ntfs_fs.h                                |   2 +-
fs/ocfs2/file.c                                   |   8 +
include/acpi/cppc_acpi.h                          |   2 +-
include/net/ip_tunnels.h                          |   2 +-
include/net/mac80211.h                            |  10 ++
include/trace/events/kmem.h                       |  14 +-
kernel/bpf/lpm_trie.c                             |   2 +-
kernel/cgroup/cgroup.c                            |   4 +-
mm/internal.h                                     |  13 +-
mm/page_alloc.c                                   | 185 +++++++++++++---------
mm/shmem.c                                        |   2 +
net/core/dev.c                                    |   4 +
net/mac80211/Kconfig                              |   2 +-
net/mac80211/cfg.c                                |   3 +-
net/mac80211/ieee80211_i.h                        |   3 +
net/mac80211/key.c                                |  42 +++--
net/mac80211/mlme.c                               |  14 +-
net/mac80211/util.c                               |  45 ++++--
net/netfilter/nft_payload.c                       |   3 +
net/netfilter/x_tables.c                          |   2 +-
net/sched/sch_api.c                               |   2 +-
sound/soc/codecs/cs42l51.c                        |   7 +-
tools/testing/selftests/vm/hmm-tests.c            |   2 +-
tools/usb/usbip/src/usbip_detach.c                |   1 +
76 files changed, 481 insertions(+), 230 deletions(-)
[PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Greg Kroah-Hartman 2 weeks, 3 days ago
This is the start of the stable review cycle for the 5.15.171 release.
There are 73 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, 08 Nov 2024 12:02:47 +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.171-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.171-rc1

Johannes Berg <johannes.berg@intel.com>
    mac80211: always have ieee80211_sta_restart()

Jeongjun Park <aha310510@gmail.com>
    vt: prevent kernel-infoleak in con_font_get()

Rob Clark <robdclark@chromium.org>
    drm/i915: Fix potential context UAFs

Jason-JH.Lin <jason-jh.lin@mediatek.com>
    Revert "drm/mipi-dsi: Set the fwnode for mipi_dsi_device"

Jeongjun Park <aha310510@gmail.com>
    mm: shmem: fix data-race in shmem_getattr()

Johannes Berg <johannes.berg@intel.com>
    wifi: iwlwifi: mvm: fix 6 GHz scan construction

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix kernel bug due to missing clearing of checked flag

Pawan Gupta <pawan.kumar.gupta@linux.intel.com>
    x86/bugs: Use code segment selector for VERW operand

Edward Adam Davis <eadavis@qq.com>
    ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow

Matt Fleming <mfleming@cloudflare.com>
    mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: explicitly define how __GFP_HIGH non-blocking allocations accesses reserves

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: explicitly define what alloc flags deplete min reserves

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: explicitly record high-order atomic allocations in alloc_flags

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: treat RT tasks similar to __GFP_HIGH

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: rename ALLOC_HIGH to ALLOC_MIN_RESERVE

Mel Gorman <mgorman@techsingularity.net>
    mm/page_alloc: split out buddy removal code from rmqueue into separate helper

Wonhyuk Yang <vvghjk1234@gmail.com>
    mm/page_alloc: fix tracepoint mm_page_alloc_zone_locked()

Eric Dumazet <edumazet@google.com>
    mm/page_alloc: call check_new_pages() while zone spinlock is not held

Chunyan Zhang <zhangchunyan@iscas.ac.cn>
    riscv: Remove duplicated GET_RM

Chunyan Zhang <zhangchunyan@iscas.ac.cn>
    riscv: Remove unused GENERATING_ASM_OFFSETS

WangYuli <wangyuli@uniontech.com>
    riscv: Use '%u' to format the output of 'cpu'

Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
    riscv: efi: Set NX compat flag in PE/COFF header

Alexandre Ghiti <alexghiti@rivosinc.com>
    riscv: vdso: Prevent the compiler from inserting calls to memset()

Ryusuke Konishi <konishi.ryusuke@gmail.com>
    nilfs2: fix potential deadlock with newly created symlinks

Javier Carrasco <javier.carrasco.cruz@gmail.com>
    iio: light: veml6030: fix microlux value calculation

Zicheng Qu <quzicheng@huawei.com>
    iio: adc: ad7124: fix division by zero in ad7124_set_channel_odr()

Zicheng Qu <quzicheng@huawei.com>
    staging: iio: frequency: ad9832: fix division by zero in ad9832_calc_freqreg()

Ville Syrjälä <ville.syrjala@linux.intel.com>
    wifi: iwlegacy: Clear stale interrupts before resuming device

Manikanta Pubbisetty <quic_mpubbise@quicinc.com>
    wifi: ath10k: Fix memory leak in management tx

Felix Fietkau <nbd@nbd.name>
    wifi: mac80211: do not pass a stopped vif to the driver in .get_txpower

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Revert "driver core: Fix uevent_show() vs driver detach race"

Basavaraj Natikar <Basavaraj.Natikar@amd.com>
    xhci: Use pm_runtime_get to prevent RPM on unsupported systems

Faisal Hassan <quic_faisalh@quicinc.com>
    xhci: Fix Link TRB DMA in command ring stopped completion event

Javier Carrasco <javier.carrasco.cruz@gmail.com>
    usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()

Zijun Hu <quic_zijuhu@quicinc.com>
    usb: phy: Fix API devm_usb_put_phy() can not release the phy

Zongmin Zhou <zhouzongmin@kylinos.cn>
    usbip: tools: Fix detach_port() invalid port error path

Dimitri Sivanich <sivanich@hpe.com>
    misc: sgi-gru: Don't disable preemption in GRU driver

Dai Ngo <dai.ngo@oracle.com>
    NFS: remove revoked delegation from server's delegation list

Daniel Palmer <daniel@0x0f.com>
    net: amd: mvme147: Fix probe banner message

Benjamin Marzinski <bmarzins@redhat.com>
    scsi: scsi_transport_fc: Allow setting rport state to current state

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Additional check in ni_clear()

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Fix possible deadlock in mi_read

Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
    fs/ntfs3: Fix warning possible deadlock in ntfs_set_state

Andrew Ballance <andrewjballance@gmail.com>
    fs/ntfs3: Check if more than chunk-size bytes are written

Pierre Gondois <pierre.gondois@arm.com>
    ACPI: CPPC: Make rmw_lock a raw_spin_lock

Xiongfeng Wang <wangxiongfeng2@huawei.com>
    firmware: arm_sdei: Fix the input parameter of cpuhp_remove_state()

Pablo Neira Ayuso <pablo@netfilter.org>
    netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

Benoît Monin <benoit.monin@gmx.fr>
    net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extension

Dong Chenchen <dongchenchen2@huawei.com>
    netfilter: Fix use-after-free in get_info()

Byeonguk Jeong <jungbu2855@gmail.com>
    bpf: Fix out-of-bounds write in trie_get_next_key()

Zichen Xie <zichenxie0106@gmail.com>
    netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()

Pedro Tammela <pctammela@mojatatu.com>
    net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT

Pablo Neira Ayuso <pablo@netfilter.org>
    gtp: allow -1 to be specified as file description from userspace

Ido Schimmel <idosch@nvidia.com>
    ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_init_flow()

Wander Lairson Costa <wander@redhat.com>
    igb: Disable threaded IRQ for igb_msix_other

Furong Xu <0x1207@gmail.com>
    net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged SKB data

Christophe JAILLET <christophe.jaillet@wanadoo.fr>
    ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()

Daniel Gabay <daniel.gabay@intel.com>
    wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()

Emmanuel Grumbach <emmanuel.grumbach@intel.com>
    wifi: iwlwifi: mvm: disconnect station vifs if recovery failed

Youghandhar Chintala <youghand@codeaurora.org>
    mac80211: Add support to trigger sta disconnect on hardware restart

Johannes Berg <johannes.berg@intel.com>
    mac80211: do drv_reconfig_complete() before restarting all

Selvin Xavier <selvin.xavier@broadcom.com>
    RDMA/bnxt_re: synchronize the qp-handle table array

Patrisious Haddad <phaddad@nvidia.com>
    RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down

Leon Romanovsky <leon@kernel.org>
    RDMA/cxgb4: Dump vendor specific QP details

Geert Uytterhoeven <geert@linux-m68k.org>
    wifi: brcm80211: BRCM_TRACING should depend on TRACING

Felix Fietkau <nbd@nbd.name>
    wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys

Geert Uytterhoeven <geert@linux-m68k.org>
    mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING

Xiu Jianfeng <xiujianfeng@huawei.com>
    cgroup: Fix potential overflow issue when checking max_depth

Koba Ko <kobak@nvidia.com>
    ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context

Sudeep Holla <sudeep.holla@arm.com>
    ACPI: PRM: Change handler_addr type to void pointer

Aubrey Li <aubrey.li@intel.com>
    ACPI: PRM: Remove unnecessary blank lines

Namjae Jeon <linkinjeon@kernel.org>
    ksmbd: fix user-after-free from session log off

Donet Tom <donettom@linux.ibm.com>
    selftests/mm: fix incorrect buffer->mirror size in hmm2 double_map test


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

Diffstat:

 Makefile                                          |   4 +-
 arch/riscv/kernel/asm-offsets.c                   |   2 -
 arch/riscv/kernel/cpu-hotplug.c                   |   2 +-
 arch/riscv/kernel/efi-header.S                    |   2 +-
 arch/riscv/kernel/traps_misaligned.c              |   2 -
 arch/riscv/kernel/vdso/Makefile                   |   1 +
 arch/x86/include/asm/nospec-branch.h              |  11 +-
 drivers/acpi/cppc_acpi.c                          |   9 +-
 drivers/acpi/prmt.c                               |  33 ++--
 drivers/base/core.c                               |  13 +-
 drivers/base/module.c                             |   4 -
 drivers/firmware/arm_sdei.c                       |   2 +-
 drivers/gpu/drm/drm_mipi_dsi.c                    |   2 +-
 drivers/gpu/drm/i915/gem/i915_gem_context.c       |  24 ++-
 drivers/iio/adc/ad7124.c                          |   2 +-
 drivers/iio/light/veml6030.c                      |   2 +-
 drivers/infiniband/hw/bnxt_re/qplib_fp.c          |   4 +
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.c        |  13 +-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h        |   2 +
 drivers/infiniband/hw/cxgb4/provider.c            |   1 +
 drivers/infiniband/hw/mlx5/qp.c                   |   4 +-
 drivers/misc/sgi-gru/grukservices.c               |   2 -
 drivers/misc/sgi-gru/grumain.c                    |   4 -
 drivers/misc/sgi-gru/grutlbpurge.c                |   2 -
 drivers/net/ethernet/amd/mvme147.c                |   7 +-
 drivers/net/ethernet/intel/igb/igb_main.c         |   2 +-
 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c |  22 ++-
 drivers/net/gtp.c                                 |  22 +--
 drivers/net/netdevsim/fib.c                       |   4 +-
 drivers/net/wireless/ath/ath10k/wmi-tlv.c         |   7 +-
 drivers/net/wireless/ath/ath10k/wmi.c             |   2 +
 drivers/net/wireless/broadcom/brcm80211/Kconfig   |   1 +
 drivers/net/wireless/intel/iwlegacy/common.c      |   2 +
 drivers/net/wireless/intel/iwlwifi/mvm/fw.c       |  22 ++-
 drivers/net/wireless/intel/iwlwifi/mvm/scan.c     |   3 +-
 drivers/scsi/scsi_transport_fc.c                  |   4 +-
 drivers/staging/iio/frequency/ad9832.c            |   7 +-
 drivers/tty/vt/vt.c                               |   2 +-
 drivers/usb/host/xhci-pci.c                       |   6 +-
 drivers/usb/host/xhci-ring.c                      |  16 +-
 drivers/usb/phy/phy.c                             |   2 +-
 drivers/usb/typec/class.c                         |   1 +
 fs/ksmbd/mgmt/user_session.c                      |  26 ++-
 fs/ksmbd/mgmt/user_session.h                      |   4 +
 fs/ksmbd/server.c                                 |   2 +
 fs/ksmbd/smb2pdu.c                                |   8 +-
 fs/nfs/delegation.c                               |   5 +
 fs/nilfs2/namei.c                                 |   3 +
 fs/nilfs2/page.c                                  |   1 +
 fs/ntfs3/frecord.c                                |   4 +-
 fs/ntfs3/lznt.c                                   |   3 +
 fs/ntfs3/namei.c                                  |   2 +-
 fs/ntfs3/ntfs_fs.h                                |   2 +-
 fs/ocfs2/file.c                                   |   8 +
 include/acpi/cppc_acpi.h                          |   2 +-
 include/net/ip_tunnels.h                          |   2 +-
 include/net/mac80211.h                            |  10 ++
 include/trace/events/kmem.h                       |  14 +-
 kernel/bpf/lpm_trie.c                             |   2 +-
 kernel/cgroup/cgroup.c                            |   4 +-
 mm/internal.h                                     |  13 +-
 mm/page_alloc.c                                   | 185 +++++++++++++---------
 mm/shmem.c                                        |   2 +
 net/core/dev.c                                    |   4 +
 net/mac80211/Kconfig                              |   2 +-
 net/mac80211/cfg.c                                |   3 +-
 net/mac80211/ieee80211_i.h                        |   3 +
 net/mac80211/key.c                                |  42 +++--
 net/mac80211/mlme.c                               |  14 +-
 net/mac80211/util.c                               |  45 ++++--
 net/netfilter/nft_payload.c                       |   3 +
 net/netfilter/x_tables.c                          |   2 +-
 net/sched/sch_api.c                               |   2 +-
 sound/soc/codecs/cs42l51.c                        |   7 +-
 tools/testing/selftests/vm/hmm-tests.c            |   2 +-
 tools/usb/usbip/src/usbip_detach.c                |   1 +
 76 files changed, 481 insertions(+), 230 deletions(-)


Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by SeongJae Park 2 weeks, 3 days ago
Hello,

On Wed, 6 Nov 2024 13:05:04 +0100 Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:

> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +0000.
> Anything received after that time might be too late.

This rc kernel passes DAMON functionality test[1] on my test machine.
Attaching the test results summary below.  Please note that I retrieved the
kernel from linux-stable-rc tree[2].

Tested-by: SeongJae Park <sj@kernel.org>

[1] https://github.com/damonitor/damon-tests/tree/next/corr
[2] 7a95f8fff07f ("Linux 5.15.171-rc1")

Thanks,
SJ

[...]

---

ok 1 selftests: damon: debugfs_attrs.sh
ok 1 selftests: damon-tests: kunit.sh
ok 2 selftests: damon-tests: huge_count_read_write.sh
ok 3 selftests: damon-tests: buffer_overflow.sh
ok 4 selftests: damon-tests: rm_contexts.sh
ok 5 selftests: damon-tests: record_null_deref.sh
ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh
ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh
ok 8 selftests: damon-tests: damo_tests.sh
ok 9 selftests: damon-tests: masim-record.sh
ok 10 selftests: damon-tests: build_i386.sh
ok 11 selftests: damon-tests: build_arm64.sh # SKIP
ok 12 selftests: damon-tests: build_m68k.sh # SKIP
ok 13 selftests: damon-tests: build_i386_idle_flag.sh
ok 14 selftests: damon-tests: build_i386_highpte.sh
ok 15 selftests: damon-tests: build_nomemcg.sh
 [33m
 [92mPASS [39m
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Mark Brown 2 weeks, 1 day ago
On Wed, Nov 06, 2024 at 01:05:04PM +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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.

Tested-by: Mark Brown <broonie@kernel.org>
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Harshit Mogalapalli 2 weeks ago
Hi Greg,

On 06/11/24 17:35, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +0000.
> Anything received after that time might be too late.

No problems seen on x86_64 and aarch64 with our testing.

Tested-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>

Thanks,
Harshit
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Ron Economos 2 weeks, 2 days ago
On 11/6/24 4:05 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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>
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Florian Fainelli 2 weeks, 2 days ago
On 11/6/24 04:05, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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 <florian.fainelli@broadcom.com>
-- 
Florian
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Jon Hunter 2 weeks, 2 days ago
On Wed, 06 Nov 2024 13:05:04 +0100, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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:
    10 builds:	10 pass, 0 fail
    26 boots:	26 pass, 0 fail
    101 tests:	101 pass, 0 fail

Linux version:	5.15.171-rc1-g31772df529ef
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
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Naresh Kamboju 2 weeks, 2 days ago
On Wed, 6 Nov 2024 at 13:19, Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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.
No regressions on arm64, arm, x86_64, and i386.

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

NOTE:
----
The following build warnings have been noticed on x86_64 with
various build configs.

drivers/acpi/prmt.c:144:29: warning: passing 1-byte aligned argument
to 4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Walign-mismatch]
  144 |                         (void *)efi_pa_va_lookup(&th->guid,
handler_info->handler_address);
      |                                                  ^
drivers/acpi/prmt.c:147:21: warning: passing 1-byte aligned argument
to 4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Walign-mismatch]
  147 |                         efi_pa_va_lookup(&th->guid,
handler_info->static_data_buffer_address);
      |                                          ^
drivers/acpi/prmt.c:150:21: warning: passing 1-byte aligned argument
to 4-byte aligned parameter 1 of 'efi_pa_va_lookup' may result in an
unaligned pointer access [-Walign-mismatch]
  150 |                         efi_pa_va_lookup(&th->guid,
handler_info->acpi_param_buffer_address);
      |                                          ^
3 warnings generated.

Links:
 - https://storage.tuxsuite.com/public/linaro/lkft/builds/2oTjBf6W7vsijHrkw8ZdOnL9Iby/

## Build
* kernel: 5.15.171-rc1
* git: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
* git commit: 7a95f8fff07f7c8bab8da252016221fad81e010c
* git describe: v5.15.168-239-g7a95f8fff07f
* test details:
https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-5.15.y/build/v5.15.168-239-g7a95f8fff07f

## Test Regressions (compared to v5.15.168-164-gcebe213d2a87)

## Metric Regressions (compared to v5.15.168-164-gcebe213d2a87)

## Test Fixes (compared to v5.15.168-164-gcebe213d2a87)

## Metric Fixes (compared to v5.15.168-164-gcebe213d2a87)

## Test result summary
total: 60712, pass: 45080, fail: 1728, skip: 13822, xfail: 82

## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 102 total, 102 passed, 0 failed
* arm64: 29 total, 29 passed, 0 failed
* i386: 23 total, 23 passed, 0 failed
* mips: 22 total, 22 passed, 0 failed
* parisc: 3 total, 3 passed, 0 failed
* powerpc: 24 total, 24 passed, 0 failed
* riscv: 8 total, 8 passed, 0 failed
* s390: 9 total, 9 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 6 total, 6 passed, 0 failed
* x86_64: 25 total, 25 passed, 0 failed

## Test suites summary
* boot
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-efivarfs
* kselftest-exec
* kselftest-filesystems
* kselftest-filesystems-binderfs
* kselftest-filesystems-epoll
* kselftest-firmware
* kselftest-fpu
* kselftest-ftrace
* kselftest-futex
* kselftest-gpio
* kselftest-intel_pstate
* kselftest-ipc
* kselftest-kcmp
* kselftest-livepatch
* kselftest-membarrier
* kselftest-memfd
* kselftest-mincore
* kselftest-mqueue
* kselftest-net
* kselftest-net-mptcp
* kselftest-openat2
* kselftest-ptrace
* kselftest-rseq
* kselftest-rtc
* kselftest-seccomp
* kselftest-sigaltstack
* kselftest-size
* kselftest-tc-testing
* kselftest-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-watchdog
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* libhugetlbfs
* log-parser-boot
* log-parser-test
* ltp-commands
* ltp-containers
* ltp-controllers
* ltp-cpuhotplug
* ltp-crypto
* ltp-cve
* ltp-dio
* ltp-fcntl-locktests
* ltp-fs
* ltp-fs_bind
* ltp-fs_perms_simple
* ltp-hugetlb
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-smoke
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture

--
Linaro LKFT
https://lkft.linaro.org
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Shuah Khan 2 weeks, 3 days ago
On 11/6/24 05:05, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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
Re: [PATCH 5.15 00/73] 5.15.171-rc1 review
Posted by Shuah Khan 2 weeks, 3 days ago
On 11/6/24 05:05, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.15.171 release.
> There are 73 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, 08 Nov 2024 12:02:47 +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.171-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
Re: [PATCH 5.15] 5.15.171-rc1 review
Posted by Hardik Garg 2 weeks, 1 day ago
Tested-by: Hardik Garg <hargar@linux.microsoft.com>




Thanks,
Hardik