From: Christoph Hellwig Date: Sun, 4 May 2014 11:03:32 +0000 (+0200) Subject: posix_acl: handle NULL ACL in posix_acl_equiv_mode X-Git-Tag: omap-for-v3.16/fixes-against-rc1~209^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c6e282bdf5e8dabf8d7cf7b162545a55645fd9;p=pandora-kernel.git posix_acl: handle NULL ACL in posix_acl_equiv_mode Various filesystems don't bother checking for a NULL ACL in posix_acl_equiv_mode, and thus can dereference a NULL pointer when it gets passed one. This usually happens from the NFS server, as the ACL tools never pass a NULL ACL, but instead of one representing the mode bits. Instead of adding boilerplat to all filesystems put this check into one place, which will allow us to remove the check from other filesystems as well later on. Signed-off-by: Christoph Hellwig Reported-by: Ben Greear Reported-by: Marco Munderloh , Cc: Chuck Lever Cc: stable@vger.kernel.org Signed-off-by: Al Viro --- Reading git-diff-tree failed