24 Sep, 2009

1 commit

  • * remove asm/atomic.h inclusion from linux/utsname.h --
    not needed after kref conversion
    * remove linux/utsname.h inclusion from files which do not need it

    NOTE: it looks like fs/binfmt_elf.c do not need utsname.h, however
    due to some personality stuff it _is_ needed -- cowardly leave ELF-related
    headers and files alone.

    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Linus Torvalds

    Alexey Dobriyan
     

22 Sep, 2009

3 commits

  • * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (34 commits)
    trivial: fix typo in aic7xxx comment
    trivial: fix comment typo in drivers/ata/pata_hpt37x.c
    trivial: typo in kernel-parameters.txt
    trivial: fix typo in tracing documentation
    trivial: add __init/__exit macros in drivers/gpio/bt8xxgpio.c
    trivial: add __init macro/ fix of __exit macro location in ipmi_poweroff.c
    trivial: remove unnecessary semicolons
    trivial: Fix duplicated word "options" in comment
    trivial: kbuild: remove extraneous blank line after declaration of usage()
    trivial: improve help text for mm debug config options
    trivial: doc: hpfall: accept disk device to unload as argument
    trivial: doc: hpfall: reduce risk that hpfall can do harm
    trivial: SubmittingPatches: Fix reference to renumbered step
    trivial: fix typos "man[ae]g?ment" -> "management"
    trivial: media/video/cx88: add __init/__exit macros to cx88 drivers
    trivial: fix typo in CONFIG_DEBUG_FS in gcov doc
    trivial: fix missing printk space in amd_k7_smp_check
    trivial: fix typo s/ketymap/keymap/ in comment
    trivial: fix typo "to to" in multiple files
    trivial: fix typos in comments s/DGBU/DBGU/
    ...

    Linus Torvalds
     
  • alpha:

    drivers/media/dvb/pt1/pt1.c: In function 'pt1_cleanup_tables':
    drivers/media/dvb/pt1/pt1.c:422: error: implicit declaration of function 'vfree'
    drivers/media/dvb/pt1/pt1.c: In function 'pt1_init_tables':
    drivers/media/dvb/pt1/pt1.c:431: error: implicit declaration of function 'vmalloc'
    drivers/media/dvb/pt1/pt1.c:431: warning: assignment makes pointer from integer without a cast

    Acked-by: Mauro Carvalho Chehab
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Andrew Morton
     
  • * 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (222 commits)
    V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macro
    V4L/DVB (13029): radio-si4713: remove #include
    V4L/DVB (13027): go7007: convert printks to v4l2_info
    V4L/DVB (13026): s2250-board: Implement brightness and contrast controls
    V4L/DVB (13025): s2250-board: Fix memory leaks
    V4L/DVB (13024): go7007: Implement vidioc_g_std and vidioc_querystd
    V4L/DVB (13023): go7007: Merge struct gofh and go declarations
    V4L/DVB (13022): go7007: Fix mpeg controls
    V4L/DVB (13021): go7007: Fix whitespace and line lengths
    V4L/DVB (13020): go7007: Updates to Kconfig and Makefile
    V4L/DVB (13019): video: initial support for ADV7180
    V4L/DVB (13018): kzalloc failure ignored in au8522_probe()
    V4L/DVB (13017): gspca: kmalloc failure ignored in sd_start()
    V4L/DVB (13016): kmalloc failure ignored in lgdt3304_attach() and s921_attach()
    V4L/DVB (13015): kmalloc failure ignored in m920x_firmware_download()
    V4L/DVB (13014): Add support for Compro VideoMate E800 (DVB-T part only)
    V4L/DVB (13013): FM TX: si4713: Kconfig: Fixed two typos.
    V4L/DVB (13012): uvc: introduce missing kfree
    V4L/DVB (13011): Change tuner type of BeholdTV cards
    V4L/DVB (13009): gspca - stv06xx-hdcs: Reduce exposure range
    ...

    Linus Torvalds
     

21 Sep, 2009

4 commits


20 Sep, 2009

1 commit

  • This allows subsytems to provide devtmpfs with non-default permissions
    for the device node. Instead of the default mode of 0600, null, zero,
    random, urandom, full, tty, ptmx now have a mode of 0666, which allows
    non-privileged processes to access standard device nodes in case no
    other userspace process applies the expected permissions.

    This also fixes a wrong assignment in pktcdvd and a checkpatch.pl complain.

    Signed-off-by: Kay Sievers
    Signed-off-by: Greg Kroah-Hartman

    Kay Sievers
     

19 Sep, 2009

31 commits