diff for duplicates of <20191128080641.GD1781@kadam> diff --git a/a/1.txt b/N1/1.txt index 3ba5c29..1e9a208 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ On Thu, Nov 28, 2019 at 02:01:47AM +0000, Wei Yongjun wrote: > } else { > - vp->bpf = kmalloc(sizeof(struct sock_fprog), GFP_KERNEL); > + vp->bpf = kmalloc(sizeof(struct sock_fprog), GFP_ATOMIC); -> if (vp->bpf == NULL) { +> if (vp->bpf = NULL) { > netdev_err(dev, "failed to allocate memory for firmware\n"); > goto flash_fail; > @@ -1414,7 +1414,7 @@ static int vector_net_load_bpf_flash(struct net_device *dev, diff --git a/a/content_digest b/N1/content_digest index 026f645..0cd72db 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020191128020147.191893-1-weiyongjun1@huawei.com\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0Re: [PATCH -next] um: vector: use GFP_ATOMIC under spin lock\0" - "Date\0Thu, 28 Nov 2019 11:06:41 +0300\0" + "Date\0Thu, 28 Nov 2019 08:06:41 +0000\0" "To\0Wei Yongjun <weiyongjun1@huawei.com>\0" "Cc\0Jeff Dike <jdike@addtoit.com>" Richard Weinberger <richard@nod.at> @@ -35,7 +35,7 @@ "> \t} else {\n" "> -\t\tvp->bpf = kmalloc(sizeof(struct sock_fprog), GFP_KERNEL);\n" "> +\t\tvp->bpf = kmalloc(sizeof(struct sock_fprog), GFP_ATOMIC);\n" - "> \t\tif (vp->bpf == NULL) {\n" + "> \t\tif (vp->bpf = NULL) {\n" "> \t\t\tnetdev_err(dev, \"failed to allocate memory for firmware\\n\");\n" "> \t\t\tgoto flash_fail;\n" "> @@ -1414,7 +1414,7 @@ static int vector_net_load_bpf_flash(struct net_device *dev,\n" @@ -57,4 +57,4 @@ "> \n" > -56e806e7c95d8fe9283cc15f5e46a12fb052e8f22eef2c2636d2523c3b6f4021 +ba81483ac716d5be1f2c6015a2627fe2b87a1b7ee90dd99792acd741df46466b
diff --git a/a/1.txt b/N2/1.txt index 3ba5c29..a1f399d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -37,4 +37,9 @@ dan carpenter > if (!vp->bpf->filter) > goto free_buffer; > -> +> + +_______________________________________________ +linux-um mailing list +linux-um@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-um diff --git a/a/content_digest b/N2/content_digest index 026f645..5f8ae79 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,17 +3,17 @@ "Subject\0Re: [PATCH -next] um: vector: use GFP_ATOMIC under spin lock\0" "Date\0Thu, 28 Nov 2019 11:06:41 +0300\0" "To\0Wei Yongjun <weiyongjun1@huawei.com>\0" - "Cc\0Jeff Dike <jdike@addtoit.com>" - Richard Weinberger <richard@nod.at> - Anton Ivanov <anton.ivanov@cambridgegreys.com> - Alexei Starovoitov <ast@kernel.org> + "Cc\0Song Liu <songliubraving@fb.com>" Daniel Borkmann <daniel@iogearbox.net> - Martin KaFai Lau <kafai@fb.com> - Song Liu <songliubraving@fb.com> + kernel-janitors@vger.kernel.org + Richard Weinberger <richard@nod.at> + Jeff Dike <jdike@addtoit.com> linux-um@lists.infradead.org + Alexei Starovoitov <ast@kernel.org> netdev@vger.kernel.org bpf@vger.kernel.org - " kernel-janitors@vger.kernel.org\0" + Martin KaFai Lau <kafai@fb.com> + " Anton Ivanov <anton.ivanov@cambridgegreys.com>\0" "\00:1\0" "b\0" "On Thu, Nov 28, 2019 at 02:01:47AM +0000, Wei Yongjun wrote:\n" @@ -55,6 +55,11 @@ "> \tif (!vp->bpf->filter)\n" "> \t\tgoto free_buffer;\n" "> \n" - > + "> \n" + "\n" + "_______________________________________________\n" + "linux-um mailing list\n" + "linux-um@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-um -56e806e7c95d8fe9283cc15f5e46a12fb052e8f22eef2c2636d2523c3b6f4021 +9371db2b3caa01eebf3bb13aa7d51e66d76844ea6ad9fd8dea44c2555bda63bf
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.