diff for duplicates of <533356F8.7070307@citrix.com> diff --git a/a/1.txt b/N1/1.txt index 0ab0e7b..dcc1559 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,17 +17,17 @@ On 26/03/14 20:12, David Miller wrote: > > Actually, Zoltan, you have to fix this: > -> net/core/skbuff.c: In function ¡skb_zerocopy¢: -> net/core/skbuff.c:2172:2: warning: passing argument 1 of ¡skb_orphan_frags¢ discards ¡const¢ qualifi +> net/core/skbuff.c: In function ‘skb_zerocopy’: +> net/core/skbuff.c:2172:2: warning: passing argument 1 of ‘skb_orphan_frags’ discards ‘const’ qualifi > er from pointer target type [enabled by default] > In file included from include/linux/tcp.h:21:0, > from net/core/skbuff.c:50: -> include/linux/skbuff.h:1904:19: note: expected ¡struct sk_buff *¢ but argument is of type ¡const str -> uct sk_buff *¢ -> net/core/skbuff.c:2173:3: warning: passing argument 1 of ¡skb_tx_error¢ discards ¡const¢ qualifier f +> include/linux/skbuff.h:1904:19: note: expected ‘struct sk_buff *’ but argument is of type ‘const str +> uct sk_buff *’ +> net/core/skbuff.c:2173:3: warning: passing argument 1 of ‘skb_tx_error’ discards ‘const’ qualifier f > rom pointer target type [enabled by default] -> net/core/skbuff.c:642:6: note: expected ¡struct sk_buff *¢ but argument is of type ¡const struct sk_ -> buff *¢ +> net/core/skbuff.c:642:6: note: expected ‘struct sk_buff *’ but argument is of type ‘const struct sk_ +> buff *’ > Ok, resubmitted. 'from' is now not a const parameter, because diff --git a/a/content_digest b/N1/content_digest index e9468e9..9510cef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -48,17 +48,17 @@ ">\n" "> Actually, Zoltan, you have to fix this:\n" ">\n" - "> net/core/skbuff.c: In function \302\241skb_zerocopy\302\242:\n" - "> net/core/skbuff.c:2172:2: warning: passing argument 1 of \302\241skb_orphan_frags\302\242 discards \302\241const\302\242 qualifi\n" + "> net/core/skbuff.c: In function \342\200\230skb_zerocopy\342\200\231:\n" + "> net/core/skbuff.c:2172:2: warning: passing argument 1 of \342\200\230skb_orphan_frags\342\200\231 discards \342\200\230const\342\200\231 qualifi\n" "> er from pointer target type [enabled by default]\n" "> In file included from include/linux/tcp.h:21:0,\n" "> from net/core/skbuff.c:50:\n" - "> include/linux/skbuff.h:1904:19: note: expected \302\241struct sk_buff *\302\242 but argument is of type \302\241const str\n" - "> uct sk_buff *\302\242\n" - "> net/core/skbuff.c:2173:3: warning: passing argument 1 of \302\241skb_tx_error\302\242 discards \302\241const\302\242 qualifier f\n" + "> include/linux/skbuff.h:1904:19: note: expected \342\200\230struct sk_buff *\342\200\231 but argument is of type \342\200\230const str\n" + "> uct sk_buff *\342\200\231\n" + "> net/core/skbuff.c:2173:3: warning: passing argument 1 of \342\200\230skb_tx_error\342\200\231 discards \342\200\230const\342\200\231 qualifier f\n" "> rom pointer target type [enabled by default]\n" - "> net/core/skbuff.c:642:6: note: expected \302\241struct sk_buff *\302\242 but argument is of type \302\241const struct sk_\n" - "> buff *\302\242\n" + "> net/core/skbuff.c:642:6: note: expected \342\200\230struct sk_buff *\342\200\231 but argument is of type \342\200\230const struct sk_\n" + "> buff *\342\200\231\n" ">\n" "\n" "Ok, resubmitted. 'from' is now not a const parameter, because \n" @@ -70,4 +70,4 @@ "dev@openvswitch.org\n" http://openvswitch.org/mailman/listinfo/dev -7df11a304a6782675792098f3321bdf29fd67121fb032c2251967a35f6d3ff20 +c2b2440f60e1d2002d01945e7a2b1588ce0c0304bcfe5bdc1e011cdedadcc187
diff --git a/a/1.txt b/N2/1.txt index 0ab0e7b..09c962d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,24 +17,20 @@ On 26/03/14 20:12, David Miller wrote: > > Actually, Zoltan, you have to fix this: > -> net/core/skbuff.c: In function ¡skb_zerocopy¢: -> net/core/skbuff.c:2172:2: warning: passing argument 1 of ¡skb_orphan_frags¢ discards ¡const¢ qualifi +> net/core/skbuff.c: In function ‘skb_zerocopy’: +> net/core/skbuff.c:2172:2: warning: passing argument 1 of ‘skb_orphan_frags’ discards ‘const’ qualifi > er from pointer target type [enabled by default] > In file included from include/linux/tcp.h:21:0, > from net/core/skbuff.c:50: -> include/linux/skbuff.h:1904:19: note: expected ¡struct sk_buff *¢ but argument is of type ¡const str -> uct sk_buff *¢ -> net/core/skbuff.c:2173:3: warning: passing argument 1 of ¡skb_tx_error¢ discards ¡const¢ qualifier f +> include/linux/skbuff.h:1904:19: note: expected ‘struct sk_buff *’ but argument is of type ‘const str +> uct sk_buff *’ +> net/core/skbuff.c:2173:3: warning: passing argument 1 of ‘skb_tx_error’ discards ‘const’ qualifier f > rom pointer target type [enabled by default] -> net/core/skbuff.c:642:6: note: expected ¡struct sk_buff *¢ but argument is of type ¡const struct sk_ -> buff *¢ +> net/core/skbuff.c:642:6: note: expected ‘struct sk_buff *’ but argument is of type ‘const struct sk_ +> buff *’ > Ok, resubmitted. 'from' is now not a const parameter, because skb->pfmemalloc might change. Zoli -_______________________________________________ -dev mailing list -dev@openvswitch.org -http://openvswitch.org/mailman/listinfo/dev diff --git a/a/content_digest b/N2/content_digest index e9468e9..79355c1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,32 +1,35 @@ "ref\01395397894-9493-1-git-send-email-zoltan.kiss@citrix.com\0" "ref\020140326.155958.1928261590856069753.davem@davemloft.net\0" "ref\020140326.161242.576245997077162750.davem@davemloft.net\0" - "ref\020140326.161242.576245997077162750.davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org\0" - "From\0Zoltan Kiss <zoltan.kiss-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org>\0" + "From\0Zoltan Kiss <zoltan.kiss@citrix.com>\0" "Subject\0Re: [PATCH v4] core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors\0" "Date\0Wed, 26 Mar 2014 22:38:48 +0000\0" - "To\0David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>\0" - "Cc\0netfilter-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - mszeredi-AlSwsSmVLrQ@public.gmane.org - kvm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - mst-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - jasowang-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - edumazet-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - JBeulich-IBi9RG/b67k@public.gmane.org - therbert-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org - dev-yBygre7rU0TnMu66kgdUjQ@public.gmane.org - herbert-lOAM2aK0SrRLBo1qDEOMRrpzq4S04n8Q@public.gmane.org - kadlec-K40Dz/62t/MgiyqX0sVFJYdd74u8MsAO@public.gmane.org - xen-devel-GuqFBffKawtpuQazS67q72D2FQJk+8+b@public.gmane.org - pablo-Cap9r6Oaw4JrovVCs/uTlw@public.gmane.org - jiri-rHqAuBHg3fBzbRFIqnYvSA@public.gmane.org - Paul.Durrant-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org - netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - fw-HFFVJYpyMKqzQB+pC5nmwQ@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - dborkman-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - netfilter-devel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org\0" + "To\0David Miller <davem@davemloft.net>\0" + "Cc\0<jesse@nicira.com>" + <pshelar@nicira.com> + <tgraf@redhat.com> + <dev@openvswitch.org> + <pablo@netfilter.org> + <kadlec@blackhole.kfki.hu> + <edumazet@google.com> + <dborkman@redhat.com> + <therbert@google.com> + <jasowang@redhat.com> + <fw@strlen.de> + <joe@perches.com> + <horms@verge.net.au> + <jiri@resnulli.us> + <mst@redhat.com> + <Paul.Durrant@citrix.com> + <JBeulich@suse.com> + <herbert@gondor.apana.org.au> + <mszeredi@suse.cz> + <netfilter-devel@vger.kernel.org> + <netfilter@vger.kernel.org> + <xen-devel@lists.xenproject.org> + <netdev@vger.kernel.org> + <linux-kernel@vger.kernel.org> + " <kvm@vger.kernel.org>\0" "\00:1\0" "b\0" "On 26/03/14 20:12, David Miller wrote:\n" @@ -48,26 +51,22 @@ ">\n" "> Actually, Zoltan, you have to fix this:\n" ">\n" - "> net/core/skbuff.c: In function \302\241skb_zerocopy\302\242:\n" - "> net/core/skbuff.c:2172:2: warning: passing argument 1 of \302\241skb_orphan_frags\302\242 discards \302\241const\302\242 qualifi\n" + "> net/core/skbuff.c: In function \342\200\230skb_zerocopy\342\200\231:\n" + "> net/core/skbuff.c:2172:2: warning: passing argument 1 of \342\200\230skb_orphan_frags\342\200\231 discards \342\200\230const\342\200\231 qualifi\n" "> er from pointer target type [enabled by default]\n" "> In file included from include/linux/tcp.h:21:0,\n" "> from net/core/skbuff.c:50:\n" - "> include/linux/skbuff.h:1904:19: note: expected \302\241struct sk_buff *\302\242 but argument is of type \302\241const str\n" - "> uct sk_buff *\302\242\n" - "> net/core/skbuff.c:2173:3: warning: passing argument 1 of \302\241skb_tx_error\302\242 discards \302\241const\302\242 qualifier f\n" + "> include/linux/skbuff.h:1904:19: note: expected \342\200\230struct sk_buff *\342\200\231 but argument is of type \342\200\230const str\n" + "> uct sk_buff *\342\200\231\n" + "> net/core/skbuff.c:2173:3: warning: passing argument 1 of \342\200\230skb_tx_error\342\200\231 discards \342\200\230const\342\200\231 qualifier f\n" "> rom pointer target type [enabled by default]\n" - "> net/core/skbuff.c:642:6: note: expected \302\241struct sk_buff *\302\242 but argument is of type \302\241const struct sk_\n" - "> buff *\302\242\n" + "> net/core/skbuff.c:642:6: note: expected \342\200\230struct sk_buff *\342\200\231 but argument is of type \342\200\230const struct sk_\n" + "> buff *\342\200\231\n" ">\n" "\n" "Ok, resubmitted. 'from' is now not a const parameter, because \n" "skb->pfmemalloc might change.\n" "\n" - "Zoli\n" - "_______________________________________________\n" - "dev mailing list\n" - "dev@openvswitch.org\n" - http://openvswitch.org/mailman/listinfo/dev + Zoli -7df11a304a6782675792098f3321bdf29fd67121fb032c2251967a35f6d3ff20 +d20a1d8bd11df6b7c1232132efce12bab14a15e6dd757862c3365dbabe48b18a
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.