Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453359 > unrolled thread
| Started by | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| First post | 2016-08-01 19:30 +0200 |
| Last post | 2016-08-01 19:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] Kselftest fixes update for 4.8-rc1 Shuah Khan <shuahkh@osg.samsung.com> - 2016-08-01 19:30 +0200
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Date | 2016-08-01 19:30 +0200 |
| Subject | [GIT PULL] Kselftest fixes update for 4.8-rc1 |
| Message-ID | <s1pcm-RR-37@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi Linus,
Please pull this 1/2 of Kselftest update for 4.8-rc1. This update
contains fixes. diff is attached.
thanks,
-- Shuah
---------------------------------------------------------------------------------
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-4.8-rc1-fixes
for you to fetch changes up to f80eb4289491f6ddb0788636ce0bd6f5d3a2012a:
selftests/exec: Makefile is a run-time dependency, add it to the install list (2016-06-15 13:35:55 -0600)
----------------------------------------------------------------
linux-kselftest-4.8-rc1-fixes
This fixes update for Kselftest adds:
- Adds a new timer set-tz test case
- Fixes a bug in exec test Makefile dependency list
-
----------------------------------------------------------------
John Stultz (1):
kselftests: timers: Add set-tz test case
Yannick Brosseau (1):
selftests/exec: Makefile is a run-time dependency, add it to the install list
tools/testing/selftests/exec/Makefile | 3 +-
tools/testing/selftests/timers/Makefile | 3 +-
tools/testing/selftests/timers/set-tz.c | 119 ++++++++++++++++++++++++++++++++
3 files changed, 123 insertions(+), 2 deletions(-)
create mode 100644 tools/testing/selftests/timers/set-tz.c
---------------------------------------------------------------------------------
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@osg.samsung.com
Back to top | Article view | linux.kernel
csiph-web