Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760174AbcCDWEK (ORCPT ); Fri, 4 Mar 2016 17:04:10 -0500 Received: from nm16.bullet.mail.ir2.yahoo.com ([212.82.96.39]:51592 "EHLO nm16.bullet.mail.ir2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759058AbcCDWEI convert rfc822-to-8bit (ORCPT ); Fri, 4 Mar 2016 17:04:08 -0500 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 479372.75616.bm@omp1044.mail.ir2.yahoo.com X-YMail-OSG: aheoXzEVM1mF.Pv3TCDKNoceBV8D850suWwA4AA_DNQIUXEZSC6rVxrX2q3wF7S dcBK6usiRiW8YcUSFSfzRElYvq7z3O56X07DNR8uvL3G9fANkHuftbgqhjRCmb7DGim4PDiqgfr1 Ddp2IsaladH3lQg0H9aQ4t37.rEvgnsAHlHjlswptDI1.zuzHhfNC7HCizDFyXXSH5OzniNBlcZA 7aAKWLOBtlkYHC31drxexsD5SChVRFqlu68Zs7Wz9ROSBWgXal3TEIpSuegT.yx4DiBAh4mJM.v4 GGTJkor2xNZhi1YYS_4ZK6zGLJsXP9GSDwGBCoA5_wpddbO8s_9T.JsA.OmPUmT18PZeGe4cAA9C gG.wborNm7XD.L03_W9xOHjM73VeYbu9okcfzGR44EOLspG302fpqCOFTjmKvaD64fOq5pJchQ0b dV9u82J5KLy91Rt1lRndO2vTAN7yxs51JS8GuP2pdfbs3ICDETYMsv8tGDzS4V5sdnXk8nBYMCyJ lxGZqLNqxaFlURzkvEEYO.g-- Date: Fri, 4 Mar 2016 22:04:05 +0000 (UTC) From: Gianfranco Costamagna Reply-To: Gianfranco Costamagna To: Arnd Bergmann Cc: "linux-kernel@vger.kernel.org" , "trivial@kernel.org" Message-ID: <1995337770.5683459.1457129045707.JavaMail.yahoo@mail.yahoo.com> In-Reply-To: <2127107.mNy2iA5WyI@wuerfel> References: <2127107.mNy2iA5WyI@wuerfel> Subject: Re: [PATCH] ARM: LLVMLinux: Change "extern inline" to "static inline" in mpi-inline.h and mpi-internal.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2507 Lines: 49 Hi, >Can you be more specific about which compiler you use? > >I had seen this problem with prerelease gcc-5.0 versions, but >I don't see it with 5.1.1, 5.2.1 or 5.3.1. $ arm-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=arm-linux-gnueabi-gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc-cross/arm-linux-gnueabi/5/lto-wrapper Target: arm-linux-gnueabi Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.2.1-22ubuntu1' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libitm --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-armel-cross/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-armel-cross --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-armel-cross --with-arch-directory=arm --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libgcj --enable-objc-gc --enable-multiarch --enable-multilib --disable-sjlj-exceptions --with-arch=armv5t --with-float=soft --disable-werror --enable-multilib --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-linux-gnueabi --program-prefix=arm-linux-gnueabi- --includedir=/usr/arm-linux-gnueabi/include Thread model: posix gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu1) from Ubuntu Wily (15.10) >I think this part was fine, only the subject line got wrapper (correctly). > >The problem was really starting the email with text that should have gone >below the --- line that separate the changelog text from the additional >information. ok, indeed, now I understand :) >As a rule, the first signoff should always match the author, and the last >signoff should match the submitter. ok >If you change the patch enough to put your own name in the author field, >you should then drop my Signed-off line and instead mention me in the >changelog describing that where you found the original patch. ok, even if useless now, I'll be happy to do it next time >Ok, cool. Looking forward to more patches then. I hope so :) thanks for all, Gianfranco