Re: linux-next: build failure after merge of the final tree(ptrace tree related)

From: Matt Fleming
Date: Tue Aug 23 2011 - 05:16:17 EST


On Tue, 2011-08-23 at 16:03 +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the final tree, today's linux-next build (sparc64 defconfig)
> failed like this:
>
> kernel/signal.c: In function 'block_sigmask':
> kernel/signal.c:2333:26: error: 'SA_NODEFER' undeclared (first use in this function)
>
> Caused by commit 932e5a25b9cf ("signal: Add block_sigmask() for adding
> sigmask to current->blocked"). Sparc seems to use SA_NOMASK in the
> equivalent bit of code and has no SA_NODEFER definition.
>
> I discovered this after releasing linux-next today.

Ouch, my bad. Thanks for the heads up Stephen!

Guys, how about this patch?

--------8<--------