All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Anuj Mittal" <anuj.mittal@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [gatesgarth][PATCH 00/21] gatesgarth patch review request
Date: Mon, 23 Nov 2020 23:06:30 +0800	[thread overview]
Message-ID: <cover.1606111370.git.anuj.mittal@intel.com> (raw)

Please review these next set of changes for gatesgarth. These build
cleanly on the autobuilder except for one unrelated failure while
running ltp tests:

https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/1619

Thanks,

Anuj

The following changes since commit 3a4ac9d028e6d7840660bb9640614d92fd89246f:

  diffstat: add nativesdk to BBCLASSEXTEND (2020-11-18 07:57:11 +0800)

are available in the Git repository at:

  git://push.openembedded.org/openembedded-core-contrib anujm/gatesgarth

Alistair (1):
  weston-init: Fix incorrect idle-time setting

Bruce Ashfield (13):
  linux-yocto/5.8: update to v5.8.15
  linux-yocto/5.4: update to v5.4.71
  linux-yocto/5.8: update to v5.8.16
  linux-yocto/5.4: update to v5.4.72
  linux-yocto/5.8: update to v5.8.17
  linux-yocto/5.4: update to v5.4.73
  linux-yocto-dev: move to v5.10-rc
  linux-yocto/5.4: config cleanup / warnings
  linux-yocto/5.8: config cleanup / warnings
  linux-yocto/5.8: update to v5.8.18
  linux-yocto/5.4: update to v5.4.75
  kernel: provide module.lds for out of tree builds in v5.10+
  kernel: relocate copy of module.lds to module compilation task

Chee Yang Lee (1):
  bluez5: update to 5.55

Lee Chee Yang (3):
  libproxy: fix CVE-2020-26154
  python3: fix CVE-2020-27619
  qemu: fix CVE-2020-24352

Loic Domaigne (1):
  roofs_*.bbclass: fix missing vardeps for do_rootfs

Max Krummenacher (1):
  linux-firmware: rdepend on license for all nvidia packages

Wonmin Jung (1):
  kernel: Set proper LD in KERNEL_KCONFIG_COMMAND

 meta/classes/kernel.bbclass                   |  6 +-
 meta/classes/rootfs_deb.bbclass               |  2 +-
 meta/classes/rootfs_ipk.bbclass               |  2 +-
 meta/classes/rootfs_rpm.bbclass               |  2 +-
 .../bluez5/{bluez5_5.54.bb => bluez5_5.55.bb} |  4 +-
 .../python/python3/CVE-2020-27619.patch       | 71 ++++++++++++++
 meta/recipes-devtools/python/python3_3.8.5.bb |  1 +
 meta/recipes-devtools/qemu/qemu.inc           |  1 +
 .../qemu/qemu/CVE-2020-24352.patch            | 52 ++++++++++
 meta/recipes-graphics/wayland/weston-init.bb  |  2 +-
 .../linux-firmware/linux-firmware_20200817.bb |  1 +
 meta/recipes-kernel/linux/kernel-devsrc.bb    |  6 ++
 meta/recipes-kernel/linux/linux-yocto-dev.bb  |  2 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 +-
 .../linux/linux-yocto-rt_5.8.bb               |  6 +-
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +-
 .../linux/linux-yocto-tiny_5.8.bb             |  8 +-
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 ++---
 meta/recipes-kernel/linux/linux-yocto_5.8.bb  | 22 ++---
 .../libproxy/libproxy/CVE-2020-26154.patch    | 98 +++++++++++++++++++
 .../libproxy/libproxy_0.4.15.bb               |  1 +
 21 files changed, 279 insertions(+), 44 deletions(-)
 rename meta/recipes-connectivity/bluez5/{bluez5_5.54.bb => bluez5_5.55.bb} (91%)
 create mode 100644 meta/recipes-devtools/python/python3/CVE-2020-27619.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2020-24352.patch
 create mode 100644 meta/recipes-support/libproxy/libproxy/CVE-2020-26154.patch

-- 
2.28.0


             reply	other threads:[~2020-11-23 15:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-23 15:06 Anuj Mittal [this message]
2020-11-23 15:06 ` [gatesgarth][PATCH 01/21] bluez5: update to 5.55 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 02/21] linux-yocto/5.8: update to v5.8.15 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 03/21] linux-yocto/5.4: update to v5.4.71 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 04/21] linux-yocto/5.8: update to v5.8.16 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 05/21] linux-yocto/5.4: update to v5.4.72 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 06/21] linux-yocto/5.8: update to v5.8.17 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 07/21] linux-yocto/5.4: update to v5.4.73 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 08/21] linux-yocto-dev: move to v5.10-rc Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 09/21] linux-yocto/5.4: config cleanup / warnings Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 10/21] linux-yocto/5.8: " Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 11/21] linux-yocto/5.8: update to v5.8.18 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 12/21] linux-yocto/5.4: update to v5.4.75 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 13/21] kernel: provide module.lds for out of tree builds in v5.10+ Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 14/21] kernel: relocate copy of module.lds to module compilation task Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 15/21] kernel: Set proper LD in KERNEL_KCONFIG_COMMAND Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 16/21] weston-init: Fix incorrect idle-time setting Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 17/21] roofs_*.bbclass: fix missing vardeps for do_rootfs Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 18/21] linux-firmware: rdepend on license for all nvidia packages Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 19/21] libproxy: fix CVE-2020-26154 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 20/21] python3: fix CVE-2020-27619 Anuj Mittal
2020-11-23 15:06 ` [gatesgarth][PATCH 21/21] qemu: fix CVE-2020-24352 Anuj Mittal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1606111370.git.anuj.mittal@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.