diff for duplicates of <20200520152556.GQ3041@kadam> diff --git a/a/1.txt b/N1/1.txt index 2eae406..ee52c69 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ This loop in the error handling code should start a "i - 1" and end at -"i == 0". Currently it starts a "i" and ends at "i == 1". The result +"i = 0". Currently it starts a "i" and ends at "i = 1". The result is that it removes one attribute that wasn't created yet, and leaks the zeroeth attribute. @@ -27,7 +27,3 @@ index b75362bf0742..e809534fabd4 100644 return ret; } -_______________________________________________ -amd-gfx mailing list -amd-gfx@lists.freedesktop.org -https://lists.freedesktop.org/mailman/listinfo/amd-gfx diff --git a/a/content_digest b/N1/content_digest index a33578b..66def45 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\014063C7AD467DE4B82DEDB5C278E8663010E2302FA@FMSMSX108.amr.corp.intel.com\0" "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[PATCH v3] drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handling\0" - "Date\0Wed, 20 May 2020 18:25:56 +0300\0" + "Date\0Wed, 20 May 2020 15:25:56 +0000\0" "To\0Alex Deucher <alexander.deucher@amd.com>" Kevin Wang <kevin1.wang@amd.com> Ruhl @@ -21,7 +21,7 @@ "\00:1\0" "b\0" "This loop in the error handling code should start a \"i - 1\" and end at\n" - "\"i == 0\". Currently it starts a \"i\" and ends at \"i == 1\". The result\n" + "\"i = 0\". Currently it starts a \"i\" and ends at \"i = 1\". The result\n" "is that it removes one attribute that wasn't created yet, and leaks the\n" "zeroeth attribute.\n" "\n" @@ -48,10 +48,6 @@ "-\t}\n" " \n" " \treturn ret;\n" - " }\n" - "_______________________________________________\n" - "amd-gfx mailing list\n" - "amd-gfx@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/amd-gfx + } -fd70e7421f1f4ff3e76bd0d6bc1b9dcea103a87400a228805c97bc86e74b1979 +05e4dffdd72721d50408682d6d90e6d183107845b4057b65a114d216d478c999
diff --git a/a/1.txt b/N2/1.txt index 2eae406..9478ed8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -28,6 +28,6 @@ index b75362bf0742..e809534fabd4 100644 return ret; } _______________________________________________ -amd-gfx mailing list -amd-gfx@lists.freedesktop.org -https://lists.freedesktop.org/mailman/listinfo/amd-gfx +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N2/content_digest index a33578b..af152f3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -13,7 +13,6 @@ Hawking Zhang <Hawking.Zhang@amd.com> Rui Huang <ray.huang@amd.com> dri-devel@lists.freedesktop.org - Daniel Vetter <daniel@ffwll.ch> Evan Quan <evan.quan@amd.com> Kenneth Feng <kenneth.feng@amd.com> " Christian K\303\266nig <christian.koenig@amd.com>" @@ -50,8 +49,8 @@ " \treturn ret;\n" " }\n" "_______________________________________________\n" - "amd-gfx mailing list\n" - "amd-gfx@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/amd-gfx + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -fd70e7421f1f4ff3e76bd0d6bc1b9dcea103a87400a228805c97bc86e74b1979 +c46310c66beff2d7601096302c460c72fa01674feb7f9e5c0b2ddb006950c8ac
diff --git a/a/1.txt b/N3/1.txt index 2eae406..b47f7f2 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -27,7 +27,3 @@ index b75362bf0742..e809534fabd4 100644 return ret; } -_______________________________________________ -amd-gfx mailing list -amd-gfx@lists.freedesktop.org -https://lists.freedesktop.org/mailman/listinfo/amd-gfx diff --git a/a/content_digest b/N3/content_digest index a33578b..e1e5482 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -6,18 +6,18 @@ Kevin Wang <kevin1.wang@amd.com> Ruhl " Michael J <michael.j.ruhl@intel.com>\0" - "Cc\0David Airlie <airlied@linux.ie>" - kernel-janitors@vger.kernel.org - linux-kernel@vger.kernel.org - amd-gfx@lists.freedesktop.org - Hawking Zhang <Hawking.Zhang@amd.com> - Rui Huang <ray.huang@amd.com> - dri-devel@lists.freedesktop.org + "Cc\0Christian K\303\266nig <christian.koenig@amd.com>" + David Airlie <airlied@linux.ie> Daniel Vetter <daniel@ffwll.ch> Evan Quan <evan.quan@amd.com> + Rui Huang <ray.huang@amd.com> Kenneth Feng <kenneth.feng@amd.com> - " Christian K\303\266nig <christian.koenig@amd.com>" - " Yintian Tao <yttao@amd.com>\0" + Yintian Tao <yttao@amd.com> + Hawking Zhang <Hawking.Zhang@amd.com> + amd-gfx@lists.freedesktop.org + dri-devel@lists.freedesktop.org + linux-kernel@vger.kernel.org + " kernel-janitors@vger.kernel.org\0" "\00:1\0" "b\0" "This loop in the error handling code should start a \"i - 1\" and end at\n" @@ -48,10 +48,6 @@ "-\t}\n" " \n" " \treturn ret;\n" - " }\n" - "_______________________________________________\n" - "amd-gfx mailing list\n" - "amd-gfx@lists.freedesktop.org\n" - https://lists.freedesktop.org/mailman/listinfo/amd-gfx + } -fd70e7421f1f4ff3e76bd0d6bc1b9dcea103a87400a228805c97bc86e74b1979 +c160af7f21480d25330ba25cfe352db98f0b3f81a14649e560de8e4fd8955c02
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.