From: Tejun Heo <tj@kernel.org>
To: jeff@garzik.org, linux-ide@vger.kernel.org
Subject: [PATCHSET #upstream-fixes] patches which fell off the crack during maintainership handover
Date: Mon, 3 Nov 2008 19:01:01 +0900 [thread overview]
Message-ID: <1225706469-27870-1-git-send-email-tj@kernel.org> (raw)
Hello, Jeff.
This patchset contains eight patches that I collected for 2.6.28 while
you were away. Unfortunately, the handover to you didn't work out too
well and these got forgotten. This patchset contains the following
eight patches.
0001-Hibernation-Introduce-system_entering_hibernation.patch
0002-DMI-Introduce-dmi_first_match-to-make-the-interface.patch
0003-SATA-Blacklisting-of-systems-that-spin-off-disks-du.patch
0004-SATA-AHCI-Blacklist-system-that-spins-off-disks-dur.patch
0005-SATA-Sil-Blacklist-system-that-spins-off-disks-duri.patch
0006-SATA-PIIX-Blacklist-system-that-spins-off-disks-dur.patch
0007-libata-Fix-a-potential-race-condition-in-ata_scsi_p.patch
0008-libata-implement-ATA_HORKAGE_ATAPI_MOD16_DMA-and-ap.patch
0001-0006 are to fix the long-standing double spindown problems on
certain laptops. 0007 fixes a potential race condition and 0008
implements a workaround for a strange device. These missed rc1 window
but they're all fixes or workarounds for weird hardware so I think
they qualify.
Thanks.
drivers/ata/ahci.c | 32 +++++++++++++++++++
drivers/ata/ata_piix.c | 34 ++++++++++++++++++++
drivers/ata/libata-core.c | 4 +-
drivers/ata/libata-scsi.c | 27 ++++++++++++----
drivers/ata/sata_sil.c | 36 ++++++++++++++++++++-
drivers/firmware/dmi_scan.c | 74 ++++++++++++++++++++++++++++++++------------
include/linux/dmi.h | 1
include/linux/libata.h | 4 ++
include/linux/suspend.h | 2 +
kernel/power/disk.c | 10 +++++
10 files changed, 197 insertions(+), 27 deletions(-)
--
tejun
next reply other threads:[~2008-11-03 10:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-03 10:01 Tejun Heo [this message]
2008-11-03 10:01 ` [PATCH 1/8] Hibernation: Introduce system_entering_hibernation Tejun Heo
2008-11-04 6:14 ` Jeff Garzik
2008-11-03 10:01 ` [PATCH 2/8] DMI: Introduce dmi_first_match to make the interface more flexible Tejun Heo
2008-11-03 10:01 ` [PATCH 3/8] SATA: Blacklisting of systems that spin off disks during ACPI power off (rev. 2) Tejun Heo
2008-11-03 10:01 ` [PATCH 4/8] SATA AHCI: Blacklist system that spins off disks during ACPI power off Tejun Heo
2008-11-03 10:01 ` [PATCH 5/8] SATA Sil: " Tejun Heo
2008-11-03 10:01 ` [PATCH 6/8] SATA PIIX: " Tejun Heo
2008-11-03 10:01 ` [PATCH 7/8] libata: Fix a potential race condition in ata_scsi_park_show() Tejun Heo
2008-11-04 6:10 ` Jeff Garzik
2008-11-03 10:01 ` [PATCH 8/8] libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it Tejun Heo
2008-11-04 6:11 ` Jeff Garzik
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=1225706469-27870-1-git-send-email-tj@kernel.org \
--to=tj@kernel.org \
--cc=jeff@garzik.org \
--cc=linux-ide@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).