public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][kirkstone 00/13] Patch review
@ 2023-02-01 22:15 Steve Sakoman
  2023-02-01 22:15 ` [OE-core][kirkstone 01/13] ppp: backport fix for CVE-2022-4603 Steve Sakoman
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Steve Sakoman @ 2023-02-01 22:15 UTC (permalink / raw)
  To: openembedded-core

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

Passed a-full on autobuilder:

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

The following changes since commit a8c82902384f7430519a31732a4bb631f21693ac:

  build-appliance-image: Update to kirkstone head revision (2023-01-26 23:40:27 +0000)

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

Armin Kuster (1):
  lttng-modules: Fix for 5.10.163 kernel version

Bruce Ashfield (1):
  linux-yocto/5.15: update to v5.15.87

Khem Raj (3):
  libtirpc: Check if file exists before operating on it
  libusb1: Link with latomic only if compiler has no atomic builtins
  libusb1: Strip trailing whitespaces

Niko Mauno (1):
  Fix missing leading whitespace with ':append'

Richard Purdie (1):
  native: Drop special variable handling

Ross Burton (4):
  ppp: backport fix for CVE-2022-4603
  quilt: fix intermittent failure in faildiff.test
  spirv-headers: set correct branch name
  quilt: use upstreamed faildiff.test fix

Thomas Roos (1):
  devtool: fix devtool finish when gitmodules file is empty

Xiangyu Chen (1):
  numactl: skip test case when target platform doesn't have 2 CPU node

 meta/classes/core-image.bbclass               |  2 +-
 meta/classes/externalsrc.bbclass              |  2 +-
 meta/classes/native.bbclass                   |  2 +-
 meta/classes/populate_sdk_ext.bbclass         |  2 +-
 .../distro/include/ptest-packagelists.inc     |  2 +-
 .../ppp/ppp/CVE-2022-4603.patch               | 48 +++++++++++++++
 meta/recipes-connectivity/ppp/ppp_2.4.9.bb    |  1 +
 meta/recipes-devtools/quilt/quilt.inc         |  1 +
 .../quilt/quilt/faildiff-order.patch          | 41 +++++++++++++
 .../libtirpc/libtirpc_1.3.2.bb                |  2 +-
 .../spir/spirv-headers_1.3.204.1.bb           |  2 +-
 .../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 ++++----
 .../fix-jbd2-upper-bound-for-v5.10.163.patch  | 52 ++++++++++++++++
 ...e-the-correct-print-format-v5.10.163.patch | 61 +++++++++++++++++++
 .../lttng/lttng-modules_2.13.8.bb             |  2 +
 ...k-with-latomic-only-if-no-atomic-bui.patch | 46 ++++++++++++++
 meta/recipes-support/libusb/libusb1_1.0.26.bb | 13 ++--
 .../numactl/Fix-the-test-output-format.patch  |  3 +-
 .../recipes-support/numactl/numactl/run-ptest |  6 +-
 21 files changed, 292 insertions(+), 34 deletions(-)
 create mode 100644 meta/recipes-connectivity/ppp/ppp/CVE-2022-4603.patch
 create mode 100644 meta/recipes-devtools/quilt/quilt/faildiff-order.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-upper-bound-for-v5.10.163.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format-v5.10.163.patch
 create mode 100644 meta/recipes-support/libusb/libusb1/0001-configure.ac-Link-with-latomic-only-if-no-atomic-bui.patch

-- 
2.25.1



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

end of thread, other threads:[~2023-02-02 14:01 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 22:15 [OE-core][kirkstone 00/13] Patch review Steve Sakoman
2023-02-01 22:15 ` [OE-core][kirkstone 01/13] ppp: backport fix for CVE-2022-4603 Steve Sakoman
2023-02-01 22:15 ` [OE-core][kirkstone 02/13] linux-yocto/5.15: update to v5.15.87 Steve Sakoman
2023-02-01 22:15 ` [OE-core][kirkstone 03/13] lttng-modules: Fix for 5.10.163 kernel version Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 04/13] quilt: fix intermittent failure in faildiff.test Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 05/13] spirv-headers: set correct branch name Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 06/13] devtool: fix devtool finish when gitmodules file is empty Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 07/13] numactl: skip test case when target platform doesn't have 2 CPU node Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 08/13] libtirpc: Check if file exists before operating on it Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 09/13] quilt: use upstreamed faildiff.test fix Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 10/13] native: Drop special variable handling Steve Sakoman
2023-02-02 11:42   ` Richard Purdie
2023-02-02 14:01     ` Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 11/13] libusb1: Link with latomic only if compiler has no atomic builtins Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 12/13] libusb1: Strip trailing whitespaces Steve Sakoman
2023-02-01 22:16 ` [OE-core][kirkstone 13/13] Fix missing leading whitespace with ':append' Steve Sakoman

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