All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][dunfell 00/17] Patch review
@ 2020-12-28 22:15 Steve Sakoman
  2020-12-28 22:15 ` [OE-core][dunfell 01/17] linux-yocto-rt/5.4: update to -rt44 Steve Sakoman
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Steve Sakoman @ 2020-12-28 22:15 UTC (permalink / raw)
  To: openembedded-core

Please review this next set of patches for dunfell and have comments back by
end of day Wednesday.

Passed a-full on autobuilder:

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

The following changes since commit 1746f781d541d0b0aa3280ae121068a029294351:

  selftest/reproducible: add packages to exclusion list for dunfell (2020-12-28 04:28:39 -1000)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut

Bruce Ashfield (8):
  linux-yocto-rt/5.4: update to -rt44
  linux-yocto/5.4: update to v5.4.80
  linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y'
  linux-yocto/5.4: update to v5.4.82
  linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT
  linux-yocto/5.4: update to v5.4.83
  linux-yocto/5.4/cfg: fix -tiny warnings
  linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings

Dmitry Baryshkov (2):
  linux-firmware: upgrade 20201118 -> 20201218
  linux-firmware: package firmware for Lontium lt9611uxc bridge

Richard Purdie (2):
  cups: Mark CVE-2009-0032 as a non-issue
  cups: Mark CVE-2008-1033 as a non-issue

Robert Joslyn (1):
  openssl: Update to 1.1.1i

Ross Burton (1):
  kernel: set COMPATIBLE_HOST to *-linux

Steve Sakoman (2):
  oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call
  cups: whitelist CVE-2018-6553

zangrc (1):
  bash: Rename patch name

 meta/classes/kernel.bbclass                   |  2 ++
 meta/lib/oeqa/selftest/cases/devtool.py       |  2 +-
 .../{openssl_1.1.1g.bb => openssl_1.1.1i.bb}  |  2 +-
 ...-2019-18276.patch => CVE-2019-18276.patch} |  0
 meta/recipes-extended/bash/bash_5.0.bb        |  2 +-
 meta/recipes-extended/cups/cups.inc           |  7 ++++++
 ...20201118.bb => linux-firmware_20201218.bb} | 14 ++++++++++--
 meta/recipes-kernel/linux/linux-dummy.bb      |  2 +-
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++---
 .../linux/linux-yocto-tiny_5.4.bb             |  8 +++----
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 +++++++++----------
 11 files changed, 43 insertions(+), 24 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl_1.1.1g.bb => openssl_1.1.1i.bb} (98%)
 rename meta/recipes-extended/bash/bash/{bash-CVE-2019-18276.patch => CVE-2019-18276.patch} (100%)
 rename meta/recipes-kernel/linux-firmware/{linux-firmware_20201118.bb => linux-firmware_20201218.bb} (98%)

-- 
2.17.1


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

end of thread, other threads:[~2020-12-28 22:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 22:15 [OE-core][dunfell 00/17] Patch review Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 01/17] linux-yocto-rt/5.4: update to -rt44 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 02/17] linux-yocto/5.4: update to v5.4.80 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 03/17] linux-yocto/cfg: qemuppc: set CONFIG_SCSI to '=y' Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 04/17] linux-yocto/5.4: update to v5.4.82 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 05/17] linux-yocto/cfg: qemuarm64-gfx.cfg: add CONFIG_INPUT_UINPUT Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 06/17] linux-yocto/5.4: update to v5.4.83 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 07/17] linux-yocto/5.4/cfg: fix -tiny warnings Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 08/17] linux-yocto/5.4/cfg: fix FIRMWARE_LOADER warnings Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 09/17] linux-firmware: upgrade 20201118 -> 20201218 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 10/17] linux-firmware: package firmware for Lontium lt9611uxc bridge Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 11/17] kernel: set COMPATIBLE_HOST to *-linux Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 12/17] oeqa/selftest/cases/devtool.py: fix typo in ignore_patterns call Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 13/17] bash: Rename patch name Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 14/17] cups: whitelist CVE-2018-6553 Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 15/17] cups: Mark CVE-2009-0032 as a non-issue Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 16/17] cups: Mark CVE-2008-1033 " Steve Sakoman
2020-12-28 22:15 ` [OE-core][dunfell 17/17] openssl: Update to 1.1.1i Steve Sakoman

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.