mbox series

[GIT,PULL,01/11] xfsprogs: packaging fixes for 6.7

Message ID 171339158311.1911630.13437553389622374759.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,01/11] xfsprogs: packaging fixes for 6.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/packaging-fixes-6.7_2024-04-17

Message

Darrick J. Wong April 17, 2024, 10:07 p.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 09ba6420a1ee2ca4bfc763e498b4ee6be415b131:

xfsprogs: Release v6.7.0 (2024-04-17 09:55:22 +0200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/packaging-fixes-6.7_2024-04-17

for you to fetch changes up to d27e715c3081306e1b210e64d21775457c9f087a:

libxfs: fix incorrect porting to 6.7 (2024-04-17 14:06:22 -0700)

----------------------------------------------------------------
xfsprogs: packaging fixes for 6.7 [01/20]

This series fixes some bugs that I and others have found in the
userspace tools.  At this point 6.7 is released, so these target 6.8.

This has been running on the djcloud for months with no problems.  Enjoy!

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

----------------------------------------------------------------
Darrick J. Wong (2):
debian: fix package configuration after removing platform_defs.h.in
libxfs: fix incorrect porting to 6.7

db/check.c            | 1 -
debian/rules          | 6 ++++--
include/libxfs.h      | 4 ++++
libxfs/Makefile       | 1 +
libxfs/xfs_rtbitmap.c | 2 +-
libxfs/xfs_rtbitmap.h | 3 ---
repair/rt.c           | 1 -
7 files changed, 10 insertions(+), 8 deletions(-)

Comments

Christoph Hellwig April 18, 2024, 4:31 a.m. UTC | #1
On Wed, Apr 17, 2024 at 03:07:35PM -0700, Darrick J. Wong wrote:
> Hi Carlos,
> 
> Please pull this branch with changes for xfsprogs for 6.6-rc1.

I think the scripts need a little tweak, anything from now on should
be for 6.8-rc or later.
Carlos Maiolino April 22, 2024, 9:56 a.m. UTC | #2
On Wed, Apr 17, 2024 at 03:07:35PM -0700, 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 09ba6420a1ee2ca4bfc763e498b4ee6be415b131:
> 
> xfsprogs: Release v6.7.0 (2024-04-17 09:55:22 +0200)
> 
> are available in the Git repository at:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/packaging-fixes-6.7_2024-04-17

I'm actually pulling this before 6.8 libxfs-sync, as it fixes the xfs_rtbitmap.h include mistake I
did previous sync, so I can synchronize libxfs with this already fixed.

Carlos

> 
> for you to fetch changes up to d27e715c3081306e1b210e64d21775457c9f087a:
> 
> libxfs: fix incorrect porting to 6.7 (2024-04-17 14:06:22 -0700)
> 
> ----------------------------------------------------------------
> xfsprogs: packaging fixes for 6.7 [01/20]
> 
> This series fixes some bugs that I and others have found in the
> userspace tools.  At this point 6.7 is released, so these target 6.8.
> 
> This has been running on the djcloud for months with no problems.  Enjoy!
> 
> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
> 
> ----------------------------------------------------------------
> Darrick J. Wong (2):
> debian: fix package configuration after removing platform_defs.h.in
> libxfs: fix incorrect porting to 6.7
> 
> db/check.c            | 1 -
> debian/rules          | 6 ++++--
> include/libxfs.h      | 4 ++++
> libxfs/Makefile       | 1 +
> libxfs/xfs_rtbitmap.c | 2 +-
> libxfs/xfs_rtbitmap.h | 3 ---
> repair/rt.c           | 1 -
> 7 files changed, 10 insertions(+), 8 deletions(-)
> 
>