]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pseudo: Update to pull in linux-libc-headers race fix
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jan 2023 14:22:20 +0000 (14:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jan 2023 16:40:38 +0000 (16:40 +0000)
commit4f30a1a74828e105cbe69677b3fbe5623f371543
treea5660445c9abbd08f9a6b1622beaaac7ae066901
parentaf810235ffb8e9553cf5e807ed3b88ed6575d211
pseudo: Update to pull in linux-libc-headers race fix

Update to pull in:

    pseudo.c: Avoid patch mismatch errors for NAMELESS file entries

    In rare cases we see failures, often in linux-libc-headers for things like:

    |   INSTALL /XXX/linux-libc-headers/6.1-r0/image/usr/include
    | abort()ing pseudo client by server request. See https://wiki.yoctoproject.org/wiki/Pseudo_Abort for more details on this.

    Pseudo log:
    path mismatch [2 links]: ino 46662476 db 'NAMELESS FILE' req '/XXX/linux-libc-headers/6.1-r0/image/usr'.
    Setup complete, sending SIGUSR1 to pid 3630890.

    Whilst this doesn't easily reproduce, the issue is that multiple different processes are
    likely working on the directory and the creation in pseudo might not match accesses
    made by other processes.

    Ultimately, the "NAMELESS FILE" is harmless and pseudo will reconcile things
    so rather than error out, we should ignore this case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb