LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc
@ 2022-02-08 19:48 anna
2022-02-08 20:12 ` Linus Torvalds
2022-02-08 22:30 ` pr-tracker-bot
0 siblings, 2 replies; 4+ messages in thread
From: anna @ 2022-02-08 19:48 UTC (permalink / raw)
To: torvalds; +Cc: linux-nfs, linux-kernel
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc
2022-02-08 19:48 [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc anna
@ 2022-02-08 20:12 ` Linus Torvalds
2022-02-08 20:20 ` Anna Schumaker
2022-02-08 22:30 ` pr-tracker-bot
1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2022-02-08 20:12 UTC (permalink / raw)
To: Anna Schumaker; +Cc: linux-nfs, linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc
2022-02-08 20:12 ` Linus Torvalds
@ 2022-02-08 20:20 ` Anna Schumaker
0 siblings, 0 replies; 4+ messages in thread
From: Anna Schumaker @ 2022-02-08 20:20 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux NFS Mailing List, Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc
2022-02-08 19:48 [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc anna
2022-02-08 20:12 ` Linus Torvalds
@ 2022-02-08 22:30 ` pr-tracker-bot
1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-02-08 22:30 UTC (permalink / raw)
To: anna; +Cc: torvalds, linux-nfs, linux-kernel
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-02-08 22:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 19:48 [GIT PULL] Please Pull NFS Client Bugfixes for Linux v5.17-rc anna
2022-02-08 20:12 ` Linus Torvalds
2022-02-08 20:20 ` Anna Schumaker
2022-02-08 22:30 ` pr-tracker-bot
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).