All of lore.kernel.org
 help / color / mirror / Atom feed
* [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3
@ 2019-03-13 20:53 Jonathan Rajotte
  2019-03-13 20:53 ` [Sumo][PATCH 2/3] lttng-modules: update to 2.10.9 Jonathan Rajotte
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Jonathan Rajotte @ 2019-03-13 20:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 .../lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)

diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
similarity index 90%
rename from meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
rename to meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
index d79a47931c..b5c43200d6 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.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] = "4863cc2f9f0a070b42438bb646bbba06"
-SRC_URI[sha256sum] = "07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d"
+SRC_URI[md5sum] = "ffcfa8c1ba9a52f002d240e936e9afa2"
+SRC_URI[sha256sum] = "9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b"
 
 CVE_PRODUCT = "ust"
 
-- 
2.17.1



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

* [Sumo][PATCH 2/3] lttng-modules: update to 2.10.9
  2019-03-13 20:53 [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Jonathan Rajotte
@ 2019-03-13 20:53 ` Jonathan Rajotte
  2019-03-13 20:53 ` [Sumo][PATCH 3/3] lttng-tools: update to 2.9.11 Jonathan Rajotte
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Jonathan Rajotte @ 2019-03-13 20:53 UTC (permalink / raw)
  To: openembedded-core

Pertinent fix for OE-Core since 2.10.6:
    Fix: out of memory error handling
    Fix: access migrate_disable field directly
    Prevent allocation of buffers if exceeding available memory

2.10.9 also contains the necessary fix to support kernel up to 5.0.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 .../{lttng-modules_2.10.6.bb => lttng-modules_2.10.9.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-modules_2.10.6.bb => lttng-modules_2.10.9.bb} (90%)

diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb
similarity index 90%
rename from meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb
rename to meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb
index 6146966894..cbe557aba2 100644
--- a/meta/recipes-kernel/lttng/lttng-modules_2.10.6.bb
+++ b/meta/recipes-kernel/lttng/lttng-modules_2.10.9.bb
@@ -16,8 +16,8 @@ SRC_URI = "https://lttng.org/files/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://BUILD_RUNTIME_BUG_ON-vs-gcc7.patch \
 "
 
-SRC_URI[md5sum] = "8110099f4615fc89a74ffe9189b56cfc"
-SRC_URI[sha256sum] = "04a080c81743eb29d181bac29ceb0c15819a2f4210793f2cc9958d885435029f"
+SRC_URI[md5sum] = "09df0ac2e8f245740a2f32411d10c0d1"
+SRC_URI[sha256sum] = "a1855bbd02d0f71ebd180e9872309862036624f012442ab9cc5852eb60340145"
 
 export INSTALL_MOD_DIR="kernel/lttng-modules"
 
-- 
2.17.1



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

* [Sumo][PATCH 3/3] lttng-tools: update to 2.9.11
  2019-03-13 20:53 [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Jonathan Rajotte
  2019-03-13 20:53 ` [Sumo][PATCH 2/3] lttng-modules: update to 2.10.9 Jonathan Rajotte
@ 2019-03-13 20:53 ` Jonathan Rajotte
  2019-03-13 21:55 ` [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Burton, Ross
  2019-03-13 23:08 ` akuster808
  3 siblings, 0 replies; 7+ messages in thread
From: Jonathan Rajotte @ 2019-03-13 20:53 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
---
 .../lttng/{lttng-tools_2.9.5.bb => lttng-tools_2.9.11.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-kernel/lttng/{lttng-tools_2.9.5.bb => lttng-tools_2.9.11.bb} (97%)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.11.bb
similarity index 97%
rename from meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
rename to meta/recipes-kernel/lttng/lttng-tools_2.9.11.bb
index 93626dd4b5..1cbbf8763c 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.9.5.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.11.bb
@@ -32,8 +32,8 @@ SRC_URI = "https://lttng.org/files/lttng-tools/lttng-tools-${PV}.tar.bz2 \
            file://run-ptest \
            "
 
-SRC_URI[md5sum] = "051224eb991aee07f8721ff1877d0b96"
-SRC_URI[sha256sum] = "77839eb6fc6c652125f08acfd9369701c2516eb05cc2084160e7efc7a3fb731c"
+SRC_URI[md5sum] = "f9c2b35810790f5bd802483eb14cb301"
+SRC_URI[sha256sum] = "2c45144acf8dc6fcd655be7370a022e9c03c8b7419af489c9c2e786a335006db"
 
 inherit autotools ptest pkgconfig useradd python3-dir manpages
 
-- 
2.17.1



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

* Re: [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3
  2019-03-13 20:53 [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Jonathan Rajotte
  2019-03-13 20:53 ` [Sumo][PATCH 2/3] lttng-modules: update to 2.10.9 Jonathan Rajotte
  2019-03-13 20:53 ` [Sumo][PATCH 3/3] lttng-tools: update to 2.9.11 Jonathan Rajotte
@ 2019-03-13 21:55 ` Burton, Ross
  2019-03-13 22:45   ` Jonathan Rajotte-Julien
  2019-03-13 23:08 ` akuster808
  3 siblings, 1 reply; 7+ messages in thread
From: Burton, Ross @ 2019-03-13 21:55 UTC (permalink / raw)
  To: Jonathan Rajotte; +Cc: OE-core

You need a *very* good reason to upgrade in stable releases, so please
explain the rationale.

Ross

On Wed, 13 Mar 2019 at 20:54, Jonathan Rajotte
<jonathan.rajotte-julien@efficios.com> wrote:
>
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> ---
>  .../lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb}        | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)
>
> diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> similarity index 90%
> rename from meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> rename to meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> index d79a47931c..b5c43200d6 100644
> --- a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> +++ b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.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] = "4863cc2f9f0a070b42438bb646bbba06"
> -SRC_URI[sha256sum] = "07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d"
> +SRC_URI[md5sum] = "ffcfa8c1ba9a52f002d240e936e9afa2"
> +SRC_URI[sha256sum] = "9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b"
>
>  CVE_PRODUCT = "ust"
>
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3
  2019-03-13 21:55 ` [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Burton, Ross
@ 2019-03-13 22:45   ` Jonathan Rajotte-Julien
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Rajotte-Julien @ 2019-03-13 22:45 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core

On Wed, Mar 13, 2019 at 09:55:04PM +0000, Burton, Ross wrote:
> You need a *very* good reason to upgrade in stable releases, so please
> explain the rationale.

Yeah we got good reason, these are bugfix stable release, as a project we would
like our user to experience a good experience out-of-the box when using yocto.

More seriously, I simply skipped this part of the wiki...

...
   No recipe upgrades unless:
       The old version is completely broken
       The new version contains a security patch or other critical bugfix that is too difficult to
       backport to the version already in the stable branch
...

Sorry for the noise. These patches are "useless". I'll make sure to nack the
other series.

Still the modules update might be interesting to cover more kernel but at the
same time if the default kernels are also "frozen" there is not point in
updating.

I guess the yocto/bitbake way to ensure our user get the latest stablest is to
provide a meta-lttng layers and instruct them to use it.

Again sorry for the noise.

Cheers

> 
> Ross
> 
> On Wed, 13 Mar 2019 at 20:54, Jonathan Rajotte
> <jonathan.rajotte-julien@efficios.com> wrote:
> >
> > Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> > ---
> >  .../lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb}        | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> > similarity index 90%
> > rename from meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> > rename to meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> > index d79a47931c..b5c43200d6 100644
> > --- a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> > +++ b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.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] = "4863cc2f9f0a070b42438bb646bbba06"
> > -SRC_URI[sha256sum] = "07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d"
> > +SRC_URI[md5sum] = "ffcfa8c1ba9a52f002d240e936e9afa2"
> > +SRC_URI[sha256sum] = "9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b"
> >
> >  CVE_PRODUCT = "ust"
> >
> > --
> > 2.17.1
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core

-- 
Jonathan Rajotte-Julien
EfficiOS


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

* Re: [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3
  2019-03-13 20:53 [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Jonathan Rajotte
                   ` (2 preceding siblings ...)
  2019-03-13 21:55 ` [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Burton, Ross
@ 2019-03-13 23:08 ` akuster808
  2019-03-13 23:17   ` Jonathan Rajotte-Julien
  3 siblings, 1 reply; 7+ messages in thread
From: akuster808 @ 2019-03-13 23:08 UTC (permalink / raw)
  To: Jonathan Rajotte, openembedded-core



On 3/13/19 1:53 PM, Jonathan Rajotte wrote:
> Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>

please provide more info on the update. is this fixing something? is it
a bug fix only release?

- armin
> ---
>  .../lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb}        | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)
>
> diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> similarity index 90%
> rename from meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> rename to meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> index d79a47931c..b5c43200d6 100644
> --- a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> +++ b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.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] = "4863cc2f9f0a070b42438bb646bbba06"
> -SRC_URI[sha256sum] = "07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d"
> +SRC_URI[md5sum] = "ffcfa8c1ba9a52f002d240e936e9afa2"
> +SRC_URI[sha256sum] = "9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b"
>  
>  CVE_PRODUCT = "ust"
>  



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

* Re: [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3
  2019-03-13 23:08 ` akuster808
@ 2019-03-13 23:17   ` Jonathan Rajotte-Julien
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Rajotte-Julien @ 2019-03-13 23:17 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-core

Confusion on my end, disregard this series and the following [1] [2].

[1] http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280107.html
[2] http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280110.html

As for the confusion more info here [3].

[3] http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280112.html

Cheers

On Wed, Mar 13, 2019 at 04:08:42PM -0700, akuster808 wrote:
> 
> 
> On 3/13/19 1:53 PM, Jonathan Rajotte wrote:
> > Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
> 
> please provide more info on the update. is this fixing something? is it
> a bug fix only release?
> 
> - armin
> > ---
> >  .../lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb}        | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >  rename meta/recipes-kernel/lttng/{lttng-ust_2.10.1.bb => lttng-ust_2.10.3.bb} (90%)
> >
> > diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> > similarity index 90%
> > rename from meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> > rename to meta/recipes-kernel/lttng/lttng-ust_2.10.3.bb
> > index d79a47931c..b5c43200d6 100644
> > --- a/meta/recipes-kernel/lttng/lttng-ust_2.10.1.bb
> > +++ b/meta/recipes-kernel/lttng/lttng-ust_2.10.3.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] = "4863cc2f9f0a070b42438bb646bbba06"
> > -SRC_URI[sha256sum] = "07cc3c0b71e7b77f1913d5b7f340a78a9af414440e4662712aef2d635b88ee9d"
> > +SRC_URI[md5sum] = "ffcfa8c1ba9a52f002d240e936e9afa2"
> > +SRC_URI[sha256sum] = "9e8420f90d5f963f7aa32bc6d44adc1e491136f687c69ffb7a3075d33b40852b"
> >  
> >  CVE_PRODUCT = "ust"
> >  
> 

-- 
Jonathan Rajotte-Julien
EfficiOS


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

end of thread, other threads:[~2019-03-13 23:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 20:53 [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Jonathan Rajotte
2019-03-13 20:53 ` [Sumo][PATCH 2/3] lttng-modules: update to 2.10.9 Jonathan Rajotte
2019-03-13 20:53 ` [Sumo][PATCH 3/3] lttng-tools: update to 2.9.11 Jonathan Rajotte
2019-03-13 21:55 ` [Sumo][PATCH 1/3] lttng-ust: update to 2.10.3 Burton, Ross
2019-03-13 22:45   ` Jonathan Rajotte-Julien
2019-03-13 23:08 ` akuster808
2019-03-13 23:17   ` Jonathan Rajotte-Julien

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.