]> www.infradead.org Git - users/sagi/blktests.git/commitdiff
Update comments referring to upstreamed patches
authorOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 16:10:23 +0000 (09:10 -0700)
committerOmar Sandoval <osandov@fb.com>
Wed, 25 Apr 2018 16:10:23 +0000 (09:10 -0700)
We can refer to the commit ids now that they're in mainline.

Signed-off-by: Omar Sandoval <osandov@fb.com>
tests/block/009
tests/loop/005
tests/nvme/003
tests/scsi/002
tests/scsi/003

index 69d0be7194487c0d2fa04e747d5a0a4ce12ee819..cbeeb70701faf2c40f4b35cb9ac435bc2c6fb7cc 100755 (executable)
@@ -1,9 +1,8 @@
 #!/bin/bash
 #
-# check page-cache coherency after BLKDISCARD
-# Regression test for patch "block: Invalidate cache on discard v2"-
-# https://lkml.org/lkml/2017/3/22/789
-# Page cache should be dropped after successful discard
+# Check page-cache coherency after BLKDISCARD. Regression test for commit
+# 351499a172c0 ("block: Invalidate cache on discard v2"). The page cache should
+# be dropped after a successful discard.
 #
 # Copyright (C) 2017 Dmitry Monakhov <dmonakhov@openvz.org>
 #
index 41cf5a3fc03b5911751e4c99e905c9c44ff63458..b57ddb3d6f1afd85eb01744f8f6843826cbe0921 100755 (executable)
@@ -1,7 +1,8 @@
 #!/bin/bash
 #
 # Test the LOOP_GET_STATUS{,64} error case where the passed argument is NULL.
-# Regression test for patch "loop: fix LOOP_GET_STATUS lock imbalance".
+# Regression test for commit bdac616db9bb ("loop: fix LOOP_GET_STATUS lock
+# imbalance").
 #
 # Copyright (C) 2018 Omar Sandoval
 #
index 919a131645d29fc91893ac6d0abac0947ba4319d..5639804be845bae48a1df16d3ce5031aff99fba7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
-# Regression test for patch "nvme: don't send keep-alives to the discovery
-# controller"
+# Regression test for commit 74c6c7153084 ("nvme: don't send keep-alives to the
+# discovery controller").
 #
 # Copyright (C) 2018 Johannes Thumshirn
 #
index a16592c191ff7bd3e66290702661b4e4c57063ff..da2d0cc77aa0b91a4236dca831cd052c2c88143c 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 #
-# Regression test for patch "scsi: sg: fix SG_DXFER_FROM_DEV transfers"
+# Regression test for commit 68c59fcea1f2 ("scsi: sg: fix SG_DXFER_FROM_DEV
+# transfers").
 #
 # Copyright (C) 2017 Johannes Thumshirn
 #
index 063ddd598d26d96bb4fd4b2e824a852a5cd37b03..81015f02f6b368e8d63f8accebb1f3f51c7f5635 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
-# Regression test for patch "scsi: sd: Keep disk read-only when re-reading
-# partition"
+# Regression test for commit 20bd1d026aac ("scsi: sd: Keep disk read-only when
+# re-reading partition").
 #
 # Copyright (C) 2018 Jeremy Cline <jeremy@jcline.org>
 #