From patchwork Mon Aug 29 21:49:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 101901 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp1833754qga; Mon, 29 Aug 2016 14:51:04 -0700 (PDT) X-Received: by 10.98.93.204 with SMTP id n73mr317270pfj.87.1472507463988; Mon, 29 Aug 2016 14:51:03 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v70si41155286pfa.220.2016.08.29.14.51.03; Mon, 29 Aug 2016 14:51:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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 linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932469AbcH2Vui (ORCPT + 27 others); Mon, 29 Aug 2016 17:50:38 -0400 Received: from mout.kundenserver.de ([212.227.126.135]:52128 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932358AbcH2Vue (ORCPT ); Mon, 29 Aug 2016 17:50:34 -0400 Received: from wuerfel.lan. ([176.5.99.91]) by mrelayeu.kundenserver.de (mreue001) with ESMTPA (Nemesis) id 0MQqZJ-1bX5Xl2mJZ-00U3Ma; Mon, 29 Aug 2016 23:49:56 +0200 From: Arnd Bergmann To: Andrew Morton Cc: kernel-build-reports@lists.linaro.org, linux-kernel@vger.kernel.org, Arnd Bergmann , George Spelvin , Ingo Molnar , Josh Triplett , Masahiro Yamada , Geert Uytterhoeven Subject: [PATCH 0/3] v4.8 remaining ARM warning fixes Date: Mon, 29 Aug 2016 23:49:49 +0200 Message-Id: <20160829214952.1334674-1-arnd@arndb.de> X-Mailer: git-send-email 2.9.0 X-Provags-ID: V03:K0:00e6pnV7U2WbIb3F046CnSebgHOFS+hVtIrZnvzd0SsMMwjgt2u cNcERBZpylRdBtVjHXW0HM++wD0cVaQExUiEkooW5ysBQfNW/dOTmRrQvgD3VFH0P9xn3dN rAmf9HvOKl8MiGCE9aQZrnjIeOztyCjIcKNQKCJ122w+EkyK7Nn1h/aIlTDEL80TCdoRM/U 99zWhAaB8ej77YLMRiwlw== X-UI-Out-Filterresults: notjunk:1; V01:K0:7zqxU0fZDYY=:aOM+SBlUc9WYjfxvu6DivC zzsEa8RBDtOEjB2MxnQeQfru2iQfFw3fojim7NmsS+SGd67MTs4CNFfiJGj3F5Ai/Q+bFL3lw 3dZKyjolB4oImkOMNaJJF0z6bgikCSSHRxYDOzwUNrM2Sm+DUFm/8UXUC6C6hcpOdRjPSUJAg J6lA/XUIvmnr5ilZAToTfsBbLL0IBkJBTPTcj4z7lU9TU8fN+KgQm1uDH6/JtNNaFoe/1SbWl +3HHhxW6QQ0NZAXFlazXTP04aBQ8ykX7CfbF+UzIGI0bXsuFxDQI96PCpjAF1PqyekDJehTy3 sVhdqTjpb7Ql8ayLkqr+rmrQez6uKV6MvD1aeRvJf/7BkPtzLyfzLIj8e80EEh0R7Tv9o6c6v hwe6/6K9q4kMRIeIF4H34n30CR3PsQIGyKHWsL5me94kh1FBWQThHdSOAIO436dJxzxSlewSQ cHGREo4oeFioMnmAMUzzosNYuzXd8uAykqUWqY6WwUNM1MB70RMDU1aC7EDNS8NNSvCGWLa+v hCV2AXdAnpayZn+uEpKhm95XW9PmOfx6gh5u7IjaIpCHLEceyfQBxK0J7dPyDhu57vY/EujaN cowdg9d6oWQKYzidEJpFt3+sM72iW39bCMJ/sNvTul7p33ycbwW5zd+r6SbPHfffYNclD2T5G 8cLyXOn9Hnj7+EZ/YBiuwl0f5bl1X6BM5+wkuRaEuTDyul8InIT2Cbe/U1yr/4GwHTF4= Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, The various build bots that send reports to kernel-build-reports@lists.linaro.org have an almost clean build now, here are the last three patches we need to fix the warnings in v4.8, see also: https://kernelci.org/build/mainline/kernel/v4.8-rc3-201-gaf56ff27eba5/ There is also a build error for one ARM machine that is fixed in newer gcc versions (to be updated), and we just got a regression in drivers/clocksource/timer-atmel-pit.c in -rc4 that I expect to get fixed through the clocksource tree soon. Can you pick up these three patches and forward them for inclusion in v4.8? All other v4.8 warning patches I sent last time got picked up already by the respective maintainers, but these don't seem to have a maintainer who wants to apply them. Arnd Bergmann (1): kconfig: tinyconfig: provide whole choice blocks to avoid warnings Geert Uytterhoeven (2): test/hash: Fix warning in two-dimensional array init test/hash: Fix warning in preprocessor symbol evaluation arch/x86/configs/tiny.config | 2 ++ kernel/configs/tiny.config | 8 ++++++++ lib/test_hash.c | 26 ++++++++++++++++---------- 3 files changed, 26 insertions(+), 10 deletions(-) Cc: George Spelvin Cc: Ingo Molnar Cc: Josh Triplett Cc: Masahiro Yamada Cc: Geert Uytterhoeven -- 2.9.0