development kernel tree: Changes to '2.6.26'

git at git.openmoko.org git at git.openmoko.org
Sun Jul 27 14:32:45 CEST 2008


New branch '2.6.26' available with the following commits:
commit bce7f793daec3e65ec5c5705d2457b81fe7b5725
Author: Linus Torvalds <torvalds at linux-foundation.org>
Date:   Sun Jul 13 14:51:29 2008 -0700

    Linux 2.6.26

commit ec229e830060091b9be63c8f873c1b2407a82821
Author: Li Zefan <lizf at cn.fujitsu.com>
Date:   Sun Jul 13 12:14:04 2008 -0700

    devcgroup: fix permission check when adding entry to child cgroup
    
     # cat devices.list
     c 1:3 r
     # echo 'c 1:3 w' > sub/devices.allow
     # cat sub/devices.list
     c 1:3 w
    
    As illustrated, the parent group has no write permission to /dev/null, so
    it's child should not be allowed to add this write permission.
    
    Signed-off-by: Li Zefan <lizf at cn.fujitsu.com>
    Acked-by: Serge Hallyn <serue at us.ibm.com>
    Cc: Serge Hallyn <serue at us.ibm.com>
    Cc: Paul Menage <menage at google.com>
    Cc: Pavel Emelyanov <xemul at openvz.org>
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>

commit 17d213f806dad629e9af36fc45f082b87ed7bceb
Author: Li Zefan <lizf at cn.fujitsu.com>
Date:   Sun Jul 13 12:14:02 2008 -0700

    devcgroup: always show positive major/minor num
    
     # echo "b $((0x7fffffff)):$((0x80000000)) rwm" > devices.allow
     # cat devices.list
     b 214748364:-21474836 rwm
    
    though a major/minor number of 0x800000000 is meaningless, we
    should not cast it to a negative value.
    
    Signed-off-by: Li Zefan <lizf at cn.fujitsu.com>
    Acked-by: Serge Hallyn <serue at us.ibm.com>
    Cc: Serge Hallyn <serue at us.ibm.com>
    Cc: Paul Menage <menage at google.com>
    Cc: Pavel Emelyanov <xemul at openvz.org>
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>

commit 0302c01b4b793cfbc5c7bf8723f6d14bf9bd7cf4
Author: Jiri Pirko <jpirko at redhat.com>
Date:   Sun Jul 13 12:13:59 2008 -0700

    Documentation/HOWTO: correct wrong kernel bugzilla FAQ URL
    
    Signed-off-by: Jiri Pirko <jpirko at redhat.com>
    Cc: Randy Dunlap <randy.dunlap at oracle.com>
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>





More information about the commitlog mailing list