* [GIT PULL] NFSD fixes for v6.1.y
@ 2024-02-20 14:50 Chuck Lever
2024-02-20 14:57 ` Greg KH
2024-02-20 15:01 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Chuck Lever @ 2024-02-20 14:50 UTC (permalink / raw)
To: stable; +Cc: linux-nfs, Jeff Layton
The following changes since commit 8b4118fabd6eb75fed19483b04dab3a036886489:
Linux 6.1.78 (2024-02-16 19:06:32 +0100)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y
for you to fetch changes up to d432d1006b60bd6b5c38974727bdce78f449eeea:
nfsd: don't take fi_lock in nfsd_break_deleg_cb() (2024-02-16 13:58:29 -0500)
----------------------------------------------------------------
NeilBrown (2):
nfsd: fix RELEASE_LOCKOWNER
nfsd: don't take fi_lock in nfsd_break_deleg_cb()
fs/nfsd/nfs4state.c | 37 ++++++++++++++++++++-----------------
1 file changed, 20 insertions(+), 17 deletions(-)
--
Chuck Lever
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] NFSD fixes for v6.1.y
2024-02-20 14:50 [GIT PULL] NFSD fixes for v6.1.y Chuck Lever
@ 2024-02-20 14:57 ` Greg KH
2024-02-20 14:59 ` Chuck Lever III
2024-02-20 15:01 ` Greg KH
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2024-02-20 14:57 UTC (permalink / raw)
To: Chuck Lever; +Cc: stable, linux-nfs, Jeff Layton
On Tue, Feb 20, 2024 at 09:50:53AM -0500, Chuck Lever wrote:
> The following changes since commit 8b4118fabd6eb75fed19483b04dab3a036886489:
>
> Linux 6.1.78 (2024-02-16 19:06:32 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y
>
> for you to fetch changes up to d432d1006b60bd6b5c38974727bdce78f449eeea:
>
> nfsd: don't take fi_lock in nfsd_break_deleg_cb() (2024-02-16 13:58:29 -0500)
>
> ----------------------------------------------------------------
> NeilBrown (2):
> nfsd: fix RELEASE_LOCKOWNER
> nfsd: don't take fi_lock in nfsd_break_deleg_cb()
A pull request for just 2 patches? Ok, I'll go dig them out of here,
but next time, a mbox or just sending them as patches works too, no need
to go through the trouble of this.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] NFSD fixes for v6.1.y
2024-02-20 14:57 ` Greg KH
@ 2024-02-20 14:59 ` Chuck Lever III
2024-02-20 15:19 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Chuck Lever III @ 2024-02-20 14:59 UTC (permalink / raw)
To: Greg KH; +Cc: linux-stable, Linux NFS Mailing List, Jeff Layton
> On Feb 20, 2024, at 9:57 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Feb 20, 2024 at 09:50:53AM -0500, Chuck Lever wrote:
>> The following changes since commit 8b4118fabd6eb75fed19483b04dab3a036886489:
>>
>> Linux 6.1.78 (2024-02-16 19:06:32 +0100)
>>
>> are available in the Git repository at:
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y
>>
>> for you to fetch changes up to d432d1006b60bd6b5c38974727bdce78f449eeea:
>>
>> nfsd: don't take fi_lock in nfsd_break_deleg_cb() (2024-02-16 13:58:29 -0500)
>>
>> ----------------------------------------------------------------
>> NeilBrown (2):
>> nfsd: fix RELEASE_LOCKOWNER
>> nfsd: don't take fi_lock in nfsd_break_deleg_cb()
>
> A pull request for just 2 patches? Ok, I'll go dig them out of here,
> but next time, a mbox or just sending them as patches works too, no need
> to go through the trouble of this.
Understood. These were already in the repo for our test infrastructure.
--
Chuck Lever
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] NFSD fixes for v6.1.y
2024-02-20 14:50 [GIT PULL] NFSD fixes for v6.1.y Chuck Lever
2024-02-20 14:57 ` Greg KH
@ 2024-02-20 15:01 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2024-02-20 15:01 UTC (permalink / raw)
To: Chuck Lever; +Cc: stable, linux-nfs, Jeff Layton
On Tue, Feb 20, 2024 at 09:50:53AM -0500, Chuck Lever wrote:
> The following changes since commit 8b4118fabd6eb75fed19483b04dab3a036886489:
>
> Linux 6.1.78 (2024-02-16 19:06:32 +0100)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y
>
> for you to fetch changes up to d432d1006b60bd6b5c38974727bdce78f449eeea:
>
> nfsd: don't take fi_lock in nfsd_break_deleg_cb() (2024-02-16 13:58:29 -0500)
>
> ----------------------------------------------------------------
> NeilBrown (2):
> nfsd: fix RELEASE_LOCKOWNER
> nfsd: don't take fi_lock in nfsd_break_deleg_cb()
>
> fs/nfsd/nfs4state.c | 37 ++++++++++++++++++++-----------------
> 1 file changed, 20 insertions(+), 17 deletions(-)
Now queued up. Note, the second commit here also was needed for 6.7.y
and 6.6.y, so I've added it there too.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] NFSD fixes for v6.1.y
2024-02-20 14:59 ` Chuck Lever III
@ 2024-02-20 15:19 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2024-02-20 15:19 UTC (permalink / raw)
To: Chuck Lever III; +Cc: linux-stable, Linux NFS Mailing List, Jeff Layton
On Tue, Feb 20, 2024 at 02:59:40PM +0000, Chuck Lever III wrote:
>
>
> > On Feb 20, 2024, at 9:57 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > On Tue, Feb 20, 2024 at 09:50:53AM -0500, Chuck Lever wrote:
> >> The following changes since commit 8b4118fabd6eb75fed19483b04dab3a036886489:
> >>
> >> Linux 6.1.78 (2024-02-16 19:06:32 +0100)
> >>
> >> are available in the Git repository at:
> >>
> >> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y
> >>
> >> for you to fetch changes up to d432d1006b60bd6b5c38974727bdce78f449eeea:
> >>
> >> nfsd: don't take fi_lock in nfsd_break_deleg_cb() (2024-02-16 13:58:29 -0500)
> >>
> >> ----------------------------------------------------------------
> >> NeilBrown (2):
> >> nfsd: fix RELEASE_LOCKOWNER
> >> nfsd: don't take fi_lock in nfsd_break_deleg_cb()
> >
> > A pull request for just 2 patches? Ok, I'll go dig them out of here,
> > but next time, a mbox or just sending them as patches works too, no need
> > to go through the trouble of this.
>
> Understood. These were already in the repo for our test infrastructure.
Not a problem, if they are easier for you to send this way, that's fine,
they were trivial for me to import in the end, I shouldn't have
complained, I just don't want you to have to do any extra work.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-02-20 15:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-20 14:50 [GIT PULL] NFSD fixes for v6.1.y Chuck Lever
2024-02-20 14:57 ` Greg KH
2024-02-20 14:59 ` Chuck Lever III
2024-02-20 15:19 ` Greg KH
2024-02-20 15:01 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).