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:   Tue, 26 May 2020 19:28:32 +0900
From:   Masahiro Yamada <masahiroy@...nel.org>
To:     Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc:     Jessica Yu <jeyu@...nel.org>, Jonathan Corbet <corbet@....net>,
        Michal Marek <michal.lkml@...kovi.net>,
        "open list:DOCUMENTATION" <linux-doc@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: doc: remove documentation about copying
 Module.symvers around

On Thu, May 21, 2020 at 1:31 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> This is a left-over of commit 39808e451fdf ("kbuild: do not read
> $(KBUILD_EXTMOD)/Module.symvers").
>
> Kbuild no longer supports this way.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>

Applied to linux-kbuild.



>  Documentation/kbuild/modules.rst | 12 ------------
>  1 file changed, 12 deletions(-)
>
> diff --git a/Documentation/kbuild/modules.rst b/Documentation/kbuild/modules.rst
> index e0b45a257f21..a45cccff467d 100644
> --- a/Documentation/kbuild/modules.rst
> +++ b/Documentation/kbuild/modules.rst
> @@ -528,18 +528,6 @@ build.
>                 will then do the expected and compile both modules with
>                 full knowledge of symbols from either module.
>
> -       Use an extra Module.symvers file
> -               When an external module is built, a Module.symvers file
> -               is generated containing all exported symbols which are
> -               not defined in the kernel. To get access to symbols
> -               from bar.ko, copy the Module.symvers file from the
> -               compilation of bar.ko to the directory where foo.ko is
> -               built. During the module build, kbuild will read the
> -               Module.symvers file in the directory of the external
> -               module, and when the build is finished, a new
> -               Module.symvers file is created containing the sum of
> -               all symbols defined and not part of the kernel.
> -
>         Use "make" variable KBUILD_EXTRA_SYMBOLS
>                 If it is impractical to add a top-level kbuild file,
>                 you can assign a space separated list
> --
> 2.25.1
>


-- 
Best Regards
Masahiro Yamada

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ