summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2022-12-11 09:28:34 -0500
committerMike Pagano <mpagano@gentoo.org>2022-12-11 09:28:34 -0500
commit2009fbd52bfcd103d36a829e6d8f6ded19de3fdf (patch)
tree6fae6a4c0281255dbd06ab9137f7e73cec1fb838 /0000_README
parentCreate the 6.1 genpatches branch with genpatches (diff)
downloadlinux-patches-2009fbd52bfcd103d36a829e6d8f6ded19de3fdf.tar.gz
linux-patches-2009fbd52bfcd103d36a829e6d8f6ded19de3fdf.tar.bz2
linux-patches-2009fbd52bfcd103d36a829e6d8f6ded19de3fdf.zip
netfilter: ctnetlink fix compl. warning after data race fixes in ct mark
Bug: https://bugs.gentoo.org/884585 Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to '0000_README')
-rw-r--r--0000_README4
1 files changed, 4 insertions, 0 deletions
diff --git a/0000_README b/0000_README
index 5e68531e..528708c1 100644
--- a/0000_README
+++ b/0000_README
@@ -59,6 +59,10 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw
Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758
+Patch: 2010_netfilter-ctnetlink-compilation-fix.patch
+From: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf.git
+Desc: netfilter: ctnetlink: fix compilation warning after data race fixes in ct mark
+
Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch
From: https://bugs.gentoo.org/710790
Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino