mbox

[langdale,00/10] Patch review

Message ID cover.1682430831.git.steve@sakoman.com
State Not Applicable, archived
Headers show

Pull-request

https://git.openembedded.org/openembedded-core-contrib stable/langdale-nut

Message

Steve Sakoman April 25, 2023, 1:57 p.m. UTC
Please review this set of patches for langdale and have comments back by
end of day Thursday.

Passed a-full on autobuilder:

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

The following changes since commit 5f2d74856e6790e8742f7d6049f7a21c4c17d987:

  report-error: catch Nothing PROVIDES error (2023-04-05 06:24:00 -1000)

are available in the Git repository at:

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

Bruce Ashfield (3):
  linux-yocto/5.15: update to v5.15.106
  linux-yocto/5.15: update to v5.15.107
  linux-yocto/5.15: update to v5.15.108

Chris Elledge (1):
  busybox: move hwclock init earlier in startup

Christoph Lauer (1):
  populate_sdk_base: add zip options

Marek Vasut (1):
  cpio: Fix wrong CRC with ASCII CRC for large files

Mikko Rapeli (2):
  oeqa ping.py: avoid busylooping failing ping command
  oeqa ping.py: fail test if target IP address has not been set

Ross Burton (2):
  xserver-xorg: backport fix for CVE-2023-1393
  screen: backport fix for CVE-2023-24626

 meta/classes-recipe/populate_sdk_base.bbclass |  4 +-
 meta/lib/oeqa/runtime/cases/ping.py           |  3 ++
 meta/recipes-core/busybox/busybox.inc         |  1 +
 ...g-CRC-with-ASCII-CRC-for-large-files.patch | 39 ++++++++++++++++
 meta/recipes-extended/cpio/cpio_2.13.bb       |  1 +
 .../screen/screen/signal-permission.patch     | 40 ++++++++++++++++
 meta/recipes-extended/screen/screen_4.9.0.bb  |  1 +
 ...posite-Fix-use-after-free-of-the-COW.patch | 46 +++++++++++++++++++
 .../xorg-xserver/xserver-xorg_21.1.7.bb       |  3 +-
 .../linux/linux-yocto-rt_5.15.bb              |  6 +--
 .../linux/linux-yocto-tiny_5.15.bb            |  6 +--
 meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++------
 12 files changed, 155 insertions(+), 21 deletions(-)
 create mode 100644 meta/recipes-extended/cpio/cpio-2.13/0001-Wrong-CRC-with-ASCII-CRC-for-large-files.patch
 create mode 100644 meta/recipes-extended/screen/screen/signal-permission.patch
 create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/0001-composite-Fix-use-after-free-of-the-COW.patch