| From: |
| Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> |
| To: |
| linux-kernel-AT-vger.kernel.org, akpm-AT-linux-foundation.org, torvalds-AT-linux-foundation.org, stable-AT-vger.kernel.org |
| Subject: |
| Linux 6.1.73 |
| Date: |
| Mon, 15 Jan 2024 19:30:15 +0100 |
| Message-ID: |
| <2024011516-congrats-mutilated-2f3c@gregkh> |
| Cc: |
| lwn-AT-lwn.net, jslaby-AT-suse.cz, Greg Kroah-Hartman <gregkh-AT-linuxfoundation.org> |
| Archive-link: |
| Article |
I'm announcing the release of the 6.1.73 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-s...
thanks,
greg k-h
------------
Makefile | 2 -
fs/nfsd/nfsctl.c | 9 +-------
fs/nfsd/nfsd.h | 8 -------
fs/nfsd/nfssvc.c | 52 +++++++++++++++++++++++++++++++------------------
fs/smb/client/cifsfs.c | 2 -
include/net/dst_ops.h | 2 -
net/core/dst.c | 8 +------
net/ipv6/route.c | 13 ++++--------
8 files changed, 46 insertions(+), 50 deletions(-)
Greg Kroah-Hartman (3):
Revert "nfsd: call nfsd_last_thread() before final nfsd_put()"
Revert "nfsd: separate nfsd_last_thread() from nfsd_put()"
Linux 6.1.73
Jon Maxwell (1):
ipv6: remove max_size check inline with ipv4
Steve French (1):
cifs: fix flushing folio regression for 6.1 backport