Re: [PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-05-09 Thread Masahiro Yamada
tch:209: new blank line at EOF. + .git/rebase-apply/patch:848: new blank line at EOF. + warning: 3 lines add whitespace errors. Applying: MAINTAINERS: add entry for KUnit the unit testing framework Applying: kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec() Applying: MAINTAI

Re: [PATCH v2 06/17] kbuild: enable building KUnit

2019-05-09 Thread Masahiro Yamada
+= kernel/ certs/ mm/ fs/ ipc/ security/ crypto/ block/ > +core-y += kernel/ certs/ mm/ fs/ ipc/ security/ crypto/ block/ kunit/ > > vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ > $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ >

Re: [PATCH v2 06/17] kbuild: enable building KUnit

2019-05-10 Thread Masahiro Yamada
it fixed in the next revision. BTW, I applied whole of this series to my kernel.org repository. 0day bot started to report issues. I hope several reports reached you, and they are useful to fix your code. -- Best Regards Masahiro Yamada ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/mailman/listinfo/linux-nvdimm

Re: [PATCH v7 06/18] kbuild: enable building KUnit

2019-07-09 Thread Masahiro Yamada
ndan Higgins > Cc: Masahiro Yamada > Cc: Michal Marek > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Logan Gunthorpe > --- > Kconfig | 2 ++ > Makefile | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Kconfig b/Kconfig > index 48a80bea

Re: [PATCH v8 06/18] kbuild: enable building KUnit

2019-07-10 Thread Masahiro Yamada
ndan Higgins > Cc: Masahiro Yamada Please feel free to replace this with: Acked-by: Masahiro Yamada > Cc: Michal Marek > Reviewed-by: Greg Kroah-Hartman > Reviewed-by: Logan Gunthorpe -- Best Regards Masahiro Yamada ___ Linux-nvdimm mail

Re: [PATCH 4/4] modpost: do not set ->preloaded for symbols from Module.symvers

2019-10-31 Thread Masahiro Yamada
On Fri, Nov 1, 2019 at 1:51 AM Jeff Moyer wrote: > > Masahiro Yamada writes: > > > Now that there is no overwrap between symbols from ELF files and > > ones from Module.symvers. > > > > So, the 'exported twice' warning should be reported irrespective &g

Re: [PATCH 4/4] modpost: do not set ->preloaded for symbols from Module.symvers

2019-11-03 Thread Masahiro Yamada
On Sat, Nov 2, 2019 at 3:52 AM Jeff Moyer wrote: > > Masahiro Yamada writes: > > > On Fri, Nov 1, 2019 at 1:51 AM Jeff Moyer wrote: > >> > >> Masahiro Yamada writes: > >> > >> > Now that there is no overwrap between symbols from ELF files