From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933709AbcFQMJA (ORCPT ); Fri, 17 Jun 2016 08:09:00 -0400 Received: from mout.kundenserver.de ([212.227.126.187]:56804 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933670AbcFQMI5 (ORCPT ); Fri, 17 Jun 2016 08:08:57 -0400 From: Arnd Bergmann To: linaro-kernel@lists.linaro.org Cc: Build bot for Mark Brown , kernel-build-reports@lists.linaro.org, linux-kernel@vger.kernel.org, Stefano Stabellini , Jonathan Cameron Subject: Re: master build: 0 failures 3 warnings (v4.7-rc3-87-gbb96727) Date: Fri, 17 Jun 2016 14:10:32 +0200 Message-ID: <88431021.B13PyGg7Nr@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:nunkfvzD1SGU1Wx9is7qCRXz1qPra1iGC3s7GIXrZgoI29pRE78 S/LsHAFsa3OUk/Z4ivgoYfjq9M9JKcgFVHXm6utr+1qbAZeJxQJkyGswLZ9+qh7B62FMKwM mcL7IQXw625lIYkDK2K9aHVpbBn9FSzzaFsSxhiMs1LQrX9xLboVfHFQ4xZ3HmjRy4TmIwL lBtKDuZW4QRGZbptu/HnA== X-UI-Out-Filterresults: notjunk:1;V01:K0:dEWpsO7/BLg=:g0CXsp7B/K2ECynUPapQ52 4B/8Dtph5mq88QSyoL0pvQp/5n+XY0WqxsPC+FLyLplwgGjABw6bpp9gZ5KdEOElx+PWf6D7u vNmDn5wnf17ETmdhhlLlqXEOKQd/g3VZGXlwkyOTCb9KOXfpW1y7noA2oJA8W+AnW7FhJCCuL F+eSQ/JP498YVPZ3352CE0S4q0rVTh73AgkTssVGCmjttTicUB4yai98pJk+fj2gIdaWLs+sw d7c10s5ND1brUNcPmCV7gS57ih2hKv7f/cyOUjEFA3WFKo50Qq8ZR+wvtFeqa2JR7yJ7TyASG HkFNsKtWNKUw67JHcr8rTOMFkiDLS2yXjr23h8brVhT/6JUJb8V1ni4CUY5lTKgmwbQrRZe6E /AeJ1TSymRnYhS2yNv7aaOteshj8N1MXF7CSPKPNPzsbHTXXTRJmz3IW3gW8VphBFqs0ljGgD a6oEh0NunTjXwPDepPRwCDpAEJ+//t0tZWn7luC6YNqIXrUhpXH/dFW9swhQmvB3GEMBgQHkH 1huqsSok8TavgekM1CfxDgpErYRUEGRAxv90r7vfS3AK4K8sS4fQuFGvwgvREclJkOehGlNMD fNrz6+FiuUwOMxi0OPTINfiFU7iblUqHcqu0Oq47bVJnI5UuzWoOIZrr5eblmcPSdOGOEpnWT D/Ds/D6TU2lfcEeN/42GotrzQWZlWFhwox9n0MGl9/DKuVW4h4tTC4x+PcdEx7OmJyPzkR9s1 hiAMpOXltwVJ6p276kNnMqfkCfxY7joXzavtOg== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, June 17, 2016 1:00:40 PM CEST Build bot for Mark Brown wrote: > 2 ../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function] -stable regression, still not fixed. Stefano applied the patch into xen-tip/linux-next, but so far it has not shown up into v4.7, so Greg hasn't had a chance to backport it. > 1 ../fs/reiserfs/ibalance.c:1156:2: warning: 'new_insert_key' may be used uninitialized in this function [-Wmaybe-uninitialized] A patch is in linux-next now, my original patch was wrong, but the new one should work. I suspect this will have to wait for v4.8 though, as the current code is not broken and the warning has been around for a long time. > 1 ../drivers/staging/iio/adc/ad7606_spi.c:24:18: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] Jonathan Cameron applied my patch to his "fixes-togreg" branch last Saturday, but it hasn't shown up in linux-next or mainline yet. Arnd