mbox series

[GIT,PULL] NFSD fixes for v6.1.y

Message ID ZdS8TXWl3QKf0qdk@manet.1015granger.net (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] NFSD fixes for v6.1.y | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git nfsd-6.1.y

Message

Chuck Lever Feb. 20, 2024, 2:50 p.m. UTC
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(-)

Comments

Greg KH Feb. 20, 2024, 2:57 p.m. UTC | #1
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
Chuck Lever Feb. 20, 2024, 2:59 p.m. UTC | #2
> 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
Greg KH Feb. 20, 2024, 3:01 p.m. UTC | #3
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
Greg KH Feb. 20, 2024, 3:19 p.m. UTC | #4
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