On Tue, 3 Apr 2018 10:51:28 +0100 Richard Purdie <[email protected]> wrote:
> This change includes several bug fixes and improvements, including > better path handling (the existance of . and .. for files), handling > of the sticky bit, and syscall renameat2 handling and interception > through syscall() which was breaking coreutils mv operations on > fedora27. > > [YOCTO #12594] > [YOCTO #12379] > [YOCTO #11643] Ack. This looks reasonable to me. The only change since then is I finally went back and changed the default copyright notice for new auto-generated guts files. :P Just to be clear, this does *not* handle/support renameat2; it rejects it with ENOSYS. Actually handling renameat2 correctly requires a change to the pseudo IPC protocol, because it needs a way to express an atomic exchange, which requires having two dev/inode pairs in the message. -s -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
