1. 01 7月, 2017 9 次提交
  2. 28 6月, 2017 1 次提交
  3. 27 6月, 2017 1 次提交
  4. 24 6月, 2017 3 次提交
  5. 23 6月, 2017 1 次提交
  6. 16 6月, 2017 3 次提交
  7. 15 6月, 2017 1 次提交
  8. 14 6月, 2017 4 次提交
  9. 13 6月, 2017 3 次提交
    • M
      selftests: kselftest_harness: Fix compile warning · 34a048cc
      Mickaël Salaün 提交于
      Do not confuse the compiler with a semicolon preceding a block. Replace
      the semicolon with an empty block to avoid a warning:
      
        gcc -Wl,-no-as-needed -Wall -lpthread seccomp_bpf.c -o /.../linux/tools/testing/selftests/seccomp/seccomp_bpf
        In file included from seccomp_bpf.c:40:0:
        seccomp_bpf.c: In function ‘change_syscall’:
        ../kselftest_harness.h:558:2: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
          for (; _metadata->trigger;  _metadata->trigger = __bail(_assert))
          ^
        ../kselftest_harness.h:574:14: note: in expansion of macro ‘OPTIONAL_HANDLER’
         } while (0); OPTIONAL_HANDLER(_assert)
                      ^~~~~~~~~~~~~~~~
        ../kselftest_harness.h:440:2: note: in expansion of macro ‘__EXPECT’
          __EXPECT(expected, seen, ==, 0)
          ^~~~~~~~
        seccomp_bpf.c:1313:2: note: in expansion of macro ‘EXPECT_EQ’
          EXPECT_EQ(0, ret);
          ^~~~~~~~~
        seccomp_bpf.c:1317:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
          {
          ^
      Signed-off-by: NMickaël Salaün <mic@digikod.net>
      Cc: Andy Lutomirski <luto@amacapital.net>
      Cc: Kees Cook <keescook@chromium.org>
      Cc: Shuah Khan <shuahkh@osg.samsung.com>
      Cc: Will Drewry <wad@chromium.org>
      Acked-by: NKees Cook <keescook@chromium.org>
      Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
      34a048cc
    • S
      kselftest: MAINTAINERS git tree entry update files and dirs · 4ff79fee
      Shuah Khan 提交于
      Add missing trailing slash to tools/testing/selftests to cover all files
      and directories below. Add kselftest documentation files.
      Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
      4ff79fee
    • G
      ksefltest: MAINTAINERS git tree entry is incorrect · a7254a09
      Greg Kroah-Hartman 提交于
      There is a few more subdirectories needed in the git tree path for the
      linux-kselftest url in order to be able to properly clone it.
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      Signed-off-by: NShuah Khan <shuahkh@osg.samsung.com>
      a7254a09
  10. 08 6月, 2017 14 次提交