panda
panda copied to clipboard
OSI Linux- Architecture specific configurations
The kernelinfo.conf files we use for OSI linux contain values specific to x86. We should add a way to specify architecture to these files and then figure out what different values we need to be recording for other architectures.
To start, ARM systems need to know the value of PAGE_SIZE
in order to find the task struct. That value (typically 2048 or 4096) is not currently set in our configs. We could probably try to figure it out in dynamically, but it would be nice to have in a config. Other fields like current_task
and task.per_cpu_offset_0_addr
appear to be meaningless on ARM and should be removed.
__per_cpu_offset
(and thus __per_cpu_offset[0]
) appear to not exist for mips
Stale issue message
This issue has gone stale! If you believe it is still a problem, please comment on this issue or it will be closed in 30 days
This issue has gone stale! If you believe it is still a problem, please comment on this issue or it will be closed in 30 days