Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] pseudo: Upgrade to latest master
@ 2018-04-03  9:51 Richard Purdie
  2018-04-03 12:52 ` Seebs
  2018-04-03 18:16 ` Peter Kjellerstedt
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Purdie @ 2018-04-03  9:51 UTC (permalink / raw)
  To: openembedded-core

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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 66da1cc..09a3331 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo \
            file://toomanyfiles.patch \
            "
 
-SRCREV = "d7c31a25e4b02af0c64e6be0b4b0a9ac4ffc9da2"
+SRCREV = "19f18124f16c4c85405b140a1fb8cb3b31d865bf"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pseudo: Upgrade to latest master
  2018-04-03  9:51 [PATCH] pseudo: Upgrade to latest master Richard Purdie
@ 2018-04-03 12:52 ` Seebs
  2018-04-03 18:16 ` Peter Kjellerstedt
  1 sibling, 0 replies; 3+ messages in thread
From: Seebs @ 2018-04-03 12:52 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pseudo: Upgrade to latest master
  2018-04-03  9:51 [PATCH] pseudo: Upgrade to latest master Richard Purdie
  2018-04-03 12:52 ` Seebs
@ 2018-04-03 18:16 ` Peter Kjellerstedt
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Kjellerstedt @ 2018-04-03 18:16 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core@lists.openembedded.org

> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Richard Purdie
> Sent: den 3 april 2018 11:51
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH] pseudo: Upgrade to latest master
> 
> 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]
> 
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  meta/recipes-devtools/pseudo/pseudo_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-
> devtools/pseudo/pseudo_git.bb
> index 66da1cc..09a3331 100644
> --- a/meta/recipes-devtools/pseudo/pseudo_git.bb
> +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
> @@ -8,7 +8,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo \
>             file://toomanyfiles.patch \
>             "
> 
> -SRCREV = "d7c31a25e4b02af0c64e6be0b4b0a9ac4ffc9da2"
> +SRCREV = "19f18124f16c4c85405b140a1fb8cb3b31d865bf"
>  S = "${WORKDIR}/git"
>  PV = "1.9.0+git${SRCPV}"
> 
> --
> 2.7.4

Will this be backported to the older releases as I assume they are 
equally affected by the renameat2 problem when building on Fedora 27.

//Peter



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-03 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-03  9:51 [PATCH] pseudo: Upgrade to latest master Richard Purdie
2018-04-03 12:52 ` Seebs
2018-04-03 18:16 ` Peter Kjellerstedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox