| Date | Tue, 13 Aug 2019 14:40:57 +0200 | From | Greg KH <> | Subject | Re: [PATCH v2 01/10] module: support reading multiple values per modinfo tag |
| |
On Tue, Aug 13, 2019 at 01:16:58PM +0100, Matthias Maennich wrote: > Similar to modpost's get_next_modinfo(), introduce get_next_modinfo() in > kernel/module.c to acquire any further values associated with the same > modinfo tag name. That is useful for any tags that have multiple > occurrences (such as 'alias'), but is in particular introduced here as > part of the symbol namespaces patch series to read the (potentially) > multiple namespaces a module is importing. > > Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org> > Reviewed-by: Martijn Coenen <maco@android.com> > Signed-off-by: Matthias Maennich <maennich@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|