diff for duplicates of <20180603144220.475786254@twibright.com> diff --git a/a/1.txt b/N1/1.txt index 52bc12d..4232a22 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,8 @@ Cc: stable@vger.kernel.org 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-4.16.12/drivers/gpu/drm/udl/udl_fb.c -=================================--- linux-4.16.12.orig/drivers/gpu/drm/udl/udl_fb.c 2018-05-29 17:55:39.000000000 +0200 +=================================================================== +--- linux-4.16.12.orig/drivers/gpu/drm/udl/udl_fb.c 2018-05-29 17:55:39.000000000 +0200 +++ linux-4.16.12/drivers/gpu/drm/udl/udl_fb.c 2018-05-29 17:55:39.000000000 +0200 @@ -221,7 +221,7 @@ static int udl_fb_open(struct fb_info *i @@ -20,3 +21,8 @@ Index: linux-4.16.12/drivers/gpu/drm/udl/udl_fb.c if (fbdefio) { fbdefio->delay = DL_DEFIO_WRITE_DELAY; + +_______________________________________________ +dri-devel mailing list +dri-devel@lists.freedesktop.org +https://lists.freedesktop.org/mailman/listinfo/dri-devel diff --git a/a/content_digest b/N1/content_digest index cba8a1f..28ad599 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020180603144053.875668929@twibright.com\0" "From\0Mikulas Patocka <mpatocka@redhat.com>\0" "Subject\0[PATCH 04/21] udl-kms: fix crash due to uninitialized memory\0" - "Date\0Sun, 03 Jun 2018 14:40:57 +0000\0" + "Date\0Sun, 03 Jun 2018 16:40:57 +0200\0" "To\0Mikulas Patocka <mpatocka@redhat.com>" Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> Dave Airlie <airlied@redhat.com> @@ -10,6 +10,7 @@ "Cc\0linux-fbdev@vger.kernel.org" " dri-devel@lists.freedesktop.org\0" "\00:1\0" + "fn\0udlkms-defio-kzalloc.patch\0" "b\0" "We must use kzalloc when allocating the fb_deferred_io structure.\n" "Otherwise, the field first_io is undefined and it causes a crash.\n" @@ -22,7 +23,8 @@ " 1 file changed, 1 insertion(+), 1 deletion(-)\n" "\n" "Index: linux-4.16.12/drivers/gpu/drm/udl/udl_fb.c\n" - "=================================--- linux-4.16.12.orig/drivers/gpu/drm/udl/udl_fb.c\t2018-05-29 17:55:39.000000000 +0200\n" + "===================================================================\n" + "--- linux-4.16.12.orig/drivers/gpu/drm/udl/udl_fb.c\t2018-05-29 17:55:39.000000000 +0200\n" "+++ linux-4.16.12/drivers/gpu/drm/udl/udl_fb.c\t2018-05-29 17:55:39.000000000 +0200\n" "@@ -221,7 +221,7 @@ static int udl_fb_open(struct fb_info *i\n" " \n" @@ -32,6 +34,11 @@ "+\t\tfbdefio = kzalloc(sizeof(struct fb_deferred_io), GFP_KERNEL);\n" " \n" " \t\tif (fbdefio) {\n" - " \t\t\tfbdefio->delay = DL_DEFIO_WRITE_DELAY;" + " \t\t\tfbdefio->delay = DL_DEFIO_WRITE_DELAY;\n" + "\n" + "_______________________________________________\n" + "dri-devel mailing list\n" + "dri-devel@lists.freedesktop.org\n" + https://lists.freedesktop.org/mailman/listinfo/dri-devel -aff2b7dcbb55721b0a051bf03dffda0995d67b81c957968aa965000ad4b353e5 +65ff79f5c02dd26d14f2d40624dddfffabc0ea663b61a1d6f252d5872e002e9d
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.