[OE-core] [PATCH] pseudo: Upgrade to latest master

Seebs seebs at seebs.net
Tue Apr 3 12:52:09 UTC 2018


On Tue,  3 Apr 2018 10:51:28 +0100
Richard Purdie <richard.purdie at linuxfoundation.org> 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



More information about the Openembedded-core mailing list