All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LTTng updates
@ 2017-06-16 21:39 Nathan Lynch
  2017-06-16 21:39 ` [PATCH 1/3] lttng-ust: update to 2.9.1 Nathan Lynch
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Nathan Lynch @ 2017-06-16 21:39 UTC (permalink / raw)
  To: openembedded-core

Minor version updates; lttng-modules gains support for 4.12-rc kernels.

Nathan Lynch (3):
  lttng-ust: update to 2.9.1
  lttng-tools: update to 2.9.5
  lttng-modules: update to 2.9.3

 .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb}          | 4 ++--
 .../lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb}              | 4 ++--
 meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb}  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} (89%)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb} (97%)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb} (90%)

-- 
2.9.4



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

* [PATCH 1/3] lttng-ust: update to 2.9.1
  2017-06-16 21:39 [PATCH 0/3] LTTng updates Nathan Lynch
@ 2017-06-16 21:39 ` Nathan Lynch
  2017-06-16 21:39 ` [PATCH 2/3] lttng-tools: update to 2.9.5 Nathan Lynch
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 10+ messages in thread
From: Nathan Lynch @ 2017-06-16 21:39 UTC (permalink / raw)
  To: openembedded-core

Miscellaneous fixes.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
---
 meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.9.0.bb => lttng-ust_2.9.1.bb} (90%)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.9.0.bb b/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
similarity index 90%
rename from meta/recipes-kernel/lttng/lttng-ust_2.9.0.bb
rename to meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
index 9cdefddf16bd..f7e01bb403af 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.9.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.9.1.bb
@@ -23,8 +23,8 @@ PE = "2"
 SRC_URI = "https://lttng.org/files/lttng-ust/lttng-ust-${PV}.tar.bz2 \
            file://lttng-ust-doc-examples-disable.patch \
           "
-SRC_URI[md5sum] = "77f3378ba37a36801420bce87b702e9c"
-SRC_URI[sha256sum] = "4d541a863f42dfc685ca05024027a442c70d03594c154a43e62bc109b1ea5daf"
+SRC_URI[md5sum] = "5a5636fc3d9aa370f65b25a802a79e6e"
+SRC_URI[sha256sum] = "b891d267cdbbbd11cf34751f66c21c4a7fdc0eec3c1b53be2c40dca073b7daa4"
 
 PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native xmlto-native libxslt-native"
 
-- 
2.9.4



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

* [PATCH 2/3] lttng-tools: update to 2.9.5
  2017-06-16 21:39 [PATCH 0/3] LTTng updates Nathan Lynch
  2017-06-16 21:39 ` [PATCH 1/3] lttng-ust: update to 2.9.1 Nathan Lynch
@ 2017-06-16 21:39 ` Nathan Lynch
  2017-06-22 16:25   ` Burton, Ross
  2017-06-16 21:39 ` [PATCH 3/3] lttng-modules: update to 2.9.3 Nathan Lynch
  2017-06-16 22:01 ` ✗ patchtest: failure for LTTng updates Patchwork
  3 siblings, 1 reply; 10+ messages in thread
From: Nathan Lynch @ 2017-06-16 21:39 UTC (permalink / raw)
  To: openembedded-core

Miscellaneous fixes.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
---
 .../lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb}              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.9.4.bb => lttng-tools_2.9.5.bb} (97%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
similarity index 97%
rename from meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
index fbf3ae985167..6e92c22bec2b 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.9.4.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
@@ -31,8 +31,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://run-ptest \
            "
 
-SRC_URI[md5sum] = "10f47abfa214b167580358388428770d"
-SRC_URI[sha256sum] = "3c72456bceef961fad1d0861f07478db16b7659efa69099ba36645da89ca2cc5"
+SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96"
+SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages
 
-- 
2.9.4



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

* [PATCH 3/3] lttng-modules: update to 2.9.3
  2017-06-16 21:39 [PATCH 0/3] LTTng updates Nathan Lynch
  2017-06-16 21:39 ` [PATCH 1/3] lttng-ust: update to 2.9.1 Nathan Lynch
  2017-06-16 21:39 ` [PATCH 2/3] lttng-tools: update to 2.9.5 Nathan Lynch
@ 2017-06-16 21:39 ` Nathan Lynch
  2017-06-16 21:48   ` [PATCH v2 " Nathan Lynch
  2017-06-16 22:01 ` ✗ patchtest: failure for LTTng updates Patchwork
  3 siblings, 1 reply; 10+ messages in thread
From: Nathan Lynch @ 2017-06-16 21:39 UTC (permalink / raw)
  To: openembedded-core

Miscellaneous fixes and support for 4.12-rc kernels.
---
 .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} (89%)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
similarity index 89%
rename from meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
index 9b21bb40dcfd..acd76b54b30d 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
@@ -14,8 +14,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
            file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch"
 
-SRC_URI[md5sum] = "6c02645c77fd4d6475a4f83bda1d75ff"
-SRC_URI[sha256sum] = "9d70d54becd8c34c21eb0d5c1ffe6adadb6be5bec80b6667044c47dfd428dc66"
+SRC_URI[md5sum] = "9abf694dddcc197988189ef65b496f4c"
+SRC_URI[sha256sum] = "f911bca81b02a787474f3d100390dad7447f952525e6d041f50991940246bafe"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 
-- 
2.9.4



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

* [PATCH v2 3/3] lttng-modules: update to 2.9.3
  2017-06-16 21:39 ` [PATCH 3/3] lttng-modules: update to 2.9.3 Nathan Lynch
@ 2017-06-16 21:48   ` Nathan Lynch
  0 siblings, 0 replies; 10+ messages in thread
From: Nathan Lynch @ 2017-06-16 21:48 UTC (permalink / raw)
  To: openembedded-core

Miscellaneous fixes and support for 4.12-rc kernels.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
---

Changes since v1:
* Add missing signoff.

 .../lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb}          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.9.2.bb => lttng-modules_2.9.3.bb} (89%)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
similarity index 89%
rename from meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
index 9b21bb40dcfd..acd76b54b30d 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.9.2.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.9.3.bb
@@ -14,8 +14,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch \
            file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch"
 
-SRC_URI[md5sum] = "6c02645c77fd4d6475a4f83bda1d75ff"
-SRC_URI[sha256sum] = "9d70d54becd8c34c21eb0d5c1ffe6adadb6be5bec80b6667044c47dfd428dc66"
+SRC_URI[md5sum] = "9abf694dddcc197988189ef65b496f4c"
+SRC_URI[sha256sum] = "f911bca81b02a787474f3d100390dad7447f952525e6d041f50991940246bafe"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 
-- 
2.9.4



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

* ✗ patchtest: failure for LTTng updates
  2017-06-16 21:39 [PATCH 0/3] LTTng updates Nathan Lynch
                   ` (2 preceding siblings ...)
  2017-06-16 21:39 ` [PATCH 3/3] lttng-modules: update to 2.9.3 Nathan Lynch
@ 2017-06-16 22:01 ` Patchwork
  3 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2017-06-16 22:01 UTC (permalink / raw)
  To: Nathan Lynch; +Cc: openembedded-core

== Series Details ==

Series: LTTng updates
Revision: 1
URL   : https://patchwork.openembedded.org/series/7334/
State : failure

== Summary ==


Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:



* Patch            [3/3] lttng-modules: update to 2.9.3
 Issue             Patch is missing Signed-off-by [test_signed_off_by_presence] 
  Suggested fix    Sign off the patch (either manually or with "git commit --amend -s")



If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).

---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite:     http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe



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

* Re: [PATCH 2/3] lttng-tools: update to 2.9.5
  2017-06-16 21:39 ` [PATCH 2/3] lttng-tools: update to 2.9.5 Nathan Lynch
@ 2017-06-22 16:25   ` Burton, Ross
  2017-06-22 21:28     ` Nathan Lynch
  2017-07-07 19:46     ` Nathan Lynch
  0 siblings, 2 replies; 10+ messages in thread
From: Burton, Ross @ 2017-06-22 16:25 UTC (permalink / raw)
  To: Nathan Lynch; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

On 16 June 2017 at 22:39, Nathan Lynch <nathan_lynch@mentor.com> wrote:

> Miscellaneous fixes.
>

This isn't related to the upgrade as it was a problem in the old release
too but I thought you should know:

WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
like a libtool wrapper script [libtool-wrapper]
WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
like a libtool wrapper script [libtool-wrapper]
WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
a libtool wrapper script [libtool-wrapper]
WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
a libtool wrapper script [libtool-wrapper]
WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
libtool wrapper script [libtool-wrapper]
WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
/usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
libtool wrapper script [libtool-wrapper]

Ross

[-- Attachment #2: Type: text/html, Size: 2124 bytes --]

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

* Re: [PATCH 2/3] lttng-tools: update to 2.9.5
  2017-06-22 16:25   ` Burton, Ross
@ 2017-06-22 21:28     ` Nathan Lynch
  2017-07-07 19:46     ` Nathan Lynch
  1 sibling, 0 replies; 10+ messages in thread
From: Nathan Lynch @ 2017-06-22 21:28 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

"Burton, Ross" <ross.burton@intel.com> writes:

> On 16 June 2017 at 22:39, Nathan Lynch <nathan_lynch@mentor.com> wrote:
>
>> Miscellaneous fixes.
>>
>
> This isn't related to the upgrade as it was a problem in the old release
> too but I thought you should know:
>
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
> like a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
> like a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
> a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
> a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
> libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
> libtool wrapper script [libtool-wrapper]

Thanks, I'll see about fixing these.


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

* Re: [PATCH 2/3] lttng-tools: update to 2.9.5
  2017-06-22 16:25   ` Burton, Ross
  2017-06-22 21:28     ` Nathan Lynch
@ 2017-07-07 19:46     ` Nathan Lynch
  2017-07-07 19:50       ` Burton, Ross
  1 sibling, 1 reply; 10+ messages in thread
From: Nathan Lynch @ 2017-07-07 19:46 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

"Burton, Ross" <ross.burton@intel.com> writes:

> On 16 June 2017 at 22:39, Nathan Lynch <nathan_lynch@mentor.com> wrote:
>
>> Miscellaneous fixes.
>>
>
> This isn't related to the upgrade as it was a problem in the old release
> too but I thought you should know:
>
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
> like a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/health/health_check looks
> like a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
> a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/regression/tools/live/live_test looks like
> a libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
> libtool wrapper script [libtool-wrapper]
> WARNING: lttng-tools-2.9.5-r0 do_package_qa: QA Issue: lttng-tools-ptest:
> /usr/lib/lttng-tools/ptest/tests/unit/ini_config/ini_config looks like a
> libtool wrapper script [libtool-wrapper]

Where can I find the libtool-wrapper QA check?  It doesn't appear to be
in oe-core or poky.


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

* Re: [PATCH 2/3] lttng-tools: update to 2.9.5
  2017-07-07 19:46     ` Nathan Lynch
@ 2017-07-07 19:50       ` Burton, Ross
  0 siblings, 0 replies; 10+ messages in thread
From: Burton, Ross @ 2017-07-07 19:50 UTC (permalink / raw)
  To: Nathan Lynch; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

On 7 July 2017 at 20:46, Nathan Lynch <nathan_lynch@mentor.com> wrote:

> Where can I find the libtool-wrapper QA check?  It doesn't appear to be
> in oe-core or poky.
>

It's one of my personal secret ones ;)

(github:rossburton/meta-ross)

Easily verifiable without using the QA test though.

Ross

[-- Attachment #2: Type: text/html, Size: 854 bytes --]

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

end of thread, other threads:[~2017-07-07 19:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-16 21:39 [PATCH 0/3] LTTng updates Nathan Lynch
2017-06-16 21:39 ` [PATCH 1/3] lttng-ust: update to 2.9.1 Nathan Lynch
2017-06-16 21:39 ` [PATCH 2/3] lttng-tools: update to 2.9.5 Nathan Lynch
2017-06-22 16:25   ` Burton, Ross
2017-06-22 21:28     ` Nathan Lynch
2017-07-07 19:46     ` Nathan Lynch
2017-07-07 19:50       ` Burton, Ross
2017-06-16 21:39 ` [PATCH 3/3] lttng-modules: update to 2.9.3 Nathan Lynch
2017-06-16 21:48   ` [PATCH v2 " Nathan Lynch
2017-06-16 22:01 ` ✗ patchtest: failure for LTTng updates Patchwork

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.