Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume [Bug 10319]

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Stefan Seyfried
Date: Thursday, April 17, 2008 - 11:20 am

Romano Giannetti schrieb:

can you try if this patch to libx86 (make sure it gets installed and used...)
fixes the problem?

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) {


Especially the userspace stuff (VBE_*) should not interfere with the restoring
now done inside the kernel drivers.

-- 
Stefan Seyfried
R&D Team Mobile Devices            |              "Any ideas, John?"
SUSE LINUX Products GmbH, Nürnberg | "Well, surrounding them's out."

This footer brought to you by insane German lawmakers:
SUSE Linux Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
2.6.25-rc8-git2: Reported regressions from 2.6.24, Rafael J. Wysocki, (Thu Apr 3, 3:49 pm)
TUNER_TDA8290=y, VIDEO_DEV=n build error, Rafael J. Wysocki, (Thu Apr 3, 4:20 pm)
[2.6.25-rc6] possible regression: X server dying, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
regression: am-utils stopped working in 2.6.25-rc*, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
Linux 2.6.25-rc6: WARNING: at net/ipv4/tcp_input.c:2510, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
inconsistent lock state in net_rx_action, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
kernel panic ip_route_input, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
rt2x00 does not associate or give scan results, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
panic using bridging on linus kernel 2.6.25-rc6, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc6 regression - hang on resume, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
volume wheel does not work in 2.6.25-rc6, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
[BUG] Linux 2.6.25-rc6 - kernel BUG at fs/mpage.c:476! on ..., Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n ..., Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
INFO: possible circular locking in the resume, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
kvm: INFO: inconsistent lock state, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-current-git hangs on boot (pci=nommconf helps), Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc2-git4 - Kernel oops while running kernbench and ..., Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
Oops while reading /proc/ioports or /proc/iomem, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc7/8: Another resume regression, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc5.git4 regression PS/2 mouse not detected/working, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
Kernel freezes during boot when AC is unplugged, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc7: warn_on_slowpath triggered, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
slub compile error, Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
usb-storage, error reading the last 8 sectors, regression ..., Rafael J. Wysocki, (Thu Apr 3, 4:22 pm)
2.6.25-rc6-git2: warn_on_slowpath for tcp_simple_retransmit, Rafael J. Wysocki, (Thu Apr 3, 4:30 pm)
Re: 2.6.25-rc8-git2: Reported regressions from 2.6.24, Linus Torvalds, (Thu Apr 3, 4:59 pm)
RE: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Pallipadi, Venkatesh, (Thu Apr 3, 5:14 pm)
Re: kernel panic ip_route_input, David Miller, (Thu Apr 3, 6:06 pm)
Re: inconsistent lock state in net_rx_action, David Miller, (Thu Apr 3, 6:06 pm)
Re: slub compile error, Christoph Lameter, (Thu Apr 3, 6:37 pm)
Re: 2.6.25-rc8-git2: Reported regressions from 2.6.24, Andrew Morton, (Thu Apr 3, 9:39 pm)
Re: INFO: possible circular locking in the resume, Gautham R Shenoy, (Thu Apr 3, 10:20 pm)
Re: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Soeren Sonnenburg, (Thu Apr 3, 11:05 pm)
Re: regression: am-utils stopped working in 2.6.25-rc*, Meelis Roos, (Thu Apr 3, 11:15 pm)
Re: 2.6.25-rc6 regression - hang on resume, Soeren Sonnenburg, (Thu Apr 3, 11:31 pm)
Re: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Soeren Sonnenburg, (Thu Apr 3, 11:32 pm)
RE: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Pallipadi, Venkatesh, (Thu Apr 3, 11:38 pm)
Re: 2.6.25-current-git hangs on boot (pci=nommconf helps), Soeren Sonnenburg, (Fri Apr 4, 12:24 am)
Re: TUNER_TDA8290=y, VIDEO_DEV=n build error, Adrian Bunk, (Fri Apr 4, 1:47 am)
Re: TUNER_TDA8290=y, VIDEO_DEV=n build error, Rafael J. Wysocki, (Fri Apr 4, 2:37 am)
Re: kernel panic ip_route_input, Rafael J. Wysocki, (Fri Apr 4, 2:41 am)
Re: slub compile error, Rafael J. Wysocki, (Fri Apr 4, 2:45 am)
Re: 2.6.25-rc7/8: Another resume regression, Mark Lord, (Fri Apr 4, 7:11 am)
RE: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Pallipadi, Venkatesh, (Fri Apr 4, 7:25 am)
Re: Linux 2.6.25-rc6: WARNING: at net/ipv4/tcp_input.c:2510, Georgi Chorbadzhiyski, (Fri Apr 4, 8:14 am)
RE: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Pallipadi, Venkatesh, (Fri Apr 4, 10:37 am)
RE: 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDL ..., Soeren Sonnenburg, (Fri Apr 4, 10:42 am)
Re: 2.6.25-rc8-git2: Reported regressions from 2.6.24, Linus Torvalds, (Sat Apr 5, 11:57 am)
Re: 2.6.25-rc8-git2: Reported regressions from 2.6.24, Rafael J. Wysocki, (Sun Apr 6, 2:10 pm)
Re: TUNER_TDA8290=y, VIDEO_DEV=n build error, Adrian Bunk, (Sun Apr 6, 2:43 pm)
Re: TUNER_TDA8290=y, VIDEO_DEV=n build error, Rafael J. Wysocki, (Sun Apr 6, 2:59 pm)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Romano Giannetti, (Mon Apr 7, 12:16 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Rafael J. Wysocki, (Mon Apr 7, 2:10 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Romano Giannetti, (Tue Apr 8, 5:35 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Soeren Sonnenburg, (Tue Apr 8, 5:39 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Fabio Comolli, (Tue Apr 8, 5:52 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Soeren Sonnenburg, (Tue Apr 8, 6:32 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Matthew Garrett, (Tue Apr 8, 7:41 am)
Re: 2.6.25-rc6 regression - hang on resume [Bug 10319], Jesse Barnes, (Tue Apr 8, 8:07 am)
Re: 2.6.25-rc6 regression - hang on resume, Pavel Machek, (Fri Apr 11, 2:04 pm)
Re: 2.6.25-rc6 regression - hang on resume, Rafael J. Wysocki, (Fri Apr 11, 2:08 pm)
Re: 2.6.25-rc6 regression - hang on resume, Soeren Sonnenburg, (Sat Apr 12, 12:27 am)
Re: 2.6.25-rc6 regression - hang on resume, Pavel Machek, (Sun Apr 13, 1:53 am)
Re: 2.6.25-rc6 regression - hang on resume, Soeren Sonnenburg, (Sun Apr 13, 5:05 am)
Re: 2.6.25-rc6 regression - hang on resume, Rafael J. Wysocki, (Sun Apr 13, 6:53 am)
Re: 2.6.25-rc6 regression - hang on resume, Soeren Sonnenburg, (Sun Apr 13, 9:18 am)
Re: 2.6.25-rc6 regression - hang on resume, Soeren Sonnenburg, (Sun Apr 13, 9:30 am)
Re: 2.6.25-rc6 regression - hang on resume, Rafael J. Wysocki, (Sun Apr 13, 9:38 am)
Re: 2.6.25-rc6 regression - hang on resume, Pavel Machek, (Sun Apr 13, 2:33 pm)
Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume ..., Stefan Seyfried, (Thu Apr 17, 11:20 am)
Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume ..., Soeren Sonnenburg, (Thu Apr 17, 12:49 pm)
Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume ..., Romano Giannetti, (Fri Apr 18, 12:34 am)
Re: [Suspend-devel] 2.6.25-rc6 regression - hang on resume ..., Soeren Sonnenburg, (Fri Apr 18, 1:32 am)