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][kirkstone 00/21] Patch review
Date: Sun,  2 Apr 2023 06:41:55 -1000	[thread overview]
Message-ID: <cover.1680453201.git.steve@sakoman.com> (raw)

Please review this set of patches for kirkstone and have comments back by
end of day Tuesday.

Passed a-full on autobuilder:

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

with the exception of a known intermittent autobuilder issue on oe-selftest-armhost:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=15005

which passed on subsequent re-test:

https://autobuilder.yoctoproject.org/typhoon/#/builders/127/builds/1215

The following changes since commit 08ab1f02da65ee9815115e6a1cdb51ffed10a2dc:

  systemd: fix wrong nobody-group assignment (2023-03-23 06:42:22 -1000)

are available in the Git repository at:

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

Bruce Ashfield (10):
  linux-yocto/5.10: update to v5.10.162
  linux-yocto/5.10: update to v5.10.164
  linux-yocto/5.10: update to v5.10.166
  linux-yocto/5.10: update to v5.10.168
  linux-yocto/5.10: update to v5.10.170
  linux-yocto/5.10: update to v5.10.172
  linux-yocto/5.10: update to v5.10.175
  lttng-modules: update to v2.13.9
  linux-yocto/5.15: update to v5.15.98
  linux-yocto/5.15: update to v5.15.103

Geoffrey GIRY (1):
  cve-check: Fix false negative version issue

Khem Raj (2):
  rsync: Add missing prototypes to function declarations
  rsync: Turn on -pedantic-errors at the end of 'configure'

Martin Jansa (2):
  selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting
    SSTATE_MIRROR
  bmap-tools: switch to main branch

Peter Marko (1):
  gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch

Randy MacLeod (1):
  vim: upgrade 9.0.1403 -> 9.0.1429

Ross Burton (1):
  scripts/lib/buildstats: handle top-level build_stats not being
    complete

Sakib Sajal (1):
  go: fix CVE-2022-2879 and CVE-2022-41720

Siddharth Doshi (1):
  openssl: Security fix for CVE-2023-0464, CVE-2023-0465, CVE-2023-0466

pawan (1):
  Revert "qemu: fix CVE-2021-3507"

 meta/classes/cve-check.bbclass                |   5 +-
 meta/lib/oe/cve_check.py                      |  39 ++
 meta/lib/oeqa/selftest/cases/cve_check.py     |  19 +
 meta/lib/oeqa/selftest/cases/devtool.py       |   1 +
 .../openssl/openssl/CVE-2023-0464.patch       | 225 ++++++++
 .../openssl/openssl/CVE-2023-0465.patch       |  56 ++
 .../openssl/openssl/CVE-2023-0466.patch       |  50 ++
 .../openssl/openssl_3.0.8.bb                  |   3 +
 .../gcc/gcc-shared-source.inc                 |   4 +-
 meta/recipes-devtools/go/go-1.17.13.inc       |   2 +
 .../go/go-1.18/CVE-2022-2879.patch            | 177 ++++++
 .../go/go-1.18/CVE-2022-41720.patch           | 514 ++++++++++++++++++
 meta/recipes-devtools/qemu/qemu.inc           |   2 -
 .../qemu/qemu/CVE-2021-3507_1.patch           |  92 ----
 .../qemu/qemu/CVE-2021-3507_2.patch           | 115 ----
 ...-prototypes-to-function-declarations.patch | 173 ++++++
 ...antic-errors-at-the-end-of-configure.patch |  68 +++
 meta/recipes-devtools/rsync/rsync_3.2.5.bb    |   2 +
 .../linux/linux-yocto-rt_5.10.bb              |   6 +-
 .../linux/linux-yocto-rt_5.15.bb              |   6 +-
 .../linux/linux-yocto-tiny_5.10.bb            |   8 +-
 .../linux/linux-yocto-tiny_5.15.bb            |   6 +-
 meta/recipes-kernel/linux/linux-yocto_5.10.bb |  24 +-
 meta/recipes-kernel/linux/linux-yocto_5.15.bb |  26 +-
 ...ccessor-helpers-into-accessors.h-v6..patch |  45 --
 .../fix-jbd2-upper-bound-for-v5.10.163.patch  |  52 --
 ...e-the-correct-print-format-v5.10.163.patch |  61 ---
 ...ules_2.13.8.bb => lttng-modules_2.13.9.bb} |   5 +-
 .../bmap-tools/bmap-tools_git.bb              |   2 +-
 meta/recipes-support/vim/vim.inc              |   4 +-
 scripts/lib/buildstats.py                     |   1 +
 31 files changed, 1378 insertions(+), 415 deletions(-)
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0464.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0465.patch
 create mode 100644 meta/recipes-connectivity/openssl/openssl/CVE-2023-0466.patch
 create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-2879.patch
 create mode 100644 meta/recipes-devtools/go/go-1.18/CVE-2022-41720.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_1.patch
 delete mode 100644 meta/recipes-devtools/qemu/qemu/CVE-2021-3507_2.patch
 create mode 100644 meta/recipes-devtools/rsync/files/0001-Add-missing-prototypes-to-function-declarations.patch
 create mode 100644 meta/recipes-devtools/rsync/files/0001-Turn-on-pedantic-errors-at-the-end-of-configure.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-move-accessor-helpers-into-accessors.h-v6..patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.13.8.bb => lttng-modules_2.13.9.bb} (83%)

-- 
2.34.1



             reply	other threads:[~2023-04-02 16:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-02 16:41 Steve Sakoman [this message]
2023-04-02 16:41 ` [OE-core][kirkstone 01/21] Revert "qemu: fix CVE-2021-3507" Steve Sakoman
2023-04-02 16:41 ` [OE-core][kirkstone 02/21] go: fix CVE-2022-2879 and CVE-2022-41720 Steve Sakoman
2023-04-02 16:41 ` [OE-core][kirkstone 03/21] openssl: Security fix for CVE-2023-0464, CVE-2023-0465, CVE-2023-0466 Steve Sakoman
2023-04-02 16:41 ` [OE-core][kirkstone 04/21] cve-check: Fix false negative version issue Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 05/21] linux-yocto/5.10: update to v5.10.162 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 06/21] linux-yocto/5.10: update to v5.10.164 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 07/21] linux-yocto/5.10: update to v5.10.166 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 08/21] linux-yocto/5.10: update to v5.10.168 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 09/21] linux-yocto/5.10: update to v5.10.170 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 10/21] linux-yocto/5.10: update to v5.10.172 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 11/21] linux-yocto/5.10: update to v5.10.175 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 12/21] lttng-modules: update to v2.13.9 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 13/21] linux-yocto/5.15: update to v5.15.98 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 14/21] linux-yocto/5.15: update to v5.15.103 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 15/21] vim: upgrade 9.0.1403 -> 9.0.1429 Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 16/21] selftest: devtool: set BB_HASHSERVE_UPSTREAM when setting SSTATE_MIRROR Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 17/21] bmap-tools: switch to main branch Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 18/21] gcc-shared-source: do not use ${S}/.. in deploy_source_date_epoch Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 19/21] scripts/lib/buildstats: handle top-level build_stats not being complete Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 20/21] rsync: Add missing prototypes to function declarations Steve Sakoman
2023-04-02 16:42 ` [OE-core][kirkstone 21/21] rsync: Turn on -pedantic-errors at the end of 'configure' Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2023-05-26  2:28 [OE-core][kirkstone 00/21] Patch review Steve Sakoman
2023-03-17 22:42 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.1680453201.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.