Re: [PATCH v2 2/2] kbuild: unify no-compiler-targets and no-sync-config-targets

2023-10-17 Thread Nicolas Schier
> > Changes in v2: > - Revive need-compiler flag > Reviewed-by: Nicolas Schier

Re: [PATCH 4/5] kbuild: unify vdso_install rules

2023-10-11 Thread Nicolas Schier
name. > > The following is a snippet from arch/arm64/Makefile. > > vdso-install-$(CONFIG_COMPAT_VDSO) += > arch/arm64/kernel/vdso32/vdso.so.dbg:vdso32.so > > This will rename vdso.so.dbg to vdso32.so during installation. If such > architectures change their implementation so that the file names match, > this workaround will go away. > > Signed-off-by: Masahiro Yamada > --- Thanks for cleaning this up! Reviewed-by: Nicolas Schier

Re: [PATCH] Use CRC32 and a 1MiB dictionary for XZ compressed modules

2023-09-22 Thread Nicolas Schier
In linux-modules@v.k.o probably some more experts can comment on this: On Fri, Sep 15, 2023 at 12:15:39PM +0200, Martin Nybo Andersen wrote: > Kmod is now using the kernel decompressor which doesn't handle CRC64 > and dictionaries larger than 1MiB. > > Fixes: https://bugs.debian.org/cgi-bin/bugre

[PATCH v2] ovl: fix typo in MODULE_PARM_DESC

2019-06-18 Thread Nicolas Schier
From: Nicolas Schier Change first argument of MODULE_PARM_DESC() calls, such that each of them matches the actual module parameter name. The patch results in changing (the 'parm' section from) the output of `modinfo overlay`: parm: ovl_check_copy_up:Obsolete; does nothin

[PATCH] ovl: fix typo in MODULE_PARM_DESC

2019-06-17 Thread Nicolas Schier
uto enable xino feature (bool) parm: metacopy:Default to on or off for the metadata only copy up feature (bool) Signed-off-by: Nicolas Schier --- fs/overlayfs/copy_up.c | 2 +- fs/overlayfs/dir.c | 2 +- fs/overlayfs/super.c | 12 ++-- 3 files changed, 8 insertions(+), 8 deletion