Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core][kirkstone 00/20] Patch review
@ 2023-09-20 22:30 Steve Sakoman
  2023-09-20 22:30 ` [OE-core][kirkstone 01/20] go: Fix CVE-2023-39319 Steve Sakoman
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Steve Sakoman @ 2023-09-20 22:30 UTC (permalink / raw)
  To: openembedded-core

Please review this set of changes for kirkstone and have comments back by
end of day Friday, September 22.

Passed a-full on autobuilder:

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

The following changes since commit 26309ba6ef5b776d6bc45b984261b91e6c8c5a94:

  yocto-uninative: Update to 4.3 (2023-09-12 12:47:53 -1000)

are available in the Git repository at:

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

Alexander Kanavin (1):
  cargo.bbclass: set up cargo environment in common do_compile

Alexis Lothoré (1):
  oeqa/utils/gitarchive: fix tag computation when creating archive

Archana Polampalli (1):
  vim: upgrade 9.0.1592 -> 9.0.1664

Etienne Cordonnier (1):
  vim: update obsolete comment

Khem Raj (1):
  build-sysroots: Add SUMMARY field

Markus Niebel (1):
  wic: fix wrong attempt to create file system in upartitioned regions

Martin Jansa (1):
  tcl: prevent installing another copy of tzdata

Michael Opdenacker (1):
  scripts/create-pull-request: update URLs to git repositories

Pavel Zhukov (1):
  dbus: Specify runstatedir configure option

Peter Suti (1):
  externalsrc: fix dependency chain issues

Richard Purdie (3):
  vim: Upgrade 9.0.1664 -> 9.0.1894
  pseudo: Fix to work with glibc 2.38
  resulttool/report: Avoid divide by zero

Ross Burton (1):
  gcc: Fix -fstack-protector issue on aarch64

Sanjana (3):
  binutils: Fix CVE-2022-48065
  glibc: stable 2.35 branch updates
  binutils: stable 2.38 branch updates

Soumya Sambu (1):
  go: Fix CVE-2023-39319

Wang Mingyu (1):
  tar: upgrade 1.34 -> 1.35

Yogita Urade (1):
  cups: fix CVE-2023-32360

 meta/classes/cargo.bbclass                    |    1 -
 meta/classes/cargo_common.bbclass             |    4 +
 meta/classes/externalsrc.bbclass              |    7 +-
 meta/lib/oeqa/utils/gitarchive.py             |    6 +-
 meta/recipes-core/dbus/dbus_1.14.8.bb         |    3 +-
 meta/recipes-core/glibc/glibc-version.inc     |    2 +-
 meta/recipes-core/meta/build-sysroots.bb      |    3 +-
 .../binutils/binutils-2.38.inc                |    5 +-
 .../binutils/0029-CVE-2022-48065-1.patch      |   31 +
 .../binutils/0029-CVE-2022-48065-2.patch      |  115 +
 .../binutils/0029-CVE-2022-48065-3.patch      |  122 +
 meta/recipes-devtools/gcc/gcc-11.4.inc        |    1 +
 .../gcc/gcc/CVE-2023-4039.patch               | 2893 +++++++++++++++++
 meta/recipes-devtools/go/go-1.17.13.inc       |    3 +-
 .../go/go-1.20/CVE-2023-39319.patch           |  254 ++
 .../pseudo/files/glibc238.patch               |   72 +
 meta/recipes-devtools/pseudo/pseudo_git.bb    |    1 +
 meta/recipes-devtools/tcltk/tcl_8.6.11.bb     |    6 +
 meta/recipes-extended/cups/cups.inc           |    1 +
 .../cups/cups/CVE-2023-32360.patch            |   35 +
 .../tar/tar/CVE-2022-48303.patch              |   43 -
 .../tar/{tar_1.34.bb => tar_1.35.bb}          |    8 +-
 meta/recipes-support/vim/vim.inc              |   11 +-
 scripts/create-pull-request                   |    7 +-
 scripts/lib/resulttool/report.py              |    5 +-
 scripts/lib/wic/partition.py                  |    2 +-
 26 files changed, 3568 insertions(+), 73 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-1.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-2.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0029-CVE-2022-48065-3.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc/CVE-2023-4039.patch
 create mode 100644 meta/recipes-devtools/go/go-1.20/CVE-2023-39319.patch
 create mode 100644 meta/recipes-devtools/pseudo/files/glibc238.patch
 create mode 100644 meta/recipes-extended/cups/cups/CVE-2023-32360.patch
 delete mode 100644 meta/recipes-extended/tar/tar/CVE-2022-48303.patch
 rename meta/recipes-extended/tar/{tar_1.34.bb => tar_1.35.bb} (87%)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 23+ messages in thread
* [OE-core][kirkstone 00/20] Patch review
@ 2022-06-13 14:21 Steve Sakoman
  0 siblings, 0 replies; 23+ messages in thread
From: Steve Sakoman @ 2022-06-13 14:21 UTC (permalink / raw)
  To: openembedded-core

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

Passed a-full on autobuilder:

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

The following changes since commit 6ade2bfdd9297896b9f251dd62f55e461fef1a3e:

  rootfs.py: find .ko.zst kernel modules (2022-06-06 05:32:51 -1000)

are available in the Git repository at:

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

Bruce Ashfield (8):
  linux-yocto/5.15: bpf: explicitly disable unpriv eBPF by default
  linux-yocto/5.15: update to v5.15.43
  linux-yocto/5.10: update to v5.10.118
  linux-yocto/5.15: Enable MDIO bus config
  linux-yocto/5.15: cfg/xen: Move x86 configs to separate file
  linux-yocto/5.15: update to v5.15.44
  linux-yocto/5.10: update to v5.10.119
  lttng-modules: fix build against 5.18-rc7+

Davide Gardenal (1):
  baremetal-image: fix broken symlink in do_rootfs

He Zhe (1):
  lttng-modules: Fix build failure for 5.10.119+ and 5.15.44+ kernel

Jiaqing Zhao (1):
  systemd: Correct 0001-pass-correct-parameters-to-getdents64.patch

Martin Jansa (3):
  lttng-modules: fix shell syntax
  buildhistory.bbclass: fix shell syntax when using dash
  rootfs.py: close kernel_abi_ver_file

Pavel Zhukov (1):
  bitbake.conf: Make TCLIBC and TCMODE lazy assigned

Richard Purdie (3):
  sanity: Switch to make 4.0 as a minimum version
  perl: Add dependency on make-native to avoid race issues
  glibc: Drop make-native dependency

wangmy (2):
  iso-codes: upgrade 4.9.0 -> 4.10.0
  lttng-ust: upgrade 2.13.2 -> 2.13.3

 meta/classes/baremetal-image.bbclass          |  7 ++-
 meta/classes/buildhistory.bbclass             |  2 +-
 meta/classes/sanity.bbclass                   | 30 +---------
 meta/conf/bitbake.conf                        |  4 +-
 meta/lib/oe/rootfs.py                         |  4 +-
 meta/recipes-core/glibc/glibc_2.35.bb         |  2 +-
 ...ass-correct-parameters-to-getdents64.patch | 13 ++--
 meta/recipes-devtools/perl/perl_5.34.1.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 ++++----
 ...emove-unused-tracepoints-v5.10-v5.15.patch | 44 ++++++++++++++
 ...g-Append-prev_state-to-tp-args-inste.patch | 59 +++++++++++++++++++
 .../lttng/lttng-modules_2.13.3.bb             |  2 +
 ...ttng-ust_2.13.2.bb => lttng-ust_2.13.3.bb} |  2 +-
 ...iso-codes_4.9.0.bb => iso-codes_4.10.0.bb} |  2 +-
 19 files changed, 169 insertions(+), 80 deletions(-)
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-random-remove-unused-tracepoints-v5.10-v5.15.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-sched-tracing-Append-prev_state-to-tp-args-inste.patch
 rename meta/recipes-kernel/lttng/{lttng-ust_2.13.2.bb => lttng-ust_2.13.3.bb} (95%)
 rename meta/recipes-support/iso-codes/{iso-codes_4.9.0.bb => iso-codes_4.10.0.bb} (94%)

-- 
2.25.1



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

end of thread, other threads:[~2023-09-26 20:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 22:30 [OE-core][kirkstone 00/20] Patch review Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 01/20] go: Fix CVE-2023-39319 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 02/20] cups: fix CVE-2023-32360 Steve Sakoman
2023-09-26 20:37   ` [kirkstone " Claus Stovgaard
2023-09-20 22:30 ` [OE-core][kirkstone 03/20] binutils: Fix CVE-2022-48065 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 04/20] gcc: Fix -fstack-protector issue on aarch64 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 05/20] glibc: stable 2.35 branch updates Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 06/20] binutils: stable 2.38 " Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 07/20] tar: upgrade 1.34 -> 1.35 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 08/20] vim: update obsolete comment Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 09/20] vim: upgrade 9.0.1592 -> 9.0.1664 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 10/20] vim: Upgrade 9.0.1664 -> 9.0.1894 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 11/20] pseudo: Fix to work with glibc 2.38 Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 12/20] externalsrc: fix dependency chain issues Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 13/20] scripts/create-pull-request: update URLs to git repositories Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 14/20] oeqa/utils/gitarchive: fix tag computation when creating archive Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 15/20] resulttool/report: Avoid divide by zero Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 16/20] build-sysroots: Add SUMMARY field Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 17/20] wic: fix wrong attempt to create file system in upartitioned regions Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 18/20] tcl: prevent installing another copy of tzdata Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 19/20] dbus: Specify runstatedir configure option Steve Sakoman
2023-09-20 22:30 ` [OE-core][kirkstone 20/20] cargo.bbclass: set up cargo environment in common do_compile Steve Sakoman
  -- strict thread matches above, loose matches on Subject: below --
2022-06-13 14:21 [OE-core][kirkstone 00/20] Patch review Steve Sakoman

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