1. 19 Dec, 2003 3 commits
  2. 17 Dec, 2003 20 commits
    • James Bottomley's avatar
      Merge ssh://linux-scsi@linux-scsi.bkbits.net/scsi-misc-2.7 · 79359ab7
      James Bottomley authored
      into mulgrave.(none):/home/jejb/BK/scsi-misc-2.7
      79359ab7
    • Mike Christie's avatar
      [PATCH] [RFC] fix compile erros in ini9100 driver · 85c54ac9
      Mike Christie authored
      The attached patch fixes the compile errors from the DMA and scsi_cmnd
      next usage. It has been tested on bugzilla here:
      http://bugzilla.kernel.org/show_bug.cgi?id=213
      
      I was not sure about the variable casting in the driver, but this is how
      the qlogicisp driver did it. The driver also still needs to be converted
      to the new error handling.
      85c54ac9
    • Christoph Hellwig's avatar
      [PATCH] aacraid updates for new probing APIs · be997811
      Christoph Hellwig authored
      On Wed, Nov 19, 2003 at 12:48:28PM +0000, Christoph Hellwig wrote:
      > On Tue, Nov 18, 2003 at 01:29:22PM -0800, Mark Haverkamp wrote:
      > > > +	pci_set_master(pdev);
      > > > +	pci_set_dma_mask(pdev, 0xFFFFFFFFULL);
      > >
      > > I've been told that the return value of this should be checked as it is
      > > possible for it to fail.
      >
      > Indeed.  This patches objective was to convert aacraid to the new-style
      > probing, not to fix bugs, but I'll add the fix to the next revision of
      > the patch anyway.
      
      Ok here's a new patch.  Updates:
      
        - check pci_set_dma_mask return value
        - fix leak in the HBA remove path
        - fix leak in probe_one failure case
        - remove unused list of hosts
        - avoid scsi.h usage all over driver
        - mention the updates in the README file
      be997811
    • Christoph Hellwig's avatar
      [PATCH] convert inia100 to new probing API · 9cd56c73
      Christoph Hellwig authored
      Hi Doug,
      
      you've been the last who touched inia100.c, so I may assume you
      actually have the hardware?  I've updated the driver to the new
      pci probing and scsi host registration code and it would be cool
      if someone could test it so we could merge it into early 2.6.
      9cd56c73
    • James Bottomley's avatar
      sg: fix hch/dougg mismerge · 652490f0
      James Bottomley authored
      Need to remove access_count from new seq_file code
      652490f0
    • James Bottomley's avatar
      Resolve hch/dougg patches · 4efe9c82
      James Bottomley authored
      4efe9c82
    • James Bottomley's avatar
      sg: char_devs + seq_file lk2.6.0t9 · be0c3c34
      James Bottomley authored
      From: 	Douglas Gilbert <dougg@torque.net>
      
      This is an updated patch for the sg driver that takes into
      account Patrick LaVarre's fix for negative reserved buffer
      sizes found in lk 2.6.0-test9.
      
      So it has the same changelog to the patch I sent on 2003/10/11:
           - add "struct cdev" [char_devs] objects to increase
             maximum number of sg devices from 256 to 8192
           - use seq_file interface for /proc/scsi/sg/*
             pseudo files
           - sysfs symlinks between the sysfs scsi device and the
             corresponding sg cdev node (and vice versa)
      
      An edited "tree" output showing an example of these symlinks
      was included in my previous post.
      
      As noted in another thread, st (and osst) may need "cdevs"
      and sysfs symlinks so SCSI tape devices have sysfs visibility
      in lk 2.6 .
      
      Also if both st and sg had sysfs visibility then Patrick
      Mansfield's scsi_id program could be made to work for tape
      drives (enclosures, tape robots, etc) by following these
      symlinks.
      be0c3c34
    • James Bottomley's avatar
      [PATCH] MPT Fusion driver 2.05.00.05 update · 67122b7d
      James Bottomley authored
      From: 	Moore, Eric Dean <emoore@lsil.com>
      
      2.05.00.05 changes
      * error handling fixes, e.g. use of host_lock 
      
      2.05.00.04 changes
      * removed __init from mptscsih_setup
      * removed __init from get_setup_token
      * changed copyright from 2002 to 2003
      * added new mailto, and removed Pam.Delaney
      * added some fix for 32bit emulation when unloading mptctl module
      67122b7d
    • Rask Ingemann Lambertsen's avatar
      [PATCH] aha1740.c: Allow level triggered interrupts to be shared · a20480b8
      Rask Ingemann Lambertsen authored
      Hi.
      
      The patch below (against 2.6.0-test8) makes it possible to share the
      interrupt when the aha1740 is configured for a level triggered interrupt.
      It appears to work fine on my i486 EISA box with an AHA-1742A and an NE3200
      Ethernet board sharing an irq. Comments, please.
      a20480b8
    • James Bottomley's avatar
      [PATCH] sym 2.1.18f · f36d0268
      James Bottomley authored
      From: 	Matthew Wilcox <willy@debian.org>
      
      2.1.18f:
       - Rewrite the Kconfig help
       - Always honour CONFIG_SCSI_SYM53C8XX_IOMAPPED.  Alpha people used to
         have it forced off, Sparc people used to have it forced on.  (Thanks
         to Dann Frazier for testing on Alpha)
       - Simplify the NVRAM handling a bit.
       - SYM_OPT_NO_BUS_MEMORY_MAPPING is never set.
       - Remove PCI DMA abstraction.  (Christoph Hellwig)
       - Redo SCSI midlayer registration and unregistration to allow module
         load/unload to work.  Now copes with scsi_add_host() failing.  (Thanks
         to Brian King for testing)
       - Replace bcmp() with memcmp().
       - Change the MAINTAINER entry to myself.
      f36d0268
    • Andi Kleen's avatar
      [PATCH] Mark Ninja SCSI driver as !64BIT · 1182b13f
      Andi Kleen authored
      Ninjas don't seem to like 64bit. The driver spew out so many
      integer/pointer mismatch warnings that I gave up.
      
      Mark it as !64BIT
      
      -Andi
      1182b13f
    • Andi Kleen's avatar
      [PATCH] Mark aha152x as ISA and !64BIT driver II · 54ef2877
      Andi Kleen authored
      On Tue, Oct 07, 2003 at 07:33:23PM +0200, Andi Kleen wrote:
      >
      > aha152x seems to be not 64bit safe and spews out warnings on x86-64.
      > As I think it's a ISA only driver anyways I just marked it as
      > ISA only and !64BIT for Alpha's sake.
      
      
      Matthew Wilcox pointed out that it was already marked ISA only.
      I actually ment to change another driver, but looking at the source of one
      it seems to be 64bit unclean too.
      
      As there are 64bit architectures that have ISA slots (like old Alphas)
      I think this patch is still appropiate.
      
      -Andi
      54ef2877
    • Andi Kleen's avatar
      [PATCH] Mark correct aha152x driver (PCMCIA) as !64BIT · 06390648
      Andi Kleen authored
      As Matthew Wilcox pointed out - the ISA aha152x driver was already marked
      as ISA only, so couldn't have been enabled on x86-64.
      
      The warning I saw was actually for the PCMCIA aha152x driver.
      
      Mark that one as !64BIT
      06390648
    • Andi Kleen's avatar
      [PATCH] Fix 64bit warnings in BusLogic driver · b423334b
      Andi Kleen authored
      During a make allyesconfig on x86-64 I noticed several integer/pointer
      mismatch warnings in the bus logic driver.
      b423334b
    • Randy Dunlap's avatar
      [PATCH] buslogic: use EH, remove some dup. docs · 316a3aaa
      Randy Dunlap authored
      patch_name:	buslogic_ehupdate_v3.patch
      patch_version:	2003-10-02.14:10:32
      author:		Randy.Dunlap <rddunlap@osdl.org>
      description:	update BusLogic driver to use current SCSI
      		  error handling model;
      		remove duplicate doc comments -- use
      		  Documentation/scsi/BusLogic.txt only;
      product:	Linux
      product_versions: 2.6.0-test6
      diffstat:	=
       Documentation/scsi/BusLogic.txt |    2
       drivers/scsi/BusLogic.c         |  229 ++--------------------------------------
       2 files changed, 16 insertions(+), 215 deletions(-)
      316a3aaa
    • Patrick Mansfield's avatar
      [PATCH] consolidate and log scsi command on send and completion · 1e13404b
      Patrick Mansfield authored
      Consolidate and nicely log the scsi_device and scsi command before sending
      and after completing a command to an adapter driver.
      1e13404b
    • Douglas Gilbert's avatar
      [PATCH] scsi_debug lk 2.6.0t6 · 97f97ad2
      Douglas Gilbert authored
      This small patch adds a "release" method to the "pseudo_0"
      device to stop the noise when the scsi_debug module is
      loaded.
      
      Another annoyance that I was unable to get to the bottom
      of was during "rmmod scsi_debug" **:
        Synchronizing SCSI cache for disk sda: <4>FAILED
          status = 0, message = 00, host = 1, driver = 00
      That is a DID_NO_CONNECT error. So the LLD host is
      being shut down before the sd driver gets a chance to
      send through a SYNCHRONIZE CACHE command. If the user
      instigates a rmmod (as distinct from the hardware
      saying the host/device is gone), shouldn't a window
      be left open for such a flushing type command. This
      problem seems to have appeared recently.
      
      
      ** "echo -1 > add_host" in scsi_debug's driver directory
         (i.e. remove a host) also causes the same error so the
         problem is not perculiar to rmmod.
      97f97ad2
    • Randy Dunlap's avatar
      [PATCH] cpqfcTSinit cleanup · 426acead
      Randy Dunlap authored
      patch_name:	drivers_clean.patch
      patch_version:	2003-09-09.17:01:58
      author:		Randy.Dunlap <rddunlap@osdl.org>
      description:	fix to remove these warnings:
        drivers/scsi/cpqfcTSinit.c:1583: warning: unused variable `timeout'
        drivers/scsi/cpqfcTSinit.c:1584: warning: unused variable `retries'
        drivers/scsi/cpqfcTSinit.c:1585: warning: unused variable `scsi_cdb'
        drivers/scsi/cpqfcTSinit.c:471: warning: `my_ioctl_done' defined but not used
      product:	Linux
      product_versions: 2.6.0-test6
      changelog:	ifdef around my_ioctl_done();
      		write a new, smaller version of cpqfcTS_TargetDeviceReset(),
      		but keep the previous version for future updates;
      maintainer:	Chase Maupin (support@compaq.com)
      diffstat:	=
       drivers/scsi/cpqfcTSinit.c |   17 +++++++++++++----
       1 files changed, 13 insertions(+), 4 deletions(-)
      426acead
    • Jes Sorensen's avatar
      [PATCH] qla1280 crash fix in error handling · 0e70f996
      Jes Sorensen authored
      This fixes a bug in the qla1280 driver where it would leave a pointer to
      an on the stack completion event in a command structure if
      qla1280_mailbox_command fails.  The result is that the interrupt handler
      later tries to complete() garbage on the stack.  The mailbox command can
      fail if a device on the bus decides to lock up etc.
      0e70f996
    • Jens Axboe's avatar
      [PATCH] CDROM_SEND_PACKET bug · f75da5af
      Jens Axboe authored
      I just found Yet Another Bug in scsi_ioctl - CDROM_SEND_PACKET puts a
      kernel pointer in hdr->cmdp, where sg_io() expects to find user address.
      This worked up until recently because of the memcpy bug, but now it
      doesn't because we do the proper copy_from_user(). 
      
      This fix undoes the user copy code from sg_io, and instead makes the
      SG_IO ioctl copy it locally.  This makes SG_IO and CDROM_SEND_PACKET
      agree on the calling convention, and everybody is happy. 
      
      I've tested that both
      
         cdrecord -dev=/dev/hdc -inq
      
      and
      
         cdrecord -dev=ATAPI:/dev/hdc -inq
      
      works now.  The former will use SG_IO, the latter CDROM_SEND_PACKET (and
      incidentally would work in both 2.4 and 2.6, if it wasn't for
      CDROM_SEND_PACKET sucking badly in 2.4).
      f75da5af
  3. 15 Dec, 2003 3 commits
    • Jens Axboe's avatar
      [PATCH] Fix IDE bus reset and DMA disable when reading blank DVD-R · 314dc154
      Jens Axboe authored
      From Jon Burgess:
      
        There is a problems with blank DVD media using the ide-cd driver.
      
        When we attempt to read the blank disk, the drive responds to the read
        request by returning a "blank media" error.  The kernel doesn't have
        any special case handling for this sense value and retries the request
        a couple of times, then gives up and does a bus reset and disables DMA
        to the device.
      
        Which obviously doesn't help the situation.
      
        The sense key value of 8 isn't listed in ide-cd.h, but it is listed in
        scsi.h as a "BLANK_CHECK" error.
      
        This trivial patch treats this error condition as a reason to abort
        the request.  This behaviour is the same as what we do with a blank CD-R.
      
        It looks like the same fix might be desired for 2.4 as well, although
        is perhaps not so important since scsi-ide is normally used instead.
      314dc154
    • Linus Torvalds's avatar
      Merge bk://linuxusb.bkbits.net/gregkh-2.6 · 3f69168f
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      3f69168f
    • Neil Brown's avatar
      [PATCH] Fix possible bio corruption with RAID5 · e1f936a9
      Neil Brown authored
       1/ make sure raid5 doesn't try to handle multiple overlaping
          requests at the same time as this would confuse things badly.
          Currently it justs BUGs if this is attempted.
       2/ Fix a possible data-loss-on-write problem.  If two or
          more bio's that write to the same page are processed at the
          same time, only the first was actually commited to storage.
       3/ Fix a use-after-free bug.  raid5 keeps the bio's it is given
          in linked lists when more than one bio touch a single page.
          In some cases the tail of this list can be freed, and
          the current test for 'are we at the end' isn't reliable.
          This patch strengths the test to make it reliable.
      e1f936a9
  4. 14 Dec, 2003 1 commit
    • Linus Torvalds's avatar
      Fix thread group leader zombie leak · 056ffaad
      Linus Torvalds authored
      Petr Vandrovec noticed a problem where the thread group leader
      would not be properly reaped if the parent of the thread group
      was ignoring SIGCHLD, and the thread group leader had exited
      before the last sub-thread.
      
      Fixed by Ingo Molnar.
      056ffaad
  5. 13 Dec, 2003 3 commits
    • Linus Torvalds's avatar
      More subtle SMP bugs in prepare_to_wait()/finish_wait(). · e220fdf7
      Linus Torvalds authored
      This time we have a SMP memory ordering issue in prepare_to_wait(),
      where we really need to make sure that subsequent tests for the
      event we are waiting for can not migrate up to before the wait
      queue has been set up.
      e220fdf7
    • René Scharfe's avatar
      [PATCH] HPFS: missing lock_kernel() in hpfs_readdir() · 14c5d2d2
      René Scharfe authored
      In 2.5.x, the BKL was pushed from vfs_readdir() into the filesystem
      specific functions.  But only the unlock_kernel() made it into the HPFS
      code, lock_kernel() got lost on the way.  This rendered the filesystem
      unusable.
      
      This adds the missing lock_kernel().  It's been tested by Timo Maier who
      also reported the problem earlier today.
      14c5d2d2
    • Jens Axboe's avatar
      [PATCH] no bio unmap on cdb copy failure · 5965168e
      Jens Axboe authored
      The previous scsi_ioctl.c patch didn't cleanup the buffer/bio in the
      error case. 
      
      Fix it by copying the command data earlier.
      5965168e
  6. 12 Dec, 2003 1 commit
  7. 11 Dec, 2003 1 commit
  8. 10 Dec, 2003 3 commits
  9. 09 Dec, 2003 5 commits