From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederik Deweerdt Subject: Re: swsusp regression [Was: 2.6.17-mm1] Date: Fri, 23 Jun 2006 11:02:06 +0200 Message-ID: <20060623090206.GA2234@slug> References: <20060621034857.35cfe36f.akpm@osdl.org> <4499BE99.6010508@gmail.com> <20060621221445.GB3798@inferi.kami.home> <20060622061905.GD15834@kroah.com> <20060622004648.f1912e34.akpm@osdl.org> <20060622160403.GB2539@slug> <20060622092506.da2a8bf4.akpm@osdl.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <20060622092506.da2a8bf4.akpm@osdl.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-pm@osdl.org List-Id: linux-pm@vger.kernel.org On Thu, Jun 22, 2006 at 09:25:06AM -0700, Andrew Morton wrote: > On Thu, 22 Jun 2006 18:04:03 +0200 > Frederik Deweerdt wrote: > = > > Thu, Jun 22, 2006 at 12:46:48AM -0700, Andrew Morton wrote: > > > I can bisect it if we're stuck, but that'll require beer or something. > > = > > FWIW, my laptop (Dell D610) gave the following results: > > 2.6.17-mm1: suspend_device(): usb_generic_suspend+0x0/0x135 [usbcore]()= returns -16 > > 2.6.17+origin.patch: suspend_device(): usb_generic_suspend+0x0/0x135 [u= sbcore]() returns -16 > = > So it's in mainline already - hence it's some recently-written thing which > was not tested in rc6-mm2. > = > > 2.6.17: oops > > 2.6.17.1: oops > = > 2.6.17 wasn't supposed to oops. Do you have details on this? > = For some reason, unknown to me, the oops won't display on the serial link := (. Here's what I could hand copy (I've suppressed printk timing information): x1b9/0x1be sys_write+0x4b/0x75 sysenter_past_esp+0x54/0x75 Code: 05 c4 52 43 c0 31 53 43 c0 c3 8b 2d 68 6e 54 c0 8b 1d 60 6e 54 c0 8b 35 6c 6e 54 c0 8b 3d 70 6e 54 c0 ff 35 74 6e 54 c0 9d c3 90 9d 2c ea ff e8 a2 ff ff ff 6a 03 e8 4c ab de ff 83 c4 04 c3 EIP: [] do_suspend_lowlevel+0x0/0x15 SS:ESP 0068:f7a0fea4 <3>BUG: sleeping function called from invalid context at include/linux/rwse= m.h:43 in_atomic():0, irqs_disabled():1 show_trace+0x20/0x22 dump_stack+0x1e/0x20 __might_sleep+0x9e/0xa6 blocking_notifier_call_chai= n+0x1e/0x5b profile_task_exit+0x21/0x23 do_exit+0x1d/0x483 do_divide_error+0x0/0xbf do_page_fault+0x3c4/0x752 error_code+0x4f/0x54 suspend_enter+0x2f/0x52 enter_state+0x4b/0x8d state_store+0xa0/0xa2 subsys_attr_store+0x37/0x41 flush_write_buffer+0x3c= /046 sysfs_write_file+0x67/0x8b vfs_write+0x1b9/0x1be sys_write+0x4b/0x75 sysenter_past_esp+0x54/0x75 This is triggered on a 2.6.17.1 kernel by: echo mem > /sys/power/state .config and dmesg are here: http://fdeweerdt.free.fr/suspend_oops/ Regards, Frederik