public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Kselftest updates for 4.3-rc1
@ 2015-09-08 16:07 Shuah Khan
  0 siblings, 0 replies; only message in thread
From: Shuah Khan @ 2015-09-08 16:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Shuah Khan, linux-kernel, linux-api

Hi Linus,

Please pull the first update for Kselftest 4.3-rc1. I will send
another update later on this week to fix kselftest breakage due
to commit "2bf9e0a locking/static_keys: Provide a selftest" after
the fix soaks in next for a couple of days.

thanks,
-- Shuah

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

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

for you to fetch changes up to 7eba7d90d48217a97afc171a311b386bde965f39:

  selftests/zram: Makefile fix (2015-09-01 10:52:25 -0600)

----------------------------------------------------------------
liux-kselftest-4.3-rc1:

This update adds new zram test and fixes to problems found
during testing this new zram test. In addition, there are
a few bug fixes and ksefltest improvement patches from Linaro
developers.

----------------------------------------------------------------
Bamvor Jian Zhang (2):
      selftests: check before install
      selftests: breakpoints: fix installing error on the architecture
except x86

Naresh Kamboju (3):
      selftests/zram: Adding zram tests
      selftests/zram: must be run as root
      selftests/zram: Makefile fix

 tools/testing/selftests/Makefile             |   2 +-
 tools/testing/selftests/breakpoints/Makefile |  16 +-
 tools/testing/selftests/lib.mk               |  13 +-
 tools/testing/selftests/zram/Makefile        |   9 ++
 tools/testing/selftests/zram/README          |  40 +++++
 tools/testing/selftests/zram/zram.sh         |  35 ++++
 tools/testing/selftests/zram/zram01.sh       |  99 ++++++++++++
 tools/testing/selftests/zram/zram02.sh       |  54 +++++++
 tools/testing/selftests/zram/zram_lib.sh     | 232
+++++++++++++++++++++++++++
 9 files changed, 481 insertions(+), 19 deletions(-)
 create mode 100644 tools/testing/selftests/zram/Makefile
 create mode 100644 tools/testing/selftests/zram/README
 create mode 100755 tools/testing/selftests/zram/zram.sh
 create mode 100755 tools/testing/selftests/zram/zram01.sh
 create mode 100755 tools/testing/selftests/zram/zram02.sh
 create mode 100755 tools/testing/selftests/zram/zram_lib.sh

thanks,
-- Shuah

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-08 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-08 16:07 [GIT PULL] Kselftest updates for 4.3-rc1 Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox