login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
May
»
30
Re: [RFC] Try a bit harder to get output on the screen at panic time
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Maxim Levitsky
Subject:
Re: [RFC] Try a bit harder to get output on the screen at panic time
Date: Sunday, May 30, 2010 - 7:48 am
On Sat, 2010-05-22 at 01:26 +0300, Maxim Levitsky wrote:
quoted text
> On Fri, 2010-05-21 at 15:02 -0700, Jesse Barnes wrote: > > On Sat, 22 May 2010 00:57:30 +0300 > > Maxim Levitsky <maximlevitsky@gmail.com> wrote: > > > > > On Fri, 2010-05-21 at 00:14 +0300, Maxim Levitsky wrote: > > > > On Thu, 2010-05-20 at 09:28 -0700, Jesse Barnes wrote: > > > > > On Thu, 20 May 2010 04:27:07 +0300 > > > > > Maxim Levitsky <maximlevitsky@gmail.com> wrote: > > > > > > > > > > > On Thu, 2010-05-20 at 04:13 +0300, Maxim Levitsky wrote: > > > > > > > On Wed, 2010-05-19 at 17:34 -0700, Jesse Barnes wrote: > > > > > > > > On Fri, 9 Apr 2010 15:10:50 -0700 > > > > > > > > Jesse Barnes <jbarnes@virtuousgeek.org> wrote: > > > > > > > > > > > > > > > > > This set of 3 patches makes it a little more likely we'll get panic > > > > > > > > > output onto the screen even when X is running, assuming a KMS enabled > > > > > > > > > stack anyway. > > > > > > > > > > > > > > > > > > It gets me from a blank or very sparsely populated black screen at > > > > > > > > > panic time, to one including the full backtrace and panic output at > > > > > > > > > panic time (tested with "echo c > /proc/sysrq-trigger" from an X > > > > > > > > > session). > > > > > > > > > > > > > > > > > > It doesn't cover every case; for instance I think it'll fail when X has > > > > > > > > > disabled the display, but those cases need to be handled with separate > > > > > > > > > patches anyway (need to add atomic DPMS paths for instance). > > > > > > > > > > > > > > > > > > Anyway, please test these out and let me know if they work for you. > > > > > > > > > > > > > > > > Ping Linus & Dave again. Have you guys tried these? Really, it's cool. > > > > > > > > > > > > > > > Second that, just tested these patches, and these work perfectly. > > > > > > > One more reason for me to dump nvidia driver for nouveau. > > > > > > > > > > > > > > > > > > Unfortunately I spoke too soon. > > > > > > > > > > > > > > > > > > After suspend to ram, system doesn't properly resume now. > > > > > > > > > > > > My system is based on nvidia G86, I use latest nouveau drivers, and > > > > > > suspend with compiz running. > > > > > > > > > > > > I also patched kernel not to do vt switch on suspend/resume: > > > > > > > > > > > > diff --git a/drivers/gpu/drm/nouveau/nouveau_state.c > > > > > > b/drivers/gpu/drm/nouveau/nouveau_state.c > > > > > > index 062b7f6..b3ef08b 100644 > > > > > > --- a/drivers/gpu/drm/nouveau/nouveau_state.c > > > > > > +++ b/drivers/gpu/drm/nouveau/nouveau_state.c > > > > > > @@ -31,6 +31,7 @@ > > > > > > #include "drm_crtc_helper.h" > > > > > > #include <linux/vgaarb.h> > > > > > > #include <linux/vga_switcheroo.h> > > > > > > +#include <linux/suspend.h> > > > > > > > > > > > > #include "nouveau_drv.h" > > > > > > #include "nouveau_drm.h" > > > > > > @@ -771,6 +772,8 @@ int nouveau_load(struct drm_device *dev, unsigned > > > > > > long flags) > > > > > > int ret = nouveau_card_init(dev); > > > > > > if (ret) > > > > > > return ret; > > > > > > + > > > > > > + pm_set_vt_switch(0); > > > > > > } > > > > > > > > > > > > return 0; > > > > > > > > > > Hm I don't see how my patches would have affected suspend/resume, since > > > > > they just add "oops_in_progress" checks to a few places. Are you sure > > > > > something else isn't breaking your resume path? > > > > I am sure. I just reverted them, and everything works again. > > > > I refer to 3 patches in this thread. > > > In fact I might look a bit silly, but I applied these patches on top of > > > linus master tree + nouveau master, and suspend to ram works just fine. > > > > > > Maybe it shows up when kgdb+kdb isn't compiled in or so. > > > Maybe it just triggered some bug in nouveau drivers... > > > > > > > > > (Note that I also enabled kgdb, and kdb, and breaking into kdb (SysRQ+g) > > > doesn't switch console mode, just hangs till I press 'g'. > > > > Ok so it sounds like these particular patches are innocent? > > > > As for kdb, I think the latest tree is probably missing the graphics > > switch support on the driver side... > In what part? nouveau or kdb? > > Screen does switch to text mode and displays the backtrace on 'panic' > (Tested with sysrq+c). > (If kdb is enabled, screen doesn't switch, but allowing kdb to continue > via 'g' command eventually breaks into it.)
Ping. Best regards, Maxim Levitsky --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[RFC] Try a bit harder to get output on the screen at pani ...
, Jesse Barnes
, (Fri Apr 9, 3:10 pm)
[PATCH] drm: add locked variant of drm_fb_helper_force_ker ...
, Jesse Barnes
, (Fri Apr 9, 3:11 pm)
[PATCH] vt: try harder to print output when panicing
, Jesse Barnes
, (Fri Apr 9, 3:12 pm)
[PATCH] fbcon: assume console is active if panicing
, Jesse Barnes
, (Fri Apr 9, 3:12 pm)
Re: [PATCH] drm: add locked variant of drm_fb_helper_force ...
, Dave Airlie
, (Sun Apr 11, 5:05 pm)
Re: [PATCH] drm: add locked variant of drm_fb_helper_force ...
, Jesse Barnes
, (Mon Apr 12, 8:46 am)
Re: [PATCH] drm: add locked variant of drm_fb_helper_force ...
, Jesse Barnes
, (Mon Apr 12, 9:05 am)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Jesse Barnes
, (Mon Apr 19, 3:05 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Jesse Barnes
, (Wed May 19, 5:34 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Wed May 19, 6:13 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Wed May 19, 6:27 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Jesse Barnes
, (Thu May 20, 9:28 am)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Thu May 20, 2:14 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Fri May 21, 2:57 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Jesse Barnes
, (Fri May 21, 3:02 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Fri May 21, 3:26 pm)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Maxim Levitsky
, (Sun May 30, 7:48 am)
Re: [RFC] Try a bit harder to get output on the screen at ...
, James Simmons
, (Sun Jun 6, 9:36 am)
Re: [RFC] Try a bit harder to get output on the screen at ...
, Jesse Barnes
, (Tue Jun 8, 4:20 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v2 11/11] sched: update tg->shares after cpu.shares write
Ingo Molnar
Re: [RFC] Cpu-hotplug: Using the Process Freezer (try2)
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Eric W. Biederman
Re: init's children list is long and slows reaping children.
Jeffrey V. Merkey
Re: Versioning file system
git
:
Matthieu Moy
Re: Bugs in Gitosis
Daniel Barkalow
Re: About git and the use of SHA-1
David Lang
Re: mingw, windows, crlf/lf, and git
Shawn O. Pearce
Re: Bugs in Gitosis
Junio C Hamano
Re: [PATCH 14/21] Convert ce_path_match() to use struct pathspec
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
Cong Wang
Re: [PATCH] s2io: add dynamic LRO disable support
Tobacco New Year Promo
Eric Dumazet
Re: [PATCH] net: implement emergency route cache rebulds when gc_elasticity is exc...
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
of/flattree: merge early_init_dt_scan_memory() common code
Linux Kernel Mailing List
b43: N-PHY: add some registers and structs definitions
Linux Kernel Mailing List
powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Tony Abernethy
Re: The Atheros story in much fewer words
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate