ebpf icon indicating copy to clipboard operation
ebpf copied to clipboard

proposal: remove partial 32bit support

Open lmb opened this issue 7 years ago • 2 comments

We don't have a way of testing 32bit support (not available on Semaphore) and it's probably not really used anyway. I think we should remove it.

Thoughts @nathanjsweet ?

lmb avatar May 31 '18 19:05 lmb

My one concern is ARM. I could see BPF being useful in mobile, but the lack of testing is disconcerting. I say we kill 32 bit for now, and if anybody comes in and has a burning desire to resurrect I'll make sure to support them.

nathanjsweet avatar Jun 01 '18 03:06 nathanjsweet

No burning desire here, but I have a RPi1 B+ that I'd like to try and run BPF code on. Haven't been able to get anything to run so far, and I'm starting to wonder if C code (written against the kernel) can even be compiled for arm6, since I don't see their registers defined in https://github.com/torvalds/linux/blob/master/tools/testing/selftests/bpf/bpf_helpers.h.

ti-mo avatar Jan 14 '19 18:01 ti-mo