diff for duplicates of <20190104183034.GA5364@embeddedor> diff --git a/a/1.txt b/N1/1.txt index d1daf12..be57f62 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,3 +34,12 @@ index 1a44c8086d77..7beec403c2c9 100644 + d = kzalloc(struct_size(d, cb_list, frames), gfp); if (!d) return NULL; + +-- +2.20.1 + + +_______________________________________________ +linux-arm-kernel mailing list +linux-arm-kernel@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-arm-kernel diff --git a/a/content_digest b/N1/content_digest index 8dea7bd..61ca4c4 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,5 +1,5 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" - "Subject\0dmaengine: bcm2835: Use struct_size() in kzalloc()\0" + "Subject\0[PATCH] dmaengine: bcm2835: Use struct_size() in kzalloc()\0" "Date\0Fri, 4 Jan 2019 12:30:34 -0600\0" "To\0Dan Williams <dan.j.williams@intel.com>" Vinod Koul <vkoul@kernel.org> @@ -10,10 +10,10 @@ Scott Branden <sbranden@broadcom.com> " bcm-kernel-feedback-list@broadcom.com\0" "Cc\0dmaengine@vger.kernel.org" + Gustavo A. R. Silva <gustavo@embeddedor.com> linux-rpi-kernel@lists.infradead.org linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - " Gustavo A. R. Silva <gustavo@embeddedor.com>\0" + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "One of the more common cases of allocation size calculations is finding the\n" @@ -51,6 +51,15 @@ "-\t\t gfp);\n" "+\td = kzalloc(struct_size(d, cb_list, frames), gfp);\n" " \tif (!d)\n" - " \t\treturn NULL;" + " \t\treturn NULL;\n" + " \n" + "-- \n" + "2.20.1\n" + "\n" + "\n" + "_______________________________________________\n" + "linux-arm-kernel mailing list\n" + "linux-arm-kernel@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -36b58141823c329115d1347d623aab9222a5a2ae11284d914bcc6d6ea5e1369a +f5d951def1de7d0e6eeb9856759bede34197048439484ae8b8ebe6030b9d4e57
diff --git a/a/1.txt b/N2/1.txt index d1daf12..b15e5db 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -34,3 +34,6 @@ index 1a44c8086d77..7beec403c2c9 100644 + d = kzalloc(struct_size(d, cb_list, frames), gfp); if (!d) return NULL; + +-- +2.20.1 diff --git a/a/content_digest b/N2/content_digest index 8dea7bd..dd4d583 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,5 +1,5 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" - "Subject\0dmaengine: bcm2835: Use struct_size() in kzalloc()\0" + "Subject\0[PATCH] dmaengine: bcm2835: Use struct_size() in kzalloc()\0" "Date\0Fri, 4 Jan 2019 12:30:34 -0600\0" "To\0Dan Williams <dan.j.williams@intel.com>" Vinod Koul <vkoul@kernel.org> @@ -51,6 +51,9 @@ "-\t\t gfp);\n" "+\td = kzalloc(struct_size(d, cb_list, frames), gfp);\n" " \tif (!d)\n" - " \t\treturn NULL;" + " \t\treturn NULL;\n" + " \n" + "-- \n" + 2.20.1 -36b58141823c329115d1347d623aab9222a5a2ae11284d914bcc6d6ea5e1369a +cbb384048b61b0d277dcac4a7743313e2a53923b581de36eba4beedca6204786
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.