From patchwork Thu May 4 20:51:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 98568 Delivered-To: patch@linaro.org Received: by 10.140.89.200 with SMTP id v66csp806337qgd; Thu, 4 May 2017 13:52:21 -0700 (PDT) X-Received: by 10.98.214.193 with SMTP id a62mr10197679pfl.40.1493931141203; Thu, 04 May 2017 13:52:21 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x7si3136031pls.89.2017.05.04.13.52.20; Thu, 04 May 2017 13:52:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of stable-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=stable-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750922AbdEDUwT (ORCPT + 6 others); Thu, 4 May 2017 16:52:19 -0400 Received: from mout.kundenserver.de ([212.227.126.133]:56298 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750710AbdEDUwT (ORCPT ); Thu, 4 May 2017 16:52:19 -0400 Received: from wuerfel.lan ([78.42.17.5]) by mrelayeu.kundenserver.de (mreue001 [212.227.15.129]) with ESMTPA (Nemesis) id 0LbUlf-1dlGKx10Zv-00lCDi; Thu, 04 May 2017 22:52:16 +0200 From: Arnd Bergmann To: gregkh@linuxfoundation.org Cc: stable@vger.kernel.org Subject: [PATCH 00/13] [3.18-stable] backported build fixes Date: Thu, 4 May 2017 22:51:56 +0200 Message-Id: <20170504205209.498721-1-arnd@arndb.de> X-Mailer: git-send-email 2.9.0 X-Provags-ID: V03:K0:Ntkf2XBm6ILdftWxrjcCpXPvc/7gMfdVGhh89HLZgi731mTRcY6 KJfJJpDDgFIjOZEhl/2NxN2TsQYUoq+7/3m6aM9yHO1nypkFLqdp3fvyRTfdUNMXisB9Kjj 4zYsFBqpsaxBVOfMkrmzYNFUPg4XgmdMeYYX8pH7qTpOzk3DNxWV3svInjjCsziXetBy+Zq lh88peY+PygywJHhIiwEA== X-UI-Out-Filterresults: notjunk:1; V01:K0:QkeLjBIEfqw=:fDf5bXwfDih9VVQB2KR7mD ZyIw81LTrM3Ju08z2jK7lksYidTBpZfiyDNPWkfkhyvYk9Ip17nT2jOexOVEsAVOuXl4rJpKM pxv3iMjtr1pM+Qut/yDSdK2ktmR66cdTDU0hNjjy0DSg1pyAZ43+qDy5Q6ic1bjFe61kakilY oj+TwHfC4pjj1sHIBLgst88oNejFdvupbzeY/saqBmpd2NRHI14hUxmyeEm9MwkKuQ9TJ14Br MUvY1b2cI7zCt7wXjxJuQIc4bDCFTw4XLh7K5YVskPAo6fXmu9sIZC30tVqrqNh5nZ5XOPfTp 9Z0xXRDNEfvpxdne/mfmVp1hSjKovXS5nj6q1IstcujaSAhmoHIxhoMBi9MxnRc3BINUqC56P XkkkdcowO5w/beCQWLxtpC5g849lSx4X9AjZRyREXUBqf7BZUnArgWP6Rj6mtYqQYZXxB2oJM Y71z5UtEv3JQI7donl8EwNL+TpvDUpHAmM+GwVAeTR3+mKuxXQclD5aD5x3pwtQbISKUF17NT fpJxnY/IU2V5kZQ/J6QIhxaWHly7/W+SykMGCzVGLUFlsS8/7UG5Siq7sbLqT5U9Q6yvWDTE3 2ZYc1QSY9aLbPtMs5GELRt5Kf6pyiL1L2AIbM6l4WCEoFGdQZwcTNUqlFmkBE3ONR6kh/BpV5 WhO9Z5DIVoN4BF3lul0Cybbvx5H3nZRFlFrclqmlu2OaetopCdYvQM2kkS9HlVyq4upM= Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, I've gone through one more set of patches, starting out with Olof's last build report and looking at the configurations that failed in 3.18.51. I could reproduce most of the warnings on my box, and found a couple of extra ones (one from using newer binutils, and probably one or two from using a newer gcc). With the set of 13 patches, those all seem to be fixed for me now. The first half are new patches that I did to fix warnings for code that was removed or rewritten between 3.18 and 4.4, or patches that did not apply cleanly but that I managed to backport anyway. The rest are backports of upstream patches that I didn't see you apply yet. If you already have any of those, just ignore them. The series also addresses some of the warnings that we saw on the kernelci bot, but some others still remain. Arnd