Bug#628547: [regression] Debian 2.6.39 reboots when attempting to resume after hibernate

2011-05-29 Thread Paul Wise
Package: linux-2.6
Version: 2.6.39-1+b1
Severity: important

Whenever I try to resume after hibernate, Debian 2.6.39 reboots instead
of resuming. When I built upstream 2.6.39 I didn't experience this
specific issue (I did get random other problems though). When I try this
on Debian 2.6.38 there are no issues. This leads me to believe that one
of the following is at fault.

  * The diff between the Debian config and the one I used. This is
unlikely, diff below.
  * One of the Debian patches. If there were a git branch of then I
could do a bisect.
  * One of the out-of-tree modules that I used with the Debian
kernel but not the upstream kernel, because I didn't install the
kernel headers package from it. I will test this theory soon.

pabs@chianamo:~$ diff -Naur /boot/config-2.6.39-1-amd64 /boot/config-2.6.39
--- /boot/config-2.6.39-1-amd64 2011-05-24 22:46:30.0 +0800
+++ /boot/config-2.6.39 2011-05-29 10:17:23.0 +0800
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# Linux/x86 2.6.39 Kernel Configuration
-# Tue May 24 13:47:26 2011
+# Linux/x86_64 2.6.39 Kernel Configuration
+# Sun May 29 08:06:49 2011
 #
 CONFIG_64BIT=y
 # CONFIG_X86_32 is not set
@@ -3871,6 +3871,7 @@
 CONFIG_SND_OXYGEN=m
 CONFIG_SND_CS4281=m
 CONFIG_SND_CS46XX=m
+CONFIG_SND_CS46XX_NEW_DSP=y
 CONFIG_SND_CS5530=m
 CONFIG_SND_CS5535AUDIO=m
 CONFIG_SND_CTXFI=m
@@ -4603,6 +4604,8 @@
 CONFIG_XVMALLOC=y
 CONFIG_ZRAM=m
 # CONFIG_ZRAM_DEBUG is not set
+# CONFIG_WLAGS49_H2 is not set
+# CONFIG_WLAGS49_H25 is not set
 # CONFIG_FB_SM7XX is not set
 # CONFIG_VIDEO_DT3155 is not set
 # CONFIG_CRYSTALHD is not set
@@ -5028,7 +5031,6 @@
 CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_FRAME_WARN=2048
 CONFIG_MAGIC_SYSRQ=y
-CONFIG_MAGIC_SYSRQ_DEFAULT_MASK=0x01b6
 CONFIG_STRIP_ASM_SYMS=y
 CONFIG_UNUSED_SYMBOLS=y
 CONFIG_DEBUG_FS=y

-- Package-specific info:
** Version:
Linux version 2.6.39-1-amd64 (Debian 2.6.39-1) 
(buildd_amd64-bra...@buildd.debian.org) (gcc version 4.4.6 (Debian 4.4.6-3) ) 
#1 SMP Tue May 24 14:34:19 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/chianamo-root ro quiet 
loglevel=0 init=/bin/systemd

** Tainted: O (4096)
 * Out-of-tree module has been loaded.

** Kernel log:
[   66.656600] modem-manager[1985]: info  Loaded plugin Ericsson MBM
[   66.656814] modem-manager[1985]: info  Loaded plugin Nokia
[   66.657038] modem-manager[1985]: info  Loaded plugin Novatel
[   66.657261] modem-manager[1985]: info  Loaded plugin Samsung
[   66.657483] modem-manager[1985]: info  Loaded plugin AnyData
[   66.657708] modem-manager[1985]: info  Loaded plugin Huawei
[   66.657952] modem-manager[1985]: info  Loaded plugin Option High-Speed
[   66.658183] modem-manager[1985]: info  Loaded plugin Generic
[   66.658412] modem-manager[1985]: info  Loaded plugin MotoC
[   66.658687] modem-manager[1985]: info  Loaded plugin Longcheer
[   66.658911] modem-manager[1985]: info  Loaded plugin X22X
[   66.659140] modem-manager[1985]: info  Loaded plugin Wavecom
[   66.748176] polkitd[1989]: started daemon version 0.101 using authority 
implementation `local' version `0.101'
[   66.754220] NetworkManager[1701]: info monitoring kernel firmware 
directory '/lib/firmware'.
[   66.754232] NetworkManager[1701]: SCPlugin-Ifupdown: init!
[   66.754241] NetworkManager[1701]: SCPlugin-Ifupdown: update_system_hostname
[   66.754248] NetworkManager[1701]: SCPluginIfupdown: management mode: 
unmanaged
[   66.754255] NetworkManager[1701]: SCPlugin-Ifupdown: devices added (path: 
/sys/devices/pci:00/:00:19.0/net/eth0, iface: eth0)
[   66.754264] NetworkManager[1701]: SCPlugin-Ifupdown: device added (path: 
/sys/devices/pci:00/:00:19.0/net/eth0, iface: eth0): no ifupdown 
configuration found.
[   66.754275] NetworkManager[1701]: SCPlugin-Ifupdown: devices added (path: 
/sys/devices/pci:00/:00:1c.4/:02:00.0/net/wlan0, iface: wlan0)
[   66.754286] NetworkManager[1701]: SCPlugin-Ifupdown: device added (path: 
/sys/devices/pci:00/:00:1c.4/:02:00.0/net/wlan0, iface: wlan0): no 
ifupdown configuration found.
[   66.754296] NetworkManager[1701]: SCPlugin-Ifupdown: devices added (path: 
/sys/devices/virtual/net/lo, iface: lo)
[   66.754305] NetworkManager[1701]: SCPlugin-Ifupdown: device added (path: 
/sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
[   66.754313] NetworkManager[1701]: SCPlugin-Ifupdown: devices added (path: 
/sys/devices/virtual/net/vboxnet0, iface: vboxnet0)
[   66.754436] NetworkManager[1701]: SCPlugin-Ifupdown: device added (path: 
/sys/devices/virtual/net/vboxnet0, iface: vboxnet0): no ifupdown configuration 
found.
[   66.754477] NetworkManager[1701]: SCPlugin-Ifupdown: end _init.
[   66.754522] NetworkManager[1701]: info Loaded plugin ifupdown: (C) 2008 
Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
[   66.755161] NetworkManager[1701]: info Loaded plugin keyfile: (c) 

Bug#628547: [regression] Debian 2.6.39 reboots when attempting to resume after hibernate

2011-05-29 Thread Paul Wise
retitle 628547 breaks resume from hibernate with Linux 2.6.39
reassign 628547 virtualbox-ose-dkms
thanks

On Mon, 2011-05-30 at 10:44 +0800, Paul Wise wrote:

   * One of the out-of-tree modules that I used with the Debian
 kernel but not the upstream kernel, because I didn't install the
 kernel headers package from it. I will test this theory soon.

Looks like this theory was correct, when I remove the VirtualBox kernel
modules this issue no longer occurs. Reassigning there.

It appears this might be fixed with version 4.0.6 of VirtualBox.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part