All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20200511185218.1422406-9-jakub@cloudflare.com>

diff --git a/a/1.txt b/N1/1.txt
index 0460ed4..c326e8e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -75,8 +75,8 @@ index 32564b350823..ce96b1746ddf 100644
  	} else {
  		kfree_skb(skb);
  		__UDP_INC_STATS(net, UDP_MIB_IGNOREDMULTI,
--				proto == IPPROTO_UDPLITE);
-+				udptable->protocol == IPPROTO_UDPLITE);
+-				proto = IPPROTO_UDPLITE);
++				udptable->protocol = IPPROTO_UDPLITE);
  	}
  	return 0;
  }
@@ -165,8 +165,8 @@ index 7d4151747340..f7866fded418 100644
  	} else {
  		kfree_skb(skb);
  		__UDP6_INC_STATS(net, UDP_MIB_IGNOREDMULTI,
--				 proto == IPPROTO_UDPLITE);
-+				 udptable->protocol == IPPROTO_UDPLITE);
+-				 proto = IPPROTO_UDPLITE);
++				 udptable->protocol = IPPROTO_UDPLITE);
  	}
  	return 0;
  }
diff --git a/a/content_digest b/N1/content_digest
index fd91ec5..b479c31 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,3 @@
-[
-  "ref\00020200511185218.1422406-1-jakub\@cloudflare.com\0"
-]
 [
   "From\0Jakub Sitnicki <jakub\@cloudflare.com>\0"
 ]
@@ -8,24 +5,10 @@
   "Subject\0[PATCH bpf-next v2 08/17] udp: Store layer 4 protocol in udp_table\0"
 ]
 [
-  "Date\0Mon, 11 May 2020 20:52:09 +0200\0"
-]
-[
-  "To\0netdev\@vger.kernel.org",
-  " bpf\@vger.kernel.org\0"
+  "Date\0Mon, 11 May 2020 18:52:09 +0000\0"
 ]
 [
-  "Cc\0dccp\@vger.kernel.org",
-  " kernel-team\@cloudflare.com",
-  " Alexei Starovoitov <ast\@kernel.org>",
-  " Daniel Borkmann <daniel\@iogearbox.net>",
-  " David S. Miller <davem\@davemloft.net>",
-  " Eric Dumazet <edumazet\@google.com>",
-  " Gerrit Renker <gerrit\@erg.abdn.ac.uk>",
-  " Jakub Kicinski <kuba\@kernel.org>",
-  " Andrii Nakryiko <andrii.nakryiko\@gmail.com>",
-  " Martin KaFai Lau <kafai\@fb.com>",
-  " Lorenz Bauer <lmb\@cloudflare.com>\0"
+  "To\0dccp\@vger.kernel.org\0"
 ]
 [
   "\0000:1\0"
@@ -111,8 +94,8 @@
   " \t} else {\n",
   " \t\tkfree_skb(skb);\n",
   " \t\t__UDP_INC_STATS(net, UDP_MIB_IGNOREDMULTI,\n",
-  "-\t\t\t\tproto == IPPROTO_UDPLITE);\n",
-  "+\t\t\t\tudptable->protocol == IPPROTO_UDPLITE);\n",
+  "-\t\t\t\tproto = IPPROTO_UDPLITE);\n",
+  "+\t\t\t\tudptable->protocol = IPPROTO_UDPLITE);\n",
   " \t}\n",
   " \treturn 0;\n",
   " }\n",
@@ -201,8 +184,8 @@
   " \t} else {\n",
   " \t\tkfree_skb(skb);\n",
   " \t\t__UDP6_INC_STATS(net, UDP_MIB_IGNOREDMULTI,\n",
-  "-\t\t\t\t proto == IPPROTO_UDPLITE);\n",
-  "+\t\t\t\t udptable->protocol == IPPROTO_UDPLITE);\n",
+  "-\t\t\t\t proto = IPPROTO_UDPLITE);\n",
+  "+\t\t\t\t udptable->protocol = IPPROTO_UDPLITE);\n",
   " \t}\n",
   " \treturn 0;\n",
   " }\n",
@@ -268,4 +251,4 @@
   "2.25.3"
 ]
 
-8804d96d0328dcea704a4abb90c19a7b7b7cc129aae931ab29f162c5aaadc595
+15fd7afc730e36d880432aaa988004683979d6c3005ee8fdb4fda66eb224fc75

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.