]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.18 to 6.18.21 22741/head
authorJohn Audia <therealgraysky@proton.me>
Thu, 2 Apr 2026 14:47:58 +0000 (10:47 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 3 Apr 2026 17:10:05 +0000 (19:10 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.21

All patches automatically rebased.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: Intel N150

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/22741
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/hack-6.18/204-module_strip.patch
target/linux/generic/hack-6.18/259-regmap_dynamic.patch
target/linux/generic/kernel-6.18
target/linux/generic/pending-6.18/630-packet_socket_type.patch
target/linux/generic/pending-6.18/710-bridge-add-knob-for-filtering-rx-tx-BPDU-pack.patch

index 3e33bddbf6319bcaf543387962e87c226ecf4db8..11173a2095b42d6f018dd1802b8bebf0a5814768 100644 (file)
@@ -107,7 +107,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
  /* Parse tag=value strings from .modinfo section */
  char *module_next_tag_pair(char *string, unsigned long *secsize)
-@@ -2572,9 +2574,11 @@ static void module_augment_kernel_taints
+@@ -2579,9 +2581,11 @@ static void module_augment_kernel_taints
  
  static int check_modinfo(struct module *mod, struct load_info *info, int flags)
  {
@@ -120,7 +120,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        if (flags & MODULE_INIT_IGNORE_VERMAGIC)
                modmagic = NULL;
  
-@@ -2588,6 +2592,7 @@ static int check_modinfo(struct module *
+@@ -2595,6 +2599,7 @@ static int check_modinfo(struct module *
                       info->name, modmagic, vermagic);
                return -ENOEXEC;
        }
index 69dd8cbd4460abc6717759d693caad9013e5cc9c..1486b35650f655066429dca55f5cc5efd74efc17 100644 (file)
@@ -139,7 +139,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  #include <linux/mutex.h>
  #include <linux/err.h>
  #include <linux/property.h>
-@@ -3525,3 +3526,5 @@ static int __init regmap_initcall(void)
+@@ -3547,3 +3548,5 @@ static int __init regmap_initcall(void)
        return 0;
  }
  postcore_initcall(regmap_initcall);
index 5cd89cd4903c9ab763e1c5411e363ea42349800e..67a4c93f22d064a3be5a0c203b96030335a5e1d0 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.18 = .20
-LINUX_KERNEL_HASH-6.18.20 = 837a5abd98e46078a0ae1400e2daad89ece45cc3209037b09c2265dab2393553
+LINUX_VERSION-6.18 = .21
+LINUX_KERNEL_HASH-6.18.21 = 1c38214fb137bae85b82b82537b5987358621b915ab2a8e4f09e60697c19474f
index 36961fc0daacde02c65ddc8b01e8f8b0e8bfb079..c896893ef818c285c3021cbdc05cb52f9716efb1 100644 (file)
@@ -87,7 +87,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        if (!net_eq(dev_net(dev), sock_net(sk)))
                goto drop;
  
-@@ -3375,6 +3377,7 @@ static int packet_create(struct net *net
+@@ -3376,6 +3378,7 @@ static int packet_create(struct net *net
        mutex_init(&po->pg_vec_lock);
        po->rollover = NULL;
        po->prot_hook.func = packet_rcv;
@@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
        if (sock->type == SOCK_PACKET)
                po->prot_hook.func = packet_rcv_spkt;
-@@ -4043,6 +4046,16 @@ packet_setsockopt(struct socket *sock, i
+@@ -4044,6 +4047,16 @@ packet_setsockopt(struct socket *sock, i
                packet_sock_flag_set(po, PACKET_SOCK_QDISC_BYPASS, val);
                return 0;
        }
@@ -112,7 +112,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
        default:
                return -ENOPROTOOPT;
        }
-@@ -4105,6 +4118,13 @@ static int packet_getsockopt(struct sock
+@@ -4106,6 +4119,13 @@ static int packet_getsockopt(struct sock
        case PACKET_COPY_THRESH:
                val = READ_ONCE(pkt_sk(sk)->copy_thresh);
                break;
index 318cbe62629f2d8b8c24e4615fb0127e7a3ec3d4..d4e5c4bce86c2df525e51834565a09fb7a3fd8e6 100644 (file)
@@ -161,7 +161,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
  
  struct rtnl_link {
        rtnl_doit_func          doit;
-@@ -5295,7 +5295,9 @@ int ndo_dflt_bridge_getlink(struct sk_bu
+@@ -5317,7 +5317,9 @@ int ndo_dflt_bridge_getlink(struct sk_bu
            brport_nla_put_flag(skb, flags, mask,
                                IFLA_BRPORT_MCAST_FLOOD, BR_MCAST_FLOOD) ||
            brport_nla_put_flag(skb, flags, mask,