1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/5.15: ltp and squashfs fixes

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

    1c5699ee85d4 fs: move S_ISGID stripping into the vfs_*() helpers
    838f5d0701d8 fs: add mode_strip_sgid() helper
    d97172683641 squashfs: provide backing_dev_info in order to disable read-ahead

(From OE-Core rev: 6dd61c0dc143e53acddd3a181298b18bb8bc789a)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 474ddb758dd1b327540e48ccfe1500fb4231f30b)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2023-01-08 19:38:51 -05:00
committed by Richard Purdie
parent 533b22a811
commit 35ade176ff
3 changed files with 16 additions and 16 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "1c3448ff6cc6d24d16c6ef6065cb642245cac627"
SRCREV_meta ?= "f475b1a9deddbde23f48d7d535abdd5fb133b837"
SRCREV_machine ?= "86627fc3da74aefec1338724a597356e6b8ad88b"
SRCREV_meta ?= "c2d64b008142d2a2bc9c8cca8a3d579a62275122"
PV = "${LINUX_VERSION}+git${SRCPV}"