I'm announcing the release of the 6.18.5 kernel.
All users of the 6.18 kernel series must upgrade.
The updated 6.18.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.18.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%3Ba=summa...
thanks,
greg k-h
------------
Makefile | 2 - fs/nfs/localio.c | 12 +++---- include/linux/sched/topology.h | 3 + kernel/sched/core.c | 3 + kernel/sched/fair.c | 65 +++++++++++++++++++++++++++++++++-------- kernel/sched/features.h | 5 +++ kernel/sched/sched.h | 7 ++++ kernel/sched/topology.c | 6 +++ net/mptcp/protocol.c | 8 +++-- net/mptcp/protocol.h | 3 + 10 files changed, 91 insertions(+), 23 deletions(-)
Greg Kroah-Hartman (1): Linux 6.18.5
Mike Snitzer (1): nfs/localio: fix regression due to out-of-order __put_cred
Paolo Abeni (1): mptcp: ensure context reset on disconnect()
Peter Zijlstra (3): sched/fair: Small cleanup to sched_balance_newidle() sched/fair: Small cleanup to update_newidle_cost() sched/fair: Proportional newidle balance