Revision 835d1c3a98799914db8aee0973018af21128cd1e authored by Marc Zyngier on 30 July 2020, 09:53:05 UTC, committed by Will Deacon on 30 July 2020, 15:55:32 UTC
asm/pointer_auth.h is not needed anymore in asm/smp.h, as 62a679cb2825
("arm64: simplify ptrauth initialization") removed the keys from the
secondary_data structure.

This also cures a compilation issue introduced by f227e3ec3b5c
("random32: update the net random state on interrupt and activity").

Fixes: 62a679cb2825 ("arm64: simplify ptrauth initialization")
Fixes: f227e3ec3b5c ("random32: update the net random state on interrupt and activity")
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Will Deacon <will@kernel.org>
1 parent 966a0ac
History
File Mode Size
Kbuild -rw-r--r-- 154 bytes
asm-offsets.h -rw-r--r-- 35 bytes
atomic.h -rw-r--r-- 4.2 KB
bitops.h -rw-r--r-- 6.0 KB
cache.h -rw-r--r-- 555 bytes
cacheflush.h -rw-r--r-- 2.7 KB
checksum.h -rw-r--r-- 1012 bytes
cmpxchg.h -rw-r--r-- 1.9 KB
delay.h -rw-r--r-- 344 bytes
dma.h -rw-r--r-- 300 bytes
elf.h -rw-r--r-- 5.6 KB
exec.h -rw-r--r-- 398 bytes
fixmap.h -rw-r--r-- 369 bytes
fpu.h -rw-r--r-- 90 bytes
futex.h -rw-r--r-- 2.2 KB
hexagon_vm.h -rw-r--r-- 5.8 KB
intrinsics.h -rw-r--r-- 369 bytes
io.h -rw-r--r-- 6.2 KB
irq.h -rw-r--r-- 523 bytes
irqflags.h -rw-r--r-- 860 bytes
kgdb.h -rw-r--r-- 754 bytes
linkage.h -rw-r--r-- 237 bytes
mem-layout.h -rw-r--r-- 2.8 KB
mmu.h -rw-r--r-- 490 bytes
mmu_context.h -rw-r--r-- 2.0 KB
page.h -rw-r--r-- 4.1 KB
perf_event.h -rw-r--r-- 207 bytes
pgalloc.h -rw-r--r-- 2.8 KB
pgtable.h -rw-r--r-- 11.8 KB
processor.h -rw-r--r-- 3.1 KB
smp.h -rw-r--r-- 707 bytes
spinlock.h -rw-r--r-- 3.2 KB
spinlock_types.h -rw-r--r-- 545 bytes
string.h -rw-r--r-- 472 bytes
suspend.h -rw-r--r-- 238 bytes
switch_to.h -rw-r--r-- 478 bytes
syscall.h -rw-r--r-- 1.1 KB
thread_info.h -rw-r--r-- 3.3 KB
time.h -rw-r--r-- 346 bytes
timer-regs.h -rw-r--r-- 626 bytes
timex.h -rw-r--r-- 519 bytes
tlb.h -rw-r--r-- 253 bytes
tlbflush.h -rw-r--r-- 1.5 KB
traps.h -rw-r--r-- 410 bytes
uaccess.h -rw-r--r-- 2.8 KB
vdso.h -rw-r--r-- 307 bytes
vermagic.h -rw-r--r-- 299 bytes
vm_fault.h -rw-r--r-- 359 bytes
vm_mmu.h -rw-r--r-- 2.8 KB
vmalloc.h -rw-r--r-- 99 bytes

back to top