summaryrefslogtreecommitdiff
path: root/lib/fonts/font_6x8.c
diff options
context:
space:
mode:
authorPeilin Ye <yepeilin.cs@gmail.com>2020-11-12 15:11:20 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2020-11-16 18:31:09 +0300
commit259a252c1f4e19045b06660f81014fb51e17f3f6 (patch)
tree008d544481c581efea9b9325e31b63a05f63d2d4 /lib/fonts/font_6x8.c
parent7a089ec7d77fe7d50f6bb7b178fa25eec9fd822b (diff)
downloadlinux-259a252c1f4e19045b06660f81014fb51e17f3f6.tar.xz
console: Delete dummy con_font_set() and con_font_default() callback implementations
.con_font_set and .con_font_default callbacks should not pass `struct console_font *` as a parameter, since `struct console_font` is a UAPI structure. We are trying to let them use our new kernel font descriptor, `struct font_desc` instead. To make that work slightly easier, first delete all of their no-op implementations used by dummy consoles. This will make KD_FONT_OP_SET and KD_FONT_OP_SET_DEFAULT ioctl() requests on dummy consoles start to fail and return `-ENOSYS`, which is intended, since no user should ever expect such operations to succeed on dummy consoles. Suggested-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Peilin Ye <yepeilin.cs@gmail.com> Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/9952c7538d2a32bb1a82af323be482e7afb3dedf.1605169912.git.yepeilin.cs@gmail.com
Diffstat (limited to 'lib/fonts/font_6x8.c')
0 files changed, 0 insertions, 0 deletions