+ signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: signal-use-build_bug-instead-of-_nsig_words_is_unsupported_size.fix
has been added to the -mm tree.  Its filename is
     signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Subject: signal-use-build_bug-instead-of-_nsig_words_is_unsupported_size.fix

Fixes signal-use-build_bug-instead-of-_nsig_words_is_unsupported_size.patch
which caused the build failure on powerpc.

Add missing "include <linux/bug.h>" which defines BUILD_BUG()
used by that patch.

Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/linux/signal.h |    1 +
 1 file changed, 1 insertion(+)

diff -puN include/linux/signal.h~signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix include/linux/signal.h
--- a/include/linux/signal.h~signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix
+++ a/include/linux/signal.h
@@ -2,6 +2,7 @@
 #define _LINUX_SIGNAL_H
 
 #include <linux/list.h>
+#include <linux/bug.h>
 #include <uapi/linux/signal.h>
 
 struct task_struct;
_

Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are

prctl-pr_set_mm-introduce-pr_set_mm_map-operation-v4-fix.patch
signal-use-build_bug-instead-of-_nsig_words_is_unsupported_sizefix.patch
try-to-use-automatic-variable-in-kexec-purgatory-makefile.patch
linux-next.patch
watchdog-control-hard-lockup-detection-default-fix-2.patch
kernel-forkc-export-kernel_thread-to-modules.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux