Re: [PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h

2024-02-23 Thread Kees Cook
On Tue, 03 Oct 2023 16:01:42 +0300, Andy Shevchenko wrote: > The lib/cmdline.c is basically a set of some small string parsers > which are wide used in the kernel. Their prototypes belong to the > string.h rather then kernel.h. Applied to for-next/hardening, thanks! [1/1] kernel.h: Move lib/cmdli

Re: [PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h

2024-02-22 Thread Andy Shevchenko
On Wed, Oct 04, 2023 at 12:27:41PM +0300, Andy Shevchenko wrote: > On Wed, Oct 4, 2023 at 2:39 AM Kees Cook wrote: > > On Tue, Oct 03, 2023 at 04:01:42PM +0300, Andy Shevchenko wrote: > > > The lib/cmdline.c is basically a set of some small string parsers > > > which are wide used in the kernel. T

Re: [PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h

2023-10-04 Thread Andy Shevchenko
On Wed, Oct 4, 2023 at 2:39 AM Kees Cook wrote: > > On Tue, Oct 03, 2023 at 04:01:42PM +0300, Andy Shevchenko wrote: > > The lib/cmdline.c is basically a set of some small string parsers > > which are wide used in the kernel. Their prototypes belong to the > > string.h rather then kernel.h. > > >

Re: [PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h

2023-10-03 Thread Kees Cook
On Tue, Oct 03, 2023 at 04:01:42PM +0300, Andy Shevchenko wrote: > The lib/cmdline.c is basically a set of some small string parsers > which are wide used in the kernel. Their prototypes belong to the > string.h rather then kernel.h. > > Signed-off-by: Andy Shevchenko I think these should live i

[PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h

2023-10-03 Thread Andy Shevchenko
The lib/cmdline.c is basically a set of some small string parsers which are wide used in the kernel. Their prototypes belong to the string.h rather then kernel.h. Signed-off-by: Andy Shevchenko --- include/linux/kernel.h | 6 -- include/linux/string.h | 8 2 files changed, 8 inserti