public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [gatesgarth][PATCH 00/21] gatesgarth patch review request
@ 2020-11-23 15:06 Anuj Mittal
  2020-11-23 15:06 ` [gatesgarth][PATCH 01/21] bluez5: update to 5.55 Anuj Mittal
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Anuj Mittal @ 2020-11-23 15:06 UTC (permalink / raw)
  To: openembedded-core

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


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

end of thread, other threads:[~2020-11-23 15:07 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-23 15:06 [gatesgarth][PATCH 00/21] gatesgarth patch review request Anuj Mittal
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox