[2.6 patch] make atapi_dmadir static

2008-02-24 Thread Adrian Bunk
atapi_dmadir can now become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ata/libata-core.c |2 +- drivers/ata/libata.h |1 - 2 files changed, 1 insertion(+), 2 deletions(-) ad621a905275c744307cdb9bb4bab47a187a477b diff --git a/drivers/ata/libata-core.c b

Re: [PATCH 08/10] IDE: Coding Style fixes to drivers/ide/pci/generic.c

2008-02-23 Thread Adrian Bunk
On Sat, Feb 23, 2008 at 03:05:47PM +0100, Paolo Ciarrocchi wrote: File is now error free. Compile tested. Signed-off-by: Paolo Ciarrocchi [EMAIL PROTECTED] --- drivers/ide/pci/generic.c | 50 ++-- 1 files changed, 25 insertions(+), 25

ide/arm/bast-ide.c compile error

2008-02-08 Thread Adrian Bunk
Commit 9e016a719209d95338e314b46c3012cc7feaaeec causes the following compile error: -- snip -- ... CC drivers/ide/arm/bast-ide.o /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/arm/bast-ide.c: In function 'bastide_register':

[2.6 patch] fix ide/legacy/gayle.c compilation

2008-02-07 Thread Adrian Bunk
Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- deb88131c2fcc3076121597463153979aba9062d diff --git a/drivers/ide/legacy/gayle.c b/drivers/ide/legacy/gayle.c index 9d3851d..b7d8109 100644 --- a/drivers/ide/legacy/gayle.c +++ b/drivers/ide/legacy/gayle.c @@ -94,7 +94,7 @@ static int

[2.6 patch] ata_piix.c:piix_init_one() must be __devinit

2008-01-30 Thread Adrian Bunk
+0x15107): Section mismatch in reference from the function piix_init_one() to the function .devinit.text:piix_check_450nx_errata() ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 222e97f95d38ce7cb41980671cc4383df28b5f7a diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c

[2.6 patch] ide/ppc/pmac.c section fixes

2008-01-30 Thread Adrian Bunk
This patch fixes the following section mismatch: -- snip -- ... WARNING: vmlinux.o(.text+0x3b641c): Section mismatch in reference from the function .pmac_ide_setup_device() to the function .init.text:.pmac_ide_setup_dma() ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED

[2.6 patch] ide: make wait_drive_not_busy() static again

2008-01-28 Thread Adrian Bunk
After commit 7267c3377443322588cddaf457cf106839a60463 wait_drive_not_busy() can become static again. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-taskfile.c |2 +- include/linux/ide.h|2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git

[2.6 patch] small ide-scan-pci.c cleanup

2008-01-28 Thread Adrian Bunk
- ide_scan_pcibus() can become static - instead of ide_scan_pci() we can use ide_scan_pcibus() directly in module_init() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-scan-pci.c |9 ++--- include/linux/ide.h|1 - 2 files changed, 2 insertions(+), 8

[2.6 patch] unexport ide_dma_on

2008-01-28 Thread Adrian Bunk
ide_dma_on can be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 38b0717b827649511b15fbef6f98c891eda835ff diff --git a/drivers/ide/ide-dma.c b/drivers/ide/ide-dma.c index 5bf3203..15f8c6a 100644 --- a/drivers/ide/ide-dma.c +++ b/drivers/ide/ide-dma.c @@ -474,8 +474,6 @@ void

[2.6 patch] ata_piix.c: make piix_merge_scr() static

2008-01-28 Thread Adrian Bunk
piix_merge_scr() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- f272ad2ac4274a59f0b43cfd65488c51855132d4 diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index a65c8ae..1a5c3bf 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1068,7 +1068,7

libata-scsi.c: new check-after-use

2008-01-14 Thread Adrian Bunk
Commit 9b8e8de7e59b3a2dab3113d620b52dc8ba890fb3 did: --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -872,7 +872,8 @@ int ata_scsi_slave_config(struct scsi_device *sdev) ata_scsi_sdev_config(sdev); - sdev-manage_start_stop = 1; + if (dev-class ==

Re: [PATCH 1/3] ide: use MODULE_VERSION()

2008-01-01 Thread Adrian Bunk
On Tue, Jan 01, 2008 at 06:40:38PM +0100, Bartlomiej Zolnierkiewicz wrote: * Replace driver versions in comments by DRV_VERSION define. * Add MODULE_VERSION(DRV_VERSION) to drivers defining DRV_VERSION. ... Could you limit this to actively maintained version numbers and also remove the

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-26 Thread Adrian Bunk
On Mon, Nov 26, 2007 at 01:30:06AM +0100, Rafael J. Wysocki wrote: On Monday, 26 of November 2007, Adrian Bunk wrote: ... That's not possible, but as already said it's not required. And more important, it's unrelated to any problems we have. And it sounds funny that you first write

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-25 Thread Adrian Bunk
On Sun, Nov 25, 2007 at 02:11:15PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Bartlomiej Zolnierkiewicz wrote: ... On Saturday 24 November 2007, Rafael J. Wysocki wrote: On Saturday, 24 of November 2007, Bartlomiej Zolnierkiewicz wrote: ... - zillion other little

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-25 Thread Adrian Bunk
On Sun, Nov 25, 2007 at 09:07:23PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: On Sun, Nov 25, 2007 at 02:11:15PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Bartlomiej Zolnierkiewicz wrote: ... On Saturday 24 November 2007

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-25 Thread Adrian Bunk
On Sun, Nov 25, 2007 at 10:28:06PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: .. First of all, Bugzilla is a quite often used bug tracker in the open source world [1], so many users already know it. But more important, it pretends to require them

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-25 Thread Adrian Bunk
On Sun, Nov 25, 2007 at 11:38:59PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: On Sun, Nov 25, 2007 at 10:28:06PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: .. First of all, Bugzilla is a quite often used

Re: kernel bugzilla is FPOS (was: Re: buggy cmd640 message followed by soft lockup)

2007-11-25 Thread Adrian Bunk
On Mon, Nov 26, 2007 at 12:28:17AM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: On Sun, Nov 25, 2007 at 11:38:59PM +0100, Rafael J. Wysocki wrote: On Sunday, 25 of November 2007, Adrian Bunk wrote: On Sun, Nov 25, 2007 at 10:28:06PM +0100, Rafael J

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 07:57:54AM -0800, Ray Lee wrote: On Nov 13, 2007 7:24 AM, Giacomo A. Catenazzi [EMAIL PROTECTED] wrote: As a long time kernel tester, I see some problem with the newer new development model. In the short merge windows, after to much time, there are to many patches.

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 12:13:56PM -0500, Theodore Tso wrote: On Tue, Nov 13, 2007 at 04:52:32PM +0100, Benoit Boissinot wrote: Btw, I used to test every -mm kernel. But since I've switched distros (gentoo-ubuntu) and I have less time, I feel it's harder to test -rc or -mm kernels (I know

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 12:50:08PM -0500, Mark Lord wrote: Ingo Molnar wrote: for example git-bisect was godsent. I remember that years ago bisection of a bug was a very laborous task so that it was only used as a final, last-ditch approach for really nasty bugs. Today we can autonomouly

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 01:18:43PM -0500, Mark Lord wrote: Adrian Bunk wrote: On Tue, Nov 13, 2007 at 12:50:08PM -0500, Mark Lord wrote: Ingo Molnar wrote: for example git-bisect was godsent. I remember that years ago bisection of a bug was a very laborous task so that it was only used

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 01:47:10PM -0500, Mark Lord wrote: Adrian Bunk wrote: ... I did bisecting myself, and I know that it costs time and work. But the first point is the above one that it makes otherwise nearly undebuggable problems debuggable and fixable. .. Definitely useful

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 02:12:57PM -0500, Mark Lord wrote: Adrian Bunk wrote: On Tue, Nov 13, 2007 at 01:47:10PM -0500, Mark Lord wrote: Adrian Bunk wrote: ... I did bisecting myself, and I know that it costs time and work. But the first point is the above one that it makes otherwise nearly

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 02:26:05PM -0500, Mark Lord wrote: Adrian Bunk wrote: On Tue, Nov 13, 2007 at 01:47:10PM -0500, Mark Lord wrote: Adrian Bunk wrote: .. Another point is that it shifts the work from the few experienced developers to the many users. Users (and voluntary testers) we

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 07:46:49PM +, Russell King wrote: On Tue, Nov 13, 2007 at 08:30:35PM +0100, Adrian Bunk wrote: There is this silly limit that noone can work more than 168 hours per week on the Linux kernel, and some kernel developers seem to take the liberty of spending even

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Adrian Bunk
On Tue, Nov 13, 2007 at 07:32:19PM +, Russell King wrote: ... There's another issue I want to raise concerning bugzilla. We have the classic case of not enough people reading bugzilla bugs - which is one of the biggest problems with bugzilla. Virtually no one in the ARM community looks

[2.6 patch] libata: remove unused functions

2007-11-11 Thread Adrian Bunk
This patch removes the following obsolete functions: - libata-core.c: __sata_phy_reset() - libata-core.c: sata_phy_reset() - libata-eh.c: ata_qc_timeout() - libata-eh.c: ata_eng_timeout() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ata/libata-core.c | 78

[2.6 patch] make ata_scsi_lpm_get() static

2007-10-30 Thread Adrian Bunk
ata_scsi_lpm_get() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 380046f657271be470566bb5c762c1599569bac6 diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 93bd36c..c4f0c6c 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c

[2.6 patch] unexport ide_fix_driveid

2007-10-27 Thread Adrian Bunk
ide_fix_driveid can now be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 627c730e21e5010a5bdb1f4f9968cfd5e0b4df2a diff --git a/drivers/ide/ide-iops.c b/drivers/ide/ide-iops.c index 9516883..d3c5672 100644 --- a/drivers/ide/ide-iops.c +++ b/drivers/ide/ide-iops.c @@ -403,9 +403,6

[2.6 patch] cleanup after APUS removal

2007-10-24 Thread Adrian Bunk
After the APUS removal, some code can be removed. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- arch/m68k/amiga/chipram.c |2 drivers/ide/ide-probe.c |8 +-- drivers/isdn/hisax/avm_pci.c|8 --- drivers/scsi/a2091.c|3 - drivers

[-mm patch] remove ide_get_error_location()

2007-09-09 Thread Adrian Bunk
On Fri, Aug 31, 2007 at 09:58:22PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc3-mm1: ... git-block.patch ... git trees ... ide_get_error_location() is no longer used. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-io.c | 35

[-mm patch] unexport noautodma

2007-09-09 Thread Adrian Bunk
noautodma can now be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch has been sent on: - 27 Aug 2007 957dc7601c050cb14a7afc842db0c2d62aaf3509 diff --git a/drivers/ide/ide.c b/drivers/ide/ide.c index b3b5f00..5b09066 100644 --- a/drivers/ide/ide.c +++ b/drivers/ide

[-mm patch] unexport noautodma

2007-08-27 Thread Adrian Bunk
On Wed, Aug 22, 2007 at 02:06:48AM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc2-mm2: ... +ide-ide-remove-hwif-autodma-and-drive-autodma.patch ... IDE tree updates ... noautodma can now be unexported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED

[-mm patch] make drivers/ata/libata-scsi.c:ata_scsi_link_pm_policy() static

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 01:51:06AM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc2-mm1: ... +alpm-enable-link-power-management-for-ata-drivers.patch ... Updated ATA Aggressive Link Power Management patches ... ata_scsi_link_pm_policy() can become static. Signed-off-by: Adrian Bunk

[-mm patch] unexport ide_acpi_set_state

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 01:51:06AM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc2-mm1: ... +ide-ide-hook-acpi-psx-method-to-ide-power-on-off.patch ... IDE tree updates ... This patch removes the unused EXPORT_SYMBOL_GPL(ide_acpi_set_state) Signed-off-by: Adrian Bunk [EMAIL

[-mm patch] unexport ide_tune_dma

2007-08-14 Thread Adrian Bunk
On Thu, Aug 09, 2007 at 10:42:54PM -0700, Andrew Morton wrote: ... Changes since 2.6.23-rc1-mm2: ... +ide-ide-remove-ide-dma-check.patch IDE tree updates ... static code mustn't be exported. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- 8cc9125428c1a2c547e76cd5f37b109b1991eb68 diff

[-mm patch] make scsi_host_link_pm_policy() static

2007-07-29 Thread Adrian Bunk
On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote: ... Changes since 2.6.22-rc6-mm1: ... +ata-ahci-alpm-expose-power-management-policy-option-to-users.patch ... ata things ... scsi_host_link_pm_policy() can become static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED

Re: [git patches 2/2] warnings: use uninitialized_var()

2007-07-18 Thread Adrian Bunk
On Tue, Jul 17, 2007 at 05:49:52PM -0400, Jeff Garzik wrote: For many months, I have maintained a hand-verified list of bogus may be used uninitialized warning fixes, in misc-2.6.git#gccbug. Andrew urged me to head these upstream. I have gone through and re-analyzed each warning, and

[RFC: 2.6 patch] schedule BLK_DEV_IDE_SATA for removal

2007-06-21 Thread Adrian Bunk
Users should use the libata based drivers for SATA drives. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- --- linux-2.6.22-rc4-mm2/Documentation/feature-removal-schedule.txt.old 2007-06-21 23:41:03.0 +0200 +++ linux-2.6.22-rc4-mm2/Documentation/feature-removal-schedule.txt 2007

[-mm patch] drivers/ide/ide-dma.c: unexport ide_set_dma

2007-06-14 Thread Adrian Bunk
ide_set_dma no longer has any modular user. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- --- linux-2.6.22-rc4-mm2/drivers/ide/ide-dma.c.old 2007-06-14 23:52:30.0 +0200 +++ linux-2.6.22-rc4-mm2/drivers/ide/ide-dma.c 2007-06-14 23:52:38.0 +0200 @@ -847,8 +847,6

2.6.22-rc1-mm1: IDE compile error

2007-05-16 Thread Adrian Bunk
On Tue, May 15, 2007 at 08:19:14PM -0700, Andrew Morton wrote: ... - Added an i386 early-startup development tree, as git-newsetup.patch (H. Peter Anvin [EMAIL PROTECTED]) ... Changes since 2.6.21-mm2: ... git-newsetup.patch ... git trees ... This breaks the compilation of the oldest of

Re: [BUG] 2.6.21-rc7 hpt366 driver broken

2007-04-16 Thread Adrian Bunk
[ Cc's added, full bug report was in http://lkml.org/lkml/2007/4/16/18 ] On Mon, Apr 16, 2007 at 04:38:22AM -0700, Mike Mattie wrote: On Sun, 15 Apr 2007 22:48:46 -0700 Mike Mattie [EMAIL PROTECTED] wrote: Hello, I am testing the 2.6.21-rc7 kernel release. The IDE hpt366 driver is

[1/3] 2.6.21-rc6: known regressions

2007-04-13 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

Re: [1/4] 2.6.21-rc5: known regressions (v2)

2007-03-31 Thread Adrian Bunk
On Fri, Mar 30, 2007 at 06:23:10PM -0600, Michal Jaegermann wrote: On Fri, Mar 30, 2007 at 11:32:09PM +0200, Adrian Bunk wrote: Subject: kernels fail to boot with drives on ATIIXP controller (ACPI/IRQ related) References : https://bugzilla.redhat.com/bugzilla

2.6.21-rc5: known regressions with patches (v2)

2007-03-31 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20 with patches available. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any

[-mm patch] make drivers/ata/pata_ali.c:ali_tf_load() static

2007-03-31 Thread Adrian Bunk
On Fri, Mar 30, 2007 at 01:05:59AM -0700, Andrew Morton wrote: ... Changes since 2.6.21-rc5-mm2: ... +testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch pata experiment ... This patch makes the needlesly global ali_tf_load() static. Signed-off-by: Adrian Bunk

[3/4] 2.6.21-rc5: known regressions (v2)

2007-03-30 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[2/5] 2.6.21-rc5: known regressions

2007-03-26 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[4/5] 2.6.21-rc5: known regressions

2007-03-26 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

Re: [3/6] 2.6.21-rc4: known regressions

2007-03-25 Thread Adrian Bunk
On Mon, Mar 26, 2007 at 09:25:51AM +0800, Jeff Chua wrote: On 3/19/07, Adrian Bunk [EMAIL PROTECTED] wrote: Subject: ThinkPad doesn't resume from suspend to RAM References : http://lkml.org/lkml/2007/2/27/80 http://lkml.org/lkml/2007/2/28/348 Submitter : Jens Axboe [EMAIL

2.6.21-rc4: known regressions with patches (v2)

2007-03-24 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20 with patches available. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any

[4/5] 2.6.21-rc4: known regressions (v2)

2007-03-23 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[2/5] 2.6.21-rc4: known regressions (v2)

2007-03-23 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[3/5] 2.6.21-rc4: known regressions (v2)

2007-03-23 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[2/6] 2.6.21-rc4: known regressions

2007-03-18 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[3/6] 2.6.21-rc4: known regressions

2007-03-18 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[5/6] 2.6.21-rc3: known regressions

2007-03-13 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[3/6] 2.6.21-rc3: known regressions

2007-03-13 Thread Adrian Bunk
This email lists some known regressions in Linus' tree compared to 2.6.20. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[3/6] 2.6.21-rc2: known regressions

2007-03-04 Thread Adrian Bunk
This email lists some known regressions in 2.6.21-rc2 compared to 2.6.20 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.21-rc1: known regressions (v2) (part 1)

2007-02-26 Thread Adrian Bunk
This email lists some known regressions in 2.6.21-rc1 compared to 2.6.20 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

Re: 2.6.20-git10 (and -git13): BUG at drivers/pci/pci.c:817 during resume from disk

2007-02-25 Thread Adrian Bunk
On Sun, Feb 25, 2007 at 01:28:42PM +0900, Tejun Heo wrote: Hello, Adrian. Adrian Bunk wrote: On Tue, Feb 20, 2007 at 12:43:41PM +0900, Tejun Heo wrote: Rafael J. Wysocki wrote: Update: I get the same BUG with 2.6.20-git13 100% of the time during the resume. The system seems

2.6.21-rc1: known regressions (part 1)

2007-02-25 Thread Adrian Bunk
This email lists some known regressions in 2.6.21-rc1 compared to 2.6.20 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

Re: [git patches] libata updates (mostly fixes)

2007-02-16 Thread Adrian Bunk
On Thu, Feb 15, 2007 at 03:48:04PM -0800, Linus Torvalds wrote: On Thu, 15 Feb 2007, Jeff Garzik wrote: diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig index db185f3..d51f0f1 100644 --- a/arch/ia64/Kconfig +++ b/arch/ia64/Kconfig @@ -22,6 +22,7 @@ config IA64 config

2.6.20-rc7: known regressions (v2) (part 1)

2007-02-02 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc7 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc7: known regressions

2007-02-01 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc7 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

Re: [2.6.20-rc6] pktcdvd doesn't work

2007-01-31 Thread Adrian Bunk
On Wed, Jan 31, 2007 at 05:58:19AM -0500, Jeff Garzik wrote: Luca Tettamanti wrote: Hi Jeff, linux-ide, I'm having troubles with libata and UDF on RW media. See below. Il Tue, Jan 30, 2007 at 09:42:34PM +0100, Jan Engelhardt ha scritto: On Jan 30 2007 21:36, Luca Tettamanti wrote: Il Tue,

Re: Boot problems with pata_via driver

2007-01-28 Thread Adrian Bunk
On Sun, Jan 28, 2007 at 12:47:18PM +0100, Patrick Ale wrote: Hi, Hi Patrick, With kernel 2.6.19 I was able to boot using the pata_via driver I tried to compile 2.6.20-rc6 and now I get a unknown device: sda3 error when I try to boot. I compiled 2.6.20-rc6 by copying over the .config from

2.6.20-rc6: known unfixed regressions (v2) (part 2)

2007-01-27 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc6 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc6: known unfixed regressions (part 2)

2007-01-26 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc6 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc5: known unfixed regressions (v3) (part 2)

2007-01-24 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc5: known regressions with patches (v3)

2007-01-24 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19 with patches available. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any

Re: 2.6.19.2 - 2.6.20-rc5 libata regression

2007-01-21 Thread Adrian Bunk
On Sun, Jan 21, 2007 at 05:16:21AM -0500, Justin Piszcz wrote: 2.6.19.2: # hddtemp /dev/sda /dev/sda: WDC WD740GD-00FLC0: 27C 2.6.20-rc5: # hddtemp /dev/sda /dev/sda: ATA WDC WD740GD-00FL: S.M.A.R.T. not available Subject: `hddtemp' no longer works References :

2.6.20-rc5: knwon unfixed regressions (v2) (part1)

2007-01-18 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc5 compared to 2.6.19. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

2.6.20-rc5: known unfixed regressions

2007-01-12 Thread Adrian Bunk
On Fri, Jan 12, 2007 at 02:27:48PM -0500, Linus Torvalds wrote: ... A lot of developers (including me) will be gone next week for Linux.Conf.Au, so you have a week of rest and quiet to test this, and report any problems. Not that there will be any, right? You all behave now! ... This

[2.6 patch] let BLK_DEV_AMD74XX depend on X86

2007-01-11 Thread Adrian Bunk
-rc3-mm1/drivers/ide/pci/amd74xx.c:421: undefined reference to `pci_get_legacy_ide_irq' make[1]: *** [.tmp_vmlinux1] Error 1 -- snip -- This fixes kernel Bugzilla #6644. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- linux-2.6.20-rc3-mm1/drivers/ide/Kconfig.old2007-01-11 11:15

2.6.20-rc4: known unfixed regressions (v2)

2007-01-08 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc4 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc4: known unfixed regressions

2007-01-07 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc4 compared to 2.6.19. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

2.6.20-rc3: known unfixed regressions (v4)

2007-01-06 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc3 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

[2.6 patch] drivers/ata/: make 4 functions static

2007-01-03 Thread Adrian Bunk
This patch makes the following needlessly global functions static: - libata-core.c: ata_qc_complete_internal() - libata-scsi.c: ata_scsi_qc_new() - libata-scsi.c: ata_dump_status() - libata-scsi.c: ata_to_sense_error() Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ata/libata-core.c

2.6.20-rc2: known unfixed regressions (v2)

2006-12-30 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc2 compared to 2.6.19 that are not yet fixed in Linus' tree. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm

2.6.20-rc2: known unfixed regressions

2006-12-28 Thread Adrian Bunk
This email lists some known regressions in 2.6.20-rc2 compared to 2.6.19. If you find your name in the Cc header, you are either submitter of one of the bugs, maintainer of an affectected subsystem or driver, a patch of you caused a breakage or I'm considering you in any other way possibly

[-mm patch] drivers/ide/pci/tc86c001.c: make a function static

2006-12-16 Thread Adrian Bunk
On Thu, Dec 14, 2006 at 10:59:13PM -0800, Andrew Morton wrote: ... Changes since 2.6.19-mm1: ... +toshiba-tc86c001-ide-driver-take-2.patch ... Misc. ... This patch makes the needlessly global init_hwif_tc86c001() static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- BTW: I'm not sure

Re: [PATCH -mm] sata_nv: fix ATAPI in ADMA mode

2006-12-01 Thread Adrian Bunk
On Tue, Nov 28, 2006 at 03:39:29AM -0500, Jeff Garzik wrote: ... In the future, please use --- not -- as the separator your .sig, so that it is not copied into the kernel changelog by git-applymbox. ... -- is the standard separator most MUAs can interpret - --- would therefore be wrong.

[RFC: 2.6 patch] remove some unused IDE stuff

2005-09-01 Thread Adrian Bunk
This patch removes some dead IDE-related #define's and static inline functions. Please double-check it since I've only tested it with grep and didn't try compilation. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- arch/ppc/platforms/hdpu.c | 40

Re: libata-dev queue updated

2005-08-25 Thread Adrian Bunk
On Thu, Aug 25, 2005 at 03:56:23PM +0900, Tomita, Haruo wrote: Hi Jeff, 2.6.13- rc7-libata1.patch.bz2 was used. A combined mode of ata_piix seems not to work. Is the following patches correct? diff -urN linux-2.6.13-rc7.orig/drivers/scsi/Kconfig linux-2.6.13-rc7/drivers/scsi/Kconfig

[2.6 patch] drivers/ide/: possible cleanups

2005-08-20 Thread Adrian Bunk
: wait_for_ready Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-iops.c |6 -- drivers/ide/ide-taskfile.c |2 -- drivers/ide/pci/cy82c693.c |2 +- 3 files changed, 1 insertion(+), 9 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-taskfile.c.old2005-02-05 02

[2.6 patch] SCSI_SATA has to be a tristate

2005-07-15 Thread Adrian Bunk
libata) Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 8 Jul 2005 - 2 Jul 2005 --- linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig.old 2005-07-02 21:57:40.0 +0200 +++ linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig 2005-07-02 21:58

[2.6 patch] SCSI_SATA has to be a tristate

2005-07-08 Thread Adrian Bunk
SCSI=m must disallow static drivers. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- This patch was already sent on: - 2 Jul 2005 --- linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig.old 2005-07-02 21:57:40.0 +0200 +++ linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig 2005-07-02 21:58

Re: [2.6 patch] SCSI_SATA has to be a tristate

2005-07-08 Thread Adrian Bunk
On Sat, Jul 09, 2005 at 01:36:08AM +0200, Roman Zippel wrote: Hi, On Fri, 8 Jul 2005, Adrian Bunk wrote: --- linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig.old 2005-07-02 21:57:40.0 +0200 +++ linux-2.6.13-rc1-mm1/drivers/scsi/Kconfig 2005-07-02 21:58:06.0 +0200

[2.6 patch] drivers/ide/pci/sis5513.c: section fixes

2005-04-20 Thread Adrian Bunk
These three functions are referenced from the __devinitdata sis5513_chipset. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/pci/sis5513.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.12-rc3/drivers/ide/pci/sis5513.c.old 2005-04-21 04:26

[2.6 patch] drivers/scsi/sata_*: make code static

2005-02-28 Thread Adrian Bunk
This patch makes needlessly global code static. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/scsi/sata_nv.c |6 -- drivers/scsi/sata_sil.c |2 +- drivers/scsi/sata_svw.c |4 ++-- drivers/scsi/sata_vsc.c |3 ++- 4 files changed, 9 insertions(+), 6 deletions

[RFC: 2.6 patch] IDE: unsexport 3 functions

2005-02-04 Thread Adrian Bunk
The patch removes three unneeded EXPORT_SYMBOL's. Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-iops.c |4 drivers/ide/ide-taskfile.c |2 -- 2 files changed, 6 deletions(-) --- linux-2.6.11-rc3-mm1-full/drivers/ide/ide-iops.c.old2005-02-05 02:54

[2.6 patch] IDE: possible cleanups

2005-01-31 Thread Adrian Bunk
This patch contains the following possible cleanups: - make some needlessly global code static - ide-dma.c: remove the unneeded EXPORT_SYMBOL(__ide_dma_test_irq) Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/ide/ide-dma.c | 15 +++ drivers/ide/ide-iops.c