Diamorphine icon indicating copy to clipboard operation
Diamorphine copied to clipboard

arm64 needs kallsums_lookup_name in _init() as well

Open rafaeldtinoco opened this issue 1 year ago • 3 comments

image

orelse compilation fails. Maybe get_syscall_table_bf() should set the symbol globally to be used in main or something similar.

rafaeldtinoco avatar Aug 30 '22 17:08 rafaeldtinoco

Hi Rafael, thanks for your report!

Could you tell me which environment (kernel, distribution, etc.) are you using?

m0nad avatar Aug 31 '22 23:08 m0nad

Hey @m0nad! So, sorry I should have mentioned that. It is an ARM64 VPS in AWS with Ubuntu Jammy and latest kernel available (5.15 iirc). The kernels used by Ubuntu there are all versioned "-aws" and they differ in kconfig from the regular "-generic" kernels from Ubuntu distro (but not too much).

rafaeldtinoco avatar Sep 01 '22 13:09 rafaeldtinoco

Thanks, I'll try to reproduce the compilation error to fix it

m0nad avatar Sep 01 '22 19:09 m0nad