mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>, Lubos Lunak <l.lunak@suse.cz>,
	Jan Kara <jack@suse.cz>, Petr Cvek <petr.cvek@tul.cz>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Adrian Bunk <bunk@kernel.org>,
	Natalie Protasevich <protasnb@gmail.com>
Subject: Re: 2.6.25-rc8-git2: Reported regressions from 2.6.24
Date: Thu, 3 Apr 2008 21:39:37 -0700	[thread overview]
Message-ID: <20080403213937.8344433e.akpm@linux-foundation.org> (raw)
In-Reply-To: <alpine.LFD.1.00.0804031649470.14670@woody.linux-foundation.org>

On Thu, 3 Apr 2008 16:59:02 -0700 (PDT) Linus Torvalds <torvalds@linux-foundation.org> wrote:

> 
> 
> On Fri, 4 Apr 2008, Rafael J. Wysocki wrote:
> > 
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10390
> > Subject		: Oops while reading /proc/ioports or /proc/iomem
> > Submitter	: Jan Kara <jack@suse.cz>
> > Date		: 2008-04-03 15:25 (1 days old)
> > References	: http://lkml.org/lkml/2008/4/3/149
> 
> This sounds very much like some module registered IO ports/memory and was 
> then unloaded without unregistering them.
> 
> It's a bit hard to guess which module it is, though. The oops says "[last 
> unloaded: parport]", so that's likely to be the area.
> 
> So I *suspect* this patch might be relevant. Bug apparently introduced in 
> f63fd7e299ee13da071ecfce2b90b58c5e1562b1 ("parport_pc: detection for 
> SuperIO IT87XX POST") by Petr Cvek.
> 
> Petr?
> 
> 		Linus
> 
> ---
>  drivers/parport/parport_pc.c |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/parport/parport_pc.c b/drivers/parport/parport_pc.c
> index d76d37b..a858089 100644
> --- a/drivers/parport/parport_pc.c
> +++ b/drivers/parport/parport_pc.c
> @@ -1568,9 +1568,8 @@ static void __devinit detect_and_report_it87(void)
>  		outb(r | 8, 0x2F);
>  		outb(0x02, 0x2E);	/* Lock */
>  		outb(0x02, 0x2F);
> -
> -		release_region(0x2e, 1);
>  	}
> +	release_region(0x2e, 1);
>  }
>  #endif /* CONFIG_PARPORT_PC_SUPERIO */

Looks very correct to me.

  reply	other threads:[~2008-04-04  4:40 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-03 22:49 Rafael J. Wysocki
2008-04-03 23:20 ` TUNER_TDA8290=y, VIDEO_DEV=n build error Rafael J. Wysocki
2008-04-04  8:47   ` Adrian Bunk
2008-04-04  9:37     ` Rafael J. Wysocki
2008-04-06 21:43       ` Adrian Bunk
2008-04-06 21:59         ` Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-current-git hangs on boot (pci=nommconf helps) Rafael J. Wysocki
2008-04-04  7:24   ` Soeren Sonnenburg
2008-04-03 23:22 ` Linux 2.6.25-rc6: WARNING: at net/ipv4/tcp_input.c:2510 Rafael J. Wysocki
2008-04-04 15:14   ` Georgi Chorbadzhiyski
2008-04-03 23:22 ` volume wheel does not work in 2.6.25-rc6 Rafael J. Wysocki
2008-04-03 23:22 ` panic using bridging on linus kernel 2.6.25-rc6 Rafael J. Wysocki
2008-04-03 23:22 ` inconsistent lock state in net_rx_action Rafael J. Wysocki
2008-04-04  1:06   ` David Miller
2008-04-03 23:22 ` rt2x00 does not associate or give scan results Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc6 regression - hang on resume Rafael J. Wysocki
2008-04-04  6:31   ` Soeren Sonnenburg
2008-04-07  7:16     ` 2.6.25-rc6 regression - hang on resume [Bug 10319] Romano Giannetti
2008-04-07  9:10       ` Rafael J. Wysocki
2008-04-08  8:58         ` Tino Keitel
2008-04-08 12:35           ` Romano Giannetti
2008-04-08 12:39             ` Soeren Sonnenburg
2008-04-08 12:52               ` Fabio Comolli
2008-04-08 13:32                 ` Soeren Sonnenburg
2008-04-08 14:41             ` Matthew Garrett
2008-04-08 15:07               ` Jesse Barnes
2008-04-17 18:20       ` [Suspend-devel] " Stefan Seyfried
2008-04-17 19:49         ` Soeren Sonnenburg
2008-04-18  7:34         ` Romano Giannetti
2008-04-18  8:32           ` Soeren Sonnenburg
2008-04-11 21:04     ` 2.6.25-rc6 regression - hang on resume Pavel Machek
2008-04-11 21:08       ` Rafael J. Wysocki
2008-04-12  7:27       ` Soeren Sonnenburg
2008-04-13  8:53         ` Pavel Machek
2008-04-13 12:05           ` Soeren Sonnenburg
2008-04-13 21:33             ` Pavel Machek
2008-04-13 13:53           ` Rafael J. Wysocki
2008-04-13 16:18             ` Soeren Sonnenburg
2008-04-13 16:30             ` Soeren Sonnenburg
2008-04-13 16:38               ` Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n - Apple Rafael J. Wysocki
2008-04-04  0:14   ` Pallipadi, Venkatesh
2008-04-04  1:10     ` Carlos R. Mafra
2008-04-04  3:15       ` Ray Lee
2008-04-04  6:05         ` Soeren Sonnenburg
2008-04-04 11:47         ` Carlos R. Mafra
2008-04-04 12:10           ` Soeren Sonnenburg
2008-04-04 12:46             ` Carlos R. Mafra
2008-04-04 14:25           ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n -Apple Pallipadi, Venkatesh
2008-04-04 15:51             ` Carlos R. Mafra
2008-04-04 17:37               ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n-Apple Pallipadi, Venkatesh
2008-04-04 17:42                 ` Soeren Sonnenburg
2008-04-04 20:41               ` Pallipadi, Venkatesh
2008-04-05 13:05                 ` Carlos R. Mafra
2008-04-06 21:01                   ` Rafael J. Wysocki
2008-04-06 22:07                     ` Carlos R. Mafra
2008-04-06 23:20                       ` Rafael J. Wysocki
2008-04-07  5:30                         ` Soeren Sonnenburg
2008-04-06 20:56                 ` Carlos R. Mafra
2008-04-07  5:31                   ` Pallipadi, Venkatesh
2008-04-07  5:48                     ` Soeren Sonnenburg
2008-04-07 11:46                     ` Carlos R. Mafra
2008-04-09 10:50                     ` Carlos R. Mafra
2008-04-04  6:32   ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n - Apple Soeren Sonnenburg
2008-04-04  6:38     ` 2.6.25-current-git hangs on boot unless CONFIG_CPU_IDLE=n -Apple Pallipadi, Venkatesh
2008-04-03 23:22 ` INFO: possible circular locking in the resume Rafael J. Wysocki
2008-04-04  5:20   ` Gautham R Shenoy
2008-04-03 23:22 ` [BUG] Linux 2.6.25-rc6 - kernel BUG at fs/mpage.c:476! on powerpc Rafael J. Wysocki
2008-04-03 23:22 ` regression: am-utils stopped working in 2.6.25-rc* Rafael J. Wysocki
2008-04-04  6:15   ` Meelis Roos
2008-04-03 23:22 ` [2.6.25-rc6] possible regression: X server dying Rafael J. Wysocki
2008-04-03 23:22 ` KVM &amp; Qemu crashed with infinite recursive kernel loop in the guest Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc2-git4 - Kernel oops while running kernbench and tbench on powerpc Rafael J. Wysocki
2008-04-03 23:22 ` kvm: INFO: inconsistent lock state Rafael J. Wysocki
2008-04-03 23:22 ` kernel panic ip_route_input Rafael J. Wysocki
2008-04-04  1:06   ` David Miller
2008-04-04  9:41     ` Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-git regression with snd-hda-intel on Dell XPS M1330, no analog sound Rafael J. Wysocki
2008-04-05 19:49   ` Bill Davidsen
2008-04-03 23:22 ` rc6+ regression - backlight reset to 0 on boot after 7c0ea45be4f114d85ee35caeead8e1660699c46f Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc7/8: Another resume regression Rafael J. Wysocki
2008-04-04 14:11   ` Mark Lord
2008-04-03 23:22 ` Oops while reading /proc/ioports or /proc/iomem Rafael J. Wysocki
2008-04-03 23:22 ` Kernel freezes during boot when AC is unplugged Rafael J. Wysocki
2008-04-03 23:22 ` 2.6.25-rc7: warn_on_slowpath triggered Rafael J. Wysocki
2008-04-03 23:22 ` usb-storage, error reading the last 8 sectors, regression in 2.6.25-rc7 Rafael J. Wysocki
2008-04-03 23:22 ` The never ending BEEEEP/__smp_call_function_mask with 2.6.25-rc7 Rafael J. Wysocki
2008-04-04  1:49   ` Chr
2008-04-03 23:22 ` 2.6.25-rc5.git4 regression PS/2 mouse not detected/working Rafael J. Wysocki
2008-04-04 13:33   ` Thomas Gleixner
2008-04-04 15:32     ` Balaji Rao
2008-04-04 18:18       ` Thomas Gleixner
2008-04-03 23:22 ` slub compile error Rafael J. Wysocki
2008-04-04  1:37   ` Christoph Lameter
2008-04-04  9:45     ` Rafael J. Wysocki
2008-04-03 23:30 ` 2.6.25-rc6-git2: warn_on_slowpath for tcp_simple_retransmit Rafael J. Wysocki
2008-04-03 23:59 ` 2.6.25-rc8-git2: Reported regressions from 2.6.24 Linus Torvalds
2008-04-04  4:39   ` Andrew Morton [this message]
2008-04-05 18:57 ` Linus Torvalds
2008-04-06 21:10   ` Rafael J. Wysocki
     [not found] ` <pdYe6zNQVl.A.-CB.KGW9HB@albercik>
2008-04-06  7:29   ` (regression) kernel/timeconst.h bugs with HZ=128 David Brownell
2008-04-06 17:58     ` H. Peter Anvin

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=20080403213937.8344433e.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=bunk@kernel.org \
    --cc=jack@suse.cz \
    --cc=l.lunak@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=petr.cvek@tul.cz \
    --cc=protasnb@gmail.com \
    --cc=rjw@sisk.pl \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome