v_name,
> sizeof(ifr.ifr_name));
> | ^~~
> | strncpy
> cc1: some warnings being treated as errors
Ah, yeah, this is another "not actually in the kernel" cases. Let's ignore this
strlcpy for now.
-Keed
--
Kees Cook
___
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um
file to use BINFMT_ELF_FDPIC under !MMU environment.
>
> Cc: Eric Biederman
> Cc: Kees Cook
> Cc: Alexander Viro
> Cc: Christian Brauner
> Cc: Jan Kara
> Cc: linux...@kvack.org
> Cc: linux-fsde...@vger.kernel.org
> Signed-off-by: Hajime Tazaki
Acked-by: Kees Cook
--
Kees Cook
possible in the case of having compiler flags removed via
"filter-out" (which would remove all instances of "-include").
Signed-off-by: Kees Cook
---
Cc: Masahiro Yamada
Cc: Justin Stitt
Cc: Nathan Chancellor
Cc: Nicolas Schier
Cc: Marco Elver
Cc: Andrey Konovalov
ans that all targets gain the dependency (via fixdep), but only
when the defines are active, which means they are trivially controlled
by the existing CFLAGS removal mechanisms that are already being used
to turn off each of the above features.
-Kees
Kees Cook (3):
gcc-plugins: Force full rebuild
exists. The UM build requires that
the -I be explicitly added.
Signed-off-by: Kees Cook
---
Cc: Masahiro Yamada
Cc: Nathan Chancellor
Cc: Nicolas Schier
Cc: Petr Pavlu
Cc: Sebastian Andrzej Siewior
Cc:
---
Makefile | 1 +
arch/um/Makefile | 1 +
in
header file via
include/linux/compiler-version.h, which is already being used to control
full rebuilds. The UM build requires that the -I be explicitly added.
Signed-off-by: Kees Cook
---
Cc: Masahiro Yamada
Cc: Nathan Chancellor
Cc: Nicolas Schier
Cc:
Cc:
---
arch/um/Makefile
On Sat, May 03, 2025 at 03:12:23PM +0900, Masahiro Yamada wrote:
> On Sat, May 3, 2025 at 7:54 AM Kees Cook wrote:
> > +quiet_cmd_gcc_plugins_updated = UPDATE $@
> > + cmd_gcc_plugins_updated = echo '/* $^ */' > $(obj)/gcc-plugins-deps.h
>
> I think
On Sat, May 03, 2025 at 03:13:06PM +0900, Masahiro Yamada wrote:
> On Sat, May 3, 2025 at 7:54 AM Kees Cook wrote:
> > +$(obj)/randstruct_hash.h $(obj)/randstruct.seed: $(gen-randstruct-seed)
> > FORCE
> > $(call if_changed,create_randstruct_seed)
> [...]
>
On Sat, May 03, 2025 at 06:39:28PM +0900, Masahiro Yamada wrote:
> On Sat, May 3, 2025 at 7:54 AM Kees Cook wrote:
> >
> > v2:
> > - switch from -include to -I with a -D gated include compiler-version.h
> > v1: https://lore.kernel.org/lkml/20250501193839.work.525-k.
On Fri, May 09, 2025 at 01:44:09AM +0900, Masahiro Yamada wrote:
> On Sun, May 4, 2025 at 2:37 AM Kees Cook wrote:
> >
> > On Sat, May 03, 2025 at 06:39:28PM +0900, Masahiro Yamada wrote:
> > > On Sat, May 3, 2025 at 7:54 AM Kees Cook wrote:
> > > >
> >
On Fri, May 09, 2025 at 08:13:18AM +0900, Masahiro Yamada wrote:
> On Fri, May 9, 2025 at 1:56 AM Kees Cook wrote:
> >
> > On Fri, May 09, 2025 at 01:44:09AM +0900, Masahiro Yamada wrote:
> > > On Sun, May 4, 2025 at 2:37 AM Kees Cook wrote:
> > > >
> &
Lorenzo Stoakes
>---
> fs/backing-file.c | 2 +-
> fs/binfmt_elf.c | 4 ++--
> fs/binfmt_elf_fdpic.c | 2 +-
Thanks for the refactoring!
Acked-by: Kees Cook
--
Kees Cook
I would think padding should be included?
--
Kees Cook
ote names
https://git.kernel.org/kees/c/a55128d392e8
Take care,
--
Kees Cook
/binfmt_elf_fdpic.c| 17
kernel/fork.c| 2 +-
24 files changed, 196 insertions(+), 175 deletions(-)
--
Kees Cook
15 matches
Mail list logo