From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S947351AbdDTT4g (ORCPT ); Thu, 20 Apr 2017 15:56:36 -0400 Received: from mail-yb0-f169.google.com ([209.85.213.169]:36174 "EHLO mail-yb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S947219AbdDTT4c (ORCPT ); Thu, 20 Apr 2017 15:56:32 -0400 Date: Thu, 20 Apr 2017 12:56:24 -0700 From: Matthias Kaehlcke To: Arnd Bergmann Cc: Alexander Viro , Mark Charlebois , Behan Webster , Linux Kernel Mailing List , Linux FS-devel Mailing List , Grant Grundler , Michael Davidson , Greg Hackmann , Peter Foley Subject: Re: [PATCH] fs: compat: Remove warning from COMPATIBLE_IOCTL Message-ID: <20170420195624.GJ128305@google.com> References: <20170404180720.182336-1-mka@chromium.org> <20170419181412.GF128305@google.com> <20170419213728.GH128305@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org El Thu, Apr 20, 2017 at 10:45:47AM +0200 Arnd Bergmann ha dit: > On Wed, Apr 19, 2017 at 11:37 PM, Matthias Kaehlcke wrote: > > El Wed, Apr 19, 2017 at 10:48:47PM +0200 Arnd Bergmann ha dit: > >> On Wed, Apr 19, 2017 at 8:14 PM, Matthias Kaehlcke wrote: > >> > El Tue, Apr 04, 2017 at 11:07:20AM -0700 Matthias Kaehlcke ha dit: > > >> Aside from that, I see that you are upstreaming a number of clang > >> related patches. I actually have a longer series of clang patches that > >> I took from llvmlinux and hacked up to the point where I could > >> build ARM randconfig kernels without any warnings or errors. > >> If you are interested, I can separate the clang patches from my normal > >> randconfig build tree and upload the git tree for you to look at and > >> cherry-pick further patches. > > > > Sure, that would be interesting, though I won't promise to take up > > everything :) > > I see now that almost all the patches I did have been picked up in the > meantime, so I'm sure you already have most of the remaining contents > as they come from the old llvmlinux project. Yeah, I picked a subset of the llvmlinux patches from different sources. > For reference, I've uploaded my set to > > git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground.git > next-20170420+llvmlinux > > This is rebased from the middle of a larger series, so there might be > problems I introduce. Just have a look to see what you can use. Thanks! Matthias