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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri,  5 Jan 2024 15:42:39 +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.1.71

I'm announcing the release of the 6.1.71 kernel.

All users of the 6.1 kernel series must upgrade.

The updated 6.1.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.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/arm/boot/dts/am33xx.dtsi     |    1 
 drivers/base/property.c           |   11 
 drivers/iio/imu/adis16475.c       |  117 ++--
 drivers/spi/spi-atmel.c           |   82 ++-
 drivers/spi/spi.c                 |   92 ++-
 drivers/usb/host/fotg210-hcd.c    |    3 
 fs/namei.c                        |  125 +++-
 fs/nfsd/nfsctl.c                  |    9 
 fs/nfsd/nfsd.h                    |    8 
 fs/nfsd/nfssvc.c                  |   57 --
 fs/smb/common/smb2pdu.h           |    1 
 fs/smb/server/Kconfig             |   10 
 fs/smb/server/asn1.c              |   27 
 fs/smb/server/auth.c              |   11 
 fs/smb/server/connection.c        |   74 --
 fs/smb/server/connection.h        |    2 
 fs/smb/server/ksmbd_netlink.h     |    4 
 fs/smb/server/ksmbd_work.c        |  100 +++
 fs/smb/server/ksmbd_work.h        |   36 -
 fs/smb/server/mgmt/share_config.h |   29 -
 fs/smb/server/mgmt/tree_connect.c |   53 +
 fs/smb/server/mgmt/tree_connect.h |   14 
 fs/smb/server/mgmt/user_config.h  |    1 
 fs/smb/server/mgmt/user_session.c |   38 -
 fs/smb/server/mgmt/user_session.h |    3 
 fs/smb/server/oplock.c            |  147 ++++-
 fs/smb/server/oplock.h            |    8 
 fs/smb/server/server.c            |   36 -
 fs/smb/server/smb2misc.c          |   19 
 fs/smb/server/smb2ops.c           |   19 
 fs/smb/server/smb2pdu.c           | 1033 ++++++++++++++++----------------------
 fs/smb/server/smb2pdu.h           |    3 
 fs/smb/server/smb_common.c        |   19 
 fs/smb/server/smb_common.h        |   14 
 fs/smb/server/smbacl.c            |   20 
 fs/smb/server/smbacl.h            |    2 
 fs/smb/server/transport_ipc.c     |    4 
 fs/smb/server/transport_rdma.c    |   44 +
 fs/smb/server/unicode.c           |  193 ++++---
 fs/smb/server/vfs.c               |  608 +++++++++++-----------
 fs/smb/server/vfs.h               |   52 -
 fs/smb/server/vfs_cache.c         |   63 +-
 fs/smb/server/vfs_cache.h         |   18 
 include/linux/blkdev.h            |    2 
 include/linux/export-internal.h   |    1 
 include/linux/module.h            |    9 
 include/linux/namei.h             |    7 
 include/linux/property.h          |    7 
 include/linux/spi/spi.h           |   23 
 kernel/module/kallsyms.c          |    2 
 kernel/trace/ring_buffer.c        |  140 +----
 kernel/trace/trace.c              |   20 
 kernel/trace/trace_kprobe.c       |   25 
 mm/filemap.c                      |    9 
 mm/memory-failure.c               |    8 
 mm/migrate.c                      |    9 
 net/netfilter/nf_tables_api.c     |    2 
 58 files changed, 1981 insertions(+), 1495 deletions(-)

Al Viro (1):
      fs: introduce lock_rename_child() helper

Amit Kumar Mahapatra (1):
      spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod

Andrii Nakryiko (1):
      tracing/kprobes: Fix symbol counting logic by looking at modules as well

Andy Shevchenko (2):
      spi: Introduce spi_get_device_match_data() helper
      device property: Allow const parameter to dev_fwnode()

Atte Heikkilä (1):
      ksmbd: fix `force create mode' and `force directory mode'

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

Colin Ian King (1):
      ksmbd: Fix spelling mistake "excceed" -> "exceeded"

Dan Carpenter (1):
      usb: fotg210-hcd: delete an incorrect bounds test

David Disseldorp (3):
      ksmbd: set NegotiateContextCount once instead of every inc
      ksmbd: avoid duplicate negotiate ctx offset increments
      ksmbd: remove unused compression negotiate ctx packing

Dawei Li (3):
      ksmbd: Implements sess->rpc_handle_list as xarray
      ksmbd: fix typo, syncronous->synchronous
      ksmbd: Remove duplicated codes

Geert Uytterhoeven (1):
      spi: Constify spi parameters of chip select APIs

Greg Kroah-Hartman (1):
      Linux 6.1.71

Gustavo A. R. Silva (3):
      ksmbd: replace one-element arrays with flexible-array members
      ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()
      ksmbd: Replace one-element array with flexible-array member

Helge Deller (1):
      linux/export: Ensure natural alignment of kcrctab array

Jeff Layton (1):
      ksmbd: use F_SETLK when unlocking a file

Jiapeng Chong (1):
      ksmbd: Fix parameter name and comment mismatch

Jiri Olsa (1):
      kallsyms: Make module_kallsyms_on_each_symbol generally available

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

Louis Chauvet (1):
      spi: atmel: Fix clock issue when using devices with different polarities

Lu Hongfei (2):
      ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to void
      ksmbd: Replace the ternary conditional operator with min()

Marios Makassikis (2):
      ksmbd: Fix resource leak in smb2_lock()
      ksmbd: fix recursive locking in vfs helpers

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

Namjae Jeon (46):
      ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for this share
      ksmbd: delete asynchronous work from list
      ksmbd: fix racy issue from using ->d_parent and ->d_name
      ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()
      ksmbd: fix uninitialized pointer read in smb2_create_link()
      ksmbd: call putname after using the last component
      ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()
      ksmbd: add mnt_want_write to ksmbd vfs functions
      ksmbd: remove unused ksmbd_tree_conn_share function
      ksmbd: use kzalloc() instead of __GFP_ZERO
      ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()
      ksmbd: use kvzalloc instead of kvmalloc
      ksmbd: check if a mount point is crossed during path lookup
      ksmbd: add support for read compound
      ksmbd: fix wrong interim response on compound
      ksmbd: add missing calling smb2_set_err_rsp() on error
      ksmbd: remove unneeded mark_inode_dirty in set_info_sec()
      ksmbd: fix passing freed memory 'aux_payload_buf'
      ksmbd: return invalid parameter error response if smb2 request is invalid
      ksmbd: check iov vector index in ksmbd_conn_write()
      ksmbd: fix race condition with fp
      ksmbd: fix race condition from parallel smb2 logoff requests
      ksmbd: fix race condition from parallel smb2 lock requests
      ksmbd: fix race condition between tree conn lookup and disconnect
      ksmbd: fix wrong error response status by using set_smb2_rsp_status()
      ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()
      ksmbd: fix potential double free on smb2_read_pipe() error path
      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: fix possible deadlock in smb2_open
      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 wrong allocation size update in smb2_open()
      ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()

NeilBrown (3):
      nfsd: separate nfsd_last_thread() from nfsd_put()
      nfsd: call nfsd_last_thread() before final nfsd_put()
      NFSD: fix possible oops when nfsd/pool_stats is closed.

Nuno Sa (1):
      iio: imu: adis16475: add spi_device_id table

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

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"

Steve French (2):
      ksmbd: update Kconfig to note Kerberos support and fix indentation
      ksmbd: remove experimental warning

Steven Rostedt (Google) (4):
      ring-buffer: Fix wake ups when buffer_percent is set to 100
      tracing: Fix blocked reader of snapshot buffer
      ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()
      ring-buffer: Fix slowpath of interrupted event

Tom Rix (1):
      ksmbd: remove unused is_char_allowed function

Tony Lindgren (1):
      ARM: dts: Fix occasional boot hang for am3 usb

Tudor Ambarus (1):
      spi: Reintroduce spi_set_cs_timing()

Wang Ming (1):
      ksmbd: Fix unsigned expression compared with zero

Yang Li (1):
      ksmbd: Fix one kernel-doc comment

Yang Yingliang (1):
      ksmbd: switch to use kmemdup_nul() helper

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

ye xingchen (1):
      ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIs


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ