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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 09 Oct 2017 13:30:34 +0100
From:   Ben Hutchings <ben@...adent.org.uk>
To:     linux-kernel@...r.kernel.org, stable@...r.kernel.org
CC:     akpm@...ux-foundation.org,
        "Sudip Mukherjee" <sudipm.mukherjee@...il.com>,
        "Catalin Marinas" <catalin.marinas@....com>,
        "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
        "Abhilash Kesavan" <a.kesavan@...sung.com>
Subject: [PATCH 3.2 70/74] m32r: add definition of ioremap_wc to io.h

3.2.94-rc1 review patch.  If anyone has any objections, please let me know.

------------------

From: Abhilash Kesavan <a.kesavan@...sung.com>

commit 71a49d16f06de2ccdf52ca247d496a2bb1ca36fe upstream.

Before adding a resource managed ioremap_wc function, we need
to have ioremap_wc defined for m32r to prevent build errors.

Signed-off-by: Abhilash Kesavan <a.kesavan@...sung.com>
Acked-by: Catalin Marinas <catalin.marinas@....com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Sudip Mukherjee <sudipm.mukherjee@...il.com>
Signed-off-by: Ben Hutchings <ben@...adent.org.uk>
---
 arch/m32r/include/asm/io.h | 1 +
 1 file changed, 1 insertion(+)

--- a/arch/m32r/include/asm/io.h
+++ b/arch/m32r/include/asm/io.h
@@ -67,6 +67,7 @@ static inline void __iomem *ioremap(unsi
 
 extern void iounmap(volatile void __iomem *addr);
 #define ioremap_nocache(off,size) ioremap(off,size)
+#define ioremap_wc ioremap_nocache
 
 /*
  * IO bus memory addresses are also 1:1 with the physical address

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ