1. 03 8月, 2016 2 次提交
  2. 02 8月, 2016 1 次提交
  3. 28 7月, 2016 1 次提交
  4. 26 7月, 2016 1 次提交
  5. 16 7月, 2016 2 次提交
  6. 14 7月, 2016 3 次提交
  7. 13 7月, 2016 7 次提交
  8. 05 7月, 2016 3 次提交
  9. 29 6月, 2016 1 次提交
  10. 07 6月, 2016 7 次提交
  11. 04 6月, 2016 1 次提交
  12. 30 5月, 2016 1 次提交
  13. 12 5月, 2016 1 次提交
  14. 27 4月, 2016 1 次提交
  15. 30 3月, 2016 1 次提交
    • S
      tools/lib/lockdep: Fix unsupported 'basename -s' in run_tests.sh · a189c017
      Sedat Dilek 提交于
      Here on Ubuntu/precise I have GNU/coreutils v8.13 installed
      where 'basename -s' is not supported.
      
      The result is that run_tests.sh is not done properly.
      
      How to reproduce:
      
        $ cd $BUILD_DIR
        $ LC_ALL=C make -C tools/ liblockdep
        $ cd tools/lib/lockdep/
      
          $ LC_ALL=C ./run_tests.sh
        basename: invalid option -- 's'
        Try `basename --help' for more information.
        ... timeout: failed to run command `./tests/': Permission denied
        FAILED!
        rm: cannot remove `tests/': Is a directory
      
      Due to unsupported basename the tests programs are not generated
      and cannot be removed.
      
      Fix this by doing a compatible basename invocation and check for
      the existence of generated tests programs.
      
      For more details see this LKML thread:
      
        http://marc.info/?t=145906667300001&r=1&w=2Signed-off-by: NSedat Dilek <sedat.dilek@gmail.com>
      Cc: Boqun Feng <boqun.feng@gmail.com>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Sasha Levin <sasha.levin@oracle.com> (maintainer:LIBLOCKDEP)
      Cc: Shuah Khan <shuahkh@osg.samsung.com>
      Cc: Theodore Ts'o <tytso@mit.edu>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-fsdevel <linux-fsdevel@vger.kernel.org>
      Link: http://lkml.kernel.org/r/1459326169-7009-1-git-send-email-sedat.dilek@gmail.comSigned-off-by: NIngo Molnar <mingo@kernel.org>
      a189c017
  16. 24 3月, 2016 1 次提交
  17. 19 3月, 2016 1 次提交
  18. 11 3月, 2016 1 次提交
  19. 03 3月, 2016 4 次提交