The patch titled
     ptrace needs PROC_FS
has been added to the -mm tree.  Its filename is
     ptrace-needs-proc_fs.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: ptrace needs PROC_FS
From: Randy Dunlap <[EMAIL PROTECTED]>

CONFIG_PTRACE needs PROC_FS; with CONFIG_PROC_FS=n (x86_64):

  LD      .tmp_vmlinux1
kernel/built-in.o: In function `ptrace_start':
ptrace.c:(.text+0x300f9): undefined reference to `ptrace_may_attach'
make: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 init/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN init/Kconfig~ptrace-needs-proc_fs init/Kconfig
--- a/init/Kconfig~ptrace-needs-proc_fs
+++ a/init/Kconfig
@@ -650,7 +650,7 @@ config UTRACE
 config PTRACE
        bool "Legacy ptrace system call interface"
        default y
-       depends on UTRACE
+       depends on UTRACE && PROC_FS
        help
          Enable the ptrace system call.
          This is traditionally used by debuggers like GDB,
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

romfs-printk-format-warnings.patch
git-drm.patch
git-libata-all.patch
git-netdev-all.patch
fusion-kernel-doc-warning-fixes.patch
unionfs-sioq-not-__exit.patch
i386-fix-gdts-number-of-quadwords-in.patch
scripts-kernel-doc-whitespace-cleanup.patch
ptrace-needs-proc_fs.patch
some-grammatical-fixups-and-additions-to-atomich-kernel-doc.patch
profile-likely-unlikely-macros.patch

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

Reply via email to