Public bug reported:
When developing BPF programs, it is sometimes useful to see the JIT
output. bpftool has a feature to do just that:
`sudo bpftool prog dump jited name <prog_name>`
On Ubuntu, running this command returns this error:
`Error: No JIT disassembly support`
After searching this error, it turns out that the feature is enabled
only when `binutils-dev` is found at build time.
I think this should be enabled by default in Ubuntu to improve the
developer experience with BPF.
** Affects: linux (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2122717
Title:
bpftool compiled without JIT disassembly support
Status in linux package in Ubuntu:
New
Bug description:
When developing BPF programs, it is sometimes useful to see the JIT
output. bpftool has a feature to do just that:
`sudo bpftool prog dump jited name <prog_name>`
On Ubuntu, running this command returns this error:
`Error: No JIT disassembly support`
After searching this error, it turns out that the feature is enabled
only when `binutils-dev` is found at build time.
I think this should be enabled by default in Ubuntu to improve the
developer experience with BPF.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2122717/+subscriptions
--
Mailing list: https://launchpad.net/~kernel-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~kernel-packages
More help : https://help.launchpad.net/ListHelp