1. 01 Mar, 2004 23 commits
    • Andrew Morton's avatar
      [PATCH] s390: tape class for s390 tapes · a8e788da
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 tape device driver changes:
      
      - Add private tape class to support udev configuration.
      a8e788da
    • Andrew Morton's avatar
      [PATCH] s390: sclp console · 60da26d9
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      sclp console fixes:
      
      - Add signal-quiesce bug-fix from 2.4.
      
      - Add irq_enter/irq_exit to sclp_sync_wait to prevent the softirqs from
        processing after the external interrupt.
      60da26d9
    • Andrew Morton's avatar
      [PATCH] s390: common i/o layer. · 35181f43
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      Common i/o layer fixes:
      
      - Remove documentation entry for non-existent cio_notoper_msg parameter.
      
      - Add documentation for availability attritube.
      
      - Replace function of the steal_lock attribute by "echo force" to the
        online attribute.
      
      - Trigger device sensing in the online function for unknown devices.
      
      - Always try to get devices online even if they are marked reserved.
        Someone could have released the device while it was offline.
      
      - Add try_module_get/module_put pairs to the online function of ccw devices
        and ccwgroup devices.
      
      - Add owner field to ccwgroup driver structure.  Set owner field in ctc,
        lcs and qeth.
      
      - Fix alignment problems in channel measurement block interface.
      35181f43
    • Andrew Morton's avatar
      [PATCH] s390: core s390 update · df6560ba
      Andrew Morton authored
      From: Martin Schwidefsky <schwidefsky@de.ibm.com>
      
      s390 bug fixes:
      
      - Add missing i/o controls to compat ioctl translation table.
      
      - Fix some gcc 3.4 warnings.
      
      - Export _sb_findmap.
      
      - Export smp_call_function_on only if CONFIG_SMP=y.
      
      - Add safe-guard to diag10.
      
      - Add type definition for compat_timer_t.
      
      - Fix first argument of signal_processor_ps.
      df6560ba
    • Andrew Morton's avatar
      [PATCH] ppc64: Update G5 defconfig, remove DISCONTIGMEM · 5ba43334
      Andrew Morton authored
      From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      
      This patch updates the g5_defconfig on ppc64, running it through oldconfig
      and removing CONFIG_DISTCONTIGMEM.  I don't use the discontigmem stuff at
      all, even on machines with +2Gb of RAM, so it's just bloat.
      5ba43334
    • Andrew Morton's avatar
      [PATCH] Add missing numa EXPORT_SYMBOLs · bddf7e5d
      Andrew Morton authored
      From: Anton Blanchard <anton@samba.org>
      
      Add some missing EXPORT_SYMBOLs.
      bddf7e5d
    • Andrew Morton's avatar
      [PATCH] ppc64: iSeries virtual disk update · 6431870d
      Andrew Morton authored
      From: Stephen Rothwell <sfr@canb.auug.org.au>
      
      This patch (hopefully) addresses concerns Christoph Hellwig had with the
      virtual disk probing code.
      6431870d
    • Andrew Morton's avatar
      [PATCH] ppc64: fix a bug in iSeries MMU hash management · 783c8cbd
      Andrew Morton authored
      From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      
      iSeries HyperVisor is doing some evilery when inserting PTEs that I didn't
      properly account for when rewriting that code, causing iSeries box to blow
      up regulary.
      783c8cbd
    • Andrew Morton's avatar
      [PATCH] fix umount dataloss problem · eb657e38
      Andrew Morton authored
      address_spaces have a `dirtied_when' jiffies field which records the time at
      which the mapping was first dirtied.  This is used for the periodic writeback
      (kupdate) function.  It is also used to prevent livelocks in the writeback
      code: don't try to write back objects which were dirtied after
      sync_sb_inodes() was called.
      
      It used to be the case that dirtied_when == 0 had magical properties, so
      there is code in there which avoids accidentally setting dirtied_when to zero
      at jiffy wrap time.  We just set it to jiffies|1.
      
      Unfortunately, jiffies|1 is in the future.  So under some rare timing
      circumstances (inode dirtied within one jiffy of umount) the livelock
      avoidance code in sync_sb_inodes() can accidentally trigger and we fail to
      write an inode out, resulting in filesytem corruption on ext2-style
      filesystems.  Normally, nobody dirties a file within a millisecond of umount,
      so it was not noticed.
      
      It is no longer the case that (address_space.dirtied_when == 0) has special
      meaning, so we can just remove all that code and fix the bug.
      eb657e38
    • Santiago Leon's avatar
      [PATCH] broken PowerPC Virtual Ethernet · e3602cb0
      Santiago Leon authored
      This fixes the PowerPC Virtual Ethernet driver that got broken by the
      recent ppc64 iommu patch...
      e3602cb0
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/libata-2.5 · 521d85de
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      521d85de
    • Linus Torvalds's avatar
      Merge bk://gkernel.bkbits.net/net-drivers-2.5 · 5f7e3b2f
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      5f7e3b2f
    • Russell King's avatar
      [PATCH] Wireless pcmcia netdev patches · dc36ad08
      Russell King authored
      On Mon, Nov 17, 2003 at 02:57:44PM -0800, Jean Tourrilhes wrote:
      > On Sun, Nov 16, 2003 at 11:33:01PM +0000, Russell King wrote:
      > > Jean,
      > >
      > > Could you please arrange for this patch to be tested?  It covers all
      > > the PCMCIA wireless drivers in 2.6.0-test9; I haven't been able to
      > > test.
      >
      > 	Dual P500, kernel 2.6.0-test9 + your patch.
      > -------------------------------------------------
      >...
      > 	Few comments :
      > 	o Yanked the cards out of the socket, cardmgr did ifconfig
      > down and removal of module automatically.
      > 	o I did not see any patch for the Orinoco driver, but I did
      > not check if it needs one. Did not look at HostAP either...
      > 	o wl3501_cs : ask Arnaldo.
      > 	o With 2.6.0-test9, I had instances of "can't read CIS". I
      > actually had to reboot to perform the test.
      > 	o The kobject Oops is something I think I saw before. I never
      > remove my Aironet card because I don't want to reboot :-( This time,
      > it seems to have survived better, so I see that as progress ;-)
      
      This patch seems to have been forgotten about, so here it is again,
      this time against 2.6.4-rc1.  This really needs to be send upstream,
      though I don't know where we got to with this one.  Maybe we should
      put it in akpm's tree for a while?
      
      It's essentially more of the "don't deadlock if you pull out a
      PCMCIA network card and it's currently configured up" patch which
      went in recently for PCMCIA NIC cards.
      dc36ad08
    • Marc Zyngier's avatar
      [PATCH] Re: 2.6.4-rc1 + hp100 EISA, not working · 980a33b0
      Marc Zyngier authored
      >>>>> "Pawel" == Pawe  <Pawe> writes:
      
      Pawel> On 2.6.3 it just Oopsed and didn't work. On 2.6.4-rc1 it does
      Pawel> not oops but it doesn't work (neither as module nor as build in kernel).
      
      Note that hp100 in 2.6.4-rc1 is still broken wrt EISA probing, since
      it lacks the terminating entry in the EISA ID list. This one-liner
      should take care of random crashes that are often reported to LKML :
      
      ===== drivers/net/hp100.c 1.24 vs edited =====
      980a33b0
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/sparc-2.6 · 77dd8f26
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      77dd8f26
    • Linus Torvalds's avatar
      Merge bk://bk.arm.linux.org.uk/linux-2.6-rmk · 52c785da
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      52c785da
    • Hollis Blanchard's avatar
      [PATCH] ppc64: export vio_find_node() · e3439af1
      Hollis Blanchard authored
      To hotplug-remove virtual devices, we need vio_find_node() so we have a
      pointer to pass to vio_unregister_device().
      e3439af1
    • Hollis Blanchard's avatar
      [PATCH] ppc64: make "viodev->unit_address" 32-bit · 84c6b89a
      Hollis Blanchard authored
      vio_dev->unit_address only holds 32 bits of information anyways, so no
      need for 64-bit field.
      84c6b89a
    • Greg Kroah-Hartman's avatar
      [PATCH] Fix USB printer transfers · 53e66bd3
      Greg Kroah-Hartman authored
      From Barry K. Nathan
      
      This fixes the ulblp transfer length code, which would otherwise skip
      the final iteration and lead to incomplete printer output (and us
      waiting forever for the transfer to complete)
      53e66bd3
    • David S. Miller's avatar
      Merge davem@nuts.davemloft.net:/disk1/BK/sparc-2.6 · d16bb53b
      David S. Miller authored
      into kernel.bkbits.net:/home/davem/sparc-2.6
      d16bb53b
    • David S. Miller's avatar
      Merge bk://bk.phunnypharm.org/sparc-2.6 · 7121bf30
      David S. Miller authored
      into nuts.davemloft.net:/disk1/BK/sparc-2.6
      7121bf30
    • Ben Collins's avatar
      Merge http://linux.bkbits.net/linux-2.5 · b090abd1
      Ben Collins authored
      into debian.org:/usr/src/kernel/sparc-2.6
      b090abd1
    • Ben Collins's avatar
  2. 29 Feb, 2004 3 commits
    • Jens Axboe's avatar
      [PATCH] fix CDROM_SEND_PACKET 32 -> 64-bit translation · ab1b2b63
      Jens Axboe authored
      Here's a much better version.  The real bug was of course that the
      get_user/put_user for data_direction were transposed.
      
      This patch also fixes the translation of "quiet" and "timeout" to be
      safer and clearer (instead of memcpying them as two ints and knowing
      that "quiet" is first and assuming that "compat_int_t" is always the
      same as the native "int", the code now handles them explicitly).
      
      We should use "access_ok()" and __get_user/__put_user to generate better
      code for this, but it's not performance-critical, so we don't care.
      Some other day, perhaps.
      ab1b2b63
    • Roger Luethi's avatar
      [PATCH] Update via-rhine Kconfig entry · 6cdcd300
      Roger Luethi authored
      Previous Kconfig change was incorrect, this is a better one.
      6cdcd300
    • Geert Uytterhoeven's avatar
      [PATCH] lost Amiga Hydra Ethernet patch · 4b832804
      Geert Uytterhoeven authored
      On Fri, 27 Feb 2004, Linus Torvalds wrote:
      > Ok, as usual, there was a lot of stuff for the -rc1, but as seems to be
      > more and more true it is mainly in the "periphery".
      >
      > Andrew Morton:
      >   o m68k: Amiga Hydra Ethernet new driver model
      
      This part of the patch seems to have been lost (root_hydra_dev is no more):
      4b832804
  3. 28 Feb, 2004 6 commits
  4. 27 Feb, 2004 8 commits
    • Alexander Viro's avatar
      [PATCH] oops on HPFS filesystem file rename · 675d48b7
      Alexander Viro authored
      Maurice van der Stee noted that he got an oops on a HPFS filesystem when
      saving an edited file..
      
        <stares at the code>
        <blinks>
        <wonders whereTF do we assign hpfs1_i and hpfs2_i if both inodes are non-NULL>
        <finds the patch in question>
        <stares at jgarzik>
      
      This fixes it.  That, BTW, means that *nobody* had ever tried to use
      hpfs r/w since 2.5.3-pre3.
      675d48b7
    • Adrian Bunk's avatar
      [PATCH] move rme96xx to Documentation/sound/oss/ · ea4a229c
      Adrian Bunk authored
      From Hans Ulrich Niedermann
      
      All sound documentation with the exception of the OSS rme96xx
      documentation is under Documentation/sound/{alsa,oss}.
      
      Move the rme966xx docs, and fix the Kconfig comments
      ea4a229c
    • Philippe Elie's avatar
      [PATCH] oprofile needs smp_num_siblings on x86-64 · c2824b8b
      Philippe Elie authored
      P4 oprofile needs cpu_sibling_map and smp_num_siblings, the later
      was not exported
      c2824b8b
    • Olof Johansson's avatar
    • Linus Torvalds's avatar
      Merge http://lia64.bkbits.net/to-linus-2.5 · 9658e7b7
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.5/linux
      9658e7b7
    • David Mosberger's avatar
      ia64: Fix pdflush-triggered stack-overflow due to long thread-creation chains. · e455002a
      David Mosberger authored
      The pdflush kernel threads can lead to an unbounded chain of thread-creations
      which can overflow the kernel stacks because we didn't uses to reset
      the stack on kernel thread-creation.  We do now.
      
      Reported by Andreas Schwab, tracked down with help from Keith Owens.
      e455002a
    • Peter Chubb's avatar
      [PATCH] ia64: greatly speed-up I/O-SAPIC irq_enable()/irq_disable() · ac2b25e8
      Peter Chubb authored
      This patch changes the I/O SAPIC code to cache the low 32 bits of the mask
      word in kernel memory.  This greatly speeds up mask_irq() and unmask_irq().
      
      Normally, these operations are not on the speed-critical path of the
      kernel but with certain devices drivers (including users-level device-
      drivers) they can become performance-critical.
      ac2b25e8
    • Stéphane Eranian's avatar
      [PATCH] ia64: perfmon update · 4ab241d2
      Stéphane Eranian authored
              - fix bug in pfm_unload(), not allowed when not on correct CPU for
                system-wide
              - some perf/cleanup in overflow handler
              - fix reset_pmds to be on a per PMD basis on counter overflow rather
                than global
              - remove timing debug code on messages
              - no kernel info leak on PFM_END_MSG
              - remove double-store on reg_flags for pfm_write_pmcs, pfm_write_pmds
              - on restart reset_pmds is 0 by default
              - cleanup useless macros
              - cleanup some debug prints
              - added ability to remove debug code
              - streamlined sys_perfmonctl(), pfm_read_pmds(), pfm_write_*()
              - added current->tgid to default format sample header by using one
                reserved field
      4ab241d2