diff for duplicates of <20181004103422.GL9144@intel.com> diff --git a/a/1.txt b/N1/1.txt index 8cfde1d..8688055 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote: +On Wed, Oct 03, 2018 at 07:45:38PM +0300, Eugeniy Paltsev wrote: > drm fbdev emulation doesn't support changing the pixel format at all, > so reject all pixel format changing requests. > -> Cc: stable at vger.kernel.org -> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> Cc: stable@vger.kernel.org +> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> > --- > Changes v1->v2: > * Reject all pixel format changing request, not just the invalid ones. @@ -40,7 +40,7 @@ On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote: Could have shortened a bit with memcmp() but this works too. -Reviewed-by: Ville Syrj?l? <ville.syrjala at linux.intel.com> +Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> I suppose we really should be doing the same for most of the rest of var_screeninfo as we don't allow changing the timings/etc. either. @@ -142,9 +142,9 @@ var_screeninfo as we don't allow changing the timings/etc. either. > > _______________________________________________ > dri-devel mailing list -> dri-devel at lists.freedesktop.org +> dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- -Ville Syrj?l? +Ville Syrjälä Intel diff --git a/a/content_digest b/N1/content_digest index c7bb1d8..ecb349f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,23 @@ "ref\020181003164538.5534-1-Eugeniy.Paltsev@synopsys.com\0" - "From\0ville.syrjala@linux.intel.com (Ville Syrj\303\244l\303\244)\0" - "Subject\0[PATCH v2] drm: fb-helper: Reject all pixel format changing requests\0" + "From\0Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\0" + "Subject\0Re: [PATCH v2] drm: fb-helper: Reject all pixel format changing requests\0" "Date\0Thu, 4 Oct 2018 13:34:22 +0300\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0" + "Cc\0dri-devel@lists.freedesktop.org" + David Airlie <airlied@linux.ie> + Alexey Brodkin <alexey.brodkin@synopsys.com> + linux-kernel@vger.kernel.org + stable@vger.kernel.org + linux-snps-arc@lists.infradead.org + " Sean Paul <sean@poorly.run>\0" "\00:1\0" "b\0" - "On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote:\n" + "On Wed, Oct 03, 2018 at 07:45:38PM +0300, Eugeniy Paltsev wrote:\n" "> drm fbdev emulation doesn't support changing the pixel format at all,\n" "> so reject all pixel format changing requests.\n" "> \n" - "> Cc: stable at vger.kernel.org\n" - "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> Cc: stable@vger.kernel.org\n" + "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" "> ---\n" "> Changes v1->v2:\n" "> * Reject all pixel format changing request, not just the invalid ones.\n" @@ -47,7 +54,7 @@ "\n" "Could have shortened a bit with memcmp() but this works too.\n" "\n" - "Reviewed-by: Ville Syrj?l? <ville.syrjala at linux.intel.com>\n" + "Reviewed-by: Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\n" "\n" "I suppose we really should be doing the same for most of the rest of\n" "var_screeninfo as we don't allow changing the timings/etc. either.\n" @@ -149,11 +156,11 @@ "> \n" "> _______________________________________________\n" "> dri-devel mailing list\n" - "> dri-devel at lists.freedesktop.org\n" + "> dri-devel@lists.freedesktop.org\n" "> https://lists.freedesktop.org/mailman/listinfo/dri-devel\n" "\n" "-- \n" - "Ville Syrj?l?\n" + "Ville Syrj\303\244l\303\244\n" Intel -af1bc12ab41b87b8b678be81174ad5eceb480a0b354ba43fdb1ae6cec7cf3391 +1b4a3bfe77f43edfd5f0ec1ee2b422007c25fdab1c55940f50a6b13ab71287b6
diff --git a/a/1.txt b/N2/1.txt index 8cfde1d..e13799c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,9 +1,9 @@ -On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote: +On Wed, Oct 03, 2018 at 07:45:38PM +0300, Eugeniy Paltsev wrote: > drm fbdev emulation doesn't support changing the pixel format at all, > so reject all pixel format changing requests. > -> Cc: stable at vger.kernel.org -> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> Cc: stable@vger.kernel.org +> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> > --- > Changes v1->v2: > * Reject all pixel format changing request, not just the invalid ones. @@ -40,7 +40,7 @@ On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote: Could have shortened a bit with memcmp() but this works too. -Reviewed-by: Ville Syrj?l? <ville.syrjala at linux.intel.com> +Reviewed-by: Ville Syrj�l� <ville.syrjala@linux.intel.com> I suppose we really should be doing the same for most of the rest of var_screeninfo as we don't allow changing the timings/etc. either. @@ -142,9 +142,9 @@ var_screeninfo as we don't allow changing the timings/etc. either. > > _______________________________________________ > dri-devel mailing list -> dri-devel at lists.freedesktop.org +> dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- -Ville Syrj?l? +Ville Syrj�l� Intel diff --git a/a/content_digest b/N2/content_digest index c7bb1d8..d03a2f8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,16 +1,23 @@ "ref\020181003164538.5534-1-Eugeniy.Paltsev@synopsys.com\0" - "From\0ville.syrjala@linux.intel.com (Ville Syrj\303\244l\303\244)\0" - "Subject\0[PATCH v2] drm: fb-helper: Reject all pixel format changing requests\0" + "From\0Ville Syrj\303\244l\303\244 <ville.syrjala@linux.intel.com>\0" + "Subject\0Re: [PATCH v2] drm: fb-helper: Reject all pixel format changing requests\0" "Date\0Thu, 4 Oct 2018 13:34:22 +0300\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0" + "Cc\0dri-devel@lists.freedesktop.org" + David Airlie <airlied@linux.ie> + Alexey Brodkin <alexey.brodkin@synopsys.com> + linux-kernel@vger.kernel.org + stable@vger.kernel.org + linux-snps-arc@lists.infradead.org + " Sean Paul <sean@poorly.run>\0" "\00:1\0" "b\0" - "On Wed, Oct 03, 2018@07:45:38PM +0300, Eugeniy Paltsev wrote:\n" + "On Wed, Oct 03, 2018 at 07:45:38PM +0300, Eugeniy Paltsev wrote:\n" "> drm fbdev emulation doesn't support changing the pixel format at all,\n" "> so reject all pixel format changing requests.\n" "> \n" - "> Cc: stable at vger.kernel.org\n" - "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> Cc: stable@vger.kernel.org\n" + "> Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" "> ---\n" "> Changes v1->v2:\n" "> * Reject all pixel format changing request, not just the invalid ones.\n" @@ -47,7 +54,7 @@ "\n" "Could have shortened a bit with memcmp() but this works too.\n" "\n" - "Reviewed-by: Ville Syrj?l? <ville.syrjala at linux.intel.com>\n" + "Reviewed-by: Ville Syrj\303\257\302\277\302\275l\303\257\302\277\302\275 <ville.syrjala@linux.intel.com>\n" "\n" "I suppose we really should be doing the same for most of the rest of\n" "var_screeninfo as we don't allow changing the timings/etc. either.\n" @@ -149,11 +156,11 @@ "> \n" "> _______________________________________________\n" "> dri-devel mailing list\n" - "> dri-devel at lists.freedesktop.org\n" + "> dri-devel@lists.freedesktop.org\n" "> https://lists.freedesktop.org/mailman/listinfo/dri-devel\n" "\n" "-- \n" - "Ville Syrj?l?\n" + "Ville Syrj\303\257\302\277\302\275l\303\257\302\277\302\275\n" Intel -af1bc12ab41b87b8b678be81174ad5eceb480a0b354ba43fdb1ae6cec7cf3391 +19de8a3d87de7b370d6a404fc5f007c6988301068b17e4606944738c9de93e0d
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.