Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-24 Thread Wei Liu
On Mon, Jan 24, 2022 at 02:48:57PM +0100, Helge Deller wrote: > On 1/24/22 14:31, Wei Liu wrote: [...] > >> > >> Linus hasn't pulled my tree yet, and he will probably not before the > >> next merge window. So, if this is an urgent bugfix for you, I can offer > >> to drop it from the fbdev tree and

Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-24 Thread Helge Deller
Sent: Sunday, January 16, 2022 2:19 PM >>>>>>> To: KY Srinivasan ; Haiyang Zhang >>>>> ; Stephen >>>>>>> Hemminger ; wei@kernel.org; Wei Hu >>>>> ; Dexuan >>>>>>> Cui ; drawat.fl...@gmail.com; hh

Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-24 Thread Wei Liu
KY Srinivasan ; Haiyang Zhang > >>> ; Stephen > >>>>> Hemminger ; wei@kernel.org; Wei Hu > >>> ; Dexuan > >>>>> Cui ; drawat.fl...@gmail.com; hhei > >>>>> ; > >>> linux- > >>>>> ker...

Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-24 Thread Helge Deller
gt;> ; Dexuan >>>>> Cui ; drawat.fl...@gmail.com; hhei ; >>> linux- >>>>> ker...@vger.kernel.org; linux-hyp...@vger.kernel.org; linux- >>> fb...@vger.kernel.org; dri- >>>>> de...@lists.freedesktop.org >>>>> Cc: Mic

Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-23 Thread Wei Liu
...@gmail.com; hhei > > > > ; > > linux- > > > > ker...@vger.kernel.org; linux-hyp...@vger.kernel.org; linux- > > fb...@vger.kernel.org; dri- > > > > de...@lists.freedesktop.org > > > > Cc: Michael Kelley (LINUX) > > > > Subject: [P

RE: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-23 Thread Michael Kelley (LINUX)
> > > de...@lists.freedesktop.org > > > Cc: Michael Kelley (LINUX) > > > Subject: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution > > > > > > In the WIN10 version of the Synthetic Video protocol with Hyper-V, > > > Hyper-V report

Re: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-23 Thread Wei Liu
.@kernel.org; Wei Hu > > ; Dexuan > > Cui ; drawat.fl...@gmail.com; hhei ; > > linux- > > ker...@vger.kernel.org; linux-hyp...@vger.kernel.org; > > linux-fb...@vger.kernel.org; dri- > > de...@lists.freedesktop.org > > Cc: Michael Kelley (LINUX) > >

RE: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-16 Thread Haiyang Zhang
...@vger.kernel.org; linux-hyp...@vger.kernel.org; > linux-fb...@vger.kernel.org; dri- > de...@lists.freedesktop.org > Cc: Michael Kelley (LINUX) > Subject: [PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution > > In the WIN10 version of the Synthetic Video protocol wit

[PATCH 1/1] video: hyperv_fb: Fix validation of screen resolution

2022-01-16 Thread Michael Kelley
In the WIN10 version of the Synthetic Video protocol with Hyper-V, Hyper-V reports a list of supported resolutions as part of the protocol negotiation. The driver calculates the maximum width and height from the list of resolutions, and uses those maximums to validate any screen resolution specifie