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) <j...@joelfernandes.org> > Reviewed-by: Martijn Coenen <m...@android.com> > Signed-off-by: Matthias Maennich <maenn...@google.com>
Reviewed-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>