Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752066AbbKKIQp (ORCPT ); Wed, 11 Nov 2015 03:16:45 -0500 Received: from ozlabs.org ([103.22.144.67]:44275 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124AbbKKIQn (ORCPT ); Wed, 11 Nov 2015 03:16:43 -0500 Date: Wed, 11 Nov 2015 19:16:36 +1100 From: Stephen Rothwell To: Al Viro Cc: Linus Torvalds , Sasha Levin , Andrey Ryabinin , Matthew Wilcox , Chuck Ebbert , linux-fsdevel , LKML , Jens Axboe , Dan Williams Subject: Re: fs: out of bounds on stack in iov_iter_advance Message-ID: <20151111191636.17e4ac62@canb.auug.org.au> In-Reply-To: <20151111074330.GK22011@ZenIV.linux.org.uk> References: <20150819054650.GD18890@ZenIV.linux.org.uk> <55FB75D0.7060403@oracle.com> <560C5469.5010704@oracle.com> <20151106013402.GT22011@ZenIV.linux.org.uk> <20151106021858.GU22011@ZenIV.linux.org.uk> <20151111025647.GG22011@ZenIV.linux.org.uk> <20151111033007.GI22011@ZenIV.linux.org.uk> <20151111074330.GK22011@ZenIV.linux.org.uk> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1889 Lines: 40 Hi Al, On Wed, 11 Nov 2015 07:43:30 +0000 Al Viro wrote: > > dax_io fix isn't there, neither is overlayfs magic.h patch - both are > already in other trees. I would like to get xattr series in as well, > but that's a separate pull request, if you'd accept them in this window in > the first place. richacl stuff isn't there as well, and I think that one > is clear "leave it for 4.5" fodder. So could you please remove the 4.5 stuff from your for-next branch until after the merge window closes. Also, I noticed these new warnings today: fs/orangefs/xattr.c:509:9: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .get = pvfs2_xattr_get_trusted, ^ fs/orangefs/xattr.c:509:9: note: (near initialization for 'pvfs2_xattr_trusted_handler.get') fs/orangefs/xattr.c:510:9: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .set = pvfs2_xattr_set_trusted, ^ fs/orangefs/xattr.c:510:9: note: (near initialization for 'pvfs2_xattr_trusted_handler.set') fs/orangefs/xattr.c:520:9: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .get = pvfs2_xattr_get_default, ^ fs/orangefs/xattr.c:520:9: note: (near initialization for 'pvfs2_xattr_default_handler.get') fs/orangefs/xattr.c:521:9: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] .set = pvfs2_xattr_set_default, ^ fs/orangefs/xattr.c:521:9: note: (near initialization for 'pvfs2_xattr_default_handler.set') -- Cheers, Stephen Rothwell sfr@canb.auug.org.au -- 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/