stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree
       [not found] <152743156983114@kroah.com>
@ 2018-05-27 16:15 ` Thomas Hellstrom
  2018-05-27 16:27   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Hellstrom @ 2018-05-27 16:15 UTC (permalink / raw)
  To: gregkh, alexander.levin, brianp, syeh; +Cc: stable-commits, stable

Hi Greg,

On 05/27/2018 04:32 PM, gregkh@linuxfoundation.org wrote:
> This is a note to let you know that I've just added the patch titled
>
>      drm/vmwgfx: Unpin the screen object backup buffer when not used
>
> to the 4.16-stable tree which can be found at:
>      https://urldefense.proofpoint.com/v2/url?u=http-3A__www.kernel.org_git_-3Fp-3Dlinux_kernel_git_stable_stable-2Dqueue.git-3Ba-3Dsummary&d=DwIDAg&c=uilaK90D4TOVoH58JNXRgQ&r=wnSlgOCqfpNS4d02vP68_E9q2BNMCwfD2OZ_6dCFVQQ&m=1d_voOeShWh5fBHpDrkawSwFuDXXCvSaqwb83br68Xs&s=dMYsyrFCqKC9N_tkVcf45cE8CJ-og5YVtzA3L4csnPQ&e=

I got an identical message on May 2nd that this patch was added to the 
4.16 and 4.14 stable trees. Now there is a small but important fix to 
this patch so I CC'd it to stable assuming that this patch was already 
in those versions.

Fix is "drm/vmwgfx: Set dmabuf_size_when vmw_dmabuf_init is successful" 
by Deepak Rawat.

It's correct to have both this patch and its fix in stable.

Thanks,
Thomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree
  2018-05-27 16:15 ` Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree Thomas Hellstrom
@ 2018-05-27 16:27   ` Greg KH
  2018-05-27 18:50     ` Thomas Hellstrom
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-05-27 16:27 UTC (permalink / raw)
  To: Thomas Hellstrom; +Cc: alexander.levin, brianp, syeh, stable-commits, stable

On Sun, May 27, 2018 at 06:15:50PM +0200, Thomas Hellstrom wrote:
> Hi Greg,
> 
> On 05/27/2018 04:32 PM, gregkh@linuxfoundation.org wrote:
> > This is a note to let you know that I've just added the patch titled
> > 
> >      drm/vmwgfx: Unpin the screen object backup buffer when not used
> > 
> > to the 4.16-stable tree which can be found at:
> >      https://urldefense.proofpoint.com/v2/url?u=http-3A__www.kernel.org_git_-3Fp-3Dlinux_kernel_git_stable_stable-2Dqueue.git-3Ba-3Dsummary&d=DwIDAg&c=uilaK90D4TOVoH58JNXRgQ&r=wnSlgOCqfpNS4d02vP68_E9q2BNMCwfD2OZ_6dCFVQQ&m=1d_voOeShWh5fBHpDrkawSwFuDXXCvSaqwb83br68Xs&s=dMYsyrFCqKC9N_tkVcf45cE8CJ-og5YVtzA3L4csnPQ&e=

Gotta love your url mangling :(

> I got an identical message on May 2nd that this patch was added to the 4.16
> and 4.14 stable trees. Now there is a small but important fix to this patch
> so I CC'd it to stable assuming that this patch was already in those
> versions.
> 
> Fix is "drm/vmwgfx: Set dmabuf_size_when vmw_dmabuf_init is successful" by
> Deepak Rawat.
> 
> It's correct to have both this patch and its fix in stable.

Thanks for letting me know.  The original set of patches all got dropped
due to problems with the larger patch series.

But I can't seem find the above mentioned patch in Linus's git tree, do
you know what the git commit id is for it?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree
  2018-05-27 16:27   ` Greg KH
@ 2018-05-27 18:50     ` Thomas Hellstrom
  2018-05-28  7:57       ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Hellstrom @ 2018-05-27 18:50 UTC (permalink / raw)
  To: Greg KH; +Cc: alexander.levin, brianp, syeh, stable-commits, stable

On 05/27/2018 06:27 PM, Greg KH wrote:
> On Sun, May 27, 2018 at 06:15:50PM +0200, Thomas Hellstrom wrote:
>> Hi Greg,
>>
>> On 05/27/2018 04:32 PM, gregkh@linuxfoundation.org wrote:
>>> This is a note to let you know that I've just added the patch titled
>>>
>>>       drm/vmwgfx: Unpin the screen object backup buffer when not used
>>>
>>> I got an identical message on May 2nd that this patch was added to the 4.16
>>> and 4.14 stable trees. Now there is a small but important fix to this patch
>>> so I CC'd it to stable assuming that this patch was already in those
>>> versions.
>>>
>>> Fix is "drm/vmwgfx: Set dmabuf_size_when vmw_dmabuf_init is successful" by
>>> Deepak Rawat.
>>>
>>> It's correct to have both this patch and its fix in stable.
> Thanks for letting me know.  The original set of patches all got dropped
> due to problems with the larger patch series.
>
> But I can't seem find the above mentioned patch in Linus's git tree, do
> you know what the git commit id is for it?
>
> thanks,
>
> greg k-h

It's

91ba9f28a3

Thanks,

/Thomas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree
  2018-05-27 18:50     ` Thomas Hellstrom
@ 2018-05-28  7:57       ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-05-28  7:57 UTC (permalink / raw)
  To: Thomas Hellstrom; +Cc: alexander.levin, brianp, syeh, stable-commits, stable

On Sun, May 27, 2018 at 08:50:56PM +0200, Thomas Hellstrom wrote:
> On 05/27/2018 06:27 PM, Greg KH wrote:
> > On Sun, May 27, 2018 at 06:15:50PM +0200, Thomas Hellstrom wrote:
> > > Hi Greg,
> > > 
> > > On 05/27/2018 04:32 PM, gregkh@linuxfoundation.org wrote:
> > > > This is a note to let you know that I've just added the patch titled
> > > > 
> > > >       drm/vmwgfx: Unpin the screen object backup buffer when not used
> > > > 
> > > > I got an identical message on May 2nd that this patch was added to the 4.16
> > > > and 4.14 stable trees. Now there is a small but important fix to this patch
> > > > so I CC'd it to stable assuming that this patch was already in those
> > > > versions.
> > > > 
> > > > Fix is "drm/vmwgfx: Set dmabuf_size_when vmw_dmabuf_init is successful" by
> > > > Deepak Rawat.
> > > > 
> > > > It's correct to have both this patch and its fix in stable.
> > Thanks for letting me know.  The original set of patches all got dropped
> > due to problems with the larger patch series.
> > 
> > But I can't seem find the above mentioned patch in Linus's git tree, do
> > you know what the git commit id is for it?
> > 
> > thanks,
> > 
> > greg k-h
> 
> It's
> 
> 91ba9f28a3

Odd I didn't include that one before.  Anyway, thanks, now queued up.

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-05-28  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <152743156983114@kroah.com>
2018-05-27 16:15 ` Patch "drm/vmwgfx: Unpin the screen object backup buffer when not used" has been added to the 4.16-stable tree Thomas Hellstrom
2018-05-27 16:27   ` Greg KH
2018-05-27 18:50     ` Thomas Hellstrom
2018-05-28  7:57       ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).