>
> Changes in v2:
> - Revive need-compiler flag
>
Reviewed-by: 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
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
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
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
5 matches
Mail list logo