diff for duplicates of <20190109144437.GA10733@embeddedor> diff --git a/a/1.txt b/N1/1.txt index a3b4b73..a2ff57a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,3 +34,6 @@ index 15b2453d2647..ffc0adc2f6ce 100644 + desc = kzalloc(struct_size(desc, sg, num_sgs), GFP_NOWAIT); if (!desc) return NULL; + +-- +2.20.1 diff --git a/a/content_digest b/N1/content_digest index 75638f6..20e8aa6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,5 +1,5 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" - "Subject\0dmaengine: axi-dmac: Use struct_size() in kzalloc()\0" + "Subject\0[PATCH] dmaengine: axi-dmac: Use struct_size() in kzalloc()\0" "Date\0Wed, 9 Jan 2019 08:44:37 -0600\0" "To\0Lars-Peter Clausen <lars@metafoo.de>" Dan Williams <dan.j.williams@intel.com> @@ -44,6 +44,9 @@ "-\t\tsizeof(struct axi_dmac_sg) * num_sgs, GFP_NOWAIT);\n" "+\tdesc = kzalloc(struct_size(desc, sg, num_sgs), GFP_NOWAIT);\n" " \tif (!desc)\n" - " \t\treturn NULL;" + " \t\treturn NULL;\n" + " \n" + "-- \n" + 2.20.1 -15a17ca35763235bb25d698898c2bba89cf19adbab65f78ecd0de518322f1caa +a5c5ec76fb8d45afeb5b9940ba0c979115f720e2901837b2771795e8171f0fcb
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.