LWN.net Logo

Advertisement

E-Commerce & credit card processing - the Open Source way!

Advertise here

agp patches for 2.6.26-rc1

From:  Dave Airlie <airlied@linux.ie>
To:  torvalds@linux-foundation.org, Andrew Morton <akpm@linux-foundation.org>
Subject:  [git tree] agp patches for 2.6.26-rc1
Date:  Sat, 26 Apr 2008 09:47:06 +0100 (IST)
Message-ID:  <alpine.DEB.0.82.0804260946300.12688@skynet.skynet.ie>
Cc:  linux-kernel@vger.kernel.org


Hi Linus,

Please pull the 'agp-patches' branch from
git://master.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6.git agp-patches

Dave.

 drivers/char/agp/amd-k7-agp.c |    3 ++-
 drivers/char/agp/frontend.c   |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 09aa356b5584090aab6810ec8002936d710cd4ac
Author: Mathieu Segaud <mathieu.segaud@regala.cx>
Date:   Fri Apr 18 13:29:38 2008 -0700

    agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl
    
    As of now, agp_compat_ioctl already runs without the BKL.  Mutual exclusion
    is enforced by agp_fe.agp_mutex in agp_ioctl() and agp_compat_ioctl().
    Apply the same locking rationale to the two functions allowing BKL cleanup.
    
    Signed-off-by: Mathieu Segaud <mathieu.segaud@regala.cx>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Dave Airlie <airlied@linux.ie>

commit 4ab92bcf773e7b9e1367897047d5fa4d151d9e90
Author: Harvey Harrison <harvey.harrison@gmail.com>
Date:   Sat Apr 26 18:38:04 2008 +1000

    agp: fix shadowed variable warning in amd-k7-agp.c
    
    Introduced between 2.6.25-rc2 and -rc3
    drivers/char/agp/amd-k7-agp.c:439:6: warning: symbol 'cap_ptr' shadows an
    earlier one
    drivers/char/agp/amd-k7-agp.c:414:5: originally declared here
    
    cap_ptr is never used again in this function, don't bother redeclaring.
    
    Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
    Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
    Signed-off-by: Dave Airlie <airlied@linux.ie>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2008, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds