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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Aug 2008 12:42:55 +1000 (EST)
From:	James Morris <jmorris@...ei.org>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
cc:	lachlan@....com, linux-kernel@...r.kernel.org,
	David Howells <dhowells@...hat.com>
Subject: Resolved XFS conflict in next-creds

I resolved the following conflict with Linus' tree in:
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next-creds


commit 4030dcef54030fdb4ad6ff3813ac031d7afbdf35
Merge: 1e058f1... 8d0968a...
Author: James Morris <jmorris@...ei.org>
Date:   Thu Aug 14 10:43:47 2008 +1000

    Merge branch 'master' into next-creds
    
    Conflicts:
    
        fs/xfs/xfs_acl.c
    
    Signed-off-by: James Morris <jmorris@...ei.org>

diff --cc fs/xfs/xfs_acl.c
index f94e5a8,b2f639a..91d6933
--- a/fs/xfs/xfs_acl.c
+++ b/fs/xfs/xfs_acl.c
@@@ -372,7 -366,7 +366,7 @@@ xfs_acl_allow_set
                return ENOTDIR;
        if (vp->i_sb->s_flags & MS_RDONLY)
                return EROFS;
-       if (xfs_vtoi(vp)->i_d.di_uid != current_fsuid() && !capable(CAP_FOWNER))
 -      if (XFS_I(vp)->i_d.di_uid != current->fsuid && !capable(CAP_FOWNER))
++      if (XFS_I(vp)->i_d.di_uid != current_fsuid() && !capable(CAP_FOWNER))
                return EPERM;
        return 0;
  }



-- 
James Morris
<jmorris@...ei.org>
--
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