From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Jeremi Piotrowski <jpiotrowski@linux.microsoft.com>
Cc: stable@vger.kernel.org, Minchan Kim <minchan@kernel.org>,
Sasha Levin <sashal@kernel.org>, Tejun Heo <tj@kernel.org>
Subject: Re: [PATCH 5.15] kernfs: switch global kernfs_rwsem lock to per-fs lock
Date: Sat, 30 Nov 2024 16:47:41 +0100 [thread overview]
Message-ID: <2024113006-tarot-justice-aa34@gregkh> (raw)
In-Reply-To: <95cf11dc-6771-4a53-9c34-20ee27bfeaa2@linux.microsoft.com>
On Fri, Nov 29, 2024 at 10:20:48PM +0100, Jeremi Piotrowski wrote:
> > And why not just switch them to 6.1.y kernels or newer?
>
> I wish we could just do that. Right now all our users are on 5.15 and a lot of their
> workloads are sensitive to changes to any part of the container stack including kernel
> version. So they will gradually migrate to kernel 6.1.y and newer as part of upgrading
> their clusters to a new kubernetes release after they validate their workloads on it.
> This is a slow process and in the meantime they are hitting the issue that the patch
> addresses. I'm sure there are other similar users of 5.15 out there.
If they are "hitting this issue" then that is the perfect reason for
them to migrate off of that kernel version. Don't think that modifying
a core kernel functionality like this is somehow any more "safe" than
moving to a newer kernel (especially given all of the unfixed issues in
the 5.15.y branch compared to 6.1.y).
Saying "your workload is causing problems on this kernel version, please
move to a newer one to resolve the issue." is a valid thing to tell
customers.
Try that first please.
thanks,
greg k-h
next prev parent reply other threads:[~2024-11-30 15:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-29 11:32 [PATCH 5.15] kernfs: switch global kernfs_rwsem lock to per-fs lock Jeremi Piotrowski
2024-11-29 12:12 ` Greg Kroah-Hartman
2024-11-29 21:20 ` Jeremi Piotrowski
2024-11-30 15:47 ` Greg Kroah-Hartman [this message]
2024-11-29 20:03 ` Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024113006-tarot-justice-aa34@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=jpiotrowski@linux.microsoft.com \
--cc=minchan@kernel.org \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=tj@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.