All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stable 4.14 v3 0/3] add fix patches for CVE-2021-33655
@ 2022-08-04 12:27 Chen Jun
  2022-08-04 12:27 ` [PATCH stable 4.14 v3 1/3] printk: Export is_console_locked Chen Jun
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Chen Jun @ 2022-08-04 12:27 UTC (permalink / raw)
  To: stable, deller, geert, b.zolnierkie, gregkh; +Cc: xuqiang36

v3: modify git message.

v2: add patch d48de54a9dab ("printk: Export is_console_locked") to fix a build error
caused by v1 if CONFIG_FB = m.
        ERROR: "is_console_locked" [drivers/video/fbdev/core/fb.ko] undefined!

v1: https://lore.kernel.org/stable/20220729031140.21806-1-chenjun102@huawei.com/

Hans de Goede (1):
  printk: Export is_console_locked

Helge Deller (2):
  fbcon: Prevent that screen size is smaller than font size
  fbmem: Check virtual screen sizes in fb_set_var()

 drivers/video/fbdev/core/fbcon.c | 28 ++++++++++++++++++++++++++++
 drivers/video/fbdev/core/fbmem.c | 20 +++++++++++++++++---
 include/linux/fbcon.h            |  4 ++++
 kernel/printk/printk.c           |  1 +
 4 files changed, 50 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-08-08 13:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 12:27 [PATCH stable 4.14 v3 0/3] add fix patches for CVE-2021-33655 Chen Jun
2022-08-04 12:27 ` [PATCH stable 4.14 v3 1/3] printk: Export is_console_locked Chen Jun
2022-08-04 12:27 ` [PATCH stable 4.14 v3 2/3] fbcon: Prevent that screen size is smaller than font size Chen Jun
2022-08-05  6:09   ` Cengiz Can
2022-08-05  6:22     ` chenjun (AM)
2022-08-08 13:34       ` gregkh
2022-08-04 12:27 ` [PATCH stable 4.14 v3 3/3] fbmem: Check virtual screen sizes in fb_set_var() Chen Jun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.