[uml-user] [PATCH 0/4] kbuild: refactor Makefile inclusion

2015-03-28 Thread Masahiro Yamada
Masahiro Yamada (4): kbuild: use relative path to include Makefile kbuild: use relative path more to include Makefile kbuild: include $(src)/Makefile rather than $(obj)/Makefile kbuild: ia64: use $(src)/Makefile.gate rather than particular path Makefile | 22

[uml-user] [PATCH 2/4] kbuild: use relative path more to include Makefile

2015-03-28 Thread Masahiro Yamada
"sub-make" target. Signed-off-by: Masahiro Yamada --- Makefile | 22 ++ arch/mips/Makefile | 2 +- arch/um/Makefile | 6 +++--- arch/x86/Makefile| 2 +- arch/x86/Makefile.um | 2 +- 5 files changed, 16 insertions(+), 18 deletions(-) dif

Re: [uml-user] [PATCH] um: Include kbuild.h instead of duplicating its macros

2017-04-18 Thread Masahiro Yamada
E(sym, offsetof(struct str, mem)); >>> - >>> void foo(void) >>> { >>> #include >>> -- >> >> Ping, any comment on this patch? > > Looks good, nothing exploded while a quick test. > I'll queue it for the next merge