* [GIT PULL] xfs: bug fix for 6.10
@ 2024-06-15 16:00 Chandan Babu R
2024-06-15 19:15 ` pr-tracker-bot
0 siblings, 1 reply; 8+ messages in thread
From: Chandan Babu R @ 2024-06-15 16:00 UTC (permalink / raw)
To: torvalds; +Cc: chandanbabu, linux-fsdevel, linux-xfs
Hi Linus,
Please pull this branch which contains an XFS bug fix for 6.10-rc4. A brief
description of the bug fix is provided below.
I did a test-merge with the main upstream branch as of a few minutes ago and
didn't see any conflicts. Please let me know if you encounter any problems.
The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:
Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git xfs-6.10-fixes-3
for you to fetch changes up to 58f880711f2ba53fd5e959875aff5b3bf6d5c32e:
xfs: make sure sb_fdblocks is non-negative (2024-06-10 11:38:12 +0530)
----------------------------------------------------------------
Bug fixes for 6.10-rc4:
* Ensure xfs incore superblock's
1. Allocated inode counter
2. Free inode counter
3. Free data block counter
are zero or positive when they are copied over from
xfs_mount->m_[icount,ifree,fdblocks] respectively.
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
----------------------------------------------------------------
Wengang Wang (1):
xfs: make sure sb_fdblocks is non-negative
fs/xfs/libxfs/xfs_sb.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread* [GIT PULL] xfs: bug fix for 6.10
@ 2024-06-22 13:35 Chandan Babu R
2024-06-22 16:00 ` Darrick J. Wong
2024-06-22 16:10 ` pr-tracker-bot
0 siblings, 2 replies; 8+ messages in thread
From: Chandan Babu R @ 2024-06-22 13:35 UTC (permalink / raw)
To: torvalds; +Cc: chandanbabu, linux-fsdevel, linux-xfs
Hi Linus,
Please pull this branch which contains an XFS bug fix for 6.10-rc5. A brief
description of the bug fix is provided below.
I did a test-merge with the main upstream branch as of a few minutes ago and
didn't see any conflicts. Please let me know if you encounter any problems.
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:
Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.10-fixes-4
for you to fetch changes up to 348a1983cf4cf5099fc398438a968443af4c9f65:
xfs: fix unlink vs cluster buffer instantiation race (2024-06-17 11:17:09 +0530)
----------------------------------------------------------------
Bug fixes for 6.10-rc5:
* Fix assertion failure due to a race between unlink and cluster buffer
instantiation.
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
----------------------------------------------------------------
Dave Chinner (1):
xfs: fix unlink vs cluster buffer instantiation race
fs/xfs/xfs_inode.c | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [GIT PULL] xfs: bug fix for 6.10
2024-06-22 13:35 Chandan Babu R
@ 2024-06-22 16:00 ` Darrick J. Wong
2024-06-22 16:04 ` Linus Torvalds
2024-06-22 16:05 ` Darrick J. Wong
2024-06-22 16:10 ` pr-tracker-bot
1 sibling, 2 replies; 8+ messages in thread
From: Darrick J. Wong @ 2024-06-22 16:00 UTC (permalink / raw)
To: Chandan Babu R; +Cc: torvalds, linux-fsdevel, linux-xfs
On Sat, Jun 22, 2024 at 07:05:49PM +0530, Chandan Babu R wrote:
> Hi Linus,
Drat, I ran the wrong script, please ignore this email, Linus.
I guess I now have weekend work to go figure out why this happened.
> Please pull this branch which contains an XFS bug fix for 6.10-rc5. A brief
> description of the bug fix is provided below.
Chandan: Would _you_ mind pulling this branch with 6.10 fixes and
sending them on to Linus?
--D
>
> I did a test-merge with the main upstream branch as of a few minutes ago and
> didn't see any conflicts. Please let me know if you encounter any problems.
>
> The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:
>
> Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.10-fixes-4
>
> for you to fetch changes up to 348a1983cf4cf5099fc398438a968443af4c9f65:
>
> xfs: fix unlink vs cluster buffer instantiation race (2024-06-17 11:17:09 +0530)
>
> ----------------------------------------------------------------
> Bug fixes for 6.10-rc5:
>
> * Fix assertion failure due to a race between unlink and cluster buffer
> instantiation.
>
> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
>
> ----------------------------------------------------------------
> Dave Chinner (1):
> xfs: fix unlink vs cluster buffer instantiation race
>
> fs/xfs/xfs_inode.c | 23 +++++++++++++++++++----
> 1 file changed, 19 insertions(+), 4 deletions(-)
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] xfs: bug fix for 6.10
2024-06-22 16:00 ` Darrick J. Wong
@ 2024-06-22 16:04 ` Linus Torvalds
2024-06-22 16:05 ` Darrick J. Wong
1 sibling, 0 replies; 8+ messages in thread
From: Linus Torvalds @ 2024-06-22 16:04 UTC (permalink / raw)
To: Darrick J. Wong; +Cc: Chandan Babu R, linux-fsdevel, linux-xfs
On Sat, 22 Jun 2024 at 09:01, Darrick J. Wong <djwong@kernel.org> wrote:
>
> On Sat, Jun 22, 2024 at 07:05:49PM +0530, Chandan Babu R wrote:
> > Hi Linus,
>
> Drat, I ran the wrong script, please ignore this email, Linus.
> I guess I now have weekend work to go figure out why this happened.
>
> > Please pull this branch which contains an XFS bug fix for 6.10-rc5. A brief
> > description of the bug fix is provided below.
>
> Chandan: Would _you_ mind pulling this branch with 6.10 fixes and
> sending them on to Linus?
Ok, I'm confused about what just happened, and I had pulled Chandan's
PR already.
However, I hadn't pushed out, so I reset things (and had to re-do the
bcachefs pull on top, no big deal), so it's gone from my tree again
until clarification...
Linus
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [GIT PULL] xfs: bug fix for 6.10
2024-06-22 16:00 ` Darrick J. Wong
2024-06-22 16:04 ` Linus Torvalds
@ 2024-06-22 16:05 ` Darrick J. Wong
2024-06-22 16:08 ` Linus Torvalds
1 sibling, 1 reply; 8+ messages in thread
From: Darrick J. Wong @ 2024-06-22 16:05 UTC (permalink / raw)
To: Chandan Babu R; +Cc: torvalds, linux-fsdevel, linux-xfs
On Sat, Jun 22, 2024 at 09:00:58AM -0700, Darrick J. Wong wrote:
> On Sat, Jun 22, 2024 at 07:05:49PM +0530, Chandan Babu R wrote:
> > Hi Linus,
>
> Drat, I ran the wrong script, please ignore this email, Linus.
> I guess I now have weekend work to go figure out why this happened.
Wait, no this is Chandan's PR to Linus, not the one I just tried to send
to Chandan. Sigh.
EVERYONE: ignore this email please.
--D
>
> > Please pull this branch which contains an XFS bug fix for 6.10-rc5. A brief
> > description of the bug fix is provided below.
>
> Chandan: Would _you_ mind pulling this branch with 6.10 fixes and
> sending them on to Linus?
>
> --D
>
> >
> > I did a test-merge with the main upstream branch as of a few minutes ago and
> > didn't see any conflicts. Please let me know if you encounter any problems.
> >
> > The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:
> >
> > Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)
> >
> > are available in the Git repository at:
> >
> > https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.10-fixes-4
> >
> > for you to fetch changes up to 348a1983cf4cf5099fc398438a968443af4c9f65:
> >
> > xfs: fix unlink vs cluster buffer instantiation race (2024-06-17 11:17:09 +0530)
> >
> > ----------------------------------------------------------------
> > Bug fixes for 6.10-rc5:
> >
> > * Fix assertion failure due to a race between unlink and cluster buffer
> > instantiation.
> >
> > Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
> >
> > ----------------------------------------------------------------
> > Dave Chinner (1):
> > xfs: fix unlink vs cluster buffer instantiation race
> >
> > fs/xfs/xfs_inode.c | 23 +++++++++++++++++++----
> > 1 file changed, 19 insertions(+), 4 deletions(-)
> >
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] xfs: bug fix for 6.10
2024-06-22 13:35 Chandan Babu R
2024-06-22 16:00 ` Darrick J. Wong
@ 2024-06-22 16:10 ` pr-tracker-bot
1 sibling, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2024-06-22 16:10 UTC (permalink / raw)
To: Chandan Babu R; +Cc: torvalds, chandanbabu, linux-fsdevel, linux-xfs
The pull request you sent on Sat, 22 Jun 2024 19:05:49 +0530:
> https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/xfs-6.10-fixes-4
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/563a50672d8a86ec4b114a4a2f44d6e7ff855f5b
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-22 16:10 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-15 16:00 [GIT PULL] xfs: bug fix for 6.10 Chandan Babu R
2024-06-15 19:15 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-06-22 13:35 Chandan Babu R
2024-06-22 16:00 ` Darrick J. Wong
2024-06-22 16:04 ` Linus Torvalds
2024-06-22 16:05 ` Darrick J. Wong
2024-06-22 16:08 ` Linus Torvalds
2024-06-22 16:10 ` 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