* usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
@ 2018-04-02 19:12 Jerry Zhang
2018-04-02 19:17 ` Jerry Zhang
2018-04-03 9:44 ` Greg Kroah-Hartman
0 siblings, 2 replies; 8+ messages in thread
From: Jerry Zhang @ 2018-04-02 19:12 UTC (permalink / raw)
To: stable; +Cc: Greg Kroah-Hartman, Felipe Balbi, kopasiak90
Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
released memory"
should be added to linux-4.4.y (it's already in 4.9 and 4.14).
Thanks,
Jerry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-02 19:12 usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y Jerry Zhang
@ 2018-04-02 19:17 ` Jerry Zhang
2018-04-03 9:44 ` Greg Kroah-Hartman
1 sibling, 0 replies; 8+ messages in thread
From: Jerry Zhang @ 2018-04-02 19:17 UTC (permalink / raw)
To: stable; +Cc: Greg Kroah-Hartman, Felipe Balbi, kopasiak90
Can you add linux-3.18.y to that as well? thanks
On Mon, Apr 2, 2018 at 12:12 PM Jerry Zhang <zhangjerry@google.com> wrote:
> Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> released memory"
> should be added to linux-4.4.y (it's already in 4.9 and 4.14).
> Thanks,
> Jerry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-02 19:12 usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y Jerry Zhang
2018-04-02 19:17 ` Jerry Zhang
@ 2018-04-03 9:44 ` Greg Kroah-Hartman
2018-04-03 9:53 ` Greg Kroah-Hartman
1 sibling, 1 reply; 8+ messages in thread
From: Greg Kroah-Hartman @ 2018-04-03 9:44 UTC (permalink / raw)
To: Jerry Zhang; +Cc: stable, Felipe Balbi, kopasiak90
On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> released memory"
> should be added to linux-4.4.y (it's already in 4.9 and 4.14).
The reason it was not included in there, or 3.18.y, is that it breaks
the build :(
Can you provide a working backport? If so, I will be glad to apply it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-03 9:44 ` Greg Kroah-Hartman
@ 2018-04-03 9:53 ` Greg Kroah-Hartman
2018-04-03 9:56 ` Greg Kroah-Hartman
0 siblings, 1 reply; 8+ messages in thread
From: Greg Kroah-Hartman @ 2018-04-03 9:53 UTC (permalink / raw)
To: Jerry Zhang; +Cc: stable, Felipe Balbi, kopasiak90
On Tue, Apr 03, 2018 at 11:44:53AM +0200, Greg Kroah-Hartman wrote:
> On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> > Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> > released memory"
> > should be added to linux-4.4.y (it's already in 4.9 and 4.14).
>
> The reason it was not included in there, or 3.18.y, is that it breaks
> the build :(
>
> Can you provide a working backport? If so, I will be glad to apply it.
Ok, I think I got it working for 4.4.y, it took 5 different patches to
be backported first :(
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-03 9:53 ` Greg Kroah-Hartman
@ 2018-04-03 9:56 ` Greg Kroah-Hartman
2018-04-03 18:02 ` Jerry Zhang
0 siblings, 1 reply; 8+ messages in thread
From: Greg Kroah-Hartman @ 2018-04-03 9:56 UTC (permalink / raw)
To: Jerry Zhang; +Cc: stable, Felipe Balbi, kopasiak90
On Tue, Apr 03, 2018 at 11:52:59AM +0200, Greg Kroah-Hartman wrote:
> On Tue, Apr 03, 2018 at 11:44:53AM +0200, Greg Kroah-Hartman wrote:
> > On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> > > Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> > > released memory"
> > > should be added to linux-4.4.y (it's already in 4.9 and 4.14).
> >
> > The reason it was not included in there, or 3.18.y, is that it breaks
> > the build :(
> >
> > Can you provide a working backport? If so, I will be glad to apply it.
>
> Ok, I think I got it working for 4.4.y, it took 5 different patches to
> be backported first :(
I've applied the 5 other patches to 3.18.y and had to hand-fix-up the
original request for 3.18.y. Please verify I got it all correct.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-03 9:56 ` Greg Kroah-Hartman
@ 2018-04-03 18:02 ` Jerry Zhang
2018-04-03 18:09 ` Greg Kroah-Hartman
0 siblings, 1 reply; 8+ messages in thread
From: Jerry Zhang @ 2018-04-03 18:02 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable, Felipe Balbi, Krzysztof Opasiak
> On Tue, Apr 03, 2018 at 11:52:59AM +0200, Greg Kroah-Hartman wrote:
> > On Tue, Apr 03, 2018 at 11:44:53AM +0200, Greg Kroah-Hartman wrote:
> > > On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> > > > Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> > > > released memory"
> > > > should be added to linux-4.4.y (it's already in 4.9 and 4.14).
> > >
> > > The reason it was not included in there, or 3.18.y, is that it breaks
> > > the build :(
> > >
> > > Can you provide a working backport? If so, I will be glad to apply
it.
> >
> > Ok, I think I got it working for 4.4.y, it took 5 different patches to
> > be backported first :(
> I've applied the 5 other patches to 3.18.y and had to hand-fix-up the
> original request for 3.18.y. Please verify I got it all correct.
Nice, thanks! I'm not sure where to find those 3.18.y patches to look over
though, they don't seem to be in the stable or any of your trees.
> thanks,
> greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-03 18:02 ` Jerry Zhang
@ 2018-04-03 18:09 ` Greg Kroah-Hartman
2018-04-03 21:19 ` Jerry Zhang
0 siblings, 1 reply; 8+ messages in thread
From: Greg Kroah-Hartman @ 2018-04-03 18:09 UTC (permalink / raw)
To: Jerry Zhang; +Cc: stable, Felipe Balbi, Krzysztof Opasiak
On Tue, Apr 03, 2018 at 06:02:00PM +0000, Jerry Zhang wrote:
> > On Tue, Apr 03, 2018 at 11:52:59AM +0200, Greg Kroah-Hartman wrote:
> > > On Tue, Apr 03, 2018 at 11:44:53AM +0200, Greg Kroah-Hartman wrote:
> > > > On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> > > > > Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent accessing
> > > > > released memory"
> > > > > should be added to linux-4.4.y (it's already in 4.9 and 4.14).
> > > >
> > > > The reason it was not included in there, or 3.18.y, is that it breaks
> > > > the build :(
> > > >
> > > > Can you provide a working backport? If so, I will be glad to apply
> it.
> > >
> > > Ok, I think I got it working for 4.4.y, it took 5 different patches to
> > > be backported first :(
>
> > I've applied the 5 other patches to 3.18.y and had to hand-fix-up the
> > original request for 3.18.y. Please verify I got it all correct.
>
> Nice, thanks! I'm not sure where to find those 3.18.y patches to look over
> though, they don't seem to be in the stable or any of your trees.
They are in the stable-queue repo, the same place the automated email
that you got for when this patch was applied mentioned. Sorry I didn't
cc: you on all of them, my fault.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y
2018-04-03 18:09 ` Greg Kroah-Hartman
@ 2018-04-03 21:19 ` Jerry Zhang
0 siblings, 0 replies; 8+ messages in thread
From: Jerry Zhang @ 2018-04-03 21:19 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: stable, Felipe Balbi, Krzysztof Opasiak
Looks good to me. I also booted a 3.18 device with the patches and verified
usb works.
On Tue, Apr 3, 2018 at 11:09 AM Greg Kroah-Hartman <
gregkh@linuxfoundation.org> wrote:
> On Tue, Apr 03, 2018 at 06:02:00PM +0000, Jerry Zhang wrote:
> > > On Tue, Apr 03, 2018 at 11:52:59AM +0200, Greg Kroah-Hartman wrote:
> > > > On Tue, Apr 03, 2018 at 11:44:53AM +0200, Greg Kroah-Hartman wrote:
> > > > > On Mon, Apr 02, 2018 at 07:12:57PM +0000, Jerry Zhang wrote:
> > > > > > Commit aa65d11aa008f4de "usb: gadget: f_hid: fix: Prevent
accessing
> > > > > > released memory"
> > > > > > should be added to linux-4.4.y (it's already in 4.9 and 4.14).
> > > > >
> > > > > The reason it was not included in there, or 3.18.y, is that it
breaks
> > > > > the build :(
> > > > >
> > > > > Can you provide a working backport? If so, I will be glad to
apply
> > it.
> > > >
> > > > Ok, I think I got it working for 4.4.y, it took 5 different patches
to
> > > > be backported first :(
> >
> > > I've applied the 5 other patches to 3.18.y and had to hand-fix-up the
> > > original request for 3.18.y. Please verify I got it all correct.
> >
> > Nice, thanks! I'm not sure where to find those 3.18.y patches to look
over
> > though, they don't seem to be in the stable or any of your trees.
> They are in the stable-queue repo, the same place the automated email
> that you got for when this patch was applied mentioned. Sorry I didn't
> cc: you on all of them, my fault.
> thanks,
> greg k-h
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-04-03 21:19 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-02 19:12 usb: gadget: f_hid: pick "Prevent accessing released memory" to 4.4.y Jerry Zhang
2018-04-02 19:17 ` Jerry Zhang
2018-04-03 9:44 ` Greg Kroah-Hartman
2018-04-03 9:53 ` Greg Kroah-Hartman
2018-04-03 9:56 ` Greg Kroah-Hartman
2018-04-03 18:02 ` Jerry Zhang
2018-04-03 18:09 ` Greg Kroah-Hartman
2018-04-03 21:19 ` Jerry Zhang
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).