linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Christophe Leroy <christophe.leroy@c-s.fr>
To: Michael Ellerman <mpe@ellerman.id.au>,
	Russell Currey <ruscur@russell.cc>
Cc: linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v7 7/7] [NOT TO BE MERGED] Export sysrq_mask
Date: Tue, 21 Apr 2020 08:10:19 +0200	[thread overview]
Message-ID: <e0921561-f73f-8bc4-ac9c-2ec31d485568@c-s.fr> (raw)
In-Reply-To: <f6397e32f9ac69cc8ddd1d566cc385165ced21c8.1587401492.git.christophe.leroy@c-s.fr>


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 ?

Christophe



>   
>   /*
>    * A value of 1 means 'all', other nonzero values are an op mask:
> 

  reply	other threads:[~2020-04-21  6:12 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 [this message]
2020-04-21  6:27     ` Russell Currey
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=e0921561-f73f-8bc4-ac9c-2ec31d485568@c-s.fr \
    --to=christophe.leroy@c-s.fr \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mpe@ellerman.id.au \
    --cc=ruscur@russell.cc \
    /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).