1. 31 8月, 2019 22 次提交
  2. 28 8月, 2019 11 次提交
  3. 22 8月, 2019 6 次提交
  4. 21 8月, 2019 1 次提交
    • I
      btf: do not use CONFIG_OUTPUT_FORMAT · fdf37037
      Ilya Leoshkevich 提交于
      Building s390 kernel with CONFIG_DEBUG_INFO_BTF fails, because
      CONFIG_OUTPUT_FORMAT is not defined. As a matter of fact, this variable
      appears to be x86-only, so other arches might be affected as well.
      
      Fix by obtaining this value from objdump output, just like it's already
      done for bin_arch. The exact objdump invocation is "inspired" by
      arch/powerpc/boot/wrapper.
      
      Also, use LANG=C for the existing bin_arch objdump invocation to avoid
      potential build issues on systems with non-English locale.
      
      Fixes: 341dfcf8 ("btf: expose BTF info through sysfs")
      Signed-off-by: NIlya Leoshkevich <iii@linux.ibm.com>
      Signed-off-by: NDaniel Borkmann <daniel@iogearbox.net>
      fdf37037