lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 8 May 2017 15:41:17 -0600
From:   Shuah Khan <shuahkh@....samsung.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kselftest@...r.kernel.org, linux-kernel@...r.kernel.org,
        Shuah Khan <shuahkh@....samsung.com>
Subject: [GIT PULL] Kselftest update for 4.12-rc1

Hi Linus,

Please pull the following update for 4.12-rc1

This update consists of:

-- important fixes for build failures and clean target related warnings
   to address regressions introduced in:
   88baa78d1f31 ("selftests: remove duplicated all and clean target")

-- several minor spelling fixes in and log messages and comment blocks.

-- Enabling configs for better test coverage in ftrace, vm, cpufreq tests.

-- .gitignore changes


Stephen saw a conflict during linux-next merge of the akpm-current tree

between commit:

  ff80d9152fd7 ("selftests/vm/run_vmtests: Fix wrong comment")

from the kselftest tree and commit:

  7b7c7dac4437 ("userfaultfd: selftest: combine all cases into a single executable")

Stephen fixed this up in linux-next and volunteered to carry forward
the fix - fix diff attached. Please let me know if this isn't acceptable.
Sorry for the inconvenience.

Diff for the update attached.

thanks,
-- Shuah

-----------------------------------------------------------------------------------

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-4.12-rc1

for you to fetch changes up to 945f8f5f863321de0dc5c13b3d446d4dbf41531e:

  selftests: x86: add missing executables to .gitignore (2017-05-03 10:55:20 -0600)

----------------------------------------------------------------
linux-kselftest-4.12-rc1

This update consists of:

-- important fixes for build failures and clean target related warnings
   to address regressions introduced in:
   88baa78d1f31 ("selftests: remove duplicated all and clean target")

-- several minor spelling fixes in and log messages and comment blocks.

-- Enabling configs for better test coverage in ftrace, vm, cpufreq tests.
-- .gitignore changes

----------------------------------------------------------------
Colin Ian King (1):
      selftests/timers: fix spelling mistake: "Asynchronous"

Darren Hart (1):
      selftests/futex: Fix build error with OUTPUT variable

Fathi Boudra (5):
      selftests: lib: add config fragment for bitmap, printf and prime numbers tests
      selftests: ftrace: add CONFIG_KPROBES=y to the config fragment
      selftests: vm: add CONFIG_SYSVIPC=y to the config fragment
      selftests: breakpoints: allow to cross-compile for aarch64/arm64
      selftests: gpio: add config fragment for gpio-mockup

Masami Hiramatsu (1):
      kselftest: ftrace: Fix to compare a zero-filled hex value

Naresh Kamboju (1):
      selftests: create cpufreq kconfig fragments

SeongJae Park (5):
      selftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flag
      selftests/vm/run_vmtests: Polish output text
      selftests/Makefile: Add missed closing `"` in comment
      selftests/vm/run_vmtests: Fix wrong comment
      selftests/Makefile: Add missed PHONY targets

Shuah Khan (11):
      selftests: splice: fix clean target to not remove default_file_splice_read.sh
      selftests: lib.mk: define CLEAN macro to allow Makefiles to override clean
      selftests: futex: override clean in lib.mk to fix warnings
      selftests: gpio: override clean in lib.mk to fix warnings
      selftests: powerpc: override clean in lib.mk to fix warnings
      selftests: add gpio generated files to .gitignore
      selftests: gpio: fix clean target to remove all generated files and dirs
      selftests: splice: override clean in lib.mk to fix warnings
      selftests: sync: override clean in lib.mk to fix warnings
      selftests: x86: override clean in lib.mk to fix warnings
      selftests: x86: add missing executables to .gitignore

Timur Tabi (1):
      selftests: watchdog: accept multiple params on command line

 tools/testing/selftests/.gitignore                 |  4 ++
 tools/testing/selftests/Makefile                   |  4 +-
 tools/testing/selftests/breakpoints/Makefile       |  2 +-
 tools/testing/selftests/cpufreq/config             | 15 ++++++
 tools/testing/selftests/ftrace/config              |  1 +
 .../ftrace/test.d/kprobe/kprobe_args_type.tc       |  2 +-
 tools/testing/selftests/futex/Makefile             |  9 ++--
 tools/testing/selftests/gpio/Makefile              | 11 +++-
 tools/testing/selftests/gpio/config                |  2 +
 tools/testing/selftests/lib.mk                     |  6 ++-
 tools/testing/selftests/lib/config                 |  3 ++
 tools/testing/selftests/powerpc/Makefile           |  3 +-
 tools/testing/selftests/splice/Makefile            |  3 +-
 tools/testing/selftests/sync/Makefile              |  3 +-
 .../testing/selftests/timers/clocksource-switch.c  |  2 +-
 tools/testing/selftests/vm/config                  |  1 +
 tools/testing/selftests/vm/map_hugetlb.c           |  2 +-
 tools/testing/selftests/vm/mlock2-tests.c          | 12 ++---
 tools/testing/selftests/vm/on-fault-limit.c        |  2 +-
 tools/testing/selftests/vm/run_vmtests             | 26 ++++-----
 tools/testing/selftests/vm/thuge-gen.c             |  2 +-
 tools/testing/selftests/watchdog/watchdog-test.c   | 61 ++++++++++++----------
 tools/testing/selftests/x86/.gitignore             | 13 +++++
 tools/testing/selftests/x86/Makefile               |  3 +-
 24 files changed, 124 insertions(+), 68 deletions(-)
 create mode 100644 tools/testing/selftests/cpufreq/config
 create mode 100644 tools/testing/selftests/gpio/config
 create mode 100644 tools/testing/selftests/lib/config

-----------------------------------------------------------------------------------

-- 
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@....samsung.com

View attachment "linux-kselftest-4.12-rc1.diff" of type "text/x-patch" (17600 bytes)

View attachment "4.12-rc1_merge_conflict_fixup.diff" of type "text/x-patch" (1499 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ