lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.0.82.0804260946300.12688@skynet.skynet.ie>
Date:	Sat, 26 Apr 2008 09:47:06 +0100 (IST)
From:	Dave Airlie <airlied@...ux.ie>
To:	torvalds@...ux-foundation.org,
	Andrew Morton <akpm@...ux-foundation.org>
cc:	linux-kernel@...r.kernel.org
Subject: [git tree] agp patches for 2.6.26-rc1


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@...ala.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@...ala.cx>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Dave Airlie <airlied@...ux.ie>

commit 4ab92bcf773e7b9e1367897047d5fa4d151d9e90
Author: Harvey Harrison <harvey.harrison@...il.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@...il.com>
    Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
    Signed-off-by: Dave Airlie <airlied@...ux.ie>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ