lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 7 Mar 2019 12:27:12 +0100
From:   Alexey Gladkov <gladkov.alexey@...il.com>
To:     Andi Kleen <ak@...ux.intel.com>
Cc:     linux-kernel@...r.kernel.org,
        "Kirill A . Shutemov" <kirill.shutemov@...ux.intel.com>,
        Gleb Fotengauer-Malinovskiy <glebfm@...linux.org>,
        "Dmitry V. Levin" <ldv@...linux.org>
Subject: Re: [PATCH v1] moduleparam: Save information about built-in modules
 in separate file

On Wed, Mar 06, 2019 at 04:07:03PM -0800, Andi Kleen wrote:
> Alexey Gladkov <gladkov.alexey@...il.com> writes:
> 
> > Problem:
> >
> > When a kernel module is compiled as a separate module, some important
> > information about the kernel module is available via .modinfo section of
> > the module.  In contrast, when the kernel module is compiled into the
> > kernel, that information is not available.
> >
> > Information about built-in modules is necessary in the following cases:
> >
> > 1. When it is necessary to find out what additional parameters can be
> > passed to the kernel at boot time.
> >
> > 2. When you need to know which module names and their aliases are in
> > the kernel. This is very useful for creating an initrd image.
> 
> I would just keep it in the vmlinux as a non loadable segment, which
> won't make it into bzImage. vmlinux passed around anyways, and
> it's easier to handle than extra files, and it already has plenty
> of metadata in it.

Not for all architectures bzImage is created. Also not all distros pack
vmlinux and requiring them to start doing this for a few kilobytes seems
to me wrong.

As follow up I plan to add support of kernel.builtin.modinfo to kmod. The
kmod takes information only from /lib/modules/KVER and does not require the
kernel itself.

-- 
Rgrds, legion


Download attachment "signature.asc" of type "application/pgp-signature" (802 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ