This is the start of the stable review cycle for the 6.6.32 release.
There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
or in the git tree and branch at:
git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 6.6.32-rc1
Christoph Hellwig <[email protected]>
block: add a partscan sysfs attribute for disks
Christoph Hellwig <[email protected]>
block: add a disk_has_partscan helper
SeongJae Park <[email protected]>
Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
Akira Yokosawa <[email protected]>
docs: kernel_include.py: Cope with docutils 0.21
Thomas Weißschuh <[email protected]>
admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
Jarkko Sakkinen <[email protected]>
KEYS: trusted: Do not use WARN when encode fails
AngeloGioacchino Del Regno <[email protected]>
remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
Daniel Thompson <[email protected]>
serial: kgdboc: Fix NMI-safety problems from keyboard reset code
Javier Carrasco <[email protected]>
usb: typec: tipd: fix event checking for tps6598x
Heikki Krogerus <[email protected]>
usb: typec: ucsi: displayport: Fix potential deadlock
Jose Ignacio Tornos Martinez <[email protected]>
net: usb: ax88179_178a: fix link status when link is set to down/up
Prashanth K <[email protected]>
usb: dwc3: Wait unconditionally after issuing EndXfer command
Carlos Llamas <[email protected]>
binder: fix max_thread type inconsistency
Srinivasan Shanmugam <[email protected]>
drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()
Christian Brauner <[email protected]>
erofs: reliably distinguish block based and fscache mode
Baokun Li <[email protected]>
erofs: get rid of erofs_fs_context
Jiri Olsa <[email protected]>
bpf: Add missing BPF_LINK_TYPE invocations
Mark Brown <[email protected]>
kselftest: Add a ksft_perror() helper
Mengqi Zhang <[email protected]>
mmc: core: Add HS400 tuning in HS400es initialization
Jarkko Sakkinen <[email protected]>
KEYS: trusted: Fix memory leak in tpm2_key_encode()
Sungwoo Kim <[email protected]>
Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
Sungwoo Kim <[email protected]>
Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
Jacob Keller <[email protected]>
ice: remove unnecessary duplicate checks for VF VSI ID
Jacob Keller <[email protected]>
ice: pass VSI pointer into ice_vc_isvalid_q_id
Ronald Wahl <[email protected]>
net: ks8851: Fix another TX stall caused by wrong ISR flag handling
Jose Fernandez <[email protected]>
drm/amd/display: Fix division by zero in setup_dsc_config
Gustavo A. R. Silva <[email protected]>
smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
Namjae Jeon <[email protected]>
ksmbd: add continuous availability share parameter
David Howells <[email protected]>
cifs: Add tracing for the cifs_tcon struct refcounting
Paulo Alcantara <[email protected]>
smb: client: instantiate when creating SFU files
Paulo Alcantara <[email protected]>
smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()
Steve French <[email protected]>
smb3: add trace event for mknod
Steve French <[email protected]>
smb311: additional compression flag defined in updated protocol spec
Steve French <[email protected]>
smb311: correct incorrect offset field in compression header
Steve French <[email protected]>
cifs: Move some extern decls from .c files to .h
Namjae Jeon <[email protected]>
ksmbd: fix potencial out-of-bounds when buffer offset is invalid
Namjae Jeon <[email protected]>
ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
Colin Ian King <[email protected]>
ksmbd: Fix spelling mistake "connction" -> "connection"
Marios Makassikis <[email protected]>
ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
Bharath SM <[email protected]>
cifs: remove redundant variable assignment
Meetakshi Setiya <[email protected]>
cifs: fixes for get_inode_info
Bharath SM <[email protected]>
cifs: defer close file handles having RH lease
Namjae Jeon <[email protected]>
ksmbd: add support for durable handles v1/v2
Namjae Jeon <[email protected]>
ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
Enzo Matsumiya <[email protected]>
smb: common: simplify compression headers
Enzo Matsumiya <[email protected]>
smb: common: fix fields sizes in compression_pattern_payload_v1
Enzo Matsumiya <[email protected]>
smb: client: negotiate compression algorithms
Steve French <[email protected]>
smb3: add dynamic trace point for ioctls
Paulo Alcantara <[email protected]>
smb: client: return reparse type in /proc/mounts
Paulo Alcantara <[email protected]>
smb: client: set correct d_type for reparse DFS/DFSR and mount point
Paulo Alcantara <[email protected]>
smb: client: parse uid, gid, mode and dev from WSL reparse points
Steve French <[email protected]>
smb: client: introduce SMB2_OP_QUERY_WSL_EA
Dan Carpenter <[email protected]>
smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
Paulo Alcantara <[email protected]>
smb: client: add support for WSL reparse points
Paulo Alcantara <[email protected]>
smb: client: reduce number of parameters in smb2_compound_op()
Paulo Alcantara <[email protected]>
smb: client: fix potential broken compound request
Paulo Alcantara <[email protected]>
smb: client: move most of reparse point handling code to common file
Paulo Alcantara <[email protected]>
smb: client: introduce reparse mount option
Meetakshi Setiya <[email protected]>
smb: client: retry compound request without reusing lease
Steve French <[email protected]>
smb: client: do not defer close open handles to deleted files
Meetakshi Setiya <[email protected]>
smb: client: reuse file lease key in compound operations
Paulo Alcantara <[email protected]>
smb: client: get rid of smb311_posix_query_path_info()
Steve French <[email protected]>
smb: client: parse owner/group when creating reparse points
Steve French <[email protected]>
smb3: update allocation size more accurately on write completion
Paulo Alcantara <[email protected]>
smb: client: handle path separator of created SMB symlinks
Steve French <[email protected]>
cifs: update the same create_guid on replay
Yang Li <[email protected]>
ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
Shyam Prasad N <[email protected]>
cifs: set replay flag for retries of write command
Shyam Prasad N <[email protected]>
cifs: commands that are retried should have replay flag set
Alexey Dobriyan <[email protected]>
smb: client: delete "true", "false" defines
Yang Li <[email protected]>
smb: Fix some kernel-doc comments
Shyam Prasad N <[email protected]>
cifs: new mount option called retrans
Paulo Alcantara <[email protected]>
smb: client: don't clobber ->i_rdev from cached reparse points
Shyam Prasad N <[email protected]>
cifs: new nt status codes from MS-SMB2
Shyam Prasad N <[email protected]>
cifs: pick channel for tcon and tdis
Steve French <[email protected]>
cifs: minor comment cleanup
Colin Ian King <[email protected]>
cifs: remove redundant variable tcon_exist
Randy Dunlap <[email protected]>
ksmbd: vfs: fix all kernel-doc warnings
Randy Dunlap <[email protected]>
ksmbd: auth: fix most kernel-doc warnings
Steve French <[email protected]>
cifs: remove unneeded return statement
Paulo Alcantara <[email protected]>
cifs: get rid of dup length check in parse_reparse_point()
David Howells <[email protected]>
cifs: Pass unbyteswapped eof value into SMB2_set_eof()
Markus Elfring <[email protected]>
smb3: Improve exception handling in allocate_mr_list()
Steve French <[email protected]>
cifs: fix in logging in cifs_chan_update_iface
Paulo Alcantara <[email protected]>
smb: client: handle special files and symlinks in SMB3 POSIX
Paulo Alcantara <[email protected]>
smb: client: cleanup smb2_query_reparse_point()
Paulo Alcantara <[email protected]>
smb: client: allow creating symlinks via reparse points
Steve French <[email protected]>
smb: client: optimise reparse point querying
Steve French <[email protected]>
smb: client: allow creating special files via reparse points
Steve French <[email protected]>
smb: client: extend smb2_compound_op() to accept more commands
Pierre Mariani <[email protected]>
smb: client: Fix minor whitespace errors and warnings
Steve French <[email protected]>
smb: client: introduce cifs_sfu_make_node()
Ritvik Budhiraja <[email protected]>
cifs: fix use after free for iface while disabling secondary channels
Steve French <[email protected]>
Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO
Steve French <[email protected]>
smb3: minor cleanup of session handling code
Steve French <[email protected]>
smb3: more minor cleanups for session handling routines
Steve French <[email protected]>
smb3: minor RDMA cleanup
Shyam Prasad N <[email protected]>
cifs: print server capabilities in DebugData
Eric Biggers <[email protected]>
smb: use crypto_shash_digest() in symlink_hash()
Steve French <[email protected]>
Add definition for new smb3.1.1 command type
Steve French <[email protected]>
SMB3: clarify some of the unused CreateOption flags
Meetakshi Setiya <[email protected]>
cifs: Add client version details to NTLM authenticate message
-------------
Diffstat:
Documentation/ABI/stable/sysfs-block | 10 +
.../admin-guide/hw-vuln/core-scheduling.rst | 4 +-
Documentation/admin-guide/mm/damon/usage.rst | 2 +-
Documentation/sphinx/kernel_include.py | 1 -
Makefile | 4 +-
block/genhd.c | 15 +-
block/partitions/core.c | 5 +-
drivers/android/binder.c | 2 +-
drivers/android/binder_internal.h | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 3 +
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 7 +-
drivers/mmc/core/mmc.c | 9 +-
drivers/net/ethernet/intel/ice/ice_virtchnl.c | 22 +-
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c | 3 -
drivers/net/ethernet/micrel/ks8851_common.c | 18 +-
drivers/net/usb/ax88179_178a.c | 37 +-
drivers/remoteproc/mtk_scp.c | 10 +-
drivers/tty/serial/kgdboc.c | 30 +-
drivers/usb/dwc3/gadget.c | 4 +-
drivers/usb/typec/tipd/core.c | 45 +-
drivers/usb/typec/tipd/tps6598x.h | 11 +
drivers/usb/typec/ucsi/displayport.c | 4 -
fs/erofs/internal.h | 7 -
fs/erofs/super.c | 124 +-
fs/smb/client/Makefile | 2 +-
fs/smb/client/cached_dir.c | 24 +-
fs/smb/client/cifs_debug.c | 38 +-
fs/smb/client/cifsfs.c | 10 +-
fs/smb/client/cifsglob.h | 93 +-
fs/smb/client/cifsproto.h | 39 +-
fs/smb/client/cifssmb.c | 18 +-
fs/smb/client/connect.c | 57 +-
fs/smb/client/dir.c | 14 +-
fs/smb/client/file.c | 39 +-
fs/smb/client/fs_context.c | 43 +-
fs/smb/client/fs_context.h | 13 +-
fs/smb/client/fscache.c | 7 +
fs/smb/client/inode.c | 235 ++--
fs/smb/client/ioctl.c | 6 +
fs/smb/client/link.c | 41 +-
fs/smb/client/misc.c | 47 +-
fs/smb/client/ntlmssp.h | 4 +-
fs/smb/client/readdir.c | 32 +-
fs/smb/client/reparse.c | 532 ++++++++
fs/smb/client/reparse.h | 113 ++
fs/smb/client/sess.c | 73 +-
fs/smb/client/smb1ops.c | 80 +-
fs/smb/client/smb2glob.h | 27 +-
fs/smb/client/smb2inode.c | 1402 +++++++++++++-------
fs/smb/client/smb2maperror.c | 2 +
fs/smb/client/smb2misc.c | 10 +-
fs/smb/client/smb2ops.c | 603 ++++-----
fs/smb/client/smb2pdu.c | 340 ++++-
fs/smb/client/smb2pdu.h | 46 +-
fs/smb/client/smb2proto.h | 37 +-
fs/smb/client/smb2status.h | 2 +
fs/smb/client/smb2transport.c | 2 +
fs/smb/client/smbdirect.c | 4 +-
fs/smb/client/smbencrypt.c | 7 -
fs/smb/client/trace.h | 137 +-
fs/smb/common/smb2pdu.h | 122 +-
fs/smb/common/smbfsctl.h | 6 -
fs/smb/server/auth.c | 14 +-
fs/smb/server/ksmbd_netlink.h | 36 +-
fs/smb/server/mgmt/user_session.c | 28 +-
fs/smb/server/mgmt/user_session.h | 3 +
fs/smb/server/misc.c | 1 +
fs/smb/server/oplock.c | 96 +-
fs/smb/server/oplock.h | 7 +-
fs/smb/server/smb2misc.c | 26 +-
fs/smb/server/smb2ops.c | 6 +
fs/smb/server/smb2pdu.c | 338 ++++-
fs/smb/server/smb2pdu.h | 31 +-
fs/smb/server/transport_tcp.c | 2 +
fs/smb/server/vfs.c | 28 +-
fs/smb/server/vfs_cache.c | 137 +-
fs/smb/server/vfs_cache.h | 9 +
include/linux/blkdev.h | 13 +
include/linux/bpf_types.h | 3 +
include/net/bluetooth/hci.h | 9 +
include/net/bluetooth/hci_core.h | 1 +
net/bluetooth/hci_conn.c | 71 +-
net/bluetooth/hci_event.c | 31 +-
net/bluetooth/iso.c | 2 +-
net/bluetooth/l2cap_core.c | 38 +-
net/bluetooth/sco.c | 6 +-
security/keys/trusted-keys/trusted_tpm2.c | 25 +-
tools/testing/selftests/kselftest.h | 14 +
88 files changed, 3923 insertions(+), 1738 deletions(-)
Hello,
On Thu, 23 May 2024 15:12:25 +0200 Greg Kroah-Hartman <[email protected]> wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
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 <[email protected]>
[1] https://github.com/awslabs/damon-tests/tree/next/corr
[2] 492852c6380f ("Linux 6.6.32-rc1")
Thanks,
SJ
[...]
---
ok 1 selftests: damon: debugfs_attrs.sh
ok 2 selftests: damon: debugfs_schemes.sh
ok 3 selftests: damon: debugfs_target_ids.sh
ok 4 selftests: damon: debugfs_empty_targets.sh
ok 5 selftests: damon: debugfs_huge_count_read_write.sh
ok 6 selftests: damon: debugfs_duplicate_context_creation.sh
ok 7 selftests: damon: debugfs_rm_non_contexts.sh
ok 8 selftests: damon: sysfs.sh
ok 9 selftests: damon: sysfs_update_removed_scheme_dir.sh
ok 10 selftests: damon: reclaim.sh
ok 11 selftests: damon: lru_sort.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
ok 12 selftests: damon-tests: build_m68k.sh
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
On Thu, May 23, 2024 at 03:12:25PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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 <[email protected]>
On 5/23/24 06:12, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.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 <[email protected]>
--
Florian
Hi Greg
On Thu, May 23, 2024 at 10:23 PM Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
6.6.32-rc1 tested.
Build successfully completed.
Boot successfully completed.
No dmesg regressions.
Video output normal.
Sound output normal.
Lenovo ThinkPad X1 Carbon Gen10(Intel i7-1260P(x86_64) arch linux)
[ 0.000000] Linux version 6.6.32-rc1rv
(takeshi@ThinkPadX1Gen10J0764) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU
Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri May 24 05:32:27 JST 2024
Thanks
Tested-by: Takeshi Ogasawara <[email protected]>
Hi Greg,
On 23/05/24 18:42, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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 <[email protected]>
Thanks,
Harshit
> The whole patch series can be found in one patch at:
> https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
On Thu, 23 May 2024 at 15:23, Greg Kroah-Hartman
<[email protected]> wrote:
>
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
Results from Linaro’s test farm.
No regressions on arm64, arm, x86_64, and i386.
Tested-by: Linux Kernel Functional Testing <[email protected]>
## Build Summary
* arc: 5 total, 5 passed, 0 failed
* arm: 128 total, 128 passed, 0 failed
* arm64: 38 total, 38 passed, 0 failed
* i386: 29 total, 29 passed, 0 failed
* mips: 24 total, 24 passed, 0 failed
* parisc: 3 total, 3 passed, 0 failed
* powerpc: 34 total, 34 passed, 0 failed
* riscv: 17 total, 17 passed, 0 failed
* s390: 12 total, 12 passed, 0 failed
* sh: 10 total, 10 passed, 0 failed
* sparc: 6 total, 6 passed, 0 failed
* x86_64: 32 total, 32 passed, 0 failed
## Test suites summary
* boot
* kselftest-android
* kselftest-arm64
* kselftest-breakpoints
* kselftest-capabilities
* kselftest-cgroup
* kselftest-clone3
* kselftest-core
* kselftest-cpu-hotplug
* kselftest-cpufreq
* kselftest-drivers-dma-buf
* 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-ir
* kselftest-kcmp
* kselftest-kexec
* kselftest-kvm
* kselftest-lib
* kselftest-membarrier
* kselftest-memory-hotplug
* kselftest-mincore
* kselftest-mount
* kselftest-mqueue
* kselftest-net
* kselftest-net-forwarding
* kselftest-net-mptcp
* 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-timers
* kselftest-tmpfs
* kselftest-tpm2
* kselftest-user_events
* kselftest-vDSO
* kselftest-watchdog
* kselftest-x86
* kunit
* kvm-unit-tests
* libgpiod
* 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-hugetlb
* ltp-io
* ltp-ipc
* ltp-math
* ltp-mm
* ltp-nptl
* ltp-pty
* ltp-sched
* ltp-securebits
* ltp-smoke
* ltp-smoketest
* ltp-syscalls
* ltp-tracing
* perf
* rcutorture
--
Linaro LKFT
https://lkft.linaro.org
On 5/23/24 07:12, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.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 <[email protected]>
thanks,
-- Shuah
On Thu, 23 May 2024 15:12:25 +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
All tests passing for Tegra ...
Test results for stable-v6.6:
10 builds: 10 pass, 0 fail
26 boots: 26 pass, 0 fail
116 tests: 116 pass, 0 fail
Linux version: 6.6.32-rc1-g492852c6380f
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 <[email protected]>
Jon
On 5/23/24 6:12 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.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 <[email protected]>
On Thu, May 23, 2024 at 03:12:25PM +0200, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +0000.
> Anything received after that time might be too late.
>
No regressions found on WSL (x86 and arm64).
Built, booted, and reviewed dmesg.
Thank you. :)
Tested-by: Kelsey Steele <[email protected]>
> This is the start of the stable review cycle for the 6.6.32 release.
> There are 102 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, 25 May 2024 13:03:15 +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.6.32-rc1.gz
> or in the git tree and branch at:
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.6.y
> and the diffstat can be found below.
>
> thanks,
>
> greg k-h
>
Compiled and booted on my x86_64 and ARM64 test systems. No errors or
regressions.
Tested-by: Allen Pais <[email protected]>
Thanks.