歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Linux Kernel 2.6.23.14更新下載

Linux Kernel 2.6.23.14更新下載

日期:2017/2/28 17:10:01   编辑:Linux教程

Linux Kernel是Linux系統的核心部件,支持Intel、Alpha、PPC、 Sparc、IA-64 、ARM、MIPS、Amiga、Atari和IBM s/390等,還支持32位大文件系統.而在Intel平台上,物理內存最大支持可以達到64GB.加強對IDE和SCSI硬件系統的支持,並增強了對 USB設備和3D加速卡的支持.

更新:

commit 5b59039024e391cd5014db41ca8a89f0e2a0dabe
Author: Greg Kroah-Hartman <[email protected]>
Date:   Mon Jan 14 12:49:56 2008 -0800

    Linux 2.6.23.14

commit 3093d39c9361dae001efaea9279b0b23e38f049c
Author: Linus Torvalds <[email protected]>
Date:   Sat Jan 12 14:06:34 2008 -0800

    Use access mode instead of open flags to determine needed permissions (CVE-2008-0001)
    
    patch 974a9f0b47da74e28f68b9c8645c3786aa5ace1a in mainline
    
    Way back when (in commit 834f2a4a1554dc5b2598038b3fe8703defcbe467, aka
    "VFS: Allow the filesystem to return a full file pointer on open intent"
    to be exact), Trond changed the open logic to keep track of the original
    flags to a file open, in order to pass down the the intent of a dentry
    lookup to the low-level filesystem.
    
    However, when doing that reorganization, it changed the meaning of
    namei_flags, and thus inadvertently changed the test of access mode for
    directories (and RO filesystem) to use the wrong flag.  So fix those
    test back to use access mode ("acc_mode") rather than the open flag
    ("flag").
    
    Issue noticed by Bill Roman at Datalight.
    
    Reported-and-tested-by: Bill Roman <[email protected]>
    Acked-by: Trond Myklebust <[email protected]>
    Acked-by: Al Viro <[email protected]>
    Cc: Christoph Hellwig <[email protected]>
    Cc: Andrew Morton <[email protected]>
    Signed-off-by: Linus Torvalds <[email protected]>
    Signed-off-by: Greg Kroah-Hartman <[email protected]>

官網:http://www.kernel.org

下載:Linux Kernel 2.6.23.14

http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.14.tar.bz2

Copyright © Linux教程網 All Rights Reserved