Planet 3DNow! Logo  

 
English Français Русский язык Español Italiano Japanese Chinese

FORUM AKTUELL

   

Dienstag, 3. Januar 2006

19:09 - Autor: AMD-Hammer

Linux Kernel 2.6.15 veröffentlicht

Am Montag, dem 02. Januar war es wieder soweit und der Urvater des Linux Kernels, Linus Torvalds stellte mit den Worten "Hey, it's fifteen years today since I bought the machine that got Linux started. January 2nd is a good date." den neusten Linux Kernel, in der Version 2.6.15 vor.

Auch dieses mal erfuhr der Linux Kernel wieder zahlreiche Verbesserungen und Bugfixes. Diesmal sind es ganze 30 Patches, die die neue Version auszeichnen. Unter anderem wurden dabei verbesserte NTFS-Treiber, ein neuer ALSA-Treiber, der nun unter anderem auch NVIDIAs Soundstorm Chips unterstützt, sowie eine Überarbeitung des in den 2.6.14 integrierten 802.11 (W-LAN) Treiber hinzugefügt.

Hier nun ein Auszug aus der aktuellen Changelog:

    commit 392c14beaca2ee85a98d0c6b453501be67423a20
    Author: Linus Torvalds
    Date: Thu Dec 29 13:01:54 2005 -0800

    Revert radeon AGP aperture offset changes

    This reverts the series of commits

    67dbb4ea33731415fe09c62149a34f472719ac1d
    281ab031a8c9e5b593142eb4ec59a87faae8676a
    47807ce381acc34a7ffee2b42e35e96c0f322e52

    that changed the GART VM start offset. It fixed some machines, but
    seems to continually interact badly with some X versions.

    Quoth Ben Herrenschmidt:

    "So I think at this point, the best is that we keep the old bogus code
    that at least is consistent with the bug in the server. I'm working on a
    big patch to X that reworks the memory map stuff completely and fixes
    those issues on the server side, I'll do a DRM patch matching this X fix
    as well so that the memory map is only ever set in one place and with
    what I hope is a correct algorithm..."

    Signed-off-by: Linus Torvalds

    commit 80c72579f74fcfcd63e27c5e317091cb35bb1f12
    Author: Jean Delvare
    Date: Wed Dec 28 21:02:57 2005 +0100

    [PATCH] Fix recursive config dependency for SAA7134

    Fix the cyclic dependency issue between CONFIG_SAA7134_ALSA and
    CONFIG_SAA7134_OSS (credits to Mauro Carvalho Chehab.)

    Signed-off-by: Jean Delvare
    Acked-by: Mauro Carvalho Chehab
    Signed-off-by: Linus Torvalds

    commit e597cb32e95a6c38e9ead981b169ef2974ccfec0
    Author: Anton Blanchard
    Date: Thu Dec 29 10:46:29 2005 +1100

    [PATCH] ppc64: htab_initialize_secondary cannot be marked __init

    Sonny has noticed hotplug CPU on ppc64 is broken in 2.6.15-*. One of the
    problems is that htab_initialize_secondary is called when a cpu is being
    brought up, but it is marked __init.

    Signed-off-by: Anton Blanchard
    Acked-by: Paul Mackerras
    Signed-off-by: Linus Torvalds

    commit 576fc0978b6b3673fce6d4b405f36449e508826c
    Author: Ravikiran G Thirumalai
    Date: Thu Dec 29 13:06:11 2005 +0100

    [PATCH] x86_64: Fix incorrect node_present_pages on NUMA

    Currently, we do not pass the correct start_pfn to e820_hole_size, to
    calculate holes. Following patch fixes that.

    The bug results in incorrect number of node_present_pages for each pgdat
    and causes ugly output in /sys and probably VM inbalances.

    Signed-off-by: Alok N Kataria
    Signed-off-by: Ravikiran Thirumalai
    Signed-off-by: Andi Kleen
    Sighed-off-by: Shair Fultheim
    Sighed-off-by: Linus Torvalds

    commit f873e3e88d52774633968826c5b7fa7bf9697999
    Author: Riccardo Magliocchetti
    Date: Wed Dec 28 20:44:48 2005 -0500

    [PATCH] Input: aiptek - fix Y axis setup

    This patch fixes a typo introduced by conversion to dynamic input_dev
    allocation.

    Signed-off-by: Dmitry Torokhov
    Signed-off-by: Linus Torvalds

    commit ee025949586f80effa634ff273c2444795472780
    Author: Dave Jones
    Date: Wed Dec 28 20:01:04 2005 -0500

    [PATCH] fix ia64 compile failure with gcc4.1

    __get_unaligned creates a typeof the var its passed, and writes to it,
    which on gcc4.1, spits out the following error:

    drivers/char/vc_screen.c: In function 'vcs_write':
    drivers/char/vc_screen.c:422: error: assignment of read-only variable 'val'

    Signed-off-by: Dave Jones
    [ The "right" fix would be to try to fix
    but that's hard to do with the tools gcc gives us. So this
    simpler patch is preferable -- Linus ]
    Signed-off-by: Linus Torvalds

    commit 63b44442416a243f05881b0dd094b621a46ab4b3
    Author: Paolo 'Blaisorblade' Giarrusso
    Date: Thu Dec 29 17:40:02 2005 +0100

    [PATCH] uml: fix compilation with CONFIG_MODE_TT disabled

    Fix UML compilation when SKAS mode is disabled. Indeed, we were compiling
    SKAS-only object files, which failed due to some SKAS-only headers being
    excluded from the search path.

    Thanks to the bug report from Pekka J Enberg.

    Acked-by: Pekka J Enberg
    Signed-off-by: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Linus Torvalds

    commit 74433c0fe105f47e78c1f2267312693870c9ebc3
    Author: Paolo 'Blaisorblade' Giarrusso
    Date: Thu Dec 29 17:39:59 2005 +0100

    [PATCH] Hostfs: update for new glibc - add missing symbol exports

    Today, when compiling UML, I got warnings for two used unexported symbols:
    readdir64 and truncate64. Indeed, my glibc headers are aliasing readdir to
    readdir64 and truncate to truncate64 (and so on).

    I'm then adding additional exports. Since I've no idea if the symbols where
    always provided in the supported glibc's, I've added weak definitions too.

    Signed-off-by: Paolo 'Blaisorblade' Giarrusso
    Signed-off-by: Linus Torvalds
Die gesamte Changelog ist wie immer auf der Homepage einzusehen.

Download:Links zum Thema:» Kommentare
Planet 3DNow! RSS XML Newsfeed Planet 3DNow! Newsfeed bei iGoogle-Seite hinzufügen Planet 3DNow! Newsfeed bei My Yahoo! hinzufügen Planet 3DNow! Newsfeed bei Microsoft Live hinzufügen Planet 3DNow! Newsfeed bei My AOL hinzufügen

Weitere News:
AMD Catalyst 13.8 Beta für Windows und Linux - Frame Pacing für CrossFire-Gespanne
NVIDIA GeForce Grafiktreiber 320.49 WHQL
CPUID HWMonitor 1.23
CPUID CPU-Z 1.65
AMD Catalyst 13.6 Beta 2 für Windows
FinalWire veröffentlicht neue AIDA64 Version 3.00
AMD Catalyst 13.6 Beta für Windows und Linux
AMD Catalyst 13.5 CAP1 - Neue Profile auch für Single-GPU-Systeme
AMD Catalyst 13.4 Beta Legacy für Radeon HD 2000, HD 3000 und HD 4000
AMD Catalyst 13.4 Proprietary Linux Display Driver
AMD Catalyst 13.5 Beta für Windows
AMD Catalyst 13.4 CAP1 - Neue Profile auch für Single-GPU- und Enduro-Systeme
AMD Catalyst 13.4 WHQL Desktop- und Notebook-Grafiktreiber
CPUID CPU-Z 1.64
TechPowerUp GPU-Z v0.7.0
AMD Catalyst 13.3 Beta 3 für Windows und Linux

 

Nach oben

 

Copyright © 1999 - 2019 Planet 3DNow!
Datenschutzerklärung