Commit Graph

5 Commits

Author SHA1 Message Date
Evgeny Vereshchagin 2a7503cff5
[libbpf] add more libbpf contributors (#7562)
https://github.com/libbpf/libbpf/issues/478#issuecomment-1097587752
2022-04-13 09:49:57 -04:00
Evgeny Vereshchagin 979e3a4430
[libbpf] report bugs on GitHub and make them public by default (#7549)
to hopfully make it easier to keep track of them.
2022-04-11 13:37:52 +10:00
Evgeny Vereshchagin 1063bf256f
[libbpf] add Julia Kartseva (#7121) 2022-01-11 16:38:38 -05:00
Evgeny Vereshchagin 0a4bb3fc1e
[libbpf] turn on i386 (#7115) 2022-01-11 10:08:54 +00:00
Evgeny Vereshchagin b43bb968f8
[libbpf] initial integration (#6608)
* [libbpf] initial integration

* [libbpf] link against zlib statically

it somehow helps to get around https://github.com/google/oss-fuzz/issues/6524

* [libbpf] trim headers

* [libbpf] more sanitizers

* [libbpf] show the commit libelf is built from

to make it easier to roll back to the last known working version
should something go wrong

* [libbpf] pin libelf to a particular commit

to avoid running into unpredictable build failures that
can't be controlled by the libbpf project itself. In the future
libelf should probably be built using the latest stable release
at https://sourceware.org/elfutils/ftp/elfutils-latest.tar.bz2

* [libbpf] add more comment

to hoppefully make it easier to make sense of the build script
in the foreseeable future

* [libbpf] add support for "local" mode without docker

to make it easier to build the fuzz target locally:
```
cd projects/libbpf
git clone https://github.com/libbpf/libbpf
./build.sh
unzip -d CORPUS ./out/bpf-object-fuzzer_seed_corpus.zip
./out/bpf-object-fuzzer CORPUS/
```

* [libbpf] more comments

* [libbpf] add the maintainer's email address

* [libbpf] more comments

* [libbpf] install libz explicitly

* [libbpf] build 4 times a day

It should help to prevent OSS-Fuzz from reporting issues that
have already been fixed
2021-10-21 21:30:02 -07:00