31 Jan, 2009

22 commits


30 Jan, 2009

18 commits

  • fix the following 'make headers_check' warnings:

    usr/include/linux/nfsd/nfsfh.h:17: include of is preferred over
    usr/include/linux/nfsd/nfsfh.h:28: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warning:

    usr/include/linux/nfsd/export.h:13: include of is preferred over

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warning:

    usr/include/linux/netfilter/xt_conntrack.h:40: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warnings:

    usr/include/linux/dvb/video.h:29: include of is preferred over
    usr/include/linux/dvb/video.h:102: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warnings:

    usr/include/linux/dvb/net.h:27: include of is preferred over
    usr/include/linux/dvb/net.h:31: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warnings:

    usr/include/linux/dvb/frontend.h:29: include of is preferred over
    usr/include/linux/dvb/frontend.h:76: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warnings:

    usr/include/linux/dvb/dmx.h:27: include of is preferred over
    usr/include/linux/dvb/dmx.h:90: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warning:

    usr/include/linux/dvb/audio.h:133: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • fix the following 'make headers_check' warning:

    usr/include/linux/can/bcm.h:29: found __[us]{8,16,32,64} type without #include

    Signed-off-by: Jaswinder Singh Rajput

    Jaswinder Singh Rajput
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6:
    cifs: make sure we allocate enough storage for socket address
    [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases
    [CIFS] some cleanup to dir.c prior to addition of posix_open
    [CIFS] revalidate parent inode when rmdir done within that directory
    [CIFS] Rename md5 functions to avoid collision with new rt modules
    cifs: turn smb_send into a wrapper around smb_sendv

    Linus Torvalds
     
  • Commit e57db7b (SATA Sil: Blacklist system that spins off disks during ACPI power off)
    breaks build like the following, in both cases when CONFIG_DMI set or not.

    drivers/ata/sata_sil.c: In function 'sil_broken_system_poweroff':
    drivers/ata/sata_sil.c:713: error: implicit declaration of function 'dmi_first_match'
    drivers/ata/sata_sil.c:713: warning: initialization makes pointer from integer without a cast

    sata_sil.c should include dmi.h

    Signed-off-by: Alexander Beregalov
    Signed-off-by: Linus Torvalds

    Alexander Beregalov
     
  • btrfs requires version 0.18 of its tools, and squashfs requires 4.0.
    ext3 should use and ext4 requires v1.41.4 of e2fsprogs.

    Signed-off-by: Bill Nottingham
    Signed-off-by: Randy Dunlap
    cc: Ted Tso
    Signed-off-by: Linus Torvalds

    Bill Nottingham
     
  • I don't think emacs understands tilde expansion, so use
    "expand-file-name" to do that.

    Signed-off-by: Dan Carpenter
    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Dan Carpenter
     
  • With the previous Emacs tips example the kernel style was made available
    for files in the kernel-tree only. This patch updates the tip to add a
    separate cc-mode indent style ("linux-tabs-only"). This makes it easy to
    switch between different indent styles and also makes the kernel style
    easily available for any filetype mode (c++, awk, ...) that is managed
    by the Emacs cc-mode.

    Signed-off-by: Teemu Likonen
    Signed-off-by: Randy Dunlap
    Signed-off-by: Linus Torvalds

    Teemu Likonen
     
  • Move DMA-mapping.txt to Documentation/PCI/.

    DMA-mapping.txt was supposed to be moved from Documentation/ to
    Documentation/PCI/. The 00-INDEX files in those two directories
    were updated, along with a few other text files, but the file
    itself somehow escaped being moved, so move it and update more
    text files and source files with its new location.

    Signed-off-by: Randy Dunlap
    Acked-by: Greg Kroah-Hartman
    cc: Jesse Barnes
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6:
    Staging: poch: fix verification of memory area
    Staging: usbip: usbip_start_threads(): handle kernel_thread failure
    staging: agnx: drivers/staging/agnx/agnx.h needs
    Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signal
    Staging: android: Add lowmemorykiller documentation.
    Staging: android: fix build error on 64bit boxes
    Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.
    Staging: android: binder: fix arm build errors
    Staging: meilhaus: fix Kbuild
    Staging: comedi: fix Kbuild

    Linus Torvalds
     
  • * git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6:
    driver-core: fix kernel-doc parameter name
    UIO: Add missing documentation of features added recently
    Sync patch for jp_JP/stable_kernel_rules.txt

    Linus Torvalds
     
  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
    ASoC: OMAP: Initialize XCCR and RCCR registers in McBSP DAI driver
    ASoC: Fix null string usage with WM8753 DAIs
    ALSA: hda - add another MacBook Pro 4, 1 subsystem ID
    ALSA: hda - Fix compile warning with CONFIG_SND_JACK=n
    ALSA: hda - Add quirk for HP DV6700 laptop
    ALSA: hda - Fix PCM reference NID for STAC/IDT analog outputs

    Linus Torvalds