Re: [PATCH] drivers/s390/char/tty3270: Remove function callback casts

2020-07-04 Thread Oscar Carter
On Sat, Jun 27, 2020 at 09:10:56AM -0700, Kees Cook wrote: > On Sat, Jun 27, 2020 at 02:54:17PM +0200, Oscar Carter wrote: > > In an effort to enable -Wcast-function-type in the top-level Makefile to > > support Control Flow Integrity builds, remove all the function callback > > casts. > > > > To d

Re: [PATCH] drivers/s390/char/tty3270: Remove function callback casts

2020-06-29 Thread Heiko Carstens
On Sat, Jun 27, 2020 at 02:54:17PM +0200, Oscar Carter wrote: > In an effort to enable -Wcast-function-type in the top-level Makefile to > support Control Flow Integrity builds, remove all the function callback > casts. > > To do this modify the function prototypes accordingly. > > Signed-off-by:

Re: [PATCH] drivers/s390/char/tty3270: Remove function callback casts

2020-06-27 Thread Kees Cook
On Sat, Jun 27, 2020 at 02:54:17PM +0200, Oscar Carter wrote: > In an effort to enable -Wcast-function-type in the top-level Makefile to > support Control Flow Integrity builds, remove all the function callback > casts. > > To do this modify the function prototypes accordingly. > > Signed-off-by:

[PATCH] drivers/s390/char/tty3270: Remove function callback casts

2020-06-27 Thread Oscar Carter
In an effort to enable -Wcast-function-type in the top-level Makefile to support Control Flow Integrity builds, remove all the function callback casts. To do this modify the function prototypes accordingly. Signed-off-by: Oscar Carter --- drivers/s390/char/tty3270.c | 12 ++-- 1 file ch