From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 23 Nov 2018 07:51:43 +0100 From: Greg Kroah-Hartman To: Thomas Voegtle Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.19 00/42] 4.19.4-stable review Message-ID: <20181123065143.GC23835@kroah.com> References: <20181121183147.869199006@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: On Thu, Nov 22, 2018 at 09:53:35PM +0100, Thomas Voegtle wrote: > > Doesn't compile for me on OpenSuSE 15.0 (gcc 7.3.1): > > CALL scripts/checksyscalls.sh > DESCEND objtool > CHK include/generated/compile.h > CC [M] drivers/gpu/drm/i915/i915_gem_gtt.o > drivers/gpu/drm/i915/i915_gem_gtt.c: In function ‘gen6_dump_ppgtt’: > drivers/gpu/drm/i915/i915_gem_gtt.c:1771:41: error: format ‘%llx’ expects > argument of type ‘long long unsigned int’, but argument 5 has type ‘long > unsigned int’ [-Werror=format=] > seq_printf(m, "\t\t(%03d, %04d) %08llx: ", > ~~~~~^ > %08lx > cc1: all warnings being treated as errors Warnings treated as errors? That's rough, sorry, don't do that :) I did see this, need to track it down, got distracted by other things... thanks, greg k-h