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-next>] [day] [month] [year] [list]
Date: Fri, 09 Feb 2024 18:07:46 +0000
From: Jiaxun Yang <jiaxun.yang@...goat.com>
To: Thomas Bogendoerfer <tsbogend@...ha.franken.de>
Cc: Gregory CLEMENT <gregory.clement@...tlin.com>, 
 linux-mips@...r.kernel.org, linux-kernel@...r.kernel.org, 
 Jiaxun Yang <jiaxun.yang@...goat.com>
Subject: [PATCH 0/8] MIPS: Unify register numbering macros for uasm

Hi all,

This is a attempt to unify register numbering macros for uasm,
in response to review comment [1].

This is a rather large cosmetic change so I decided to send
it as a sepreate set.

Please review.
Thanks

Signed-off-by: Jiaxun Yang <jiaxun.yang@...goat.com>
---
Jiaxun Yang (8):
      MIPS: Unify define of CP0 registers for uasm code
      MIPS: regdefs.h: Guard all defines with __ASSEMBLY__
      MIPS: regdefs.h: Define a set of register numbers
      MIPS: traps: Use GPR number macros
      MIPS: page: Use GPR number macros
      MIPS: tlbex: Use GPR number macros
      MIPS: kvm/entry: Use GPR number macros
      MIPS: pm-cps: Use GPR number macros

 arch/mips/include/asm/mipsregs.h | 249 +++++++++++++++++-----
 arch/mips/include/asm/regdef.h   |  91 +++++++++
 arch/mips/kernel/pm-cps.c        | 134 ++++++------
 arch/mips/kernel/traps.c         |   6 +-
 arch/mips/kvm/entry.c            | 431 +++++++++++++++++----------------------
 arch/mips/mm/page.c              | 202 +++++++++---------
 arch/mips/mm/tlbex.c             | 214 +++++++++----------
 7 files changed, 737 insertions(+), 590 deletions(-)
---
base-commit: 445a555e0623387fa9b94e68e61681717e70200a
change-id: 20240209-regname-4c14f1147e25

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@...goat.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ