From: Russell Currey <ruscur@russell.cc>
To: Christophe Leroy <christophe.leroy@c-s.fr>,
Michael Ellerman <mpe@ellerman.id.au>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v7 7/7] [NOT TO BE MERGED] Export sysrq_mask
Date: Tue, 21 Apr 2020 16:27:29 +1000 [thread overview]
Message-ID: <09bca39c000c8280d97738c497a2ff8859ad6868.camel@russell.cc> (raw)
In-Reply-To: <e0921561-f73f-8bc4-ac9c-2ec31d485568@c-s.fr>
On Tue, 2020-04-21 at 08:10 +0200, Christophe Leroy wrote:
> Le 20/04/2020 à 18:56, Christophe Leroy a écrit :
> > Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
> > ---
> > drivers/tty/sysrq.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/tty/sysrq.c b/drivers/tty/sysrq.c
> > index 5e0d0813da55..a0760bcd7a97 100644
> > --- a/drivers/tty/sysrq.c
> > +++ b/drivers/tty/sysrq.c
> > @@ -74,6 +74,7 @@ int sysrq_mask(void)
> > return 1;
> > return sysrq_enabled;
> > }
> > +EXPORT_SYMBOL_GPL(sysrq_mask);
>
> I don't understand, why does snowpatch still reports it can't test
> the
> patch once whereas this patch fixes the upstream build ?
We don't bother building the patch if the base build fails. The
majority of the time this is extra unnecessary work, and from what I've
seen most build upstream build breaks aren't fixed from within the
powerpc tree.
We might change this in future because you're right, it should show
that this patch fixes the build.
>
> Christophe
>
>
>
> >
> > /*
> > * A value of 1 means 'all', other nonzero values are an op mask:
> >
next prev parent reply other threads:[~2020-04-21 6:29 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 16:56 [PATCH v7 0/7] powerpc: switch VDSO to C implementation Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 1/7] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 2/7] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage() Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 3/7] powerpc/vdso: Remove unused \tmp param in __get_datapage() Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 4/7] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 5/7] powerpc/vdso: Prepare for switching VDSO to generic C implementation Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 6/7] powerpc/vdso: Switch " Christophe Leroy
2020-04-20 16:56 ` [PATCH v7 7/7] [NOT TO BE MERGED] Export sysrq_mask Christophe Leroy
2020-04-21 6:10 ` Christophe Leroy
2020-04-21 6:27 ` Russell Currey [this message]
2020-04-20 19:57 ` [PATCH v7 0/7] powerpc: switch VDSO to C implementation Arnd Bergmann
2020-04-21 6:56 ` Christophe Leroy
2020-04-21 7:35 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=09bca39c000c8280d97738c497a2ff8859ad6868.camel@russell.cc \
--to=ruscur@russell.cc \
--cc=christophe.leroy@c-s.fr \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).