* [PATCH] pseudo: use latest SRCREV
@ 2018-04-20 8:25 Martin Jansa
2018-04-20 12:07 ` Seebs
0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2018-04-20 8:25 UTC (permalink / raw)
To: openembedded-core
* the pseudo.log is significantly shorter with this revision
fddbe85 Fix symlink following errors
3a48dc4 Fix one more stray slash
691a230 Less chatty debugging
0c053e5 Change copyright default.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
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 09a3331d35..9103d49112 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 = "19f18124f16c4c85405b140a1fb8cb3b31d865bf"
+SRCREV = "fddbe854c9db058d5a05830d3bcdd4233d95ee2e"
S = "${WORKDIR}/git"
PV = "1.9.0+git${SRCPV}"
--
2.17.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pseudo: use latest SRCREV
2018-04-20 8:25 [PATCH] pseudo: use latest SRCREV Martin Jansa
@ 2018-04-20 12:07 ` Seebs
0 siblings, 0 replies; 2+ messages in thread
From: Seebs @ 2018-04-20 12:07 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
On Fri, 20 Apr 2018 08:25:26 +0000
Martin Jansa <martin.jansa@gmail.com> wrote:
> * the pseudo.log is significantly shorter with this revision
There's also an actually fairly significant bug fix in here. At one
point, long ago, I made a function that expands paths, and takes a flag
argument which may or may not be AT_SYMLINK_NOFOLLOW.
And then for openat(2), it gets called with "flags", whatever those are.
And it turns out that this means that any flag value other than 0
caused pseudo not to follow a terminal symlink when expanding path,
which caused a number of very strange problems. And mostly those got
corrected, but this should reduce errors.
The change to drop the usually-harmless "path mismatch [%d links]"
messages for N>1 is purely cosmetic, but we're talking about 4MB of
cosmetic messages in a glibc locale build...
-s
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-20 12:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-20 8:25 [PATCH] pseudo: use latest SRCREV Martin Jansa
2018-04-20 12:07 ` Seebs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox