public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"Riccardo" <goric@trivenet.it>
Subject: Re: [Bug #10749] the system doesn't shutdown
Date: Mon, 26 May 2008 00:19:09 +0200	[thread overview]
Message-ID: <200805260019.09846.bzolnier@gmail.com> (raw)
In-Reply-To: <TW_YzGo9TFP.A.w4C.BeIOIB@albercik>


Hi,

On Saturday 24 May 2008, Rafael J. Wysocki wrote:
> This message has been generated automatically as a part of a report
> of recent regressions.
> 
> The following bug entry is on the current list of known regressions
> from 2.6.25.  Please verify if it still should be listed.
> 
> 
> Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=10749
> Subject		: the system doesn't shutdown
> Submitter	: Riccardo <goric@trivenet.it>
> Date		: 2008-05-19 09:00 (6 days old)

Riccardo, thanks for bisecting the problem.  Could you also attach dmesgs
for "good" and "bad" kernels at bugzilla entry (so we can see if there are
any clues for solving the regression in messages printed by the driver)?

Also does the following patch help (we should always setup PCI device
with pci_enable_device() before using it, my patch changed it)?

---
 drivers/ide/pci/sis5513.c |    5 +++++
 1 file changed, 5 insertions(+)

Index: b/drivers/ide/pci/sis5513.c
===================================================================
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -569,6 +569,11 @@ static int __devinit sis5513_init_one(st
 {
 	struct ide_port_info d = sis5513_chipset;
 	u8 udma_rates[] = { 0x00, 0x00, 0x07, 0x1f, 0x3f, 0x3f, 0x7f, 0x7f };
+	int rc;
+
+	rc = pci_enable_device(dev);
+	if (rc)
+		return rc;
 
 	if (sis_find_family(dev) == 0)
 		return -ENOTSUPP;


  reply	other threads:[~2008-05-24 22:21 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-24 20:28 2.6.26-rc3-git7: Reported regressions from 2.6.25 Rafael J. Wysocki
2008-05-24 20:28 ` [Bug #10493] mips BCM47XX compile error Rafael J. Wysocki
2008-05-25  7:03   ` Adrian Bunk
2008-05-24 20:31 ` [Bug #10557] [regression] latest git couse kernel oops Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10628] 2.6.26-rc1-git1 -- trying to get vblank count for disabled pipe 0 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10613] BIOS bug, APIC version is 0 for CPU#0! Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10642] general protection fault: 0000 [1] PREEMPT SMP DEBUG_PAGEALLOC Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10714] Badness seen on 2.6.26-rc2 with lockdep enabled Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10686] critical thermal shutdown regression 2.6.26-rc1 - HP Pavilion dv6700 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10710] [BISECTED] Lots of "rescheduling IPIs" in powertop Rafael J. Wysocki
2008-05-24 21:35   ` Vegard Nossum
2008-05-25 18:19     ` Adrian Bunk
2008-05-24 20:31 ` [Bug #10711] BUG: unable to handle kernel paging request - scsi_bus_uevent Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10632] [2.6.26-rc1] Output to console stops when booted without 'vga=791' Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10630] USB devices plugged into dock are not discoverred until reload of ehci-hcd Rafael J. Wysocki
2008-05-25  9:53   ` Oliver Neukum
2008-05-29 21:17     ` Rafael J. Wysocki
2008-05-31  7:29       ` Greg KH
2008-05-31 16:28         ` Alan Stern
2008-05-31 18:31           ` Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10717] crossbuild fails in modpost Rafael J. Wysocki
2008-05-25 18:15   ` Sam Ravnborg
2008-05-24 20:31 ` [Bug #10638] sysbench+mysql(oltp, readonly) 30% regression with 2.6.26-rc1 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10669] ACPI: kmemcheck: Caught 16-bit read from freed memory (f7c12ec6) Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10716] VIDEO_DEV=y, DVB_CORE=m build error Rafael J. Wysocki
2008-05-24 21:48   ` Adrian Bunk
2008-05-24 20:31 ` [Bug #10648] CONFIG_PRINTK_TIME broken on git HEAD ? Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10634] volanoMark regression with kernel 2.6.26-rc1 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10724] ACPI : EC: GPE Rafael J. Wysocki
2008-05-24 23:08   ` Justin Mattock
2008-05-25  7:21     ` Fabio Comolli
2008-05-25 18:36       ` Justin Mattock
2008-05-24 20:31 ` [Bug #10582] INFO: task pdflush:27505 blocked for more than 120 seconds Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10725] Write protect on on Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10708] V4L2-based build error Rafael J. Wysocki
2008-05-29 14:48   ` Jonathan Corbet
2008-05-29 21:19     ` Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10713] ehci splatter in 2.6.26-rc2 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10670] BUG: linux-2.6.26-rc1 oops at thinkpad_acpi:led_set_status Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10715] 2.6.25 -&gt; 2.6.26-rc1: pcmcia flash card changed name from hda to hdc Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10606] 2.6.26-rc1 regression: ACPI fails to load SDT. - Dell M1530 Rafael J. Wysocki
2008-05-26  4:48   ` Nigel Cunningham
2008-05-24 20:31 ` [Bug #10616] Horrendous Audio Stutter - current git Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10629] 2.6.26-rc1-$sha1: RIP __d_lookup+0x8c/0x160 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #9791] Clock is running too fast^Wslow using acpi_pm clocksource Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10742] BISECTED REGRESSION: 2.6.26-rc2: FUSE changes break mount of ntfs-3g Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10731] gianfar build failure Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10751] pciehp probing slow, duplicate kobject_add Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10761] hackbench regression with 2.6.26-rc2 on tulsa machine Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10730] build issue #503 for v2.6.26-rc2-433-gf26a398 : undefined reference to `request_firmware' Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10759] recent 2.6.26 kernel hangs at suspend Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10741] bug in `tty: BKL pushdown'? Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10762] ocfs2: rename user_stack{,_ops} Rafael J. Wysocki
2008-05-24 21:47   ` Adrian Bunk
2008-05-24 20:31 ` [Bug #10765] iwl3945/mac80211: association times out since 2.6.26-rc1 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10748] dhclient fails to run; capabilities error Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10760] PCIEHP breakage in 2.6.26-rc1,2.6.26-rc2,2.6.26-rc3 Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10749] the system doesn't shutdown Rafael J. Wysocki
2008-05-25 22:19   ` Bartlomiej Zolnierkiewicz [this message]
2008-05-25 15:40     ` Riccardo Gori
2008-05-27 18:58       ` Bartlomiej Zolnierkiewicz
2008-05-24 20:31 ` [Bug #10787] pcie hotplug bootup crash fix Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10733] avr32: export copy_page Rafael J. Wysocki
2008-05-24 21:47   ` Adrian Bunk
2008-05-24 20:31 ` [Bug #10764] some serial configurations are now broken Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10732] REGRESSION: 2.6.26-rc2-git4: X server failed start on X61s laptop Rafael J. Wysocki
2008-05-26 10:24   ` Hugh Dickins
2008-05-26 19:22     ` Theodore Tso
2008-05-27 12:54       ` Theodore Tso
2008-05-29 20:54         ` Rafael J. Wysocki
2008-05-29 21:15           ` Randy.Dunlap
     [not found]             ` <8f3aa8d60805291454s280a28d1g6c3891276c69a69e@mail.gmail.com>
2008-05-29 23:28               ` Jon Tollefson
2008-05-24 20:31 ` [Bug #10726] x86-64 NODES_SHIFT compile failure Rafael J. Wysocki
2008-05-24 20:31 ` [Bug #10786] 2.6.26-rc3 64bit SMP does not boot on J5600 Rafael J. Wysocki
2008-05-25  0:30 ` 2.6.26-rc3-git7: Reported regressions from 2.6.25 Jeff Chua
2008-05-25 18:28   ` Adrian Bunk
2008-05-25 20:14 ` Bob Copeland
  -- strict thread matches above, loose matches on Subject: below --
2008-05-31 17:44 2.6.26-rc4-git4: " Rafael J. Wysocki
2008-05-31 17:48 ` [Bug #10749] the system doesn't shutdown Rafael J. Wysocki

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=200805260019.09846.bzolnier@gmail.com \
    --to=bzolnier@gmail.com \
    --cc=goric@trivenet.it \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@sisk.pl \
    /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