- sysctl-move-utsname-sysctls-to-their-own-file-fix-2.patch removed from -mm tree

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

 



The patch titled
     sysctl-move-utsname-sysctls-to-their-own-file-fix 2
has been removed from the -mm tree.  Its filename was
     sysctl-move-utsname-sysctls-to-their-own-file-fix-2.patch

This patch was dropped because it was folded into sysctl-move-utsname-sysctls-to-their-own-file.patch

------------------------------------------------------
Subject: sysctl-move-utsname-sysctls-to-their-own-file-fix 2
From: ebiederm@xxxxxxxxxxxx (Eric W. Biederman)

akpm@xxxxxxxx writes:

> The patch titled
>      compile and link utsname_sysctl.o
> has been added to the -mm tree.  Its filename is
>      sysctl-move-utsname-sysctls-to-their-own-file-fix.patch
>
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
>
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
>
> ------------------------------------------------------
> Subject: compile and link utsname_sysctl.o
> From: Laurent Riffard <laurent.riffard@xxxxxxx>
>
> The utsname stuff has been moved from kernel/sysctl.c to the new file
> utsname_sysctl.c. Let's use it...

Andrew I just looked at the original version of this patch that
went out from mm-commits and the appropriate makefile change was in
it.  It looks like somewhere in the chaos the makefile change got
lost.  Resolving conflicting patches perhaps?

Anyway here is just the original makefile change hunk taken
from the original patch.  I prefer it this way primarily
because it doesn't make sense to compile this file if we are
not compiling sysctl support into the kernel.

kernel/Makefile

Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 kernel/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff -puN kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix-2 kernel/Makefile
--- a/kernel/Makefile~sysctl-move-utsname-sysctls-to-their-own-file-fix-2
+++ a/kernel/Makefile
@@ -47,6 +47,7 @@ obj-$(CONFIG_GENERIC_HARDIRQS) += irq/
 obj-$(CONFIG_SECCOMP) += seccomp.o
 obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
 obj-$(CONFIG_RELAY) += relay.o
+obj-$(CONFIG_SYSCTL) += utsname_sysctl.o
 obj-$(CONFIG_UTS_NS) += utsname.o
 obj-$(CONFIG_TASK_DELAY_ACCT) += delayacct.o
 obj-$(CONFIG_TASKSTATS) += taskstats.o tsacct.o
_

Patches currently in -mm which might be from laurent.riffard@xxxxxxx are

sysctl-move-utsname-sysctls-to-their-own-file.patch
sysctl-move-utsname-sysctls-to-their-own-file-fix-2.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