[dunfell 00/12] Patch review
Steve Sakoman
Please review this set of patches for dunfell and have comments back by
end of day Tuesday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4885 The following changes since commit 4f069121ddb99bb6e2f186724cd60ca07f74f503: python3: fix packaging of Windows distutils installer stubs (2023-02-04 04:34:20 -1000) are available in the Git repository at: https://git.openembedded.org/openembedded-core-contrib stable/dunfell-nut http://cgit.openembedded.org/openembedded-core-contrib/log/?h=stable/dunfell-nut Bruce Ashfield (2): linux-yocto/5.4: update to v5.4.229 linux-yocto/5.4: update to v5.4.230 Khem Raj (1): libtirpc: Check if file exists before operating on it Niko Mauno (1): Fix missing leading whitespace with ':append' Ranjitsinh Rathod (1): libsdl2: Add fix for CVE-2022-4743 Steve Sakoman (4): lttng-modules: update 2.11.6 -> 2.11.7 lttng-modules: update 2.11.7 -> 2.11.8 lttng-modules: update 2.11.8 -> 2.11.9 lttng-modules: fix build with 5.4.229 kernel Thomas Roos (1): devtool: fix devtool finish when gitmodules file is empty Vivek Kumbhar (1): go: fix CVE-2022-1962 go/parser stack exhaustion in all Parse* functions Xiaobing Luo (1): devtool: Fix _copy_file() TypeError meta/classes/externalsrc.bbclass | 2 +- meta/classes/populate_sdk_ext.bbclass | 2 +- meta/recipes-devtools/go/go-1.14.inc | 1 + .../go/go-1.14/CVE-2022-1962.patch | 357 ++++++++++++++++++ .../libtirpc/libtirpc_1.2.6.bb | 2 +- .../libsdl2/libsdl2/CVE-2022-4743.patch | 38 ++ .../libsdl2/libsdl2_2.0.12.bb | 1 + .../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 +- ...ncpy-equals-destination-size-warning.patch | 42 --- ...jtool-Rename-frame.h-objtool.h-v5.10.patch | 88 ----- ...oints-output-proper-root-owner-for-t.patch | 316 ---------------- ...rdered-extent-tracepoint-take-btrfs_.patch | 179 --------- ...ext4-fast-commit-recovery-path-v5.10.patch | 91 ----- ...intr-vectoring-info-and-error-code-t.patch | 124 ------ ...x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch | 82 ---- ...Return-unique-RET_PF_-values-if-the-.patch | 71 ---- ...int-Optimize-using-static_call-v5.10.patch | 155 -------- ...-fix-include-order-for-older-kernels.patch | 31 -- .../0011-Add-release-maintainer-script.patch | 59 --- .../0012-Improve-the-release-script.patch | 173 --------- ...fix-ext4-fast-commit-recovery-path-v.patch | 32 -- ...-fix-include-order-for-older-kernels.patch | 32 -- ...fix-tracepoint-Optimize-using-static.patch | 46 --- ...ion-range-for-trace_find_free_extent.patch | 30 -- ...ix-jbd2-use-the-correct-print-format.patch | 147 ++++++++ ...ules_2.11.6.bb => lttng-modules_2.11.9.bb} | 21 +- scripts/lib/devtool/standard.py | 2 +- 29 files changed, 569 insertions(+), 1591 deletions(-) create mode 100644 meta/recipes-devtools/go/go-1.14/CVE-2022-1962.patch create mode 100644 meta/recipes-graphics/libsdl2/libsdl2/CVE-2022-4743.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-fix-strncpy-equals-destination-size-warning.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-fix-objtool-Rename-frame.h-objtool.h-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-fix-btrfs-tracepoints-output-proper-root-owner-for-t.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-fix-btrfs-make-ordered-extent-tracepoint-take-btrfs_.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-fix-ext4-fast-commit-recovery-path-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-fix-KVM-x86-Add-intr-vectoring-info-and-error-code-t.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-fix-kvm-x86-mmu-Add-TDP-MMU-PF-handler-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-fix-KVM-x86-mmu-Return-unique-RET_PF_-values-if-the-.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-fix-tracepoint-Optimize-using-static_call-v5.10.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0010-fix-include-order-for-older-kernels.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0011-Add-release-maintainer-script.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0012-Improve-the-release-script.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0013-fix-backport-of-fix-ext4-fast-commit-recovery-path-v.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0014-Revert-fix-include-order-for-older-kernels.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0015-fix-backport-of-fix-tracepoint-Optimize-using-static.patch delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0016-fix-adjust-version-range-for-trace_find_free_extent.patch create mode 100644 meta/recipes-kernel/lttng/lttng-modules/fix-jbd2-use-the-correct-print-format.patch rename meta/recipes-kernel/lttng/{lttng-modules_2.11.6.bb => lttng-modules_2.11.9.bb} (59%) -- 2.25.1 |
|