All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Steve Sakoman" <steve@sakoman.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-core][dunfell 00/17] Patch review
Date: Mon, 28 Dec 2020 12:15:37 -1000	[thread overview]
Message-ID: <cover.1609193554.git.steve@sakoman.com> (raw)

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


             reply	other threads:[~2020-12-28 22:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-28 22:15 Steve Sakoman [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2023-11-15  3:17 [OE-core][dunfell 00/17] Patch review Steve Sakoman
2023-07-08 15:55 Steve Sakoman
2021-08-13 14:29 Steve Sakoman
2021-02-15 14:37 Steve Sakoman
2020-05-25 22:36 Steve Sakoman

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.1609193554.git.steve@sakoman.com \
    --to=steve@sakoman.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.