All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arjan van de Ven <arjan@infradead.org>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, linux-kernel@vger.kernel.org, alsa-devel@vger.kernel.org
Subject: Re: General protection fault when unloading snd_hda_intel on 2.6.30-rc1+
Date: Sat, 11 Apr 2009 14:39:50 -0700	[thread overview]
Message-ID: <20090411143950.3429ebc0@infradead.org> (raw)
In-Reply-To: <20090411210336.GA15272@Pilar.aei.mpg.de>

On Sat, 11 Apr 2009 23:03:36 +0200
"Carlos R. Mafra" <crmafra2@gmail.com> wrote:

> From: "Carlos R. Mafra" <crmafra2@gmail.com>
> To: Arjan van de Ven <arjan@infradead.org>
> Cc: linux-kernel@vger.kernel.org, tiwai@suse.de,
> alsa-devel@vger.kernel.org Subject: Re: General protection fault when
> unloading snd_hda_intel on 2.6.30-rc1+ Date: Sat, 11 Apr 2009
> 23:03:36 +0200 User-Agent: Mutt/1.5.18 (2008-05-17)
> 
> On Sat 11.Apr'09 at 13:20:33 -0700, Arjan van de Ven wrote:
>  [...]
  
  
 	asm volatile("bt %2,%1\n\t" 
*ffffffff8044bf90:	0f a3 77 20          	bt     %esi,0x20(%rdi) |  %edi = 697665646632785c  %esi = 5 <--- faulting instruction
 ffffffff8044bf94:	19 c0                	sbb    %eax,%eax 
 static struct input_handler *input_table[8]; 
  
 static inline int is_event_supported(unsigned int code, 
 				     unsigned long *bm, unsigned int max) 
 { 
 	return code <= max && test_bit(code, bm); 
 ffffffff8044bf96:	85 c0                	test   %eax,%eax 
 ffffffff8044bf98:	74 e0                	je     ffffffff8044bf7a <input_event+0x2a> 
 { 
 	unsigned long flags; 
  
 	if (is_event_supported(type, dev->evbit, EV_MAX)) { 




so... "dev" is pointing evbit at... 697665646632785 which looks like grabage.

-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org

WARNING: multiple messages have this Message-ID (diff)
From: Arjan van de Ven <arjan@infradead.org>
To: "Carlos R. Mafra" <crmafra2@gmail.com>
Cc: linux-kernel@vger.kernel.org, tiwai@suse.de, alsa-devel@vger.kernel.org
Subject: Re: General protection fault when unloading snd_hda_intel on 2.6.30-rc1+
Date: Sat, 11 Apr 2009 14:39:50 -0700	[thread overview]
Message-ID: <20090411143950.3429ebc0@infradead.org> (raw)
In-Reply-To: <20090411210336.GA15272@Pilar.aei.mpg.de>

On Sat, 11 Apr 2009 23:03:36 +0200
"Carlos R. Mafra" <crmafra2@gmail.com> wrote:

> From: "Carlos R. Mafra" <crmafra2@gmail.com>
> To: Arjan van de Ven <arjan@infradead.org>
> Cc: linux-kernel@vger.kernel.org, tiwai@suse.de,
> alsa-devel@vger.kernel.org Subject: Re: General protection fault when
> unloading snd_hda_intel on 2.6.30-rc1+ Date: Sat, 11 Apr 2009
> 23:03:36 +0200 User-Agent: Mutt/1.5.18 (2008-05-17)
> 
> On Sat 11.Apr'09 at 13:20:33 -0700, Arjan van de Ven wrote:
>  [...]
  
  
 	asm volatile("bt %2,%1\n\t" 
*ffffffff8044bf90:	0f a3 77 20          	bt     %esi,0x20(%rdi) |  %edi = 697665646632785c  %esi = 5 <--- faulting instruction
 ffffffff8044bf94:	19 c0                	sbb    %eax,%eax 
 static struct input_handler *input_table[8]; 
  
 static inline int is_event_supported(unsigned int code, 
 				     unsigned long *bm, unsigned int max) 
 { 
 	return code <= max && test_bit(code, bm); 
 ffffffff8044bf96:	85 c0                	test   %eax,%eax 
 ffffffff8044bf98:	74 e0                	je     ffffffff8044bf7a <input_event+0x2a> 
 { 
 	unsigned long flags; 
  
 	if (is_event_supported(type, dev->evbit, EV_MAX)) { 




so... "dev" is pointing evbit at... 697665646632785 which looks like grabage.

-- 
Arjan van de Ven 	Intel Open Source Technology Centre
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org

  reply	other threads:[~2009-04-11 21:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11 19:36 General protection fault when unloading snd_hda_intel on 2.6.30-rc1+ Carlos R. Mafra
2009-04-11 20:20 ` Arjan van de Ven
2009-04-11 20:20   ` Arjan van de Ven
2009-04-11 21:03   ` Carlos R. Mafra
2009-04-11 21:39     ` Arjan van de Ven [this message]
2009-04-11 21:39       ` Arjan van de Ven
2009-04-12  0:33       ` Michal Jaegermann
2009-04-12  1:58         ` General protection fault when unloading snd_hda_intel on 2.6.30-rc1+ (bisected) Carlos R. Mafra
2009-04-12  1:58         ` Carlos R. Mafra
2009-04-12  0:33       ` General protection fault when unloading snd_hda_intel on 2.6.30-rc1+ Michal Jaegermann
2009-04-11 21:03   ` Carlos R. Mafra
2009-04-14 14:27 ` Takashi Iwai
2009-04-14 14:27   ` Takashi Iwai
2009-04-14 16:21   ` Carlos R. Mafra
2009-04-14 16:21   ` Carlos R. Mafra
2009-04-15 11:04     ` Takashi Iwai
2009-04-15 11:04       ` [alsa-devel] " Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2009-04-11 19:36 Carlos R. Mafra

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=20090411143950.3429ebc0@infradead.org \
    --to=arjan@infradead.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=alsa-devel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    /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.