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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20090723182740.581D61276F9@norville.austin.ibm.com>
Date:	Thu, 23 Jul 2009 13:27:40 -0500 (CDT)
From:	shaggy@...ux.vnet.ibm.com
To:	torvalds@...ux-foundation.org
Cc:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] jfs update

Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git for-linus

This fixes a regression from 2.6.30 and will update the following files:

 fs/jfs/acl.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

through this ChangeSet:

commit 4a19fb11a90fdbbcb3bc02effa036230d035ca28
Author: Stefan Bader <stefan.bader@...onical.com>
Date:   Thu Jul 23 11:26:05 2009 +0200

    jfs: Fix early release of acl in jfs_get_acl
    
    BugLink: http://bugs.launchpad.net/ubuntu/+bug/396780
    
    Commit 073aaa1b142461d91f83da66db1184d7c1b1edea "helpers for acl
    caching + switch to those" introduced new helper functions for
    acl handling but seems to have introduced a regression for jfs as
    the acl is released before returning it to the caller, instead of
    leaving this for the caller to do.
    This causes the acl object to be used after freeing it, leading
    to kernel panics in completely different places.
    
    Thanks to Christophe Dumez for reporting and bisecting into this.
    
    Reported-by: Christophe Dumez <dchris@...il.com>
    Tested-by: Christophe Dumez <dchris@...il.com>
    Signed-off-by: Stefan Bader <stefan.bader@...onical.com>
    Acked-by: Andy Whitcroft <apw@...onical.com>
    Signed-off-by: Dave Kleikamp <shaggy@...ux.vnet.ibm.com>
--
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