Re: [PATCH v2 0/6] module: various bug-fixes and clean-ups for module namespace

2019-10-07 Thread Jessica Yu
+++ Masahiro Yamada [03/10/19 16:58 +0900]: 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 (some are nit-picking).

[PATCH v2 0/6] module: various bug-fixes and clean-ups for module namespace

2019-10-03 Thread Masahiro Yamada
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 (some are nit-picking). V2: - I dropped "module: avoid code duplicat