mbox series

[GIT,PULL] configfs updates for Linux 5.15

Message ID YS9jKWxJxj0+kqBE@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] configfs updates for Linux 5.15 | expand

Pull-request

git://git.infradead.org/users/hch/configfs.git tags/configfs-5.15

Message

Christoph Hellwig Sept. 1, 2021, 11:25 a.m. UTC
[Note that Joel reviewed this very recently as well, but I suspect
 you're rather not see a rebase for a few new Reviewed-by: tags]

The following changes since commit 769f52676756b8c5feb302d2d95af59577fc69ec:

  configfs: restore the kernel v5.13 text attribute write behavior (2021-08-09 16:56:00 +0200)

are available in the Git repository at:

  git://git.infradead.org/users/hch/configfs.git tags/configfs-5.15

for you to fetch changes up to c42dd069be8dfc9b2239a5c89e73bbd08ab35de0:

  configfs: fix a race in configfs_lookup() (2021-08-25 07:58:49 +0200)

----------------------------------------------------------------
configfs updates for Linux 5.15

 - fix a race in configfs_lookup (Sishuai Gong)
 - minor cleanups (me)

----------------------------------------------------------------
Christoph Hellwig (3):
      configfs: return -ENAMETOOLONG earlier in configfs_lookup
      configfs: simplify the configfs_dirent_is_ready
      configfs: fold configfs_attach_attr into configfs_lookup

Sishuai Gong (1):
      configfs: fix a race in configfs_lookup()

 fs/configfs/dir.c | 87 ++++++++++++++++++++-----------------------------------
 1 file changed, 31 insertions(+), 56 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 2, 2021, 5:37 p.m. UTC | #1
The pull request you sent on Wed, 1 Sep 2021 13:25:29 +0200:

> git://git.infradead.org/users/hch/configfs.git tags/configfs-5.15

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

Thank you!