mbox series

[yocto-patches,pseudo,0/3] Add pending patches to master

Message ID 1777071733-25858-1-git-send-email-mark.hatle@kernel.crashing.org
Headers show
Series Add pending patches to master | expand

Message

Mark Hatle April 24, 2026, 11:02 p.m. UTC
This includes the two pending patches to pseduo and a test case for Peter's
issue so hopefully it doesn't happen again in the future.

These changes are currently applied to 'master-next'.  Assuming nobody finds
issues with these, I'll merge to master and bump the version (1.9.6) on
Monday.

(RP if you think the build needs it before Monday, go ahead!  I've tested
everything and it looks safe to me.)


Daniel Burgener (1):
  Only copy xattrs on a rename if it's cross-filesystem

Mark Hatle (1):
  test: Add test for linkat chroot path stripping

Peter Kjellerstedt (1):
  linkat: Avoid a segmentation fault

 ports/unix/guts/linkat.c   |  2 +-
 pseudo_db.c                |  4 ++-
 test/test-linkat-chroot.c  | 69 ++++++++++++++++++++++++++++++++++++++++++++++
 test/test-linkat-chroot.sh | 19 +++++++++++++
 test/test-xattr.sh         | 12 ++++++++
 5 files changed, 104 insertions(+), 2 deletions(-)
 create mode 100644 test/test-linkat-chroot.c
 create mode 100755 test/test-linkat-chroot.sh

Comments

Richard Purdie April 25, 2026, 8:33 a.m. UTC | #1
On Fri, 2026-04-24 at 18:02 -0500, Mark Hatle wrote:
> This includes the two pending patches to pseduo and a test case for Peter's
> issue so hopefully it doesn't happen again in the future.
> 
> These changes are currently applied to 'master-next'.  Assuming nobody finds
> issues with these, I'll merge to master and bump the version (1.9.6) on
> Monday.
> 
> (RP if you think the build needs it before Monday, go ahead!  I've tested
> everything and it looks safe to me.)

Thanks Mark.

6.0 rc1 is now built and ready for QA so I'm planning these for 6.0.1,
therefore no rush from that perspective.

Cheers,

Richard