From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932810AbcHJWpX (ORCPT ); Wed, 10 Aug 2016 18:45:23 -0400 Received: from mout.kundenserver.de ([217.72.192.74]:53226 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752534AbcHJWpV (ORCPT ); Wed, 10 Aug 2016 18:45:21 -0400 From: Arnd Bergmann To: George Spelvin Cc: Geert Uytterhoeven , linux-kernel@vger.kernel.org Subject: Re: [PATCH 9/9] test/hash: Fix warning in preprocessor symbol evaluation Date: Thu, 11 Aug 2016 00:45:13 +0200 Message-ID: <5899275.J3GQYkPixl@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-31-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20160810215424.1926658-10-arnd@arndb.de> References: <20160810215424.1926658-1-arnd@arndb.de> <20160810215424.1926658-10-arnd@arndb.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:DoOo4V8oedubOnJy0NJ+9pazDGq5VU1eSncittBlZxB6KYnl8L7 51H5fcxTYI4a5ivRn2/nlwE4eu2L5S/8U6cAGlv3TFAwQlsB5t0vaHdH5JyK2ngTWfbrc3o xX8RazuqxSWY05uUTSrCOpljHeEB9mm86ZI0/rLzDkwdwJd0y/FdYV2gjnhLYG72Rqyn04e +0IipvTXpNSqgd/niKu+g== X-UI-Out-Filterresults: notjunk:1;V01:K0:gRC4XXIN+vI=:qj8+03+Dswkd6NHIoowX0H PSd16NoEyJi8JHjb9hJ4GdUglHsqtsa27DkQ1h7oOky/J18EH8qYnHnMvimn1w5/2xEgK/f+O 95PCBnnbif5GDgg56wid0iQKbkEkqZE+Nw+QCGsTo2YfI7bWkF9E4j1Z6bJ7jC6DAOr396CRD GyslPdchfdA6HDVsGMP0I6a96X4dJyXW08AxZTPqU5ZvjHyWXyvPYEPSl9DSX5sFmtc6jwVEP eGtCB2OgYyUPvq+xtuADAExfGNQqXq4P6Ze6C58WM+ACiLqFllGQLB1eXRd5rmZXxakW9UJgN ak3uZVYMI+PYHzKTN+tP1w5SE808CCuqNdgCcljAlYAqeQ2S1uGhW5VR+5Zbuf2WwOZZkLNcb rc7FqBBJW+7sG2T0JEdGH78N1pKfb9TibTOpuOTWBnju2x/bIySX3nCtgRyZ3M0bv+We9+0Hm grxzPA9MvMmf9uEm/qD+xH2cgyHwhDq2M9o6gj/Sp9ccEmlcqKCM6w/E6gnlnaW5JGeNC5BTx KuNLIg2Ixq/eqcy1xo6QREyHpPx4Su6YlrMLOK5hIaVttax9ZhV0Pv+LdfOgv6KO6sd43gro0 RzcEkHWYwf9KlRXTjQvMNpNULW/ZcpwMLR0/pj5ZLWxXDccV7HAUD43/e7qZMpTZUAhk0cVAF N/LyGJIxj/+UHpxJv5TAq9+xHoxa1job7C75fyJotIW8y2nTHncqmiwJ+wUImL8koualFHWjI lUGqJpqAyqQeYiop Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, August 10, 2016 11:54:15 PM CEST Arnd Bergmann wrote: > From: George Spelvin > > Geert Uytterhoeven wrote: > > Some versions of gcc don't like tests for the value of an undefined > > preprocessor symbol, even in the #else branch of an #ifndef: > > Damn, I had hoped that would work universally; I tried to avoid the > uglier #if-inside-#ifdef construction. GCC 6 is quite happy wth it. > > But no objections. > > If you want: > Acked-by: George Spelvin > > But here's an alternative. Geert, what do you think of this? > Acked-by: George Spelvin I picked the wrong patch from patchwork, I meant to get https://patchwork.kernel.org/patch/9139839/ instead, sorry for the mixup. I originally had my own patch in the series and then replaced it with Geert's before sending it out, but got the wrong url. Arnd