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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 18 Feb 2019 11:53:15 +0100 From: Hugo Lefeuvre <hle@....eu.com> To: Arnd Bergmann <arnd@...db.de> Cc: Thomas Gleixner <tglx@...utronix.de>, linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH 0/4] iomap: fix multiple consistency issues, interface cleanup Hi, This patch cleans up the iomap interface. The first patch makes the include/asm-generic/iomap.h header compliant with the kernel style guidelines by adding missing function args identifier names. The second and fourth patches address multiple compilation warnings due to missing const qualifiers in mmio_ins* and ioread*/iowrite definitions in include/asm-generic/iomap.h and lib/iomap.c. The third patch modifies io*_rep definitions from asm-generic/io.h to take unsigned long count parameter instead of unsigned int which is inconsistent with other definitions in the kernel. Hugo Lefeuvre (4): iomap: add missing function args identifier names iomap: add missing const to ioread*/iowrite addr arg io: change io*_rep definitions to take ulong count lib/iomap: add missing const to mmio_ins* addr arg include/asm-generic/io.h | 16 ++++++++-------- include/asm-generic/iomap.h | 38 ++++++++++++++++++------------------- lib/iomap.c | 22 ++++++++++----------- 3 files changed, 38 insertions(+), 38 deletions(-) -- 2.20.1
Powered by blists - more mailing lists