Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1702499

[PATCH 1/5] test_kmod: make selftest executable

From "Luis R. Rodriguez" <mcgrof@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 1/5] test_kmod: make selftest executable
Date 2017-08-02 23:20 +0200
Message-ID <ua9dE-6W9-29@gated-at.bofh.it> (permalink)
References <ua9dD-6W9-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


We had just forgotten to do this.

Fixes: 39258f448d71 ("kmod: add test driver to stress test the module loader")
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
---
 tools/testing/selftests/kmod/kmod.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/kmod/kmod.sh

diff --git a/tools/testing/selftests/kmod/kmod.sh b/tools/testing/selftests/kmod/kmod.sh
old mode 100644
new mode 100755
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 1/5] test_kmod: make selftest executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-02 23:20 +0200
  Re: [PATCH 1/5] test_kmod: make selftest executable Andrew Morton <akpm@linux-foundation.org> - 2017-08-03 00:50 +0200
    Re: [PATCH 1/5] test_kmod: make selftest executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-03 01:00 +0200
      Re: [PATCH 1/5] test_kmod: make selftest executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-03 01:50 +0200
      Re: [PATCH 1/5] test_kmod: make selftest executable Andrew Morton <akpm@linux-foundation.org> - 2017-08-03 01:50 +0200
        Re: [PATCH 1/5] test_kmod: make selftest executable Shuah Khan <shuah@kernel.org> - 2017-08-03 02:10 +0200
      Re: [PATCH 1/5] test_kmod: make selftest executable Shuah Khan <shuah@kernel.org> - 2017-08-03 02:00 +0200
    Re: [PATCH 1/5] test_kmod: make selftest executable Michael Ellerman <mpe@ellerman.id.au> - 2017-08-08 12:00 +0200
      Re: [PATCH 1/5] test_kmod: make selftest executable "Luis R. Rodriguez" <mcgrof@kernel.org> - 2017-08-08 20:00 +0200

csiph-web