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
| ||
|
Message-Id: <20231209003307.480051-1-vgupta@kernel.org> Date: Fri, 8 Dec 2023 16:33:02 -0800 From: Vineet Gupta <vgupta@...nel.org> To: linux-snps-arc@...ts.infradead.org Cc: linux-kernel@...r.kernel.org, Pavel.Kozlov@...opsys.com, Vineet Gupta <vgupta@...nel.org> Subject: [PATCH 0/5] ARC updates Hi, A pile of accrued changes, compile tested only. Please test. Thx, -Vineet Vineet Gupta (5): ARC: entry: SAVE_ABI_CALLEE_REG: ISA/ABI specific helper ARC: entry: move ARCompact specific bits out of entry.h ARC: mm: retire support for aliasing VIPT D$ ARC: fix spare error ARC: fix smatch warning arch/arc/Kconfig | 5 - arch/arc/include/asm/cacheflush.h | 43 --------- arch/arc/include/asm/entry-arcv2.h | 32 +++++++ arch/arc/include/asm/entry-compact.h | 87 ++++++++++++++++- arch/arc/include/asm/entry.h | 110 +--------------------- arch/arc/include/asm/ptrace.h | 14 +-- arch/arc/kernel/setup.c | 4 +- arch/arc/kernel/signal.c | 6 +- arch/arc/mm/cache.c | 136 ++------------------------- arch/arc/mm/mmap.c | 21 +---- arch/arc/mm/tlb.c | 16 +--- 11 files changed, 148 insertions(+), 326 deletions(-) -- 2.34.1
Powered by blists - more mailing lists