All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0
@ 2022-04-03 18:43 Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-04-03 18:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/freetype/{freetype_2.11.1.bb => freetype_2.12.0.bb} (95%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.11.1.bb b/meta/recipes-graphics/freetype/freetype_2.12.0.bb
similarity index 95%
rename from meta/recipes-graphics/freetype/freetype_2.11.1.bb
rename to meta/recipes-graphics/freetype/freetype_2.12.0.bb
index 5055ff185c..3034977cd4 100644
--- a/meta/recipes-graphics/freetype/freetype_2.11.1.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.12.0.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=a5927784d823d443c6cae55701d01553 \
                     file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"
 
 SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8"
+SRC_URI[sha256sum] = "ef5c336aacc1a079ff9262d6308d6c2a066dd4d2a905301c4adda9b354399033"
 
 UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)"
 
-- 
2.25.1



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

* [OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1
  2022-04-03 18:43 [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0 Wang Mingyu
@ 2022-04-03 18:43 ` Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] libsoup: upgrade 3.0.5 -> 3.0.6 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-04-03 18:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/ghostscript/{ghostscript_9.55.0.bb => ghostscript_9.56.1.bb} (98%)

diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.56.1.bb
similarity index 98%
rename from meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
rename to meta/recipes-extended/ghostscript/ghostscript_9.56.1.bb
index c28e62f089..b2e741b44f 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.56.1.bb
@@ -45,7 +45,7 @@ SRC_URI:class-native = "${SRC_URI_BASE} \
                         file://base-genht.c-add-a-preprocessor-define-to-allow-fope.patch \
                         "
 
-SRC_URI[sha256sum] = "31e2064be67e15b478a8da007d96d6cd4d2bee253e5be220703a225f7f79a70b"
+SRC_URI[sha256sum] = "1598b9a38659cce8448d42a73054b2f9cbfcc40a9b97eeec5f22d4d6cd1de8e6"
 
 # Put something like
 #
-- 
2.25.1



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

* [OE-core] [PATCH] libsoup: upgrade 3.0.5 -> 3.0.6
  2022-04-03 18:43 [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0 Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1 Wang Mingyu
@ 2022-04-03 18:43 ` Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5 Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6 Wang Mingyu
  3 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-04-03 18:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
* Misc HTTP/2 fixes
* Add PUT/POST support to examples/get
* Add `--user-agent` option to examples/get
* Misc meson improvements
* Fix build with Visual Studio

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsoup/{libsoup_3.0.5.bb => libsoup_3.0.6.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libsoup/{libsoup_3.0.5.bb => libsoup_3.0.6.bb} (94%)

diff --git a/meta/recipes-support/libsoup/libsoup_3.0.5.bb b/meta/recipes-support/libsoup/libsoup_3.0.6.bb
similarity index 94%
rename from meta/recipes-support/libsoup/libsoup_3.0.5.bb
rename to meta/recipes-support/libsoup/libsoup_3.0.6.bb
index d2535c91a2..17825ae6a4 100644
--- a/meta/recipes-support/libsoup/libsoup_3.0.5.bb
+++ b/meta/recipes-support/libsoup/libsoup_3.0.6.bb
@@ -12,7 +12,7 @@ DEPENDS = "glib-2.0 glib-2.0-native libxml2 sqlite3 libpsl nghttp2"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
-SRC_URI[sha256sum] = "f5d143db6830b3825edc2a1c4449d639273b0bfa017a4970871962d9bca22145"
+SRC_URI[sha256sum] = "b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6"
 
 PROVIDES = "libsoup-3.0"
 CVE_PRODUCT = "libsoup"
-- 
2.25.1



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

* [OE-core] [PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5
  2022-04-03 18:43 [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0 Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1 Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] libsoup: upgrade 3.0.5 -> 3.0.6 Wang Mingyu
@ 2022-04-03 18:43 ` Wang Mingyu
  2022-04-03 18:43 ` [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6 Wang Mingyu
  3 siblings, 0 replies; 9+ messages in thread
From: Wang Mingyu @ 2022-04-03 18:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/xorg-lib/{libx11_1.7.3.1.bb => libx11_1.7.5.bb} (94%)

diff --git a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb b/meta/recipes-graphics/xorg-lib/libx11_1.7.5.bb
similarity index 94%
rename from meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb
rename to meta/recipes-graphics/xorg-lib/libx11_1.7.5.bb
index 0c3abcd896..2a6f66957c 100644
--- a/meta/recipes-graphics/xorg-lib/libx11_1.7.3.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libx11_1.7.5.bb
@@ -16,7 +16,7 @@ SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.xz"
 
 SRC_URI += "file://disable_tests.patch \
            "
-SRC_URI[sha256sum] = "2ffd417266fb875028fdc0ef349694f63dbcd76d0b0cfacfb52e6151f4b60989"
+SRC_URI[sha256sum] = "5a1847e2e2c248e1a203a24a1338a5586d6f48472eac58f6f08539110a965151"
 
 PROVIDES = "virtual/libx11"
 
-- 
2.25.1



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

* [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
  2022-04-03 18:43 [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0 Wang Mingyu
                   ` (2 preceding siblings ...)
  2022-04-03 18:43 ` [OE-core] [PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5 Wang Mingyu
@ 2022-04-03 18:43 ` Wang Mingyu
  2022-04-06 12:34   ` Alexandre Belloni
  3 siblings, 1 reply; 9+ messages in thread
From: Wang Mingyu @ 2022-04-03 18:43 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu

Changelog:
=========
Fix: hide symbols erroneously exported in 2.13.5

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} (98%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
similarity index 98%
rename from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
index 0ea4da05ce..d40d0a2dd0 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
@@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://disable-tests.patch \
            "
 
-SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
+SRC_URI[sha256sum] = "1d52d249437b3f7ba23a45a22c3e26dde006a5da10e96753952084a98e0523e3"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
 
-- 
2.25.1



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

* Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
  2022-04-03 18:43 ` [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6 Wang Mingyu
@ 2022-04-06 12:34   ` Alexandre Belloni
  2022-04-06 13:18     ` wangmy
                       ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alexandre Belloni @ 2022-04-06 12:34 UTC (permalink / raw)
  To: wangmy; +Cc: openembedded-core

Hello,

Last time I tried that, we got new ptest failures:

{'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack',
                 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function',
                 'kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userprobe_elf_cxx_function',
                 'kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_function',
                 'kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_probe_test_event',
                 'kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_method',
                 'kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userprobe_elf_cxx_method',
                 'kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_method',
                 'kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_probe_test_event']}

Did you have a look at and fix those?

On 04/04/2022 02:43:12+0800, wangmy wrote:
> Changelog:
> =========
> Fix: hide symbols erroneously exported in 2.13.5
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb}      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} (98%)
> 
> diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> similarity index 98%
> rename from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> rename to meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> index 0ea4da05ce..d40d0a2dd0 100644
> --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> @@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
>             file://disable-tests.patch \
>             "
>  
> -SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
> +SRC_URI[sha256sum] = "1d52d249437b3f7ba23a45a22c3e26dde006a5da10e96753952084a98e0523e3"
>  
>  inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
>  
> -- 
> 2.25.1
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164067): https://lists.openembedded.org/g/openembedded-core/message/164067
> Mute This Topic: https://lists.openembedded.org/mt/90287422/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* RE: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
  2022-04-06 12:34   ` Alexandre Belloni
@ 2022-04-06 13:18     ` wangmy
  2022-05-04 15:47     ` Alexander Kanavin
       [not found]     ` <16EBF18662E1746B.16118@lists.openembedded.org>
  2 siblings, 0 replies; 9+ messages in thread
From: wangmy @ 2022-04-06 13:18 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: openembedded-core

Sorry, I missed this failure. I will investigate it immediately and send it again after solving it

  --
Best Regards
---------------------------------------------------
Wang Mingyu
Development Dept.I
Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road, Nanjing, 210012, China
TEL: +86+25-86630566-8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
http://www.fujitsu.com/cn/fnst/

> -----Original Message-----
> From: Alexandre Belloni <alexandre.belloni@bootlin.com>
> Sent: Wednesday, April 6, 2022 8:35 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
> 
> Hello,
> 
> Last time I tried that, we got new ptest failures:
> 
> {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack',
> 
> 'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_even
> t_for_session_test_userprobe_elf_cxx_function',
> 
> 'kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userpr
> obe_elf_cxx_function',
> 
> 'kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_u
> serprobe_elf_cxx_function',
> 
> 'kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_p
> robe_test_event',
> 
> 'kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_eve
> nt_for_session_test_userprobe_elf_cxx_method',
> 
> 'kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userp
> robe_elf_cxx_method',
> 
> 'kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_
> userprobe_elf_cxx_method',
> 
> 'kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_
> probe_test_event']}
> 
> Did you have a look at and fix those?
> 
> On 04/04/2022 02:43:12+0800, wangmy wrote:
> > Changelog:
> > =========
> > Fix: hide symbols erroneously exported in 2.13.5
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb}      | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)  rename
> > meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb =>
> > lttng-tools_2.13.6.bb} (98%)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > similarity index 98%
> > rename from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > rename to meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > index 0ea4da05ce..d40d0a2dd0 100644
> > --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > @@ -39,7 +39,7 @@ SRC_URI =
> "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
> >             file://disable-tests.patch \
> >             "
> >
> > -SRC_URI[sha256sum] =
> "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
> > +SRC_URI[sha256sum] =
> "1d52d249437b3f7ba23a45a22c3e26dde006a5da10e96753952084a98e052
> 3e3"
> >
> >  inherit autotools ptest pkgconfig useradd python3-dir manpages
> > systemd
> >
> > --
> > 2.25.1
> >
> 
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#164067):
> https://lists.openembedded.org/g/openembedded-core/message/164067
> > Mute This Topic: https://lists.openembedded.org/mt/90287422/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe:
> https://lists.openembedded.org/g/openembedded-core/unsub
> [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
> 
> 
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com

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

* Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
  2022-04-06 12:34   ` Alexandre Belloni
  2022-04-06 13:18     ` wangmy
@ 2022-05-04 15:47     ` Alexander Kanavin
       [not found]     ` <16EBF18662E1746B.16118@lists.openembedded.org>
  2 siblings, 0 replies; 9+ messages in thread
From: Alexander Kanavin @ 2022-05-04 15:47 UTC (permalink / raw)
  To: Alexandre Belloni, Jonathan Rajotte, Francis Deslauriers; +Cc: wangmy, OE-core

I have fixed the test_userspace_probe fails, and obtained slightly
more detailed logs for the test_callstack:

not ok 11 - Validate userspace callstack
FAIL: kernel/test_callstack 11 - Validate userspace callstack
#   Failed test 'Validate userspace callstack'
#   in ./kernel/test_callstack:test_user_callstack() at line 80.
# Kernel callstack test

Line 80 in ./tests/regression/kernel/test_callstack is:

        "$BABELTRACE_BIN" "$TRACE_PATH" | grep $EVENT_NAME |
./"$PARSE_CALLSTACK" --user "$TEST_APP_USERSPACE" $USER_CS_EXPECTED
        ok $? "Validate userspace callstack"

I have obtained the failing TRACE_PATH output, and attached it to this
upstream bug:
https://bugs.lttng.org/issues/1353

To unblock the update I'll add a patch that disables the failing test.

Alex


On Wed, 6 Apr 2022 at 14:35, Alexandre Belloni via
lists.openembedded.org
<alexandre.belloni=bootlin.com@lists.openembedded.org> wrote:
>
> Hello,
>
> Last time I tried that, we got new ptest failures:
>
> {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack',
>                  'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function',
>                  'kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userprobe_elf_cxx_function',
>                  'kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_function',
>                  'kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_probe_test_event',
>                  'kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_method',
>                  'kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userprobe_elf_cxx_method',
>                  'kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_method',
>                  'kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_probe_test_event']}
>
> Did you have a look at and fix those?
>
> On 04/04/2022 02:43:12+0800, wangmy wrote:
> > Changelog:
> > =========
> > Fix: hide symbols erroneously exported in 2.13.5
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
> >  .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb}      | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >  rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} (98%)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > similarity index 98%
> > rename from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > rename to meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > index 0ea4da05ce..d40d0a2dd0 100644
> > --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > @@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
> >             file://disable-tests.patch \
> >             "
> >
> > -SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
> > +SRC_URI[sha256sum] = "1d52d249437b3f7ba23a45a22c3e26dde006a5da10e96753952084a98e0523e3"
> >
> >  inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
> >
> > --
> > 2.25.1
> >
>
> >
> >
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#164080): https://lists.openembedded.org/g/openembedded-core/message/164080
> Mute This Topic: https://lists.openembedded.org/mt/90287422/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6
       [not found]     ` <16EBF18662E1746B.16118@lists.openembedded.org>
@ 2022-05-04 16:51       ` Alexander Kanavin
  0 siblings, 0 replies; 9+ messages in thread
From: Alexander Kanavin @ 2022-05-04 16:51 UTC (permalink / raw)
  To: Alexander Kanavin
  Cc: Alexandre Belloni, Jonathan Rajotte, Francis Deslauriers, wangmy,
	OE-core

The issue was that we used a stripped binary where a non-stripped one
is expected. I have corrected this, so the problem was on our side.
Version update patch will be coming in a few.

Alex

On Wed, 4 May 2022 at 17:47, Alexander Kanavin via
lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org>
wrote:
>
> I have fixed the test_userspace_probe fails, and obtained slightly
> more detailed logs for the test_callstack:
>
> not ok 11 - Validate userspace callstack
> FAIL: kernel/test_callstack 11 - Validate userspace callstack
> #   Failed test 'Validate userspace callstack'
> #   in ./kernel/test_callstack:test_user_callstack() at line 80.
> # Kernel callstack test
>
> Line 80 in ./tests/regression/kernel/test_callstack is:
>
>         "$BABELTRACE_BIN" "$TRACE_PATH" | grep $EVENT_NAME |
> ./"$PARSE_CALLSTACK" --user "$TEST_APP_USERSPACE" $USER_CS_EXPECTED
>         ok $? "Validate userspace callstack"
>
> I have obtained the failing TRACE_PATH output, and attached it to this
> upstream bug:
> https://bugs.lttng.org/issues/1353
>
> To unblock the update I'll add a patch that disables the failing test.
>
> Alex
>
>
> On Wed, 6 Apr 2022 at 14:35, Alexandre Belloni via
> lists.openembedded.org
> <alexandre.belloni=bootlin.com@lists.openembedded.org> wrote:
> >
> > Hello,
> >
> > Last time I tried that, we got new ptest failures:
> >
> > {'lttng-tools': ['kernel/test_callstack_11_-_Validate_userspace_callstack',
> >                  'kernel/test_userspace_probe_94_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_function',
> >                  'kernel/test_userspace_probe_95_-_Start_tracing_for_session_test_userprobe_elf_cxx_function',
> >                  'kernel/test_userspace_probe_96_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_function',
> >                  'kernel/test_userspace_probe_97_-_Validate_trace_for_event_userspace_probe_test_event',
> >                  'kernel/test_userspace_probe_100_-_Enable_kernel_userspace_probe_event_for_session_test_userprobe_elf_cxx_method',
> >                  'kernel/test_userspace_probe_101_-_Start_tracing_for_session_test_userprobe_elf_cxx_method',
> >                  'kernel/test_userspace_probe_102_-_Stop_lttng_tracing_for_session_test_userprobe_elf_cxx_method',
> >                  'kernel/test_userspace_probe_103_-_Validate_trace_for_event_userspace_probe_test_event']}
> >
> > Did you have a look at and fix those?
> >
> > On 04/04/2022 02:43:12+0800, wangmy wrote:
> > > Changelog:
> > > =========
> > > Fix: hide symbols erroneously exported in 2.13.5
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > ---
> > >  .../lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb}      | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >  rename meta/recipes-kernel/lttng/{lttng-tools_2.13.4.bb => lttng-tools_2.13.6.bb} (98%)
> > >
> > > diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > > similarity index 98%
> > > rename from meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > > rename to meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > > index 0ea4da05ce..d40d0a2dd0 100644
> > > --- a/meta/recipes-kernel/lttng/lttng-tools_2.13.4.bb
> > > +++ b/meta/recipes-kernel/lttng/lttng-tools_2.13.6.bb
> > > @@ -39,7 +39,7 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
> > >             file://disable-tests.patch \
> > >             "
> > >
> > > -SRC_URI[sha256sum] = "565f3102410a53d484f4c8ff517978f1dc59f67f9d16f872f4357f3ca12200f6"
> > > +SRC_URI[sha256sum] = "1d52d249437b3f7ba23a45a22c3e26dde006a5da10e96753952084a98e0523e3"
> > >
> > >  inherit autotools ptest pkgconfig useradd python3-dir manpages systemd
> > >
> > > --
> > > 2.25.1
> > >
> >
> > >
> > >
> > >
> >
> >
> > --
> > Alexandre Belloni, co-owner and COO, Bootlin
> > Embedded Linux and Kernel engineering
> > https://bootlin.com
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#165223): https://lists.openembedded.org/g/openembedded-core/message/165223
> Mute This Topic: https://lists.openembedded.org/mt/90287422/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

end of thread, other threads:[~2022-05-04 16:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 18:43 [OE-core] [PATCH] freetype: upgrade 2.11.1 -> 2.12.0 Wang Mingyu
2022-04-03 18:43 ` [OE-core] [PATCH] ghostscript: upgrade 9.55.0 -> 9.56.1 Wang Mingyu
2022-04-03 18:43 ` [OE-core] [PATCH] libsoup: upgrade 3.0.5 -> 3.0.6 Wang Mingyu
2022-04-03 18:43 ` [OE-core] [PATCH] libx11: upgrade 1.7.3.1 -> 1.7.5 Wang Mingyu
2022-04-03 18:43 ` [OE-core] [PATCH] lttng-tools: upgrade 2.13.4 -> 2.13.6 Wang Mingyu
2022-04-06 12:34   ` Alexandre Belloni
2022-04-06 13:18     ` wangmy
2022-05-04 15:47     ` Alexander Kanavin
     [not found]     ` <16EBF18662E1746B.16118@lists.openembedded.org>
2022-05-04 16:51       ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.