1. 21 12月, 2007 5 次提交
    • N
      dm: merge max_hw_sector · 91212507
      Neil Brown 提交于
      Make sure dm honours max_hw_sectors of underlying devices
      
        We still have no firm testing evidence in support of this patch but
        believe it may help to resolve some bug reports.  - agk
      Signed-off-by: NNeil Brown <neilb@suse.de>
      Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
      91212507
    • A
      dm: trigger change uevent on rename · 69267a30
      Alasdair G Kergon 提交于
      Insert a missing KOBJ_CHANGE notification when a device is renamed.
      
      Cc: Scott James Remnant <scott@ubuntu.com>
      Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
      69267a30
    • M
      dm crypt: fix write endio · adfe4770
      Milan Broz 提交于
      Fix BIO_UPTODATE test for write io.
      
      Cc: stable@kernel.org
      Cc: dm-crypt@saout.de
      Signed-off-by: NMilan Broz <mbroz@redhat.com>
      Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
      adfe4770
    • P
      dm mpath: hp requires scsi · d1622e89
      Paul Mundt 提交于
      With CONFIG_SCSI=n __scsi_print_sense() is never linked in.
      
      drivers/built-in.o: In function `hp_sw_end_io':
      dm-mpath-hp-sw.c:(.text+0x914f8): undefined reference to `__scsi_print_sense'
      
      Caught with a randconfig on current git.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      Signed-off-by: NAlasdair G Kergon <agk@redhat.com>
      d1622e89
    • J
      dm: table detect io beyond device · 512875bd
      Jun'ichi Nomura 提交于
      This patch fixes a panic on shrinking a DM device if there is
      outstanding I/O to the part of the device that is being removed.
      (Normally this doesn't happen - a filesystem would be resized first,
      for example.)
      
      The bug is that __clone_and_map() assumes dm_table_find_target()
      always returns a valid pointer.  It may fail if a bio arrives from the
      block layer but its target sector is no longer included in the DM
      btree.
      
      This patch appends an empty entry to table->targets[] which will
      be returned by a lookup beyond the end of the device.
      
      After calling dm_table_find_target(), __clone_and_map() and target_message()
      check for this condition using
      dm_target_is_valid().
      
      Sample test script to trigger oops:
      512875bd
  2. 20 12月, 2007 18 次提交
  3. 19 12月, 2007 17 次提交
    • L
      [IA64] print kernel release in OOPS to make kerneloops.org happy · ee211b37
      Luck, Tony 提交于
      The ia64 oops message doesn't include the kernel version, which
      makes it hard to automatically categorize oops messages scraped
      from mailing lists and bug databases.
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      ee211b37
    • J
      [IA64] Two trivial spelling fixes · 313d8e57
      Joe Perches 提交于
      s/addres/address/
      s/performanc/performance/
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      313d8e57
    • D
      [IA64] Avoid unnecessary TLB flushes when allocating memory · aec103bf
      de Dinechin, Christophe (Integrity VM) 提交于
      Improve performance of memory allocations on ia64 by avoiding a global TLB
      purge to purge a single page from the file cache. This happens whenever we
      evict a page from the buffer cache to make room for some other allocation.
      
      Test case: Run 'find /usr -type f | xargs cat > /dev/null' in the
      background to fill the buffer cache, then run something that uses memory,
      e.g. 'gmake -j50 install'. Instrumentation showed that the number of
      global TLB purges went from a few millions down to about 170 over a 12
      hours run of the above.
      
      The performance impact is particularly noticeable under virtualization,
      because a virtual TLB is generally both larger and slower to purge than
      a physical one.
      Signed-off-by: NChristophe de Dinechin <ddd@hp.com>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      aec103bf
    • N
      [IA64] ia32 nopage · 3cdc7fc7
      Nick Piggin 提交于
      Convert ia64's ia32 support from nopage to fault.
      Signed-off-by: NNick Piggin <npiggin@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      3cdc7fc7
    • S
      [IA64] signal: remove redundant code in setup_sigcontext() · 2018df76
      Shi Weihua 提交于
      This patch removes some redundant code in the function setup_sigcontext().
      
      The registers ar.ccv,b7,r14,ar.csd,ar.ssd,r2-r3 and r16-r31 are not
      restored in restore_sigcontext() when (flags & IA64_SC_FLAG_IN_SYSCALL) is
      true.  So we don't need to zero those variables in setup_sigcontext().
      Signed-off-by: NShi Weihua <shiwh@cn.fujitsu.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      2018df76
    • C
      IA64: Slim down __clear_bit_unlock · a3ebdb6c
      Christoph Lameter 提交于
      __clear_bit_unlock does not need to perform atomic operations on the
      variable.  Avoid a cmpxchg and simply do a store with release semantics.
      Add a barrier to be safe that the compiler does not do funky things.
      
      Tony: Use intrinsic rather than inline assembler
      Signed-off-by: NChristoph Lameter <clameter@sgi.com>
      Acked-by: NNick Piggin <nickpiggin@yahoo.com.au>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NTony Luck <tony.luck@intel.com>
      a3ebdb6c
    • B
      [SCSI] initio: bugfix for accessors patch · a169e637
      Boaz Harrosh 提交于
      patch: [SCSI] initio: convert to use the data buffer accessors had a
      small but fatal bug in that it didn't increment the pointer into the
      initio scatterlist descriptors as it looped over the block generated
      ones. Fixed here.
      Signed-off-by: NBoaz Harrosh <bharrosh@panasas.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      a169e637
    • F
      [SCSI] st: fix kernel BUG at include/linux/scatterlist.h:59! · cd81621c
      FUJITA Tomonori 提交于
      This is caused by a missing scatterlist initialisation (it only shows
      up when sg list handling debugging is turned on).
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Cc: Kai Makisara <Kai.Makisara@kolumbus.fi>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      cd81621c
    • A
      [SCSI] initio: fix conflict when loading driver · 99f1f534
      Alan Cox 提交于
      > I have a scanner connected to a Initio INI-950 SCSI card and I recently
      > upgraded from SuSE 10.2 to 10.3.  The new kernel doesn't see any of my
      > devices.  I get the following in /var/log/messages:
      >
      > ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 17 (level, low) -> IRQ 16
      > initio: I/O port range 0x0 is busy.
      > ACPI: PCI interrupt for device 0000:00:0a.0 disabled
      
      Humm not a collision - thats a bug in the driver updating.  Looks like the
      changes I made and combined with Christoph's lost a line somewhere when I
      was merging it all.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      99f1f534
    • T
      [SCSI] sym53c8xx: fix "irq X: nobody cared" regression · cedefa13
      Tony Battersby 提交于
      The patch described by the following excerpt from ChangeLog-2.6.24-rc1
      eventually causes a "irq X: nobody cared" error after a while:
      
      commit 99c9e0a1
      Author: Matthew Wilcox <matthew@wil.cx>
      Date:   Fri Oct 5 15:55:12 2007 -0400
      
          [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE
      
      After this happens, the kernel disables the IRQ, causing the SCSI card
      to stop working until the next reboot.  The problem is caused by the
      interrupt handler returning IRQ_NONE instead of IRQ_HANDLED after
      handling an interrupt-on-the-fly (INTF) condition.  The following patch
      fixes the problem.
      Signed-off-by: NTony Battersby <tonyb@cybernetics.com>
      Acked-by: NMatthew Wilcox <willy@linux.intel.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      cedefa13
    • J
      [SCSI] dpt_i2o: driver is only 32 bit so don't set 64 bit DMA mask · c80ddf00
      James Bottomley 提交于
      This fixes a potential corruption bug where the truncation would cause
      reading or writing to the wrong memory area on machines with >4GB of
      main memory.
      
      Cc: Stable Kernel Tree <stable@kernel.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      c80ddf00
    • T
      [SCSI] sym53c8xx: fix free_irq() regression · 7ee2413c
      Tony Battersby 提交于
      The following commit changed the pointer passed to request_irq(), but
      failed to change the pointer passed to free_irq():
      
      commit 99c9e0a1
      Author: Matthew Wilcox <matthew@wil.cx>
      Date:   Fri Oct 5 15:55:12 2007 -0400
      
          [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONE
      
          ...
      
      The result is that free_irq() doesn't actually take any action.  This
      patch fixes it.
      Signed-off-by: NTony Battersby <tonyb@cybernetics.com>
      Acked-by: NChristoph Hellwig <hch@infradead.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      7ee2413c
    • L
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 · 3e3b3916
      Linus Torvalds 提交于
      * git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86:
        x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!"
        genirq: revert lazy irq disable for simple irqs
        x86: also define AT_VECTOR_SIZE_ARCH
        x86: kprobes bugfix
        x86: jprobe bugfix
        timer: kernel/timer.c section fixes
        genirq: add unlocked version of set_irq_handler()
        clockevents: fix reprogramming decision in oneshot broadcast
        oprofile: op_model_athlon.c support for AMD family 10h barcelona performance counters
      3e3b3916
    • I
      x86: fix "Kernel panic - not syncing: IO-APIC + timer doesn't work!" · 4aae0702
      Ingo Molnar 提交于
      this is the tale of a full day spent debugging an ancient but elusive bug.
      
      after booting up thousands of random .config kernels, i finally happened
      to generate a .config that produced the following rare bootup failure
      on 32-bit x86:
      
      | ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
      | ..MP-BIOS bug: 8254 timer not connected to IO-APIC
      | ...trying to set up timer (IRQ0) through the 8259A ...  failed.
      | ...trying to set up timer as Virtual Wire IRQ... failed.
      | ...trying to set up timer as ExtINT IRQ... failed :(.
      | Kernel panic - not syncing: IO-APIC + timer doesn't work!  Boot with apic=debug
      | and send a report.  Then try booting with the 'noapic' option
      
      this bug has been reported many times during the years, but it was never
      reproduced nor fixed.
      
      the bug that i hit was extremely sensitive to .config details.
      
      First i did a .config-bisection - suspecting some .config detail.
      That led to CONFIG_X86_MCE: enabling X86_MCE magically made the bug disappear
      and the system would boot up just fine.
      
      Debugging my way through the MCE code ended up identifying two unlikely
      candidates: the thing that made a real difference to the hang was that
      X86_MCE did two printks:
      
       Intel machine check architecture supported.
       Intel machine check reporting enabled on CPU#1.
      
      Adding the same printks to a !CONFIG_X86_MCE kernel made the bug go away!
      
      this left timing as the main suspect: i experimented with adding various
      udelay()s to the arch/x86/kernel/io_apic_32.c:check_timer() function, and
      the race window turned out to be narrower than 30 microseconds (!).
      
      That made debugging especially funny, debugging without having printk
      ability before the bug hits is ... interesting ;-)
      
      eventually i started suspecting IRQ activities - those are pretty much the
      only thing that happen this early during bootup and have the timescale of
      a few dozen microseconds. Also, check_timer() changes the IRQ hardware
      in various creative ways, so the main candidate became IRQ0 interaction.
      
      i've added a counter to track timer irqs (on which core they arrived, at
      what exact time, etc.) and found that no timer IRQ would arrive after the
      bug condition hits - even if we re-enable IRQ0 and re-initialize the i8259A,
      but that we'd get a small number of timer irqs right around the time when we
      call the check_timer() function.
      
      Eventually i got the following backtrace triggered from debug code in the
      timer interrupt:
      
      ...trying to set up timer as Virtual Wire IRQ... failed.
      ...trying to set up timer as ExtINT IRQ...
      Pid: 1, comm: swapper Not tainted (2.6.24-rc5 #57)
      EIP: 0060:[<c044d57e>] EFLAGS: 00000246 CPU: 0
      EIP is at _spin_unlock_irqrestore+0x5/0x1c
      EAX: c0634178 EBX: 00000000 ECX: c4947d63 EDX: 00000246
      ESI: 00000002 EDI: 00010031 EBP: c04e0f2e ESP: f7c41df4
       DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
       CR0: 8005003b CR2: ffe04000 CR3: 00630000 CR4: 000006d0
       DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
       DR6: ffff0ff0 DR7: 00000400
        [<c05f5784>] setup_IO_APIC+0x9c3/0xc5c
      
      the spin_unlock() was called from init_8259A(). Wait ... we have an IRQ0
      entry while we are in the middle of setting up the local APIC, the i8259A
      and the PIT??
      
      That is certainly not how it's supposed to work! check_timer() was supposed
      to be called with irqs turned off - but this eroded away sometime in the
      past. This code would still work most of the time because this code runs
      very quickly, but just the right timing conditions are present and IRQ0
      hits in this small, ~30 usecs window, timer irqs stop and the system does
      not boot up. Also, given how early this is during bootup, the hang is
      very deterministic - but it would only occur on certain machines (and
      certain configs).
      
      The fix was quite simple: disable/restore interrupts properly in this
      function. With that in place the test-system now boots up just fine.
      
      (64-bit x86 io_apic_64.c had the same bug.)
      
      Phew! One down, only 1500 other kernel bugs are left ;-)
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      4aae0702
    • S
      genirq: revert lazy irq disable for simple irqs · 971e5b35
      Steven Rostedt 提交于
      In commit 76d21601 lazy irq disabling
      was implemented, and the simple irq handler had a masking set to it.
      
      Remy Bohmer discovered that some devices in the ARM architecture
      would trigger the mask, but never unmask it. His patch to do the
      unmasking was questioned by Russell King about masking simple irqs
      to begin with. Looking further, it was discovered that the problems
      Remy was seeing was due to improper use of the simple handler by
      devices, and he later submitted patches to fix those. But the issue
      that was uncovered was that the simple handler should never mask.
      
      This patch reverts the masking in the simple handler.
      Signed-off-by: NSteven Rostedt <srostedt@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      971e5b35
    • J
      x86: also define AT_VECTOR_SIZE_ARCH · 213fde71
      Jan Beulich 提交于
      The patch introducing this left out 64-bit x86 despite it also having
      extra entries.
      
      this solves Xen guest troubles.
      Signed-off-by: NJan Beulich <jbeulich@novell.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      213fde71
    • M
      x86: kprobes bugfix · 0b0122fa
      Masami Hiramatsu 提交于
      Kprobes for x86-64 may cause a kernel crash if it inserted on "iret"
      instruction. "call absolute" is invalid on x86-64, so we don't need
      treat it.
      
       - Change the processing order as same as x86-32.
       - Add "iret"(0xcf) case.
       - Remove next_rip local variable.
      Signed-off-by: NMasami Hiramatsu <mhiramat@redhat.com>
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
      0b0122fa