02 Apr, 2008

20 commits


01 Apr, 2008

13 commits


31 Mar, 2008

7 commits

  • Fix up uImage compression type.

    Signed-off-by: Yoshihiro Shimoda
    Signed-off-by: Paul Mundt

    Yoshihiro Shimoda
     
  • This patch removes the unused include/asm-sh/floppy.h
    (ARCH_MAY_HAVE_PC_FDC was not enabled).

    Signed-off-by: Adrian Bunk
    Signed-off-by: Paul Mundt

    Adrian Bunk
     
  • Mark Lord wrote:
    >
    > On boot, syslog is flooded with "uevent: unsupported action-string;" messages.
    ..
    > Mar 28 14:43:29 shrimp kernel: tty ptyqd: uevent: unsupported
    > action-string; this will be ignored in a future kernel version
    > Mar 28 14:43:29 shrimp kernel: tty ptyqe: uevent: unsupported
    > action-string; this will be ignored in a future kernel version
    > Mar 28 14:43:29 shrimp kernel: tty ptyqf: uevent: unsupported
    > action-string; this will be ignored in a future kernel version
    > Mar 28 14:43:29 shrimp kernel: tty ptyr0: uevent: unsupported
    > action-string; this will be ignored in a future kernel version
    ..

    These messages are a regression compared with 2.6.24, which did not
    flood the syslog with them.

    The actual underlying problem was introduced in 2.6.23, when somebody
    made the string parsing no longer accept nul-terminated strings as a
    valid input to store_uevent().

    Eg. "add\0" was valid prior to 2.6.23, where the code regressed to
    require "add" without the '\0'.

    This patch fixes the 2.6.23 / 2.6.24 regressions, by having the code
    once again tolerate the trailing '\0', if present.

    According to GregKH, this mainly affects older Ubuntu systems, such as
    the one I have here that requires this fix.

    Signed-off-by: Mark Lord
    Signed-off-by: Linus Torvalds

    Mark Lord
     
  • When getting disconnected we need to release eventual grabs on the
    underlying input device as we also release the input device itself.
    Otherwise, we would try to release the grab when the client that
    requested it closes its handle, accessing the input device which
    might already be freed.

    Signed-off-by: Björn Steinbrink
    Signed-off-by: Linus Torvalds

    Björn Steinbrink
     
  • I accidentally removed the module license from sound/oss/ac97_codec.c in
    commit 83bad1d764b836a482b88e0a1f44d7a5c3e1fee0 ("scheduled OSS driver
    removal")

    Spotted by Roland .

    Signed-off-by: Adrian Bunk
    Signed-off-by: Linus Torvalds

    Adrian Bunk
     
  • * 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6:
    drm: fix for non-coherent DMA PowerPC
    drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.c
    drm/i915: fix oops on agp=off
    drm/r300: fix bug in r300 userspace hardware wait emission

    Linus Torvalds
     
  • * 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev:
    libata: ATA_EHI_LPM should be ATA_EH_LPM
    pata_sil680: only enable MMIO on Cell blades

    Linus Torvalds