From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261239AbUGETSs (ORCPT ); Mon, 5 Jul 2004 15:18:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261252AbUGETSs (ORCPT ); Mon, 5 Jul 2004 15:18:48 -0400 Received: from fmr01.intel.com ([192.55.52.18]:7838 "EHLO hermes.fm.intel.com") by vger.kernel.org with ESMTP id S261239AbUGETSq (ORCPT ); Mon, 5 Jul 2004 15:18:46 -0400 Subject: Re: register dump when press scroll lock From: Len Brown To: Marcel Sebek Cc: linux-kernel@vger.kernel.org In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1089055122.15671.65.camel@dhcppc4> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 05 Jul 2004 15:18:42 -0400 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2004-07-03 at 06:25, Marcel Sebek wrote: > I run 2.6.7 kernel. > > Steps to reproduce: > Switch keyboard by "Pause/Break" key from English to Czech map (or > another > second keymap, I also tried Slovak). Then press scrolllock. The > following > is printed out and scrlock led state is untouched: > > Pid: 0, comm: swapper > EIP: 0060:[] CPU: 0 > EIP is at acpi_processor_idle+0xd4/0x1c7 > EFLAGS: 00000212 Not tainted (2.6.7) > EAX: 00cf9366 EBX: 00004008 ECX: 00cf90da EDX: 00004008 > ESI: cffd28b0 EDI: c0467e80 EBP: cffd2800 DS: 007b ES: 007b > CR0: 8005003b CR2: 080b7f40 CR3: 0ca85000 CR4: 000002d0 > [] cpu_idle+0x2c/0x40 > [] start_kernel+0x13c/0x160 > [] unknown_bootoption+0x0/0x110 > > EIP is at c01e5382 or c01e5361. Here is the asm code from gdb: > > 0xc01e5355 : cmp $0x3,%eax > 0xc01e5358 : je 0xc01e539f > ... You're in the ACPI idle loop, which is normal. Why it prints this stuff out is probably answered someplace in the CONFIG_MAGIC_SYSRQ code. -Len