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: Fri,  5 Jan 2024 15:42:47 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org,
	akpm@...ux-foundation.org,
	torvalds@...ux-foundation.org,
	stable@...r.kernel.org
Cc: lwn@....net,
	jslaby@...e.cz,
	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 6.6.10

I'm announcing the release of the 6.6.10 kernel.

All users of the 6.6 kernel series must upgrade.

The updated 6.6.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.6.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

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

 Makefile                                  |    2 
 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/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                   |  156 +++++++++++++------------
 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 
 52 files changed, 884 insertions(+), 428 deletions(-)

Arnd Bergmann (2):
      kexec: fix KEXEC_FILE dependencies
      kexec: select CRYPTO from KEXEC_FILE instead of depending on it

Baokun Li (1):
      mm/filemap: avoid buffered read/write race to read inconsistent data

Charan Teja Kalla (1):
      mm: migrate high-order folios in swap cache correctly

Cheng-Han Wu (1):
      ksmbd: Remove unused field in ksmbd_user struct

Christoph Hellwig (1):
      block: renumber QUEUE_FLAG_HW_WC

David E. Box (3):
      platform/x86/intel/pmc: Add suspend callback
      platform/x86/intel/pmc: Allow reenabling LTRs
      platform/x86/intel/pmc: Move GBE LTR ignore to suspend callback

Greg Kroah-Hartman (1):
      Linux 6.6.10

Helge Deller (2):
      linux/export: Fix alignment for 64-bit ksymtab entries
      linux/export: Ensure natural alignment of kcrctab array

Jeff Layton (2):
      fs: new accessor methods for atime and mtime
      client: convert to new timestamp accessors

Johannes Berg (1):
      wifi: cfg80211: fix CQM for non-range use

Kangjing Huang (1):
      ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_netdev()

Keith Busch (1):
      Revert "nvme-fc: fix race between error recovery and creating association"

Léo Lam (1):
      wifi: nl80211: fix deadlock in nl80211_set_cqm_rssi (6.6.x)

Matthew Wilcox (Oracle) (2):
      mm/memory-failure: cast index to loff_t before shifting it
      mm/memory-failure: check the mapcount of the precise page

Muhammad Usama Anjum (1):
      selftests: secretmem: floor the memory size to the multiple of page_size

Namjae Jeon (17):
      ksmbd: reorganize ksmbd_iov_pin_rsp()
      ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()
      ksmbd: add support for surrogate pair conversion
      ksmbd: no need to wait for binded connection termination at logoff
      ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()
      ksmbd: separately allocate ci per dentry
      ksmbd: move oplock handling after unlock parent dir
      ksmbd: release interim response after sending status pending response
      ksmbd: move setting SMB2_FLAGS_ASYNC_COMMAND and AsyncId
      ksmbd: don't update ->op_state as OPLOCK_STATE_NONE on error
      ksmbd: set epoch in create context v2 lease
      ksmbd: set v2 lease capability
      ksmbd: downgrade RWH lease caching state to RH for directory
      ksmbd: send v2 lease break notification for directory
      ksmbd: lazy v2 lease break on smb2_write()
      ksmbd: avoid duplicate opinfo_put() call on error of smb21_lease_break_ack()
      ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()

Pablo Neira Ayuso (1):
      netfilter: nf_tables: skip set commit for deleted/destroyed sets

Paolo Abeni (3):
      mptcp: refactor sndbuf auto-tuning
      mptcp: fix possible NULL pointer dereference on close
      mptcp: fix inconsistent state on fastopen race

Shin'ichiro Kawasaki (2):
      platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe
      Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"

Sidhartha Kumar (1):
      maple_tree: do not preallocate nodes for slot stores

Steven Rostedt (Google) (3):
      ring-buffer: Fix wake ups when buffer_percent is set to 100
      ftrace: Fix modification of direct_function hash while in use
      tracing: Fix blocked reader of snapshot buffer

Xuan Zhuo (1):
      virtio_ring: fix syncs DMA memory with different direction

Zizhi Wo (1):
      fs: cifs: Fix atime update check

Zongmin Zhou (1):
      ksmbd: prevent memory leak on error return


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ