We can refer to the commit ids now that they're in mainline.
Signed-off-by: Omar Sandoval <osandov@fb.com>
#!/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>
#
#!/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
#
#!/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
#
#!/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
#
#!/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>
#