Re: linux-next: Tree for Sep 19 (UML)

2023-09-19 Thread Nick Desaulniers
On Tue, Sep 19, 2023 at 08:42:07AM -0700, Randy Dunlap wrote: > > > On 9/18/23 23:37, Stephen Rothwell wrote: > > Hi all, > > > > Changes since 20230918: > > > > New tree: kvm-ppc > > > > The mm tree gained a boot warning for which I reverted 5 commits. > > > > Non-merge commits (relative to

Re: missing separator. Stop. after rebuild

2023-08-08 Thread Nick Desaulniers
On Tue, Aug 8, 2023 at 11:02 AM Masahiro Yamada wrote: > > On Wed, Aug 9, 2023 at 2:31 AM Nick Desaulniers > wrote: > > > > $ wget > > https://download.01.org/0day-ci/archive/20230808/202308081050.szew4cq5-...@intel.com/config > > -O .config > > $ ma

Re: [PATCH v2 2/2] UML: use obj-y to descend into arch/um/*/

2023-08-08 Thread Nick Desaulniers
61...@kernel.org/T/#m7bc402e1e038f00ebcf2e92ed7fcb8a52fc1ea44 > > Signed-off-by: Masahiro Yamada This resolves an issue I reported (but doesn't seem to be on lore for linux-kbuild...) Reviewed-by: Nick Desaulniers Tested-by: Nick Desaulniers > --- > > Changes in v2: > - Rephase the commit log

[PATCH] um: fix 3 instances of -Wmissing-prototypes

2023-08-08 Thread Nick Desaulniers
it 18 | void slirp_init(struct net_device *dev, void *data) | ^ | static Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202308081050.szew4cq5-...@intel.com/ Signed-off-by: Nick Desaulniers --- arch/um/drivers/slirp_kern.c | 2 +- arch/um/drivers/xterm_kern.c

[PATCH] um: port_kern: fix -Wmissing-variable-declarations

2023-08-08 Thread Nick Desaulniers
so give it static storage. Reported-by: kernel test robot Closes: https://lore.kernel.org/llvm/202308081050.szew4cq5-...@intel.com/ Signed-off-by: Nick Desaulniers --- arch/um/drivers/port_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/drivers/port_kern.c b/ar

[PATCH v2] uml: audio: fix -Wmissing-variable-declarations

2023-08-08 Thread Nick Desaulniers
test robot Closes: https://lore.kernel.org/llvm/202308081050.szew4cq5-...@intel.com/ Signed-off-by: Nick Desaulniers --- Changes in v2: - Fix kbuild test report lore link. - Link to v1: https://lore.kernel.org/r/20230808-um_hostaudio-v1-1-3d40fbe1f...@google.com --- arch/um/drivers/hostaudio_kern.c

Re: [PATCH] uml: audio: fix -Wmissing-variable-declarations

2023-08-08 Thread Nick Desaulniers
On Tue, Aug 8, 2023 at 10:21 AM Nick Desaulniers wrote: > > I'm looking to enable -Wmissing-variable-declarations behind W=1. 0day > bot spotted the following instance: > > arch/um/drivers/hostaudio_kern.c:316:3: warning: no previous extern > declaration for non-stati

[PATCH] uml: audio: fix -Wmissing-variable-declarations

2023-08-08 Thread Nick Desaulniers
test robot Closes: https://lore.kernel.org/llvm/202308081000.ttl1eltr-...@intel.com/ Signed-off-by: Nick Desaulniers --- arch/um/drivers/hostaudio_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/um/drivers/hostaudio_kern.c b/arch/um/drivers/hostaudio_kern.c index 5b064d36

Re: [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost

2023-06-22 Thread Nick Desaulniers
3192 > > # good: [92e74fb6e6196d642505ae2b74a8e327202afef9] scripts/kallsyms: > > constify long_options > > git bisect good 92e74fb6e6196d642505ae2b74a8e327202afef9 > > # good: [92e2921eeafdfca9acd9b83f07d2b7ca099bac24] ARC: define ASM_NL and > > __ALIGN(_STR) outside

Re: [PATCH v7 03/11] kbuild: generate KSYMTAB entries by modpost

2023-06-09 Thread Nick Desaulniers
by: Masahiro Yamada Thanks for the patch! Reviewed-by: Nick Desaulniers -- Thanks, ~Nick Desaulniers ___ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um

Re: [PATCH v7 11/11] linux/export.h: rename 'sec' argument to 'license'

2023-06-09 Thread Nick Desaulniers
'license'. > > Signed-off-by: Masahiro Yamada Thanks for the patch! Reviewed-by: Nick Desaulniers > --- > > Changes in v7: > - New patch > > include/linux/export.h | 8 > include/linux/pm.h | 6 +++--- > 2 files changed, 7 insertions(+), 7

Re: [PATCH v7 10/11] modpost: show offset from symbol for section mismatch warnings

2023-06-09 Thread Nick Desaulniers
t; It is better to show the offset from the symbol. > > Signed-off-by: Masahiro Yamada Thanks for the patch! Reviewed-by: Nick Desaulniers > --- > > scripts/mod/modpost.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/scripts/mod/modpost.c b/

Re: [PATCH v7 01/11] Revert "[PATCH] uml: export symbols added by GCC hardened"

2023-06-09 Thread Nick Desaulniers
because UML cannot > enable the stack-protector in the first place! (Please note UML does > not select HAVE_STACKPROTECTOR in Kconfig.) > > So, the code is already broken (and unused) in multiple ways. > > Just remove. > > Signed-off-by: Masahiro Yamada Thanks for the patch!

Re: [PATCH v2] arch: um: Mark the stack non-executable to fix a binutils warning

2022-09-21 Thread Nick Desaulniers
x27;t clean skas_ptregs.h. > diff --git a/arch/x86/um/vdso/Makefile b/arch/x86/um/vdso/Makefile > index 8c0396fd0e6f..6fbe97c52c99 100644 > --- a/arch/x86/um/vdso/Makefile > +++ b/arch/x86/um/vdso/Makefile > @@ -65,7 +65,7 @@ quiet_cmd_vdso = VDSO$@ > -