All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] Morty next pull request
@ 2017-10-06 15:02 Armin Kuster
  2017-10-06 21:28 ` Andre McCurdy
  2017-10-10 15:04 ` akuster808
  0 siblings, 2 replies; 5+ messages in thread
From: Armin Kuster @ 2017-10-06 15:02 UTC (permalink / raw)
  To: openembedded-core, akuster808

Cover letter only

Please consider these changes for Morty.
Clean build on AB

The following changes since commit e2fcc721c2af8e2785a91eaceea1d81f503ea2ec:

  devtool.py: update testcase Ids in morty (2017-09-25 22:21:45 +0100)

are available in the git repository at:

  git://push.yoctoproject.org/poky-contrib akuster/morty-next

Alexander Kanavin (1):
  v86d: take tarball from debian

Armin Kuster (7):
  linux-yocto/4.1: update to 4.1.43 plus bluetooth CVE-2017-1000251
  linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
  lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
  linux-yotoc/4.1: update to 4.1.43 plus CVE-2017-1000251
  linux-yotoc/4.4: update to 4.4.87 plus CVE-2017-1000251
  linux-yotoc/4.8: update to 4.8.25 plus CVE-2017-1000251
  libpng: lsb version 1.2.56 url fix

Bruce Ashfield (1):
  linux-yocto/4.1: fix gcc7 compilation and v4.1.39

Leonardo Sandoval (2):
  selftest/cases/signing: ignore removal errors when cleaning temporary
    gpg directory
  sign_rpm.bbclass: force rpm serial signing

Maxin B. John (1):
  hostap-utils: use w1.fi for SRC_URI

Nicolas Dechesne (1):
  kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz

Ross Burton (3):
  bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)
  diffstat: use HTTP mirror for SRC_URI
  libpng: use SourceForge mirror

 .../recipes-kernel/linux/linux-yocto_4.1.bbappend  | 20 ++++++-------
 .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 20 ++++++-------
 .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 20 ++++++-------
 meta/classes/kernel.bbclass                        | 18 ++++++------
 meta/classes/sign_rpm.bbclass                      |  6 ++++
 meta/lib/oeqa/selftest/signing.py                  |  7 +++--
 meta/recipes-bsp/hostap/hostap-utils.inc           |  5 ++--
 meta/recipes-bsp/v86d/v86d_0.1.10.bb               |  6 ++--
 meta/recipes-connectivity/bluez5/bluez5.inc        |  1 +
 .../bluez5/bluez5/cve-2017-1000250.patch           | 34 ++++++++++++++++++++++
 meta/recipes-devtools/diffstat/diffstat_1.61.bb    |  2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 ++--
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 ++--
 meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 ++++++-------
 meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++++-------
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 ++++++-------
 meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |  6 ++--
 meta/recipes-multimedia/libpng/libpng_1.6.24.bb    |  6 ++--
 22 files changed, 145 insertions(+), 102 deletions(-)
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5/cve-2017-1000250.patch

-- 
2.7.4



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

* Re: [PATCH 00/16] Morty next pull request
  2017-10-06 15:02 [PATCH 00/16] Morty next pull request Armin Kuster
@ 2017-10-06 21:28 ` Andre McCurdy
  2017-10-06 22:34   ` akuster808
  2017-10-10 15:04 ` akuster808
  1 sibling, 1 reply; 5+ messages in thread
From: Andre McCurdy @ 2017-10-06 21:28 UTC (permalink / raw)
  To: Armin Kuster; +Cc: OE Core mailing list

Hi Armin,

On Fri, Oct 6, 2017 at 8:02 AM, Armin Kuster <akuster808@gmail.com> wrote:
> Cover letter only
>
> Please consider these changes for Morty.
> Clean build on AB

I guess these changes are too late for this round but please consider
for the next one:

  http://lists.openembedded.org/pipermail/openembedded-core/2017-October/142985.html

> The following changes since commit e2fcc721c2af8e2785a91eaceea1d81f503ea2ec:
>
>   devtool.py: update testcase Ids in morty (2017-09-25 22:21:45 +0100)
>
> are available in the git repository at:
>
>   git://push.yoctoproject.org/poky-contrib akuster/morty-next
>
> Alexander Kanavin (1):
>   v86d: take tarball from debian
>
> Armin Kuster (7):
>   linux-yocto/4.1: update to 4.1.43 plus bluetooth CVE-2017-1000251
>   linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
>   lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
>   linux-yotoc/4.1: update to 4.1.43 plus CVE-2017-1000251
>   linux-yotoc/4.4: update to 4.4.87 plus CVE-2017-1000251
>   linux-yotoc/4.8: update to 4.8.25 plus CVE-2017-1000251
>   libpng: lsb version 1.2.56 url fix
>
> Bruce Ashfield (1):
>   linux-yocto/4.1: fix gcc7 compilation and v4.1.39
>
> Leonardo Sandoval (2):
>   selftest/cases/signing: ignore removal errors when cleaning temporary
>     gpg directory
>   sign_rpm.bbclass: force rpm serial signing
>
> Maxin B. John (1):
>   hostap-utils: use w1.fi for SRC_URI
>
> Nicolas Dechesne (1):
>   kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
>
> Ross Burton (3):
>   bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)
>   diffstat: use HTTP mirror for SRC_URI
>   libpng: use SourceForge mirror
>
>  .../recipes-kernel/linux/linux-yocto_4.1.bbappend  | 20 ++++++-------
>  .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 20 ++++++-------
>  .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 20 ++++++-------
>  meta/classes/kernel.bbclass                        | 18 ++++++------
>  meta/classes/sign_rpm.bbclass                      |  6 ++++
>  meta/lib/oeqa/selftest/signing.py                  |  7 +++--
>  meta/recipes-bsp/hostap/hostap-utils.inc           |  5 ++--
>  meta/recipes-bsp/v86d/v86d_0.1.10.bb               |  6 ++--
>  meta/recipes-connectivity/bluez5/bluez5.inc        |  1 +
>  .../bluez5/bluez5/cve-2017-1000250.patch           | 34 ++++++++++++++++++++++
>  meta/recipes-devtools/diffstat/diffstat_1.61.bb    |  2 +-
>  meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 ++++++-------
>  meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++++-------
>  meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 ++++++-------
>  meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |  6 ++--
>  meta/recipes-multimedia/libpng/libpng_1.6.24.bb    |  6 ++--
>  22 files changed, 145 insertions(+), 102 deletions(-)
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/cve-2017-1000250.patch
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


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

* Re: [PATCH 00/16] Morty next pull request
  2017-10-06 21:28 ` Andre McCurdy
@ 2017-10-06 22:34   ` akuster808
  0 siblings, 0 replies; 5+ messages in thread
From: akuster808 @ 2017-10-06 22:34 UTC (permalink / raw)
  To: Andre McCurdy; +Cc: OE Core mailing list


Hello Andre,

On 10/06/2017 02:28 PM, Andre McCurdy wrote:
> Hi Armin,
>
> On Fri, Oct 6, 2017 at 8:02 AM, Armin Kuster <akuster808@gmail.com> wrote:
>> Cover letter only
>>
>> Please consider these changes for Morty.
>> Clean build on AB
> I guess these changes are too late for this round but please consider
> for the next one:
For this current request yes. This current set was held up by build
issues and I did not want to add any more variations in until we got
things sorted out.
This does not stop me from queuing yours up and getting a build going. I
do need to double check Pyro to ensure the changes are there all ready.
 
thanks for the patches.

- armin
>
>   http://lists.openembedded.org/pipermail/openembedded-core/2017-October/142985.html
>
>> The following changes since commit e2fcc721c2af8e2785a91eaceea1d81f503ea2ec:
>>
>>   devtool.py: update testcase Ids in morty (2017-09-25 22:21:45 +0100)
>>
>> are available in the git repository at:
>>
>>   git://push.yoctoproject.org/poky-contrib akuster/morty-next
>>
>> Alexander Kanavin (1):
>>   v86d: take tarball from debian
>>
>> Armin Kuster (7):
>>   linux-yocto/4.1: update to 4.1.43 plus bluetooth CVE-2017-1000251
>>   linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
>>   lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
>>   linux-yotoc/4.1: update to 4.1.43 plus CVE-2017-1000251
>>   linux-yotoc/4.4: update to 4.4.87 plus CVE-2017-1000251
>>   linux-yotoc/4.8: update to 4.8.25 plus CVE-2017-1000251
>>   libpng: lsb version 1.2.56 url fix
>>
>> Bruce Ashfield (1):
>>   linux-yocto/4.1: fix gcc7 compilation and v4.1.39
>>
>> Leonardo Sandoval (2):
>>   selftest/cases/signing: ignore removal errors when cleaning temporary
>>     gpg directory
>>   sign_rpm.bbclass: force rpm serial signing
>>
>> Maxin B. John (1):
>>   hostap-utils: use w1.fi for SRC_URI
>>
>> Nicolas Dechesne (1):
>>   kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
>>
>> Ross Burton (3):
>>   bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)
>>   diffstat: use HTTP mirror for SRC_URI
>>   libpng: use SourceForge mirror
>>
>>  .../recipes-kernel/linux/linux-yocto_4.1.bbappend  | 20 ++++++-------
>>  .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 20 ++++++-------
>>  .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 20 ++++++-------
>>  meta/classes/kernel.bbclass                        | 18 ++++++------
>>  meta/classes/sign_rpm.bbclass                      |  6 ++++
>>  meta/lib/oeqa/selftest/signing.py                  |  7 +++--
>>  meta/recipes-bsp/hostap/hostap-utils.inc           |  5 ++--
>>  meta/recipes-bsp/v86d/v86d_0.1.10.bb               |  6 ++--
>>  meta/recipes-connectivity/bluez5/bluez5.inc        |  1 +
>>  .../bluez5/bluez5/cve-2017-1000250.patch           | 34 ++++++++++++++++++++++
>>  meta/recipes-devtools/diffstat/diffstat_1.61.bb    |  2 +-
>>  meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 ++--
>>  meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 ++++++-------
>>  meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++++-------
>>  meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 ++++++-------
>>  meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |  6 ++--
>>  meta/recipes-multimedia/libpng/libpng_1.6.24.bb    |  6 ++--
>>  22 files changed, 145 insertions(+), 102 deletions(-)
>>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/cve-2017-1000250.patch
>>
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core




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

* Re: [PATCH 00/16] Morty next pull request
  2017-10-06 15:02 [PATCH 00/16] Morty next pull request Armin Kuster
  2017-10-06 21:28 ` Andre McCurdy
@ 2017-10-10 15:04 ` akuster808
  2017-10-10 16:32   ` Richard Purdie
  1 sibling, 1 reply; 5+ messages in thread
From: akuster808 @ 2017-10-10 15:04 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

Do I need to rebase this request now that Morty has been updated?

- armin


On 10/06/2017 08:02 AM, Armin Kuster wrote:
> Cover letter only
>
> Please consider these changes for Morty.
> Clean build on AB
>
> The following changes since commit e2fcc721c2af8e2785a91eaceea1d81f503ea2ec:
>
>   devtool.py: update testcase Ids in morty (2017-09-25 22:21:45 +0100)
>
> are available in the git repository at:
>
>   git://push.yoctoproject.org/poky-contrib akuster/morty-next
>
> Alexander Kanavin (1):
>   v86d: take tarball from debian
>
> Armin Kuster (7):
>   linux-yocto/4.1: update to 4.1.43 plus bluetooth CVE-2017-1000251
>   linux-yocto/4.4: update to 4.4.87 plus bluetooth: CVE-2017-1000251
>   lunux-yocto/4.8: update to 4.8.25 plus bluetooth: CVE-2017-1000251
>   linux-yotoc/4.1: update to 4.1.43 plus CVE-2017-1000251
>   linux-yotoc/4.4: update to 4.4.87 plus CVE-2017-1000251
>   linux-yotoc/4.8: update to 4.8.25 plus CVE-2017-1000251
>   libpng: lsb version 1.2.56 url fix
>
> Bruce Ashfield (1):
>   linux-yocto/4.1: fix gcc7 compilation and v4.1.39
>
> Leonardo Sandoval (2):
>   selftest/cases/signing: ignore removal errors when cleaning temporary
>     gpg directory
>   sign_rpm.bbclass: force rpm serial signing
>
> Maxin B. John (1):
>   hostap-utils: use w1.fi for SRC_URI
>
> Nicolas Dechesne (1):
>   kernel.bbclass: fix KERNEL_IMAGETYPE(S) for Image.gz
>
> Ross Burton (3):
>   bluez5: fix out-of-bounds access in SDP server (CVE-2017-1000250)
>   diffstat: use HTTP mirror for SRC_URI
>   libpng: use SourceForge mirror
>
>  .../recipes-kernel/linux/linux-yocto_4.1.bbappend  | 20 ++++++-------
>  .../recipes-kernel/linux/linux-yocto_4.4.bbappend  | 20 ++++++-------
>  .../recipes-kernel/linux/linux-yocto_4.8.bbappend  | 20 ++++++-------
>  meta/classes/kernel.bbclass                        | 18 ++++++------
>  meta/classes/sign_rpm.bbclass                      |  6 ++++
>  meta/lib/oeqa/selftest/signing.py                  |  7 +++--
>  meta/recipes-bsp/hostap/hostap-utils.inc           |  5 ++--
>  meta/recipes-bsp/v86d/v86d_0.1.10.bb               |  6 ++--
>  meta/recipes-connectivity/bluez5/bluez5.inc        |  1 +
>  .../bluez5/bluez5/cve-2017-1000250.patch           | 34 ++++++++++++++++++++++
>  meta/recipes-devtools/diffstat/diffstat_1.61.bb    |  2 +-
>  meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |  6 ++--
>  meta/recipes-kernel/linux/linux-yocto_4.1.bb       | 20 ++++++-------
>  meta/recipes-kernel/linux/linux-yocto_4.4.bb       | 20 ++++++-------
>  meta/recipes-kernel/linux/linux-yocto_4.8.bb       | 20 ++++++-------
>  meta/recipes-lsb4/libpng/libpng12_1.2.56.bb        |  6 ++--
>  meta/recipes-multimedia/libpng/libpng_1.6.24.bb    |  6 ++--
>  22 files changed, 145 insertions(+), 102 deletions(-)
>  create mode 100644 meta/recipes-connectivity/bluez5/bluez5/cve-2017-1000250.patch
>



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

* Re: [PATCH 00/16] Morty next pull request
  2017-10-10 15:04 ` akuster808
@ 2017-10-10 16:32   ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2017-10-10 16:32 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-core

On Tue, 2017-10-10 at 08:04 -0700, akuster808 wrote:
> Do I need to rebase this request now that Morty has been updated?

No, I've merged this, thanks!

Cheers,

Richard


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

end of thread, other threads:[~2017-10-10 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 15:02 [PATCH 00/16] Morty next pull request Armin Kuster
2017-10-06 21:28 ` Andre McCurdy
2017-10-06 22:34   ` akuster808
2017-10-10 15:04 ` akuster808
2017-10-10 16:32   ` Richard Purdie

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.