Andrew Morton wrote:In this case you do not have to disable kgdb, but just disable the kgdb test suite. Certainly I would be interested to know where it is failing as it would indicate that there is a regression that is caused by a change that occurred somewhere else in the kernel or a latent defect in kgdb was triggered. The kgdb test suite exercises a number of kernel fault systems as well as arch specific single stepping when it runs and when it fails it is likely worth it to track down which test failed and why. If you are looking to bypass the kgdb test suite you have two options. The kernel option that runs the tests on boot (which is not on by default) is CONFIG_KGDB_TESTS_ON_BOOT, and make sure this is off. You can turn off the tests in an already compiled kernel that had the testing turned on with boot by adding the boot argument with nothing on the other side of the = sign of the kgdbts paramter. Like: kgdbts= In terms of debugging what happened, if you have console output you can save, please do send me the output of kernel boot with the kernel boot argument: kgdbts=V2 That enables verbose logging of exactly what is going on and will show where wheels fall off the cart. If the kernel is dying silently it means the early exception code has completely failed in some way on the kernel architecture that was selected, and of course the .config is always useful in this case. Thanks, Jason. --
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Greg KH | Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan... |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Parag Warudkar | BUG: soft lockup - CPU#1 stuck for 15s! [swapper:0] |
git: | |
| Jakub Narebski | Re: VCS comparison table |
| Jakub Narebski | Git User's Survey 2007 unfinished summary continued |
| Linus Torvalds | I'm a total push-over.. |
| Marco Costalba | Decompression speed: zip vs lzo |
| Richard Stallman | Real men don't attack straw men |
| GVG GVG | ssh_exchange_identification: Connection closed by remote host |
| Marcos Laufer | dmesg IBM x3650 OpenBSD 4.3 |
| Bill Chmura | SSL Certs on Carp'd web servers |
| Denys Fedoryshchenko | thousands of classes, e1000 TX unit hang |
| Steve French | Fwd: [PATCH] Fix CIFS compilation with CONFIG_KEYS unset |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Treason Uncloaked | 3 hours ago | Linux kernel |
| Shared swap partition | 14 hours ago | Linux general |
| high memory | 2 days ago | Linux kernel |
| semaphore access speed | 2 days ago | Applications and Utilities |
| the kernel how to power off the machine | 2 days ago | Linux kernel |
| Easter Eggs in windows XP | 2 days ago | Windows |
| Root password | 2 days ago | Linux general |
| Where/when DNOTIFY is used? | 2 days ago | Linux kernel |
| How to convert Linux Kernel built-in module into a loadable module | 2 days ago | Linux kernel |
| Linux 2.6.24 and I/O schedulers | 2 days ago | Linux kernel |
