lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 25 Jun 2009 03:03:43 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	torvalds@...ux-foundation.org
CC:	akpm@...ux-foundation.org, linux-ide@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT]: IDE fixes


1) Fix regressions wrt. unexpected IRQs during early device
   probe and startup.  From Bart.

2) Because the ID block bits were busted at the time of the
   call, until that was fixed the DMA info validity checker
   was always checking garbage.  Usually zeros.

   Now that it isn't checking garbage, it's triggering for
   all kinds of devices.  Those devices always functioned
   properly so the warning checks are just noise.

   So we simply remove them.  Fix from Bart.

3) cs5520's second port IRQ wasn't being setup properly.  With
   help from Bart and Alan Cox.

4) ide-cd had some warnings added when the CDROM advertises a
   strange block size.  But this check is overzealous, and since
   the code does correct the value it's only valuable to print
   this warning once instead of spamming your kernel log file
   every time your some daemon checks the CDROM for a present
   disc.

   From Frans Pop and your's truly.

5) Quantum fireball with APL.090 firmware needs ivb_list[] cable
   detection workaround.  From Bart.

6) Power management handling of requests isn't air tight.  Fix
   from Bart.

Please pull, thanks!

The following changes since commit 4e8a2372f9255a1464ef488ed925455f53fbdaa1:
  Mikael Pettersson (1):
        nvidiafb: fix boot-time printk string

are available in the git repository at:

  master.kernel.org:/pub/scm/linux/kernel/git/davem/ide-2.6.git master

Bartlomiej Zolnierkiewicz (4):
      ide: fix handling of unexpected IRQs vs request_irq()
      ide: relax DMA info validity checking
      ide: add QUANTUM FIREBALLct20 30 with firmware APL.090 to ivb_list[]
      ide: improve handling of Power Management requests

David S. Miller (2):
      ide-cd: Don't warn on bogus block size unless it actually matters.
      ide cs5520: Initialize second port's interrupt number.

Frans Pop (1):
      ide-cd: Improve "weird block size" error message

 drivers/ide/cs5520.c    |    1 +
 drivers/ide/ide-cd.c    |   10 +++++---
 drivers/ide/ide-dma.c   |   21 ------------------
 drivers/ide/ide-io.c    |   54 +++++++++++++++++++---------------------------
 drivers/ide/ide-iops.c  |    4 +--
 drivers/ide/ide-probe.c |   23 +++++++++++++++++--
 include/linux/ide.h     |    2 -
 7 files changed, 50 insertions(+), 65 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ