[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190927093603.9140-1-yamada.masahiro@socionext.com>
Date: Fri, 27 Sep 2019 18:35:56 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Jessica Yu <jeyu@...nel.org>
Cc: Matthias Maennich <maennich@...gle.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Joel Fernandes <joel@...lfernandes.org>,
Martijn Coenen <maco@...roid.com>,
Will Deacon <will.deacon@....com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Michal Marek <michal.lkml@...kovi.net>,
Will Deacon <will@...nel.org>, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] module: various bug-fixes and clean-ups for module namespace
I was hit by some problems caused by the module namespace feature
that was merged recently. At least, the breakage of
external module builds is a fatal one. I just took a look at the code
closer, and I noticed some more issues and improvements.
I hope these patches are mostly OK.
The 4th patch might have room for argument since it is a trade-off
of "cleaner implermentation" vs "code size".
Masahiro Yamada (7):
modpost: fix broken sym->namespace for external module builds
module: swap the order of symbol.namespace
module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol
conflict
module: avoid code duplication in include/linux/export.h
kbuild: fix build error of 'make nsdeps' in clean tree
nsdeps: fix hashbang of scripts/nsdeps
nsdeps: make generated patches independent of locale
Makefile | 2 +-
include/linux/export.h | 104 ++++++++++++++---------------------------
kernel/module.c | 2 +-
scripts/mod/modpost.c | 20 ++++----
scripts/nsdeps | 4 +-
5 files changed, 47 insertions(+), 85 deletions(-)
--
2.17.1
Powered by blists - more mailing lists