2021-09-17 19:31:11

by Johan Hovold

[permalink] [raw]
Subject: [PATCH 0/6] ipack: ipoctal: fix info leak and other bugs

This series fixes a stack info leak and a number of other bugs all found
through inspection. Included is also a related cleanup.

Note that the series has only been compile tested.

Johan


Johan Hovold (6):
ipack: ipoctal: fix stack information leak
ipack: ipoctal: fix tty registration race
ipack: ipoctal: fix tty-registration error handling
ipack: ipoctal: fix missing allocation-failure check
ipack: ipoctal: fix module reference leak
ipack: ipoctal: rename tty-driver pointer

drivers/ipack/devices/ipoctal.c | 101 +++++++++++++++++++++-----------
1 file changed, 66 insertions(+), 35 deletions(-)

--
2.32.0


Subject: Re: [PATCH 0/6] ipack: ipoctal: fix info leak and other bugs

Hi Johan,

Thanks for the patch series!

Patch series is,

Acked-by: Samuel Iglesias Gonsalvez <[email protected]>

Greg, Would you mind picking this patch series through your char-misc
tree?

Thanks!

Sam

On Fri, 2021-09-17 at 13:46 +0200, Johan Hovold wrote:
> This series fixes a stack info leak and a number of other bugs all
> found
> through inspection. Included is also a related cleanup.
>
> Note that the series has only been compile tested.
>
> Johan
>
>
> Johan Hovold (6):
>   ipack: ipoctal: fix stack information leak
>   ipack: ipoctal: fix tty registration race
>   ipack: ipoctal: fix tty-registration error handling
>   ipack: ipoctal: fix missing allocation-failure check
>   ipack: ipoctal: fix module reference leak
>   ipack: ipoctal: rename tty-driver pointer
>
>  drivers/ipack/devices/ipoctal.c | 101 +++++++++++++++++++++-----------
>  1 file changed, 66 insertions(+), 35 deletions(-)
>


Attachments:
signature.asc (849.00 B)
This is a digitally signed message part

2021-09-27 15:42:01

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH 0/6] ipack: ipoctal: fix info leak and other bugs

On Wed, Sep 22, 2021 at 07:49:45AM +0200, Samuel Iglesias Gons?lvez wrote:
> Hi Johan,
>
> Thanks for the patch series!
>
> Patch series is,
>
> Acked-by: Samuel Iglesias Gonsalvez <[email protected]>
>
> Greg, Would you mind picking this patch series through your char-misc
> tree?

Now done.

I'll wait to take patch 6/6 after the first 5 go into Linus's tree as
that one is not needed for 5.15-final.

thanks,

greg k-h