mbox series

[GIT,PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc

Message ID 20220208194800.482704-1-anna@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc | expand

Pull-request

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-2

Message

Anna Schumaker Feb. 8, 2022, 7:48 p.m. UTC
Hi Linus,

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-2

for you to fetch changes up to b49ea673e119f59c71645e2f65b3ccad857c90ee:

  SUNRPC: lock against ->sock changing during sysfs read (2022-02-08 09:14:26 -0500)

----------------------------------------------------------------
NFS Client Bugfixes for Linux 5.17-rc

- Stable Fixes:
  - Fix initialization of nfs_client cl_flags

- Other Fixes:
  - Fix performance issues with uncached readdir calls
  - Fix potential pointer dereferences in rpcrdma_ep_create
  - Fix nfs4_proc_get_locations() kernel-doc comment
  - Fix locking during sunrpc sysfs reads
  - Update my email address in the MAINTAINERS file to my new kernel.org email

Thanks,
Anna

----------------------------------------------------------------
Anna Schumaker (1):
      MAINTAINERS: Update my email address

Dan Aloni (1):
      xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create

NeilBrown (1):
      SUNRPC: lock against ->sock changing during sysfs read

Trond Myklebust (2):
      NFS: Avoid duplicate uncached readdir calls on eof
      NFS: Fix initialisation of nfs_client cl_flags field

Yang Li (1):
      NFS: Fix nfs4_proc_get_locations() kernel-doc comment

trondmy@kernel.org (2):
      NFS: Don't overfill uncached readdir pages
      NFS: Don't skip directory entries when doing uncached readdir

 MAINTAINERS                 |  2 +-
 fs/nfs/client.c             |  2 +-
 fs/nfs/dir.c                | 24 ++++++++++++++++++------
 fs/nfs/nfs4proc.c           |  3 ++-
 include/linux/nfs_fs.h      |  1 +
 net/sunrpc/sysfs.c          |  5 ++++-
 net/sunrpc/xprtrdma/verbs.c |  3 +++
 net/sunrpc/xprtsock.c       |  7 ++++++-
 8 files changed, 36 insertions(+), 11 deletions(-)

Comments

Linus Torvalds Feb. 8, 2022, 8:12 p.m. UTC | #1
On Tue, Feb 8, 2022 at 11:48 AM <anna@kernel.org> wrote:
>
>   git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-2

Thanks, pulled.

And this email setup works well and has proper dkim and so hopefully
won't have the spam issue that your previous one had.

But can I please ask you to actually put your whole name in the
"From:" field, not just "anna@kernel.org"? As is, it just looked a bit
like spam in my (non-spam) inbox because I don't see your real name in
the mail index..

I suspect that's mainly a git-send-email config thing, or whatever you
ended up sending this.

                Linus
Anna Schumaker Feb. 8, 2022, 8:20 p.m. UTC | #2
On Tue, Feb 8, 2022 at 3:13 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> On Tue, Feb 8, 2022 at 11:48 AM <anna@kernel.org> wrote:
> >
> >   git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-2
>
> Thanks, pulled.
>
> And this email setup works well and has proper dkim and so hopefully
> won't have the spam issue that your previous one had.

Good to hear!

>
> But can I please ask you to actually put your whole name in the
> "From:" field, not just "anna@kernel.org"? As is, it just looked a bit
> like spam in my (non-spam) inbox because I don't see your real name in
> the mail index..
>
> I suspect that's mainly a git-send-email config thing, or whatever you
> ended up sending this.

Yeah, I did end up using git-send-email for this instead of
copying-and-pasting into Gmail. I'll fix that up!

Anna

>
>                 Linus
pr-tracker-bot@kernel.org Feb. 8, 2022, 10:30 p.m. UTC | #3
The pull request you sent on Tue,  8 Feb 2022 14:48:00 -0500:

> git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.17-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e6251ab4551f51fa4cee03523e08051898c3ce82

Thank you!