First  |  Prev |  Next  |  Last
Pages: 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472
[PATCH] x86: auditsyscall: fix fastpath return value after reschedule
The following changes since commit cd5b8f8755a89a57fc8c408d284b8b613f090345: Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 (2010-07-21 09:31:15 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/frob/linux-2.6-roland.git x8... 21 Jul 2010 21:19
[PATCH 2/5] repair gdbstub to match the gdbserial protocol specification
The gdbserial protocol handler should return an empty packet instead of an error string when ever it responds to a command it does not implement. The problem cases come from a debugger client sending qTBuffer, qTStatus, qSearch, qSupported. The incorrect response from the gdbstub leads the debugger clients to ... 21 Jul 2010 21:19
[PATCH 3/5] Fix merge regression from external kdb to upstream kdb
In the process of merging kdb to the mainline, the kdb lsmod command stopped printing the base load address of kernel modules. This is needed for using kdb in conjunction with external tools such as gdb. Simply restore the functionality by adding a kdb_printf for the base load address of the kernel modules. S... 21 Jul 2010 21:19
[PATCH 5/5] sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
The kdb code should not toggle the sysrq state in case an end user wants to try and resume the normal kernel execution. Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> Acked-by: Dmitry Torokhov <dmitry.torokhov(a)gmail.com> --- drivers/char/sysrq.c | 2 +- include/linux/sysrq.h | 1 + ... 21 Jul 2010 21:19
[PATCH 1/5] kdb: break out of kdb_ll() when command is terminated
From: Martin Hicks <mort(a)sgi.com> Without this patch the "ll" linked-list traversal command won't terminate when you hit q/Q. Signed-off-by: Martin Hicks <mort(a)sgi.com> Signed-off-by: Jason Wessel <jason.wessel(a)windriver.com> --- kernel/debug/kdb/kdb_main.c | 3 +++ 1 files changed, 3 insertions(+), 0 de... 21 Jul 2010 21:19
[PATCH 4/5] debug_core,kdb: fix kgdb_connected bit set in the wrong place
Immediately following an exit from the kdb shell the kgdb_connected variable should be set to zero, unless there are breakpoints planted. If the kgdb_connected variable is not zeroed out with kdb, it is impossible to turn off kdb. This patch is merely a work around for now, the real fix will check for the breakp... 21 Jul 2010 21:19
[GIT PULL] kgdb regression fixes for 2.6.35-rc5
Linus, please pull the for_linus branch for 2.6.35-rc5. git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus The following patch set covers cleaning up problems that have been found since the merge of kdb to the 2.6.35-rc1 kernel. Thanks, Jason. --- Jason Wessel (4): ... 21 Jul 2010 21:19
(none)
I am Tomo Sand, I have a business deal of $40 million for you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 21 Jul 2010 21:19
SystemTap release 1.3
The systemtap team announces release 1.3. integrated compile-server client, automatic structure pretty-printing, much faster & better stack backtraces (user and kernel space), interesting new sample scripts, prototype debuginfo-less <sys/sdt.h> userspace markers, kernel versions 2.6.9 through 2.6.35-rc... 21 Jul 2010 21:19
drivercore/of: Add OF style matching to platform bus
On Wed, Jul 21, 2010 at 05:39:54PM -0600, Grant Likely wrote: As part of the merge between platform bus and of_platform bus, add the ability to do of-style matching to the platform bus. Signed-off-by: Grant Likely <grant.likely(a)secretlab.ca> CC: Greg Kroah-Hartman <gregkh(a)suse.de> CC: Michal Simek <m... 21 Jul 2010 21:19
First  |  Prev |  Next  |  Last
Pages: 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472