All of lore.kernel.org
 help / color / mirror / Atom feed
From: Soeren Sonnenburg <kernel@nn7.de>
To: Stefan Seyfried <seife@suse.de>
Cc: Romano Giannetti <romanol@upcomillas.es>,
	"Rafael J\. Wysocki" <rjw@sisk.pl>,
	suspend-devel@lists.sourceforge.net,
	Jesse Barnes <jesse.barnes@intel.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	bugme-daemon@bugzilla.kernel.org
Subject: Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume [Bug	10319]
Date: Thu, 17 Apr 2008 21:49:40 +0200	[thread overview]
Message-ID: <1208461780.17078.5.camel@localhost> (raw)
In-Reply-To: <480794D4.9020503@suse.de>

On Thu, 2008-04-17 at 20:20 +0200, Stefan Seyfried wrote:
> Romano Giannetti schrieb:
> > 
> > On Fri, 2008-04-04 at 08:31 +0200, Soeren Sonnenburg wrote:
> >> On Fri, 2008-04-04 at 01:22 +0200, Rafael J. Wysocki wrote:
> > 
> >>> Bug-Entry   : http://bugzilla.kernel.org/show_bug.cgi?id=10319
> >>> Subject             : 2.6.25-rc6 regression - hang on resume
> >>> Submitter   : Soeren Sonnenburg <kernel@nn7.de>
> >>> Date                : 2008-03-25 04:44 (10 days old)
> >> Yes. The machine resumes and display stays black using s2ram -f -p
> >> (blindly typing reboot etc on keyboard does what is expected).
> However
> >> display comes back on 2.6.24.
> > 
> > I can add that on my laptop (toshiba U305, Intel 945GM chipset),
> s2ram
> > -f -p -m which used to work ok, in X and console, in 2.6.24 stopped
> to
> > work (I tested -rc8, but I think it's like that since a long time).
> > Machine resumes but the screen stays off after that, although
> machine is
> > working (exactly as Soeren said). 
> 
> can you try if this patch to libx86 (make sure it gets installed and
> used...)
> fixes the problem?

for me it won't (core 1 duo), not clear whether his toshiba is a core 2
duo though supporting that flag...

anyway I tried again with the patch and 2.6.25 and same thing, display
stays black on console. then i s2ram'd again and - the display came
back!!

all my further attempts never made it come back... however from inside X
it works now (radeonhd...).

> Index: libx86-0.99/x86-common.c
> ===================================================================
> --- libx86-0.99.orig/x86-common.c
> +++ libx86-0.99/x86-common.c
> @@ -232,7 +232,7 @@ int LRMI_common_init(void)
>         }
> 
>         m = mmap((void *)0xa0000, 0x100000 - 0xa0000,
> -        PROT_READ | PROT_WRITE,
> +        PROT_READ | PROT_WRITE | PROT_EXEC,
>          MAP_FIXED | MAP_SHARED, fd_mem, 0xa0000);
> 
>         if (m == (void *)-1) {
> 
> > On the other hand, now the plain "echo mem > /sys/power/state" works
> > perfectly, from X and console. So some of the magic vbe save/restore
> of
> > s2ram mess something up for this card. 
> 
> Especially the userspace stuff (VBE_*) should not interfere with the
> restoring
> now done inside the kernel drivers.

Hmmhh maybe when the radeon(hd) fb driver enters the kernel it will work
for me nicely again...

Soeren

  reply	other threads:[~2008-04-17 19:49 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-03 22:49 2.6.25-rc8-git2: Reported regressions from 2.6.24 Rafael J. Wysocki
2008-04-03 23:20 ` TUNER_TDA8290=y, VIDEO_DEV=n build error Rafael J. Wysocki
2008-04-04  8:47   ` Adrian Bunk
2008-04-04  9:37     ` Rafael J. Wysocki
2008-04-06 21:43       ` Adrian Bunk
2008-04-06 21:59         ` Rafael J. Wysocki
2008-04-03 23:22 ` kernel panic ip_route_input Rafael J. Wysocki
2008-04-04  1:06   ` David Miller
2008-04-04  9:41     ` Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-git regression with snd-hda-intel on Dell XPS M1330, no analog sound Rafael J. Wysocki
2008-04-05 19:49   ` Bill Davidsen
2008-04-03 23:22 ` volume wheel does not work in 2.6.25-rc6 Rafael J. Wysocki
2008-04-03 23:22 ` panic using bridging on linus kernel 2.6.25-rc6 Rafael J. Wysocki
2008-04-03 23:22 ` rt2x00 does not associate or give scan results Rafael J. Wysocki
2008-04-03 23:22 ` Linux 2.6.25-rc6: WARNING: at net/ipv4/tcp_input.c:2510 Rafael J. Wysocki
2008-04-04 15:14   ` Georgi Chorbadzhiyski
2008-04-03 23:22 ` 2.6.25-current-git hangs on boot (pci=nommconf helps) Rafael J. Wysocki
2008-04-04  7:24   ` Soeren Sonnenburg
2008-04-03 23:22 ` [BUG] Linux 2.6.25-rc6 - kernel BUG at fs/mpage.c:476! on powerpc Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc6 regression - hang on resume Rafael J. Wysocki
2008-04-04  6:31   ` Soeren Sonnenburg
2008-04-07  7:16     ` 2.6.25-rc6 regression - hang on resume [Bug 10319] Romano Giannetti
2008-04-07  9:10       ` Rafael J. Wysocki
2008-04-08  8:58         ` Tino Keitel
2008-04-08 12:35           ` Romano Giannetti
2008-04-08 12:39             ` Soeren Sonnenburg
2008-04-08 12:52               ` Fabio Comolli
2008-04-08 13:32                 ` Soeren Sonnenburg
2008-04-08 14:41             ` Matthew Garrett
2008-04-08 15:07               ` Jesse Barnes
2008-04-17 18:20       ` [Suspend-devel] " Stefan Seyfried
2008-04-17 19:49         ` Soeren Sonnenburg [this message]
2008-04-18  7:34         ` Romano Giannetti
2008-04-18  8:32           ` Soeren Sonnenburg
2008-04-11 21:04     ` 2.6.25-rc6 regression - hang on resume Pavel Machek
2008-04-11 21:08       ` Rafael J. Wysocki
2008-04-12  7:27       ` Soeren Sonnenburg
2008-04-13  8:53         ` Pavel Machek
2008-04-13 12:05           ` Soeren Sonnenburg
2008-04-13 21:33             ` Pavel Machek
2008-04-13 13:53           ` Rafael J. Wysocki
2008-04-13 16:18             ` Soeren Sonnenburg
2008-04-13 16:30             ` Soeren Sonnenburg
2008-04-13 16:38               ` Rafael J. Wysocki
2008-04-03 23:22 ` INFO: possible circular locking in the resume Rafael J. Wysocki
2008-04-04  5:20   ` Gautham R Shenoy
2008-04-03 23:22 ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n - Apple Rafael J. Wysocki
2008-04-04  0:14   ` Pallipadi, Venkatesh
2008-04-04  1:10     ` Carlos R. Mafra
2008-04-04  3:15       ` Ray Lee
2008-04-04  6:05         ` Soeren Sonnenburg
2008-04-04 11:47         ` Carlos R. Mafra
2008-04-04 12:10           ` Soeren Sonnenburg
2008-04-04 12:46             ` Carlos R. Mafra
2008-04-04 14:25           ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n -Apple Pallipadi, Venkatesh
2008-04-04 15:51             ` Carlos R. Mafra
2008-04-04 17:37               ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n-Apple Pallipadi, Venkatesh
2008-04-04 17:42                 ` Soeren Sonnenburg
2008-04-04 20:41               ` Pallipadi, Venkatesh
2008-04-05 13:05                 ` Carlos R. Mafra
2008-04-06 21:01                   ` Rafael J. Wysocki
2008-04-06 22:07                     ` Carlos R. Mafra
2008-04-06 23:20                       ` Rafael J. Wysocki
2008-04-07  5:30                         ` Soeren Sonnenburg
2008-04-06 20:56                 ` Carlos R. Mafra
2008-04-07  5:31                   ` Pallipadi, Venkatesh
2008-04-07  5:48                     ` Soeren Sonnenburg
2008-04-07 11:46                     ` Carlos R. Mafra
2008-04-09 10:50                     ` Carlos R. Mafra
2008-04-04  6:32   ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n - Apple Soeren Sonnenburg
2008-04-04  6:38     ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n -Apple Pallipadi, Venkatesh
2008-04-03 23:22 ` inconsistent lock state in net_rx_action Rafael J. Wysocki
2008-04-04  1:06   ` David Miller
2008-04-03 23:22 ` KVM &amp; Qemu crashed with infinite recursive kernel loop in the guest Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc2-git4 - Kernel oops while running kernbench and tbench on powerpc Rafael J. Wysocki
2008-04-03 23:22 ` kvm: INFO: inconsistent lock state Rafael J. Wysocki
2008-04-03 23:22 ` [2.6.25-rc6] possible regression: X server dying Rafael J. Wysocki
2008-04-03 23:22 ` regression: am-utils stopped working in 2.6.25-rc* Rafael J. Wysocki
2008-04-04  6:15   ` Meelis Roos
2008-04-03 23:22 ` slub compile error Rafael J. Wysocki
2008-04-04  1:37   ` Christoph Lameter
2008-04-04  9:45     ` Rafael J. Wysocki
2008-04-03 23:22 ` rc6+ regression - backlight reset to 0 on boot after 7c0ea45be4f114d85ee35caeead8e1660699c46f Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc7: warn_on_slowpath triggered Rafael J. Wysocki
2008-04-03 23:22 ` Kernel freezes during boot when AC is unplugged Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc5.git4 regression PS/2 mouse not detected/working Rafael J. Wysocki
2008-04-04 13:33   ` Thomas Gleixner
2008-04-04 15:32     ` Balaji Rao
2008-04-04 18:18       ` Thomas Gleixner
2008-04-03 23:22 ` usb-storage, error reading the last 8 sectors, regression in 2.6.25-rc7 Rafael J. Wysocki
2008-04-03 23:22 ` The never ending BEEEEP/__smp_call_function_mask with 2.6.25-rc7 Rafael J. Wysocki
2008-04-04  1:49   ` Chr
2008-04-03 23:22 ` 2.6.25-rc7/8: Another resume regression Rafael J. Wysocki
2008-04-04 14:11   ` Mark Lord
2008-04-03 23:22 ` Oops while reading /proc/ioports or /proc/iomem Rafael J. Wysocki
2008-04-03 23:30 ` 2.6.25-rc6-git2: warn_on_slowpath for tcp_simple_retransmit Rafael J. Wysocki
2008-04-03 23:59 ` 2.6.25-rc8-git2: Reported regressions from 2.6.24 Linus Torvalds
2008-04-04  4:39   ` Andrew Morton
2008-04-05 18:57 ` Linus Torvalds
2008-04-06 21:10   ` Rafael J. Wysocki
     [not found] ` <pdYe6zNQVl.A.-CB.KGW9HB@albercik>
2008-04-06  7:29   ` (regression) kernel/timeconst.h bugs with HZ=128 David Brownell
2008-04-06 17:58     ` H. Peter Anvin

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=1208461780.17078.5.camel@localhost \
    --to=kernel@nn7.de \
    --cc=bugme-daemon@bugzilla.kernel.org \
    --cc=jesse.barnes@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    --cc=romanol@upcomillas.es \
    --cc=seife@suse.de \
    --cc=suspend-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.