1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

linux-yocto/5.15: Fix CVE-2022-28796

Integrating the following commit(s) to linux-yocto/5.15:

    5df6d1b00f95 jbd2: fix use-after-free of transaction_t race
    2d83e8196487 jbd2: refactor wait logic for transaction updates into a common function

(From OE-Core rev: f900829f96b7592ce026067e5154e2f1f55a9d4e)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3a0d2acf249717416226c34b6147e5499adbda15)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2022-04-28 09:47:58 -04:00
committed by Richard Purdie
parent b6bc88c365
commit c9896633c2
3 changed files with 12 additions and 12 deletions
@@ -14,7 +14,7 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "c1ea4d56b597a4740b655e3535157fd3248b6dde"
SRCREV_machine ?= "2521f8951adffad70d844209b73cd8d8878710f1"
SRCREV_meta ?= "178b786485dfb3edb05af51f0ba9195ffa07e358"
PV = "${LINUX_VERSION}+git${SRCPV}"