1. 14 4月, 2009 37 次提交
  2. 13 4月, 2009 3 次提交
    • L
      Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 · 8371f87c
      Linus Torvalds 提交于
      * 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6:
        i2c: Let new-style drivers implement attach_adapter
        i2c: Fix sparse warnings for I2C_BOARD_INFO()
        i2c-voodoo3: Deprecate in favor of tdfxfb
        i2c-algo-pca: Fix use of uninitialized variable in debug message
      8371f87c
    • S
      add some long-missing capabilities to fs_mask · 0ad30b8f
      Serge E. Hallyn 提交于
      When POSIX capabilities were introduced during the 2.1 Linux
      cycle, the fs mask, which represents the capabilities which having
      fsuid==0 is supposed to grant, did not include CAP_MKNOD and
      CAP_LINUX_IMMUTABLE.  However, before capabilities the privilege
      to call these did in fact depend upon fsuid==0.
      
      This patch introduces those capabilities into the fsmask,
      restoring the old behavior.
      
      See the thread starting at http://lkml.org/lkml/2009/3/11/157 for
      reference.
      
      Note that if this fix is deemed valid, then earlier kernel versions (2.4
      and 2.2) ought to be fixed too.
      
      Changelog:
      	[Mar 23] Actually delete old CAP_FS_SET definition...
      	[Mar 20] Updated against J. Bruce Fields's patch
      Reported-by: NIgor Zhbanov <izh1979@gmail.com>
      Signed-off-by: NSerge E. Hallyn <serue@us.ibm.com>
      Cc: stable@kernel.org
      Cc: J. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0ad30b8f
    • L
      Merge branch 'gm_20090410' of git://repo.or.cz/linux-2.6/trivial-mods · d3ab02a7
      Linus Torvalds 提交于
      * 'gm_20090410' of git://repo.or.cz/linux-2.6/trivial-mods:
        MAINTAINERS - Update MN10300 patterns
        MAINTAINERS - Update frv arch patterns
        scripts/get_maintainer.pl - Allow multiple files on command line
        MAINTAINERS - Update Freescale sound patterns
        MAINTAINERS - Add additional patterns
        MAINTAINERS - Add missing "/" to some pattern directories
        MAINTAINERS - Update DRIVER CORE patterns
        MAINTAINERS - Update M68K patterns
        MAINTAINERS - Coalesce sections "DVB" and "Video for Linux"
        MAINTAINERS - Remove cyblafb frame buffer no longer in tree
        MAINTAINERS - Remove x86/Voyager no longer in tree
        MAINTAINERS - Update FPU Emulator contact address and web page
        MAINTAINERS - i2c_tiny_usb T: should be W:
        MAINTAINERS - Add Linus Torvalds' git
        MAINTAINERS - standardize "T:       git urls"
        MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
        MAINTAINERS - Standardize style
        MAINTAINERS - Add file patterns
        Add scripts/get_maintainer.pl
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Acked-by: NAndrew Morton <akpm@linux-foundation.org>
      d3ab02a7