This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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.2-rc1
Shunsuke Mie mie@igel.co.jp misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
Shunsuke Mie mie@igel.co.jp misc: pci_endpoint_test: Aggregate params checking for xfer
Cameron Gutman aicommander@gmail.com Input: xpad - fix wireless 360 controller breaking after suspend
Pavel Rojtberg rojtberg@gmail.com Input: xpad - add supported devices as contributed on github
Jeremy Kerr jk@codeconstruct.com.au mctp: prevent double key removal and unref
Johannes Berg johannes.berg@intel.com wifi: cfg80211: update hidden BSSes to avoid WARN_ON
Johannes Berg johannes.berg@intel.com wifi: mac80211: fix crash in beacon protection for P2P-device
Johannes Berg johannes.berg@intel.com wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
Johannes Berg johannes.berg@intel.com wifi: cfg80211: avoid nontransmitted BSS list corruption
Johannes Berg johannes.berg@intel.com wifi: cfg80211: fix BSS refcounting bugs
Johannes Berg johannes.berg@intel.com wifi: cfg80211: ensure length byte is present before access
Johannes Berg johannes.berg@intel.com wifi: mac80211: fix MBSSID parsing use-after-free
Johannes Berg johannes.berg@intel.com wifi: cfg80211/mac80211: reject bad MBSSID elements
Johannes Berg johannes.berg@intel.com wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
Jason A. Donenfeld Jason@zx2c4.com random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld Jason@zx2c4.com random: avoid reading two cache lines on irq randomness
Giovanni Cabiddu giovanni.cabiddu@intel.com Revert "crypto: qat - reduce size of mapped region"
Nathan Lynch nathanl@linux.ibm.com Revert "powerpc/rtas: Implement reentrant rtas call"
Andy Shevchenko andriy.shevchenko@linux.intel.com Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"
Andy Shevchenko andriy.shevchenko@linux.intel.com Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if extcon is present""
Frank Wunderlich frank-w@public-files.de USB: serial: qcserial: add new usb-id for Dell branded EM7455
Linus Torvalds torvalds@linux-foundation.org scsi: stex: Properly zero out the passthrough command structure
Arun Easi aeasi@marvell.com scsi: qla2xxx: Fix response queue handler reading stale packets
Arun Easi aeasi@marvell.com scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stale packets"
Orlando Chamberlain redecorating@protonmail.com efi: Correct Macmini DMI match in uefi cert quirk
Takashi Iwai tiwai@suse.de ALSA: hda/realtek: Add quirk for HP Zbook Firefly 14 G9 model
Takashi Iwai tiwai@suse.de ALSA: hda: Fix position reporting on Poulsbo
Jason A. Donenfeld Jason@zx2c4.com random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld Jason@zx2c4.com random: restore O_NONBLOCK support
Rishabh Bhatnagar risbhat@amazon.com nvme-pci: set min_align_mask before calculating max_hw_sectors
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix use-after-free bug of struct nilfs_root
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
-------------
Diffstat:
Makefile | 4 +- arch/powerpc/include/asm/paca.h | 1 - arch/powerpc/include/asm/rtas.h | 1 - arch/powerpc/kernel/paca.c | 32 ----------- arch/powerpc/kernel/rtas.c | 54 ------------------- arch/powerpc/sysdev/xics/ics-rtas.c | 22 ++++---- drivers/char/mem.c | 4 +- drivers/char/random.c | 25 ++++++--- drivers/crypto/qat/qat_common/qat_asym_algs.c | 12 ++--- drivers/input/joystick/xpad.c | 20 ++++++- drivers/misc/pci_endpoint_test.c | 34 +++++++++--- drivers/net/wireless/mac80211_hwsim.c | 2 + drivers/nvme/host/pci.c | 3 +- drivers/scsi/qla2xxx/qla_gbl.h | 2 - drivers/scsi/qla2xxx/qla_isr.c | 22 +++----- drivers/scsi/qla2xxx/qla_os.c | 10 ---- drivers/scsi/stex.c | 17 +++--- drivers/usb/dwc3/core.c | 50 +---------------- drivers/usb/dwc3/drd.c | 50 +++++++++++++++++ drivers/usb/serial/qcserial.c | 1 + fs/nilfs2/inode.c | 19 ++++++- fs/nilfs2/segment.c | 21 +++++--- include/scsi/scsi_cmnd.h | 2 +- net/mac80211/ieee80211_i.h | 8 +++ net/mac80211/rx.c | 12 +++-- net/mac80211/util.c | 32 +++++------ net/mctp/af_mctp.c | 23 +++++--- net/mctp/route.c | 10 ++-- net/wireless/scan.c | 77 +++++++++++++++++---------- security/integrity/platform_certs/load_uefi.c | 2 +- sound/pci/hda/hda_intel.c | 3 +- sound/pci/hda/patch_realtek.c | 18 +++++++ 32 files changed, 313 insertions(+), 280 deletions(-)
On Thu, Oct 13, 2022 at 07:52:38PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
On 10/13/22 10:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
On Thu, Oct 13, 2022 at 2:02 PM Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +0000. Anything received after that time might be too late.
Greg, 6.0.2-rc1 compiled and booted on my x86_64 test system. No errors or regressions.
Tested-by: Slade Watkins srw@sladewatkins.net
Thanks, -srw
On 10/13/22 10:52 AM, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
On Thu, Oct 13, 2022 at 07:52:38PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 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.1.0).
Tested-by: Bagas Sanjaya bagasdotme@gmail.com
On Thu, 13 Oct 2022 at 23:32, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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. No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing lkft@linaro.org
## Build * kernel: 6.0.2-rc1 * git: https://gitlab.com/Linaro/lkft/mirrors/stable/linux-stable-rc * git branch: linux-6.0.y * git commit: 2640a427a92bc725b6a7ecd72f6499bd90ed3981 * git describe: v6.0.1-35-g2640a427a92b * test details: https://qa-reports.linaro.org/lkft/linux-stable-rc-linux-6.0.y/build/v6.0.1-...
## No Test Regressions (compared to v6.0.1)
## No Metric Regressions (compared to v6.0.1)
## No Test Fixes (compared to v6.0.1)
## No Metric Fixes (compared to v6.0.1)
## Test result summary total: 128530, pass: 111552, fail: 3700, skip: 12938, xfail: 340
## Build Summary * arc: 10 total, 10 passed, 0 failed * arm: 333 total, 329 passed, 4 failed * arm64: 65 total, 65 passed, 0 failed * i386: 55 total, 55 passed, 0 failed * mips: 56 total, 55 passed, 1 failed * parisc: 12 total, 12 passed, 0 failed * powerpc: 69 total, 63 passed, 6 failed * riscv: 27 total, 27 passed, 0 failed * s390: 21 total, 21 passed, 0 failed * sh: 24 total, 24 passed, 0 failed * sparc: 12 total, 12 passed, 0 failed * x86_64: 58 total, 58 passed, 0 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-capabilities * kselftest-cgroup * kselftest-clone3 * kselftest-core * kselftest-cpu-hotplug * kselftest-cpufreq * kselftest-drivers-dma-buf * kselftest-efivarfs * kselftest-filesystems * kselftest-filesystems-binderfs * kselftest-firmware * kselftest-fpu * kselftest-futex * kselftest-gpio * kselftest-intel_pstate * kselftest-ipc * kselftest-ir * kselftest-kcmp * kselftest-kexec * kselftest-kvm * kselftest-lib * kselftest-livepatch * kselftest-membarrier * kselftest-memfd * kselftest-memory-hotplug * kselftest-mincore * kselftest-mount * kselftest-mqueue * kselftest-net * kselftest-net-forwarding * kselftest-netfilter * kselftest-nsfs * kselftest-openat2 * kselftest-pid_namespace * kselftest-pidfd * kselftest-proc * kselftest-pstore * kselftest-ptrace * kselftest-rseq * kselftest-rtc * kselftest-seccomp * kselftest-sigaltstack * kselftest-size * kselftest-splice * kselftest-static_keys * kselftest-sync * kselftest-sysctl * kselftest-tc-testing * kselftest-timens * kselftest-timers * kselftest-tmpfs * kselftest-tpm2 * kselftest-user * kselftest-vm * kselftest-x86 * kselftest-zram * 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-ip * ltp-ipc * ltp-math * ltp-mm * ltp-nptl * ltp-open-posix-tests * ltp-pty * ltp-sched * ltp-securebits * ltp-smoke * ltp-syscalls * ltp-tracing * network-basic-tests * perf * perf/Zstd-perf.data-compression * rcutorture * v4l2-compliance * vdso
-- Linaro LKFT https://lkft.linaro.org
Hi Greg,
On Thu, Oct 13, 2022 at 07:52:38PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +0000. Anything received after that time might be too late.
Build test (gcc version 12.2.1 20220925): 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] arm64: Booted on rpi4b (4GB model). No regression. [2] mips: Booted on ci20 board. No regression. [3]
[1]. https://openqa.qa.codethink.co.uk/tests/2001 [2]. https://openqa.qa.codethink.co.uk/tests/1997 [3]. https://openqa.qa.codethink.co.uk/tests/2000
Tested-by: Sudip Mukherjee sudip.mukherjee@codethink.co.uk
Works fine on my Arch Linux Server with Intel(R) Core(TM) i5-6400 CPU @ 2.70GHz
Tested-by: Luna Jernberg droidbittin@gmail.com
On 10/13/22, Greg Kroah-Hartman gregkh@linuxfoundation.org wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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.2-rc1
Shunsuke Mie mie@igel.co.jp misc: pci_endpoint_test: Fix pci_endpoint_test_{copy,write,read}() panic
Shunsuke Mie mie@igel.co.jp misc: pci_endpoint_test: Aggregate params checking for xfer
Cameron Gutman aicommander@gmail.com Input: xpad - fix wireless 360 controller breaking after suspend
Pavel Rojtberg rojtberg@gmail.com Input: xpad - add supported devices as contributed on github
Jeremy Kerr jk@codeconstruct.com.au mctp: prevent double key removal and unref
Johannes Berg johannes.berg@intel.com wifi: cfg80211: update hidden BSSes to avoid WARN_ON
Johannes Berg johannes.berg@intel.com wifi: mac80211: fix crash in beacon protection for P2P-device
Johannes Berg johannes.berg@intel.com wifi: mac80211_hwsim: avoid mac80211 warning on bad rate
Johannes Berg johannes.berg@intel.com wifi: cfg80211: avoid nontransmitted BSS list corruption
Johannes Berg johannes.berg@intel.com wifi: cfg80211: fix BSS refcounting bugs
Johannes Berg johannes.berg@intel.com wifi: cfg80211: ensure length byte is present before access
Johannes Berg johannes.berg@intel.com wifi: mac80211: fix MBSSID parsing use-after-free
Johannes Berg johannes.berg@intel.com wifi: cfg80211/mac80211: reject bad MBSSID elements
Johannes Berg johannes.berg@intel.com wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans()
Jason A. Donenfeld Jason@zx2c4.com random: use expired timer rather than wq for mixing fast pool
Jason A. Donenfeld Jason@zx2c4.com random: avoid reading two cache lines on irq randomness
Giovanni Cabiddu giovanni.cabiddu@intel.com Revert "crypto: qat - reduce size of mapped region"
Nathan Lynch nathanl@linux.ibm.com Revert "powerpc/rtas: Implement reentrant rtas call"
Andy Shevchenko andriy.shevchenko@linux.intel.com Revert "usb: dwc3: Don't switch OTG -> peripheral if extcon is present"
Andy Shevchenko andriy.shevchenko@linux.intel.com Revert "USB: fixup for merge issue with "usb: dwc3: Don't switch OTG -> peripheral if extcon is present""
Frank Wunderlich frank-w@public-files.de USB: serial: qcserial: add new usb-id for Dell branded EM7455
Linus Torvalds torvalds@linux-foundation.org scsi: stex: Properly zero out the passthrough command structure
Arun Easi aeasi@marvell.com scsi: qla2xxx: Fix response queue handler reading stale packets
Arun Easi aeasi@marvell.com scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stale packets"
Orlando Chamberlain redecorating@protonmail.com efi: Correct Macmini DMI match in uefi cert quirk
Takashi Iwai tiwai@suse.de ALSA: hda/realtek: Add quirk for HP Zbook Firefly 14 G9 model
Takashi Iwai tiwai@suse.de ALSA: hda: Fix position reporting on Poulsbo
Jason A. Donenfeld Jason@zx2c4.com random: clamp credited irq bits to maximum mixed
Jason A. Donenfeld Jason@zx2c4.com random: restore O_NONBLOCK support
Rishabh Bhatnagar risbhat@amazon.com nvme-pci: set min_align_mask before calculating max_hw_sectors
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failure
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix leak of nilfs_root in case of writer thread creation failure
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix use-after-free bug of struct nilfs_root
Ryusuke Konishi konishi.ryusuke@gmail.com nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()
Diffstat:
Makefile | 4 +- arch/powerpc/include/asm/paca.h | 1 - arch/powerpc/include/asm/rtas.h | 1 - arch/powerpc/kernel/paca.c | 32 ----------- arch/powerpc/kernel/rtas.c | 54 ------------------- arch/powerpc/sysdev/xics/ics-rtas.c | 22 ++++---- drivers/char/mem.c | 4 +- drivers/char/random.c | 25 ++++++--- drivers/crypto/qat/qat_common/qat_asym_algs.c | 12 ++--- drivers/input/joystick/xpad.c | 20 ++++++- drivers/misc/pci_endpoint_test.c | 34 +++++++++--- drivers/net/wireless/mac80211_hwsim.c | 2 + drivers/nvme/host/pci.c | 3 +- drivers/scsi/qla2xxx/qla_gbl.h | 2 - drivers/scsi/qla2xxx/qla_isr.c | 22 +++----- drivers/scsi/qla2xxx/qla_os.c | 10 ---- drivers/scsi/stex.c | 17 +++--- drivers/usb/dwc3/core.c | 50 +---------------- drivers/usb/dwc3/drd.c | 50 +++++++++++++++++ drivers/usb/serial/qcserial.c | 1 + fs/nilfs2/inode.c | 19 ++++++- fs/nilfs2/segment.c | 21 +++++--- include/scsi/scsi_cmnd.h | 2 +- net/mac80211/ieee80211_i.h | 8 +++ net/mac80211/rx.c | 12 +++-- net/mac80211/util.c | 32 +++++------ net/mctp/af_mctp.c | 23 +++++--- net/mctp/route.c | 10 ++-- net/wireless/scan.c | 77 +++++++++++++++++---------- security/integrity/platform_certs/load_uefi.c | 2 +- sound/pci/hda/hda_intel.c | 3 +- sound/pci/hda/patch_realtek.c | 18 +++++++ 32 files changed, 313 insertions(+), 280 deletions(-)
On 10/13/22 11:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
On 13/10/2022 18:52, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
No new regressions for Tegra ...
Test results for stable-v6.0: 11 builds: 11 pass, 0 fail 28 boots: 28 pass, 0 fail 130 tests: 128 pass, 2 fail
Linux version: 6.0.2-rc1-g2640a427a92b 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
Test failures: tegra194-p2972-0000: boot.py tegra210-p3450-0000: devices
Tested-by: Jon Hunter jonathanh@nvidia.com
Jon
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +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.2-rc1.g... 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
6.0.2-rc1 compiled and booted on my x86_64 and ARM64 test systems. No errors or regressions.
Tested-by: Allen Pais apais@microsoft.com
Thanks.
On Thu, Oct 13, 2022 at 07:52:38PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +0000. Anything received after that time might be too late.
Build results: total: 149 pass: 149 fail: 0 Qemu test results: total: 490 pass: 490 fail: 0
Tested-by: Guenter Roeck linux@roeck-us.net
Guenter
On Thu, Oct 13, 2022 at 07:52:38PM +0200, Greg Kroah-Hartman wrote:
This is the start of the stable review cycle for the 6.0.2 release. There are 34 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know.
Responses should be made by Sat, 15 Oct 2022 17:51:33 +0000. Anything received after that time might be too late.
Hi Greg,
6.0.2-rc1 tested.
Run tested on: - Intel Alder Lake x86_64 (nuc12 i7-1260P)
In addition - build tested for: - Allwinner A64 - Allwinner H3 - Allwinner H5 - Allwinner H6 - NXP iMX6 - NXP iMX8 - Qualcomm Dragonboard - Rockchip RK3288 - Rockchip RK3328 - Rockchip RK3399pro - Samsung Exynos5422
Tested-by: Rudi Heitbaum rudi@heitbaum.com -- Rudi