1. 10 May, 2004 10 commits
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/net-drivers-2.6 · a49b9154
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      a49b9154
    • Jeff Garzik's avatar
      Merge redhat.com:/spare/repo/netdev-2.6/pcnet32 · 6b5501ef
      Jeff Garzik authored
      into redhat.com:/spare/repo/net-drivers-2.6
      6b5501ef
    • Jeff Garzik's avatar
      Merge redhat.com:/spare/repo/netdev-2.6/b44 · bcb15a27
      Jeff Garzik authored
      into redhat.com:/spare/repo/net-drivers-2.6
      bcb15a27
    • Alexander Viro's avatar
      [PATCH] ntfs cleanup · fec95414
      Alexander Viro authored
      	ntfs_fill_super() and ntfs_read_inode_mount() cleaned up.  Removed
      the kludges around the first iget() on NTFS.  Instead of playing with
      (re)setting ->s_op we have the MFT_FILE inode set up by explicit new_inode()/
      set ->i_ino/insert_inode_hash()/call ntfs_read_inode_mount() directly.
      That kills the need of second super_operations and it allows to return
      error from ntfs_read_inode_mount() without resorting to ugly "poisoning"
      tricks.
      fec95414
    • Jeff Garzik's avatar
      Merge redhat.com:/spare/repo/netdev-2.6/8139too · 7c70330c
      Jeff Garzik authored
      into redhat.com:/spare/repo/net-drivers-2.6
      7c70330c
    • Linus Torvalds's avatar
      Merge bk://linux-scsi.bkbits.net/scsi-for-linus-2.6 · 1ce35178
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      1ce35178
    • James Bottomley's avatar
      qla2100 fabric fixes · 50f61b55
      James Bottomley authored
      From: "Andrew Vasquez" <andrew.vasquez@qlogic.com>
      
      Ok, well there aren't too many folks using an QLA2100 in a fabric
      topology, if there were, they wouldn't have gotten very far in the
      driver load sequence.  I've been able to scrape-up a QLA2100, 1Gig
      switch, and an JBOD.  Upon loading the 8.00.00b12k driver, the
      firmware successfully logs into the switch, the driver receives a
      LOOP_UP event, but, the kernel panics due to NULL pointer dereference
      while trying to perform an RFT_ID  -- the attached patch against
      current scsi-misc-2.6 fixes that problem.
      50f61b55
    • James Bottomley's avatar
      [PATCH] fix LLD module refcounting in sr.c · d512a35f
      James Bottomley authored
      The patch to close all the open/close/hotplug races in sr left the
      module refcounting broken so that the ULD housing the CD device now
      can't be removed until the device itself is removed.
      
      This patch (structurally identical to the one for sd.c to perform the
      same function) fixes the module refcounting.
      d512a35f
    • Mark Haverkamp's avatar
      [PATCH] aacraid reset handler fix · da2a5d68
      Mark Haverkamp authored
      This fixes a situation where the handler can exit too early.
      da2a5d68
    • Linus Torvalds's avatar
      Merge http://jfs.bkbits.net/linux-2.5 · c8c391f7
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      c8c391f7
  2. 11 May, 2004 1 commit
  3. 10 May, 2004 29 commits
    • Anton Altaparmakov's avatar
      NTFS: 2.1.9 release - Fix two bugs in the decompression engine · 7ff4e129
      Anton Altaparmakov authored
            in handling of corner cases.
      7ff4e129
    • Anton Altaparmakov's avatar
      Merge cantab.net:/home/src/bklinux-2.6 · b404fc90
      Anton Altaparmakov authored
      into cantab.net:/home/src/ntfs-2.6
      b404fc90
    • James Bottomley's avatar
      Add SCSI IPR PCI Ids to pci_ids.h · bf68a9e8
      James Bottomley authored
      bf68a9e8
    • Andrew Morton's avatar
      [PATCH] get_thread_area macro fixes · ed59cb75
      Andrew Morton authored
      From: Adam Lackorzynski <adam@os.inf.tu-dresden.de>
      
      one of the macros for get_thread_area extracts the wrong bit.  The
      "32bit" field is in bit 22, not 23 (as can be seen in desc.h). 
      
      [ Fix ia64/x86-64 too, while we're at it. Linus ]
      ed59cb75
    • Andrew Morton's avatar
      [PATCH] Add SMT setup for domain scheduler on x86-64 · 5034465f
      Andrew Morton authored
      From: Andi Kleen <ak@muc.de>
      
      Set up SMT for the domain scheduler on x86-64.  This way the scheduling
      works better on HyperThreading aware systems; in particular it will use
      both physical CPUs before sharing two virtual CPUs on the same package. 
      This improves performance considerably in some cases.
      
      Based on the i386 code and a previous patch from Suresh B. Siddha.
      5034465f
    • Andrew Morton's avatar
      [PATCH] x86-64: convert sibling map to masks · b5c58730
      Andrew Morton authored
      From: Andi Kleen <ak@muc.de>
      
      From: Suresh B. Siddha
      
      Convert sibling map on x86-64 to cpumasks.
      
      This is needed for the SMT patches.
      b5c58730
    • Linus Torvalds's avatar
      d03480a1
    • Andrew Morton's avatar
      [PATCH] Fix __down Tainting Kernel with CONFIG_MODVERSIONS=y · b188bcda
      Andrew Morton authored
      From: Rusty Russell <rusty@rustcorp.com.au>
      
      PowerPC64 ABI has ".funcname" (the actual function) and "funcname" (the
      function descriptor) and we strip off the dots in "dedotify" called from
      module_frob_arch_sections().  We need to also de-dotify the corresponding
      names in the __version section.
      
      Actually has nothing to do with __down, it's just that we only print the
      first symbol whose version is missing.
      b188bcda
    • Andrew Morton's avatar
      [PATCH] PPC termio fix · 5a3e2446
      Andrew Morton authored
      From: Paul Mackerras <paulus@samba.org>
      
      It turns out that we are not handling the TABDLY bits of the termios
      c_oflag field correctly on PPC, PPC64 and Alpha.  These three architectures
      have a value for XTABS that is different from the TAB3 value.  POSIX
      specifies that setting the TABDLY field to TAB3 should result in tabs being
      expanded to spaces.  In n_tty.c:opost() we check for O_TABDLY(tty) ==
      XTABS, which is fine on most architectures because they have XTABS == TAB3.
      
      I think the right thing to do is just to change the definition of XTABS to
      be the same as TAB3 on these architectures.  The patch below does this for
      PPC and PPC64 (and I suggest the Alpha maintainer should do the same).  At
      the moment, applications using either the XTABS or TAB3 values won't get
      the expected behaviour.  With this patch, apps that use TAB3 will get the
      expected behaviour.  Apps that use XTABS will need to be recompiled (but
      note that the POSIX-specified name to use is TAB3 not XTABS).
      5a3e2446
    • Andrew Morton's avatar
      [PATCH] remove intermezzo · ffaffb06
      Andrew Morton authored
      Peter Braam said:
      
          I would just like to say that I have no difficulties with intermezzo
          being rm -rf'd.  There are probably only a handful of users.  
      
          In the past 4 years nobody has supported InterMezzo sufficiently for
          it to become successful.  I have been fortunate to get really good support
          for the Lustre project.  So I have focussed on that.  Lustre 1.X has
          become really solid.
      
          The disconnected operation, caching and mirroring functionality of
          InterMezzo will become available in Lustre as a new feature in version 2. 
      
           So I see no point in keeping InterMezzo if it is a nuisance. 
      
      
      The patch removes the references to intermezzo.  Please do a `bk rm' of
      fs/intermezzo.
      ffaffb06
    • Andrew Morton's avatar
      [PATCH] make tags for selinux · 9f15b972
      Andrew Morton authored
      From: Olaf Hering <olh@suse.de>
      
      make tags skips security/selinux/include because of find .  -name include
      -prune This patch does just add it later.  No idea if it can be done
      better.
      9f15b972
    • Andrew Morton's avatar
      [PATCH] fix some typos in sound docs · 10f2b6f5
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      (partially from the debian kernel tree)
      10f2b6f5
    • Andrew Morton's avatar
      [PATCH] telephony/ixj.h: remove kernel 2.2 #ifdef's · 8b1d1b1c
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      The patch below removes two #ifdef's for kernel 2.2 from
      linux-2.6.2-mm1/drivers/telephony/ixj.h
      8b1d1b1c
    • Andrew Morton's avatar
      [PATCH] remove kernel 2.2 code from drivers/net/hamradio/dmascc.c · 8b2e10d7
      Andrew Morton authored
      From: Adrian Bunk <bunk@fs.tum.de>
      
      The patch below removes some #ifdef'd kernel 2.2 code from
      drivers/net/hamradio/dmascc.c.
      8b2e10d7
    • Andrew Morton's avatar
      [PATCH] Crystal cs4235 mixer fix · 2e16180e
      Andrew Morton authored
      From: Joseph Parmelee <jparmele@wildbear.com>
      
      Fixes improper setup of the mixer on Crystal soundcards with the CS4235
      chip.
      2e16180e
    • Andrew Morton's avatar
      [PATCH] export con_set_default_unimap() · 8848944c
      Andrew Morton authored
      fbcon needs this symbol.
      8848944c
    • Andrew Morton's avatar
      [PATCH] Make usermodehelper_init() use core_initcall() · b081d0fe
      Andrew Morton authored
      We may as well make usermodehelper_init() core_initcall as well, to make
      sure its services are avaialble to all the other initcall levels.
      b081d0fe
    • Andrew Morton's avatar
      [PATCH] use core_initcall for binfmt initialisation · 3d207d0b
      Andrew Morton authored
      We need to register the binfmts earlier, so normal initcalls can successfully
      run call_usermodehelper() to execute things.
      3d207d0b
    • Andrew Morton's avatar
      [PATCH] minor RCU optimization · 782a6747
      Andrew Morton authored
      From: Stephen Hemminger <shemminger@osdl.org>
      
      Minor tweak to rcu, use __list_splice instead of list_splice because the
        list has already been checked for empty.
      782a6747
    • Andrew Morton's avatar
      [PATCH] remove MOD_INC_USE_COUNT usage in arch/um/drivers/harddog_kern.c · 414f3455
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      ->open already has a reference so use __module_get.  The file has no
      maintainer noted in it, all credits are from the driver it's copied from.
      414f3455
    • Andrew Morton's avatar
      [PATCH] fix MOD_INC_USE_COUNT usage in mtd · d03500e8
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      mtd driver need to get another reference if ->probe succeeds (strange design
      if you ask me, but what the heck..), and while most drivers have been switched
      to __module_get already two are still missing.
      d03500e8
    • Andrew Morton's avatar
      [PATCH] drivers/video/* MOD_INC_USE_COUNT fixes · 655d8183
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      A bunch of framebuffer drivers use MOD_INC_USE_COUNT to prevent themselves
      from unloading completely - but we have a much easier way to do so, that is
      simply removing the module_exit/cleanup_module handler.
      655d8183
    • Andrew Morton's avatar
      [PATCH] fix MOD_{INC,DEC}_USE_COUNT gunk in arch/um/drivers/net_kern.c · de664d0c
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      Well, UML is pretty out of date in mainline, but I'd like to squash the last
      users of said beasts rather sooner than later.
      de664d0c
    • Andrew Morton's avatar
      [PATCH] kill MOD_{INC,DEC}_USE_COUNT gunk in arch/cris/arch-v10/drivers/pcf8563.c · 05347c79
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      Driver already sets fops->owner so the open/close methods are entirely
      superflous.
      05347c79
    • Andrew Morton's avatar
      [PATCH] kill useless MOD_{INC,DEC}_USE_COUNT in sound/oss/msnd.c · 8e512539
      Andrew Morton authored
      From: Christoph Hellwig <hch@lst.de>
      
      Callers are exported register/unregister handlers so the module is locked in
      core by users of said exports.
      8e512539
    • Andrew Morton's avatar
      [PATCH] cpqarray update for 2.6 · 3dfae718
      Andrew Morton authored
      From: <mikem@beardog.cca.cpqcorp.net>
      
      This patch fixes 2 minor issues that break our Array Configuration utility.
       my_io was changed to a pointer so the & had to removed when using it with
      copy_to_user().
      
      Sometime in 2.5 SG_MAX got changed to 31.  Maybe to copy cciss?  Now I'm
      changing it back to 32 so our app can work.
      3dfae718
    • Andrew Morton's avatar
      [PATCH] Add sysctl to define a hugetlb-capable group · cd053a94
      Andrew Morton authored
      From: "Chen, Kenneth W" <kenneth.w.chen@intel.com>,
            "Seth, Rohit" <rohit.seth@intel.com>
      
      This patch addresses the longstanding problem wherein Oracle needs
      CAP_IPC_LOCK to allocate SHM_HUGETLB shm memory, but people don't want to run
      Oracle as root, and capabilties are busted.
      
      Various ideas with rlimits didn't work out, mainly because these objects live
      beyond the lifetime of the user processes which establish them.
      
      What we do is to create root-writeable /proc/sys/vm/hugetlb_shm_group which
      specifies a single group ID.  Users who belong to that group may allocate
      hugepages for SHM_HUGETLB shm segments.
      
      So the sysadmin will greate a new group, say `hugepageusers', will add the
      oracle user to that group and will write that group's ID into
      /proc/sys/vm/hugetlb_shm_group.
      cd053a94
    • Andrew Morton's avatar
      [PATCH] hugepage: fix add_to_page_cache() error handling · 9008d35b
      Andrew Morton authored
      From: David Gibson <david@gibson.dropbear.id.au>
      
      add_to_page_cache() locks the given page if and only if it suceeds.  The
      hugepage code (every arch), however, does an unlock_page() after
      add_to_page_cache() before checking the return code, which could trip the
      BUG() in unlock_page() if add_to_page_cache() failed.
      
      In practice we've never hit this bug, because the only ways
      add_to_page_cache() can fail are when we fail to allocate a radix tree node
      (very rare), or when there is already a page at that offset in the radix
      tree, which never happens during prefault, obviously.  We should probably
      fix it anyway, though.
      
      The analagous bug in some of the patches floating about to
      demand-allocation of hugepages is more of a problem, because multiple
      processes can race to instantiate a particular page in the radix tree -
      that's been hit at least once (which is how I found this).
      9008d35b
    • Andrew Morton's avatar
      [PATCH] fix wrong var used in hotplug/shpchp_ctrl.c. · d7553443
      Andrew Morton authored
      From: "Luiz Fernando N. Capitulino" <lcapitulino@prefeitura.sp.gov.br>
      
      Zhenmin's checker tool <zli4@cs.uiuc.edu> detected this:
      
       9. /drivers/pci/hotplug/shpchp_ctrl.c, Line 1575:
       err("%s: Failed to disable slot, error code(%d)\n", __FUNCTION__, rc);
      
       Maybe change to:
       err("%s: Failed to disable slot, error code(%d)\n", __FUNCTION__,
       retval);
      
      I think it is right because at line 1564, the slot is turned off, and in
      this line (1575) is checked the status to see if we got an error; if so,
      the error number is shown.  This number is in 'retval', not in 'rc' ('rc'
      does have the return of configure_new_device()).
      d7553443