[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4473cefb-9099-114c-2d7d-7714738b01a1@linux.com>
Date: Wed, 14 Aug 2019 00:11:02 +0300
From: Denis Efremov <efremov@...ux.com>
To: Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: Michal Marek <michal.lkml@...kovi.net>,
Emil Velikov <emil.l.velikov@...il.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v5] modpost: check for static EXPORT_SYMBOL* functions
On 13.08.2019 19:07, Masahiro Yamada wrote:
> Hi Denis,
>
> I squashed the following fix-up.
>
>
> diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c
> index 3e6d36ddfcdf..2773f9f9bae2 100644
> --- a/scripts/mod/modpost.c
> +++ b/scripts/mod/modpost.c
> @@ -2386,6 +2386,7 @@ static void read_dump(const char *fname,
> unsigned int kernel)
> s = sym_add_exported(symname, mod, export_no(export));
> s->kernel = kernel;
> s->preloaded = 1;
> + s->is_static = 0;
> sym_update_crc(symname, mod, crc, export_no(export));
> }
> release_file(file, size);
Hi!
Thank you very much indeed.
Best regards,
Denis
Powered by blists - more mailing lists