lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue,  6 Nov 2018 09:01:18 -0500
From:   Peng Hao <penghao122@...a.com.cn>
To:     haiyangz@...rosoft.com, sthemmin@...rosoft.com, tglx@...utronix.de,
        kys@...rosoft.com, mingo@...hat.com
Cc:     x86@...nel.org, devel@...uxdriverproject.org,
        linux-kernel@...r.kernel.org, Peng Hao <peng.hao2@....com.cn>
Subject: [PATCH]  x86/hyper-v: fix a commit description style in the comments


From: Peng Hao <peng.hao2@....com.cn>

Use commit description style 'commit <12+ chars of sha1> ("<title line>")'.

Signed-off-by: Peng Hao <peng.hao2@....com.cn>
---
 arch/x86/include/asm/mshyperv.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index f377044..b56b77c 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -386,7 +386,8 @@ static inline u64 hv_read_tsc_page_tsc(const struct ms_hyperv_tsc_page *tsc_pg,
 	 *   A special '0' value indicates the time source is unreliable and we
 	 *   need to use something else. The currently published specification
 	 *   versions (up to 4.0b) contain a mistake and wrongly claim '-1'
-	 *   instead of '0' as the special value, see commit c35b82ef0294.
+	 *   instead of '0' as the special value, see commit c35b82ef0294 (
+	 *   "drivers/hv: correct tsc page sequence invalid value").
 	 * - ReferenceTime =
 	 *        ((RDTSC() * ReferenceTscScale) >> 64) + ReferenceTscOffset
 	 * - READ ReferenceTscSequence again. In case its value has changed
-- 
1.8.3.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ