1. 15 Jan, 2011 2 commits
    • Russell King's avatar
      ARM: fix /proc/$PID/stack on SMP · d5996b2f
      Russell King authored
      Rabin Vincent reports:
      | On SMP, this BUG() in save_stack_trace_tsk() can be easily triggered
      | from user space by reading /proc/$PID/stack, where $PID is any pid but
      | the current process:
      |
      |	if (tsk != current) {
      | #ifdef CONFIG_SMP
      |		/*
      |		 * What guarantees do we have here that 'tsk'
      |		 * is not running on another CPU?
      |		 */
      |		BUG();
      | #else
      
      Fix this by replacing the BUG() with an entry to terminate the stack
      trace, returning an empty trace - I'd rather not expose the dwarf
      unwinder to a volatile stack of a running thread.
      Reported-by: default avatarRabin Vincent <rabin@rab.in>
      Tested-by: default avatarRabin Vincent <rabin@rab.in>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      d5996b2f
    • Russell King's avatar
      ARM: Fix build regression on SA11x0, PXA, and H720x targets · 671289c2
      Russell King authored
      Build errors similar this appeared in todays kautobuild for the above
      targets:
      
      In file included from arch/arm/include/asm/pgtable.h:461,
                       from arch/arm/mach-pxa/generic.c:26:
      include/asm-generic/pgtable.h: In function 'ptep_test_and_clear_young':
      include/asm-generic/pgtable.h:29: error: dereferencing pointer to incomplete type
      
      None of the .c files including asm/pgtable.h with this error is using
      this header, so simply remove the include.
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      671289c2
  2. 14 Jan, 2011 4 commits
  3. 12 Jan, 2011 3 commits
  4. 11 Jan, 2011 6 commits
  5. 10 Jan, 2011 1 commit
  6. 07 Jan, 2011 2 commits
    • Linus Torvalds's avatar
      Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 · 9e9bc973
      Linus Torvalds authored
      * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (255 commits)
        [media] radio-aimslab.c: Fix gcc 4.5+ bug
        [media] cx25821: Fix compilation breakage due to BKL dependency
        [media] v4l2-compat-ioctl32: fix compile warning
        [media] zoran: fix compiler warning
        [media] tda18218: fix compile warning
        [media] ngene: fix compile warning
        [media] DVB: IR support for TechnoTrend CT-3650
        [media] cx23885, cimax2.c: Fix case of two CAM insertion irq
        [media] ir-nec-decoder: fix repeat key issue
        [media] staging: se401 depends on USB
        [media] staging: usbvideo/vicam depends on USB
        [media] soc_camera: Add the ability to bind regulators to soc_camedra devices
        [media] V4L2: Add a v4l2-subdev (soc-camera) driver for OmniVision OV2640 sensor
        [media] v4l: soc-camera: switch to .unlocked_ioctl
        [media] v4l: ov772x: simplify pointer dereference
        [media] ov9640: fix OmniVision OV9640 sensor driver's priv data retrieving
        [media] ov9640: use macro to request OmniVision OV9640 sensor private data
        [media] ivtv-i2c: Fix two warnings
        [media] staging/lirc: Update lirc TODO files
        [media] cx88: Remove the obsolete i2c_adapter.id field
        ...
      9e9bc973
    • Linus Torvalds's avatar
      Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm · 3c0cb7c3
      Linus Torvalds authored
      * 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm: (416 commits)
        ARM: DMA: add support for DMA debugging
        ARM: PL011: add DMA burst threshold support for ST variants
        ARM: PL011: Add support for transmit DMA
        ARM: PL011: Ensure IRQs are disabled in UART interrupt handler
        ARM: PL011: Separate hardware FIFO size from TTY FIFO size
        ARM: PL011: Allow better handling of vendor data
        ARM: PL011: Ensure error flags are clear at startup
        ARM: PL011: include revision number in boot-time port printk
        ARM: vexpress: add sched_clock() for Versatile Express
        ARM i.MX53: Make MX53 EVK bootable
        ARM i.MX53: Some bug fix about MX53 MSL code
        ARM: 6607/1: sa1100: Update platform device registration
        ARM: 6606/1: sa1100: Fix platform device registration
        ARM i.MX51: rename IPU irqs
        ARM i.MX51: Add ipu clock support
        ARM: imx/mx27_3ds: Add PMIC support
        ARM: DMA: Replace page_to_dma()/dma_to_page() with pfn_to_dma()/dma_to_pfn()
        mx51: fix usb clock support
        MX51: Add support for usb host 2
        arch/arm/plat-mxc/ehci.c: fix errors/typos
        ...
      3c0cb7c3
  7. 06 Jan, 2011 22 commits