[yocto-patches][pseudo][PATCH 0/3] Add pending patches to master
Mark Hatle <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
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 -- 1.8.3.1