Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-10 Thread Greg Kroah-Hartman
On Tue, Nov 10, 2020 at 01:49:46PM +0100, Daniel Vetter wrote: > On Fri, Nov 06, 2020 at 11:50:58AM +0100, Greg Kroah-Hartman wrote: > > On Sat, Oct 31, 2020 at 03:24:41AM -0400, Peilin Ye wrote: > > > `struct console_font` is a UAPI structure, thus ideally should not be > > > used for kernel

Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-10 Thread Peilin Ye
On Tue, Nov 10, 2020 at 02:46:20PM +0100, Daniel Vetter wrote: > On Tue, Nov 10, 2020 at 2:24 PM Peilin Ye wrote: > > Oh, are we doing an -rc3 backmerge soon? At the moment I can base these > > patches on neither drm-misc (due to the font_copy removal), nor mainline > > (due to the signedness

Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-10 Thread Daniel Vetter
On Tue, Nov 10, 2020 at 2:24 PM Peilin Ye wrote: > > On Tue, Nov 10, 2020 at 01:49:46PM +0100, Daniel Vetter wrote: > > Peilin, can you pls resend this together with all the other pending > > patches from you? I think that's better than me trying to cherry-pick the > > bits we decided to keep

Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-10 Thread Peilin Ye
On Tue, Nov 10, 2020 at 01:49:46PM +0100, Daniel Vetter wrote: > Peilin, can you pls resend this together with all the other pending > patches from you? I think that's better than me trying to cherry-pick the > bits we decided to keep from random places. Oh, are we doing an -rc3 backmerge soon?

Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-10 Thread Daniel Vetter
On Fri, Nov 06, 2020 at 11:50:58AM +0100, Greg Kroah-Hartman wrote: > On Sat, Oct 31, 2020 at 03:24:41AM -0400, Peilin Ye wrote: > > `struct console_font` is a UAPI structure, thus ideally should not be > > used for kernel internal abstraction. Remove some dummy .con_font_set, > >

Re: [PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-11-06 Thread Greg Kroah-Hartman
On Sat, Oct 31, 2020 at 03:24:41AM -0400, Peilin Ye wrote: > `struct console_font` is a UAPI structure, thus ideally should not be > used for kernel internal abstraction. Remove some dummy .con_font_set, > .con_font_default and .con_font_copy `struct consw` callback > implementations, to make it

[PATCH 1/2] console: Remove dummy con_font_op() callback implementations

2020-10-31 Thread Peilin Ye
`struct console_font` is a UAPI structure, thus ideally should not be used for kernel internal abstraction. Remove some dummy .con_font_set, .con_font_default and .con_font_copy `struct consw` callback implementations, to make it cleaner. Patch "fbcon: Prevent global-out-of-bounds read in