From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752693AbcHJVzz (ORCPT ); Wed, 10 Aug 2016 17:55:55 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:61780 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932125AbcHJVzx (ORCPT ); Wed, 10 Aug 2016 17:55:53 -0400 From: Arnd Bergmann Cc: Arnd Bergmann , Andrew Lunn , Andrew Morton , Daniel Lezcano , David Airlie , dri-devel@lists.freedesktop.org, Geert Uytterhoeven , George Spelvin , Greg Kroah-Hartman , Jiri Slaby , Ji-Ze Hong , Josh Triplett , kernel-build-reports@lists.linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masahiro Yamada , Matthias Brugger , netdev@vger.kernel.org, Philipp Zabel , Ricardo Ribalda Delgado , Thomas Gleixner , Vivien Didelot , x86@kernel.org Subject: [PATCH 0/9] v4.8 build regressions Date: Wed, 10 Aug 2016 23:54:06 +0200 Message-Id: <20160810215424.1926658-1-arnd@arndb.de> X-Mailer: git-send-email 2.9.0 X-Provags-ID: V03:K0:VsMviNzANKYTCqZU/D9EHyIGXE+uJ9cXap/bGiKtc+tFHXXzz5A sgOYtTne1y73QLB8OA8YsCJPoidEQ4c9jYUiBZOOrSbygc1tx6j8TictjV5rszrYTJa8cvQ OEUYR/5uGF/zojyHsmKUtB92SpIzZIBaypDXNNOJRGetcTnyKtCCBF3piFa3KrfBFJWs3jW meANeX+AhSe7OV1ouBH3w== X-UI-Out-Filterresults: notjunk:1;V01:K0:T9xDCyfnSL8=:A0uVRzKDGJWpqPhfZxTeQi Gt9/oqmKcDjdf+nKpJI7e7NkfWkVE7du9lUfVvVTGD7+nmu9cJMElbl9tAYh//3EovCGhFPLk fWzu47seOmUw698NOt3ffIZ6QNRLCCkbG2bcIDLa9fiy3UNUJpYkLb4u+WTHi9i2BW/nDQhok VuIwb+l0wBDFfeQ4f06jpkuNVZeglO9FnFWLPSySVxhQg4sID9v2t3+UjpiNtaREwPRJ3iL2s aLwVdtKV4M2GM3IbrSU7+Wq2qS0ASdN4j28KRcMwp5Wx2C2FfCoxcd2ZwzeyMvmvr1JGK0vGp tlMDGe5MSilqVzv7LiNgu/DxBM1cNNELIzJdVY9hQhZ4driaEx0hojRzJz8fAK2It1DEb2SHi KxhxuV52aOr6q5R1NXgTFC2a7oq5IIzmzYkPRerc7rOc1xE0datk23bJkUJ/3ix6EjlLl7+IS 2nRKbvRbrU1rkRVWPyoQZmH60kFAdEEqx5+JOIe46AJcxsaZ+kw4MrrpXKPARBuYIU3WcGycK iqD/AJoY4faaYrbAOc8Q3C6jZHjtedWKxuu7SyIa8ZhzrmAg0jtQhaYMcRRxrghxoNTa2/Dt/ lfqfAUiDTiO2rtePhO4agDiisBlPBVUqRvcYAA13eNei1bcAaM7ZIbAtAEVWvIzTmAISjIis8 K10jkMyuKKBDzIOlwG/Qs9E1T/dSdtp3EZ09VSyvblq2JvrVEsMCJWECcHJkGpPov40M= To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a set of patches to address build warnings and errors that have come up in linux-4.8 but that worked fine in v4.7. I've added the tinyconfig warning patch in there as well, which is not a regression but is something that shows up in the kernelci.org build bots. The other patches address issues that either came up in kernelci.org or in my randconfig test setup. I have three more fixes queued up in arm-soc/fixes that I plan to send as a pull request for -rc2 along with the other bugfixes. All patches have been posted before, but for some reason or another failed to make it into the merge window. I have updated the ones that were waiting for a new version from me now, the others are sent without modifications. Hopefully we can get them all merged into v4.8. Please pick up patches from the middle of the series if appropriate. Arnd Arnd Bergmann (7): kconfig: tinyconfig: provide whole choice blocks to avoid warnings dsa: mv88e6xxx: hide unused functions drm/mediatek: add COMMON_CLK dependency drm/mediatek: add CONFIG_OF dependency drm/mediatek: add ARM_SMCCC dependency clocksource: kona: fix get_counter error handling 8250/fintek: rename IRQ_MODE macro Geert Uytterhoeven (1): test/hash: Fix warning in two-dimensional array init George Spelvin (1): test/hash: Fix warning in preprocessor symbol evaluation arch/x86/configs/tiny.config | 2 ++ drivers/clocksource/bcm_kona_timer.c | 16 ++++++++++------ drivers/gpu/drm/mediatek/Kconfig | 3 +++ drivers/net/dsa/mv88e6xxx/chip.c | 2 ++ drivers/tty/serial/8250/8250_fintek.c | 4 ++-- kernel/configs/tiny.config | 8 ++++++++ lib/test_hash.c | 8 ++++---- 7 files changed, 31 insertions(+), 12 deletions(-) -- 2.9.0 Cc: Andrew Lunn Cc: Andrew Morton Cc: Daniel Lezcano Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Cc: Geert Uytterhoeven Cc: George Spelvin Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: Ji-Ze Hong (Peter Hong) Cc: Josh Triplett Cc: kernel-build-reports@lists.linaro.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Cc: Masahiro Yamada Cc: Matthias Brugger Cc: netdev@vger.kernel.org Cc: Philipp Zabel Cc: Ricardo Ribalda Delgado Cc: Thomas Gleixner Cc: Vivien Didelot Cc: x86@kernel.org