diff for duplicates of <20141029084416.GC8939@mwanda> diff --git a/a/content_digest b/N1/content_digest index a6dbe32..9b9f4fa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] SUNRPC: off by one in BUG_ON()\0" - "Date\0Wed, 29 Oct 2014 08:44:16 +0000\0" + "Date\0Wed, 29 Oct 2014 11:44:16 +0300\0" "To\0J. Bruce Fields <bfields@fieldses.org>\0" "Cc\0Trond Myklebust <trond.myklebust@primarydata.com>" David S. Miller <davem@davemloft.net> @@ -32,4 +32,4 @@ " \t\tm->pool_to[pidx] = cpu;\n" " \t\tpidx++;" -104c4e926941ab38a4b1b9095596a7feab38e45dc7f0598f75524df446f25cce +57ec257aebc87ebc530e361dd4b87320598660dc580c4e7b132d2ac0ee8c5bb4
diff --git a/a/1.txt b/N2/1.txt index 1e909dc..71bbe4d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,7 +2,7 @@ The m->pool_to[] array has "maxpools" number of elements. It's allocated in svc_pool_map_alloc_arrays() which we called earlier in the function. This test should be >= instead of >. -Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> +Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org> --- This is very old code, but hopefully the off by one doesn't affect runtime. @@ -20,3 +20,7 @@ index ca8a795..349c98f 100644 m->to_pool[cpu] = pidx; m->pool_to[pidx] = cpu; pidx++; +-- +To unsubscribe from this list: send the line "unsubscribe linux-nfs" in +the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org +More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index a6dbe32..49d4987 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,19 +1,19 @@ - "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" + "From\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0" "Subject\0[patch] SUNRPC: off by one in BUG_ON()\0" - "Date\0Wed, 29 Oct 2014 08:44:16 +0000\0" - "To\0J. Bruce Fields <bfields@fieldses.org>\0" - "Cc\0Trond Myklebust <trond.myklebust@primarydata.com>" - David S. Miller <davem@davemloft.net> - linux-nfs@vger.kernel.org - netdev@vger.kernel.org - " kernel-janitors@vger.kernel.org\0" + "Date\0Wed, 29 Oct 2014 11:44:16 +0300\0" + "To\0J. Bruce Fields <bfields-uC3wQj2KruNg9hUCZPvPmw@public.gmane.org>\0" + "Cc\0Trond Myklebust <trond.myklebust-7I+n7zu2hftEKMMhf/gKZA@public.gmane.org>" + David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> + linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "The m->pool_to[] array has \"maxpools\" number of elements. It's\n" "allocated in svc_pool_map_alloc_arrays() which we called earlier in the\n" "function. This test should be >= instead of >.\n" "\n" - "Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n" + "Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n" "---\n" "This is very old code, but hopefully the off by one doesn't affect\n" "runtime.\n" @@ -30,6 +30,10 @@ "+\t\tBUG_ON(pidx >= maxpools);\n" " \t\tm->to_pool[cpu] = pidx;\n" " \t\tm->pool_to[pidx] = cpu;\n" - " \t\tpidx++;" + " \t\tpidx++;\n" + "--\n" + "To unsubscribe from this list: send the line \"unsubscribe linux-nfs\" in\n" + "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + More majordomo info at http://vger.kernel.org/majordomo-info.html -104c4e926941ab38a4b1b9095596a7feab38e45dc7f0598f75524df446f25cce +db5ae23cbd6625ef0ae84ce5045f65e1a9661fa6fe7fa278326ccf481e3024ae
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.