From: Omar Sandoval Date: Wed, 25 Apr 2018 16:10:23 +0000 (-0700) Subject: Update comments referring to upstreamed patches X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=e68bff3bbf408145c583dff5456827a3cfd4f54b;p=users%2Fsagi%2Fblktests.git Update comments referring to upstreamed patches We can refer to the commit ids now that they're in mainline. Signed-off-by: Omar Sandoval --- diff --git a/tests/block/009 b/tests/block/009 index 69d0be7..cbeeb70 100755 --- a/tests/block/009 +++ b/tests/block/009 @@ -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 # diff --git a/tests/loop/005 b/tests/loop/005 index 41cf5a3..b57ddb3 100755 --- a/tests/loop/005 +++ b/tests/loop/005 @@ -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 # diff --git a/tests/nvme/003 b/tests/nvme/003 index 919a131..5639804 100755 --- a/tests/nvme/003 +++ b/tests/nvme/003 @@ -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 # diff --git a/tests/scsi/002 b/tests/scsi/002 index a16592c..da2d0cc 100755 --- a/tests/scsi/002 +++ b/tests/scsi/002 @@ -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 # diff --git a/tests/scsi/003 b/tests/scsi/003 index 063ddd5..81015f0 100755 --- a/tests/scsi/003 +++ b/tests/scsi/003 @@ -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 #