lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed,  3 Jan 2024 17:55:20 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: stable@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	patches@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	torvalds@...ux-foundation.org,
	akpm@...ux-foundation.org,
	linux@...ck-us.net,
	shuah@...nel.org,
	patches@...nelci.org,
	lkft-triage@...ts.linaro.org,
	pavel@...x.de,
	jonathanh@...dia.com,
	f.fainelli@...il.com,
	sudipm.mukherjee@...il.com,
	srw@...dewatkins.net,
	rwarsow@....de,
	conor@...nel.org,
	allen.lkml@...il.com
Subject: [PATCH 6.6 00/49] 6.6.10-rc1 review

This is the start of the stable review cycle for the 6.6.10 release.
There are 49 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, 05 Jan 2024 16:47:49 +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.10-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 <gregkh@...uxfoundation.org>
    Linux 6.6.10-rc1

Pablo Neira Ayuso <pablo@...filter.org>
    netfilter: nf_tables: skip set commit for deleted/destroyed sets

Léo Lam <leo@...lam.fr>
    wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)

Johannes Berg <johannes.berg@...el.com>
    wifi: cfg80211: fix CQM for non-range use

Steven Rostedt (Google) <rostedt@...dmis.org>
    tracing: Fix blocked reader of snapshot buffer

Steven Rostedt (Google) <rostedt@...dmis.org>
    ftrace: Fix modification of direct_function hash while in use

Steven Rostedt (Google) <rostedt@...dmis.org>
    ring-buffer: Fix wake ups when buffer_percent is set to 100

Keith Busch <kbusch@...nel.org>
    Revert "nvme-fc: fix race between error recovery and creating association"

Matthew Wilcox (Oracle) <willy@...radead.org>
    mm/memory-failure: check the mapcount of the precise page

Matthew Wilcox (Oracle) <willy@...radead.org>
    mm/memory-failure: cast index to loff_t before shifting it

Charan Teja Kalla <quic_charante@...cinc.com>
    mm: migrate high-order folios in swap cache correctly

Baokun Li <libaokun1@...wei.com>
    mm/filemap: avoid buffered read/write race to read inconsistent data

Muhammad Usama Anjum <usama.anjum@...labora.com>
    selftests: secretmem: floor the memory size to the multiple of page_size

Sidhartha Kumar <sidhartha.kumar@...cle.com>
    maple_tree: do not preallocate nodes for slot stores

Shin'ichiro Kawasaki <shinichiro.kawasaki@....com>
    platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()

David E. Box <david.e.box@...ux.intel.com>
    platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback

David E. Box <david.e.box@...ux.intel.com>
    platform/x86/intel/pmc: Allow reenabling LTRs

David E. Box <david.e.box@...ux.intel.com>
    platform/x86/intel/pmc: Add suspend callback

Christoph Hellwig <hch@....de>
    block: renumber QUEUE_FLAG_HW_WC

Paolo Abeni <pabeni@...hat.com>
    mptcp: fix inconsistent state on fastopen race

Paolo Abeni <pabeni@...hat.com>
    mptcp: fix possible NULL pointer dereference on close

Paolo Abeni <pabeni@...hat.com>
    mptcp: refactor sndbuf auto-tuning

Helge Deller <deller@....de>
    linux/export: Ensure natural alignment of kcrctab array

Helge Deller <deller@....de>
    linux/export: Fix alignment for 64-bit ksymtab entries

Arnd Bergmann <arnd@...db.de>
    kexec: select CRYPTO from KEXEC_FILE instead of depending on it

Arnd Bergmann <arnd@...db.de>
    kexec: fix KEXEC_FILE dependencies

Xuan Zhuo <xuanzhuo@...ux.alibaba.com>
    virtio_ring: fix syncs DMA memory with different direction

Zizhi Wo <wozizhi@...wei.com>
    fs: cifs: Fix atime update check

Jeff Layton <jlayton@...nel.org>
    client: convert to new timestamp accessors

Jeff Layton <jlayton@...nel.org>
    fs: new accessor methods for atime and mtime

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: lazy v2 lease break on smb2_write()

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: send v2 lease break notification for directory

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: downgrade RWH lease caching state to RH for directory

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: set v2 lease capability

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: set epoch in create context v2 lease

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: release interim response after sending status pending response

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: move oplock handling after unlock parent dir

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: separately allocate ci per dentry

Zongmin Zhou <zhouzongmin@...inos.cn>
    ksmbd: prevent memory leak on error return

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: no need to wait for binded connection termination at logoff

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: add support for surrogate pair conversion

Kangjing Huang <huangkangjing@...il.com>
    ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()

Namjae Jeon <linkinjeon@...nel.org>
    ksmbd: reorganize ksmbd_iov_pin_rsp()

Cheng-Han Wu <hank20010209@...il.com>
    ksmbd: Remove unused field in ksmbd_user struct


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

Diffstat:

 Makefile                                  |   4 +-
 arch/powerpc/Kconfig                      |   4 +-
 arch/riscv/Kconfig                        |   4 +-
 arch/s390/Kconfig                         |   4 +-
 arch/x86/Kconfig                          |   4 +-
 drivers/nvme/host/fc.c                    |  21 +--
 drivers/platform/x86/intel/pmc/adl.c      |   9 +-
 drivers/platform/x86/intel/pmc/cnp.c      |  26 ++-
 drivers/platform/x86/intel/pmc/core.c     |  12 +-
 drivers/platform/x86/intel/pmc/core.h     |   7 +-
 drivers/platform/x86/intel/pmc/mtl.c      |   9 +-
 drivers/platform/x86/intel/pmc/tgl.c      |   9 +-
 drivers/platform/x86/p2sb.c               | 178 ++++++++++++++++-----
 drivers/virtio/virtio_ring.c              |   6 +-
 fs/libfs.c                                |  41 +++--
 fs/smb/client/file.c                      |  18 ++-
 fs/smb/client/fscache.h                   |   6 +-
 fs/smb/client/inode.c                     |  17 +-
 fs/smb/client/smb2ops.c                   |   6 +-
 fs/smb/common/smb2pdu.h                   |   1 +
 fs/smb/server/connection.c                |  16 --
 fs/smb/server/ksmbd_work.c                |  51 +++---
 fs/smb/server/mgmt/user_config.h          |   1 -
 fs/smb/server/oplock.c                    | 118 ++++++++++++--
 fs/smb/server/oplock.h                    |   8 +-
 fs/smb/server/smb2misc.c                  |  15 +-
 fs/smb/server/smb2ops.c                   |   9 +-
 fs/smb/server/smb2pdu.c                   | 258 ++++++++++++++++--------------
 fs/smb/server/transport_rdma.c            |  40 +++--
 fs/smb/server/unicode.c                   | 187 ++++++++++++++++------
 fs/smb/server/vfs.c                       |  14 +-
 fs/smb/server/vfs_cache.c                 |  30 ++--
 fs/smb/server/vfs_cache.h                 |   9 +-
 include/linux/blkdev.h                    |   2 +-
 include/linux/export-internal.h           |   6 +-
 include/linux/fs.h                        |  85 ++++++++--
 kernel/Kconfig.kexec                      |   2 +
 kernel/trace/ftrace.c                     | 100 ++++++------
 kernel/trace/ring_buffer.c                |  12 +-
 kernel/trace/trace.c                      |  20 ++-
 lib/maple_tree.c                          |  11 ++
 mm/filemap.c                              |   9 ++
 mm/memory-failure.c                       |   8 +-
 mm/migrate.c                              |   9 +-
 net/mptcp/protocol.c                      |  27 +++-
 net/mptcp/protocol.h                      |  63 +++++++-
 net/mptcp/sockopt.c                       |   5 +-
 net/mptcp/subflow.c                       |  29 ++--
 net/netfilter/nf_tables_api.c             |   2 +-
 net/wireless/core.h                       |   1 +
 net/wireless/nl80211.c                    |  56 ++++---
 tools/testing/radix-tree/maple.c          |   2 +-
 tools/testing/selftests/mm/memfd_secret.c |   3 +
 53 files changed, 1070 insertions(+), 524 deletions(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ