mbox series

[GIT,PULL,1/6] xfsprogs: various bug fixes for 6.6

Message ID 170502573166.996574.10606759915783984277.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/6] xfsprogs: various bug fixes for 6.6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfsprogs-fixes-6.6_2024-01-11

Message

Darrick J. Wong Jan. 12, 2024, 2:16 a.m. UTC
Hi Carlos,

Please pull this branch with changes for xfsprogs for 6.6-rc1.

As usual, 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 c2371fdd0ffeecb407969ad3e4e1d55f26e26407:

xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD (2023-12-21 18:29:14 -0800)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfsprogs-fixes-6.6_2024-01-11

for you to fetch changes up to 55021e7533bc55100f8ae0125aec513885cc5987:

libxfs: fix krealloc to allow freeing data (2024-01-11 18:07:03 -0800)

----------------------------------------------------------------
xfsprogs: various bug fixes for 6.6 [1/6]

This series fixes a couple of bugs that I found in the userspace support
libraries.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (1):
libxfs: fix krealloc to allow freeing data

libxfs/kmem.c | 10 ++++++++++
1 file changed, 10 insertions(+)

Comments

Carlos Maiolino Jan. 23, 2024, 10:26 a.m. UTC | #1
On Thu, Jan 11, 2024 at 06:16:25PM -0800, Darrick J. Wong wrote:
> Hi Carlos,
> 
> Please pull this branch with changes for xfsprogs for 6.6-rc1.
> 
> As usual, 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 c2371fdd0ffeecb407969ad3e4e1d55f26e26407:
> 
> xfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD (2023-12-21 18:29:14 -0800)
> 
> are available in the Git repository at:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/xfsprogs-fixes-6.6_2024-01-11
> 
> for you to fetch changes up to 55021e7533bc55100f8ae0125aec513885cc5987:
> 
> libxfs: fix krealloc to allow freeing data (2024-01-11 18:07:03 -0800)

Pulled. Thanks!

Carlos

> 
> ----------------------------------------------------------------
> xfsprogs: various bug fixes for 6.6 [1/6]
> 
> This series fixes a couple of bugs that I found in the userspace support
> libraries.
> 
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> 
> ----------------------------------------------------------------
> Darrick J. Wong (1):
> libxfs: fix krealloc to allow freeing data
> 
> libxfs/kmem.c | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>