1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

linux-yocto/5.15: netfilter: conntrack: avoid useless indirection during conntrack destruction

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

    07a63f760793 netfilter: conntrack: avoid useless indirection during conntrack destruction

(From OE-Core rev: abf7178c03248f58caf403b6f80039ae23ed9bdf)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 2aaf2429474da762d305d6fb70996b5502c879c7)
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:55 -04:00
committed by Richard Purdie
parent 304e8e2496
commit dd1d4a5f70
3 changed files with 15 additions and 15 deletions
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "9f43f6966b7ef3cc76c465e1f53fe353740155df"
SRCREV_meta ?= "71a82e181708bc619684cc9f1eea01ec2595c2ff"
SRCREV_machine ?= "57d9f612e60a3b73774df1046dc3e3f7c17fbf49"
SRCREV_meta ?= "cb8938bc9d6b4575a1cd0072106b9720648ed0ab"
PV = "${LINUX_VERSION}+git${SRCPV}"