kernel: bump 5.10 to 5.10.77
[openwrt/staging/jow.git] / target / linux / generic / backport-5.10 / 602-v5.12-net-add-sysfs-attribute-to-control-napi-threaded-mod.patch
index 1009d82046d3d38452888be0450ac5e95e3cf72d..dfe8b68d4a4aad6809ef69deba280e20889fd5ee 100644 (file)
@@ -57,7 +57,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
   *    @n: NAPI context
 --- a/net/core/dev.c
 +++ b/net/core/dev.c
-@@ -4281,8 +4281,9 @@ static inline void ____napi_schedule(str
+@@ -4287,8 +4287,9 @@ static inline void ____napi_schedule(str
  
        if (test_bit(NAPI_STATE_THREADED, &napi->state)) {
                /* Paired with smp_mb__before_atomic() in
@@ -69,7 +69,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                 * wake_up_process() when it's not NULL.
                 */
                thread = READ_ONCE(napi->thread);
-@@ -6756,6 +6757,49 @@ static void init_gro_hash(struct napi_st
+@@ -6762,6 +6763,49 @@ static void init_gro_hash(struct napi_st
        napi->gro_bitmask = 0;
  }