#!/bin/sh # pstore_tests - Check pstore's behavior before crash/reboot # # Copyright (C) Hitachi Ltd., 2015 # Written by Hiraku Toyooka # # Released under the terms of the GPL v2. . ./common_tests prlog -n "Checking pstore console is registered ... " dmesg | grep -q "console \[pstore" show_result $? prlog -n "Checking /dev/pmsg0 exists ... " test -e /dev/pmsg0 show_result $? prlog -n "Writing unique string to /dev/pmsg0 ... " if [ -e "/dev/pmsg0" ]; then echo "${TEST_STRING_PATTERN}""$UUID" > /dev/pmsg0 show_result $? echo "$UUID" > $TOP_DIR/uuid else prlog "FAIL" rc=1 fi exit $rc id='cgit'>
summaryrefslogtreecommitdiff
path: root/sound/drivers/vx/vx_pcm.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2017-01-26 09:56:15 -0700
committerJens Axboe <axboe@fb.com>2017-01-26 09:56:15 -0700
commit0d4ee015d5ea50febb882d00520d62c6de3f725c (patch)
tree6bd2e032e00c34590a8d39d5a43b6a7518d1384d /sound/drivers/vx/vx_pcm.c
parent690e5325b8c7d5db05fc569c0f7b888bb4248272 (diff)
parent19e420bb4076ace670addc55300e3b8c4a02dfc6 (diff)
Merge branch 'nvme-4.10-fixes' of git://git.infradead.org/nvme into for-linus
Pull nvme target fixes from Sagi: Given that its -rc6, I removed anything that is not bug fix. - nvmet-fc discard fix from Christoph - queue disconnect fix from James - nvmet-rdma dma sync fix from Parav - Some more nvmet fixes
Diffstat (limited to 'sound/drivers/vx/vx_pcm.c')