From: blaisorblade@yahoo.it
To: akpm@osdl.org
Cc: jdike@addtoit.com, linux-kernel@vger.kernel.org,
user-mode-linux-devel@lists.sourceforge.net,
blaisorblade@yahoo.it
Subject: [uml-devel] [patch 10/12] uml: add kconfig debug deps
Date: Tue, 22 Mar 2005 17:21:41 +0100 [thread overview]
Message-ID: <20050322162142.16F94C4B86@zion> (raw)
Add some needed dependencies for some debug options and hide the MAGIC_SYSRQ
option for UML, since it displays this option in another menu.
Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---
linux-2.6.11-paolo/arch/um/Kconfig.debug | 6 +++---
linux-2.6.11-paolo/lib/Kconfig.debug | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff -puN arch/um/Kconfig.debug~uml-kbuild-debug-deps arch/um/Kconfig.debug
--- linux-2.6.11/arch/um/Kconfig.debug~uml-kbuild-debug-deps 2005-03-22 10:28:03.000000000 +0100
+++ linux-2.6.11-paolo/arch/um/Kconfig.debug 2005-03-22 10:30:46.000000000 +0100
@@ -8,7 +8,7 @@ config FRAME_POINTER
config PT_PROXY
bool "Enable ptrace proxy"
- depends on XTERM_CHAN && DEBUG_INFO
+ depends on XTERM_CHAN && DEBUG_INFO && MODE_TT
help
This option enables a debugging interface which allows gdb to debug
the kernel without needing to actually attach to kernel threads.
@@ -16,7 +16,7 @@ config PT_PROXY
config GPROF
bool "Enable gprof support"
- depends on DEBUG_INFO
+ depends on DEBUG_INFO && MODE_SKAS
help
This allows profiling of a User-Mode Linux kernel with the gprof
utility.
@@ -29,7 +29,7 @@ config GPROF
config GCOV
bool "Enable gcov support"
- depends on DEBUG_INFO
+ depends on DEBUG_INFO && MODE_SKAS
help
This option allows developers to retrieve coverage data from a UML
session.
diff -puN lib/Kconfig.debug~uml-kbuild-debug-deps lib/Kconfig.debug
--- linux-2.6.11/lib/Kconfig.debug~uml-kbuild-debug-deps 2005-03-22 10:28:03.000000000 +0100
+++ linux-2.6.11-paolo/lib/Kconfig.debug 2005-03-22 10:30:50.000000000 +0100
@@ -17,7 +17,7 @@ config DEBUG_KERNEL
config MAGIC_SYSRQ
bool "Magic SysRq key"
- depends on DEBUG_KERNEL
+ depends on DEBUG_KERNEL && !UML
help
If you say Y here, you will have some control over the system even
if the system crashes for example during kernel debugging (e.g., you
_
-------------------------------------------------------
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
reply other threads:[~2005-03-22 17:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20050322162142.16F94C4B86@zion \
--to=blaisorblade@yahoo.it \
--cc=akpm@osdl.org \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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