On Mon, Aug 12, 2019 at 11:00:38AM -0700, Nick Desaulniers wrote:
On Mon, Aug 12, 2019 at 10:58 AM Greg KH gregkh@linuxfoundation.org wrote:
On Mon, Aug 12, 2019 at 10:49:47AM -0700, Nick Desaulniers wrote:
On Sun, Aug 11, 2019 at 10:08 AM kbuild test robot lkp@intel.com wrote:
CC: kbuild-all@01.org TO: Daniel Borkmann daniel@iogearbox.net CC: "Greg Kroah-Hartman" gregkh@linuxfoundation.org CC: Thomas Gleixner tglx@linutronix.de
tree: https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable... linux-4.14.y head: 3ffe1e79c174b2093f7ee3df589a7705572c9620 commit: e28951100515c9fd8f8d4b06ed96576e3527ad82 [8386/9999] x86/retpolines: Disable switch jump tables when retpolines are enabled config: x86_64-rhel-7.6 (attached as .config) compiler: clang version 10.0.0 (git://gitmirror/llvm_project 45a3fd206fb06f77a08968c99a8172cbf2ccdd0f) reproduce: git checkout e28951100515c9fd8f8d4b06ed96576e3527ad82 # save the attached .config to linux build tree make ARCH=x86_64
If you fix the issue, kindly add following tag Reported-by: kbuild test robot lkp@intel.com
All warnings (new ones prefixed by >>):
In file included from drivers/gpu/drm/i915/gvt/opregion.c:25: In file included from drivers/gpu/drm/i915/i915_drv.h:61: In file included from drivers/gpu/drm/i915/intel_uc.h:31: In file included from drivers/gpu/drm/i915/i915_vma.h:34: drivers/gpu/drm/i915/i915_gem_object.h:290:1: warning: attribute declaration must precede definition [-Wignored-attributes] __deprecated ^
Was there another patch that fixes this that should have been backported to stable (4.14) along with this?
If this is an issue on the latest 4.14.y tree, please let me know. Look at how far back this commit is before getting worried :)
patch 8386/9999 ???!!! Were there exactly 9999 patches backported, or does git stop reporting after 4 digits? "4 digits ought to be enough for anyone!" (except GKH, it would seem ;) ).
I blame kbuild, every once in a while when it adds something new to its system it goes off and does crazy things like this...