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:   Sun, 27 Jun 2021 20:01:22 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     linux-kernel@...r.kernel.org
Cc:     Randy Dunlap <rdunlap@...radead.org>,
        Brian Cain <bcain@...eaurora.org>,
        linux-hexagon@...r.kernel.org,
        Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
Subject: [PATCH] hexagon: cmpxchg: fix comment after rename of a documentation file

Fix comment text after the rename of a document file from .txt to .rst.

Fixes: 387b14684f94 ("docs: locking: convert docs to ReST and rename to *.rst")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Brian Cain <bcain@...eaurora.org>
Cc: linux-hexagon@...r.kernel.org
Cc: Mauro Carvalho Chehab <mchehab+samsung@...nel.org>
---
 arch/hexagon/include/asm/cmpxchg.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20210625.orig/arch/hexagon/include/asm/cmpxchg.h
+++ linux-next-20210625/arch/hexagon/include/asm/cmpxchg.h
@@ -46,7 +46,7 @@ static inline unsigned long __xchg(unsig
 	sizeof(*(ptr))))
 
 /*
- *  see rt-mutex-design.txt; cmpxchg supposedly checks if *ptr == A and swaps.
+ *  see rt-mutex-design.rst; cmpxchg supposedly checks if *ptr == A and swaps.
  *  looks just like atomic_cmpxchg on our arch currently with a bunch of
  *  variable casting.
  */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ