mbox series

[0/3] follow-up to the unicode vt console series

Message ID 20180718010242.5254-1-nicolas.pitre@linaro.org
Headers show
Series follow-up to the unicode vt console series | expand

Message

Nicolas Pitre July 18, 2018, 1:02 a.m. UTC
This is a follow-up series with 3 patches in response to the following
messages respectively:

http://lkml.kernel.org/r/20180628123803.GA22045@kroah.com

http://lkml.kernel.org/r/CAGXu5j+KLvJ-n_QRrfq15E8iO_rqfpp+K7PDAZHZMHcemy9y7g@mail.gmail.com

http://lkml.kernel.org/r/CAMuHMdUmC+uiKTEMotB83A86E1wEYrNF2qPf3kDACaW27D_NbA@mail.gmail.com

Those patches were tested on top of previous patches already in tty-next.
Please include in tty-next before next merge window.

Patch #1 was posted before. Only difference is that it now uses rate
limited printing.

Patch #2 is new, however it has been tested with the validation code
provided by patch #1. This also fixes a security issue.

Patch #3 is new and trivial.

Diffstat:

 Documentation/admin-guide/devices.txt | 16 +++++---
 drivers/tty/vt/vt.c                   | 57 +++++++++++++++++++++++++----
 2 files changed, 59 insertions(+), 14 deletions(-)

Comments

Kees Cook July 18, 2018, 2:04 p.m. UTC | #1
Hi Nicolas,

On Tue, Jul 17, 2018 at 6:02 PM, Nicolas Pitre <nicolas.pitre@linaro.org> wrote:
> This is a follow-up series with 3 patches in response to the following

> messages respectively:

>

> http://lkml.kernel.org/r/20180628123803.GA22045@kroah.com

>

> http://lkml.kernel.org/r/CAGXu5j+KLvJ-n_QRrfq15E8iO_rqfpp+K7PDAZHZMHcemy9y7g@mail.gmail.com

>

> http://lkml.kernel.org/r/CAMuHMdUmC+uiKTEMotB83A86E1wEYrNF2qPf3kDACaW27D_NbA@mail.gmail.com

>

> Those patches were tested on top of previous patches already in tty-next.

> Please include in tty-next before next merge window.

>

> Patch #1 was posted before. Only difference is that it now uses rate

> limited printing.

>

> Patch #2 is new, however it has been tested with the validation code

> provided by patch #1. This also fixes a security issue.

>

> Patch #3 is new and trivial.

>

> Diffstat:

>

>  Documentation/admin-guide/devices.txt | 16 +++++---

>  drivers/tty/vt/vt.c                   | 57 +++++++++++++++++++++++++----

>  2 files changed, 59 insertions(+), 14 deletions(-)


Thanks for fixing the VLA! :)

-Kees

-- 
Kees Cook
Pixel Security