1. 28 5月, 2020 1 次提交
  2. 06 5月, 2020 2 次提交
  3. 06 3月, 2020 1 次提交
    • I
      tools: Fix off-by 1 relative directory includes · 441b62ac
      Ian Rogers 提交于
      This is currently working due to extra include paths in the build.
      
      Committer testing:
      
        $ cd tools/include/uapi/asm/
      
      Before this patch:
      
        $ ls -la ../../arch/x86/include/uapi/asm/errno.h
        ls: cannot access '../../arch/x86/include/uapi/asm/errno.h': No such file or directory
        $
      
      After this patch;
      
        $ ls -la ../../../arch/x86/include/uapi/asm/errno.h
        -rw-rw-r--. 1 acme acme 31 Feb 20 12:42 ../../../arch/x86/include/uapi/asm/errno.h
        $
      
      Check that that is still under tools/, i.e. hasn't escaped into the main
      kernel sources:
      
        $ cd ../../../arch/x86/include/uapi/asm/
        $ pwd
        /home/acme/git/perf/tools/arch/x86/include/uapi/asm
        $
      Signed-off-by: NIan Rogers <irogers@google.com>
      Tested-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      Acked-by: NJiri Olsa <jolsa@kernel.org>
      Cc: Adrian Hunter <adrian.hunter@intel.com>
      Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
      Cc: Alexios Zavras <alexios.zavras@intel.com>
      Cc: Andi Kleen <ak@linux.intel.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Igor Lubashev <ilubashe@akamai.com>
      Cc: Kan Liang <kan.liang@linux.intel.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
      Cc: Namhyung Kim <namhyung@kernel.org>
      Cc: Nick Desaulniers <ndesaulniers@google.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Stephane Eranian <eranian@google.com>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: Wei Li <liwei391@huawei.com>
      Link: http://lore.kernel.org/lkml/20200306071110.130202-2-irogers@google.comSigned-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
      441b62ac
  4. 18 2月, 2020 2 次提交
  5. 22 11月, 2019 1 次提交
  6. 25 9月, 2019 6 次提交
  7. 20 9月, 2019 1 次提交
  8. 29 8月, 2019 4 次提交
  9. 26 8月, 2019 1 次提交
  10. 22 8月, 2019 1 次提交
  11. 14 8月, 2019 1 次提交
  12. 30 7月, 2019 7 次提交
  13. 09 7月, 2019 1 次提交
  14. 26 6月, 2019 1 次提交
  15. 05 6月, 2019 1 次提交
  16. 18 12月, 2018 1 次提交
  17. 20 7月, 2017 2 次提交
  18. 21 6月, 2017 1 次提交
  19. 20 6月, 2017 1 次提交
  20. 20 4月, 2017 1 次提交
  21. 29 9月, 2016 2 次提交
  22. 16 8月, 2016 1 次提交