Skip to content

Commit

Permalink
Docs: Add acknowledgement and fix ci (#89)
Browse files Browse the repository at this point in the history
* Add sponsors

* Update test-runtime.yml

* Update README.md

* Update test-runtime.yml

* Update test-runtime.yml
  • Loading branch information
yunwei37 authored Nov 18, 2023
1 parent 29a37cf commit 52dcefd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: build runtime with mpk enable
run: |
make clean
cmake -Bbuild -DBPFTIME_ENABLE_UNIT_TESTING=1 -DBPFTIME_ENABLE_MPK=1
cmake --build build --config Debug -DBPFTIME_ENABLE_MPK=1
cmake --build build
cmake -Bbuild -DBPFTIME_ENABLE_UNIT_TESTING=1
cmake --build build --config Debug
- name: test runtime with mpk
run: make unit-test
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,27 @@ Stay tuned for more developments from this promising project! You can find `bpft

This project is licensed under the MIT License.

## Contact
## Contact and citations

Have any questions or suggestions on future development? Free free to open an issue or contact
<[email protected]> !

Our arxiv preprint: https://arxiv.org/abs/2311.07923

```txt
@misc{zheng2023bpftime,
title={bpftime: userspace eBPF Runtime for Uprobe, Syscall and Kernel-User Interactions},
author={Yusheng Zheng and Tong Yu and Yiwei Yang and Yanpeng Hu and XiaoZheng Lai and Andrew Quinn},
year={2023},
eprint={2311.07923},
archivePrefix={arXiv},
primaryClass={cs.OS}
}
```

<[email protected]>
## Acknowledgement

## Sponsors
eunomia-bpf community is sponsored by [PLCT Lab](https://plctlab.github.io/) from [ISCAS](http://english.is.cas.cn/au/).

- [PLCT Lab](https://plctlab.github.io/) from [ISCAS](http://english.is.cas.cn/au/)
- [Prof. Qi Li](https://sites.google.com/site/qili2012/) from Tsinghua University [NISL Lab](https://netsec.ccert.edu.cn/en/)
- [Prof. Wenbo Shen](https://wenboshen.org/) from ZJU
Thanks for other sponsors and discussions help building this project: [Prof. Xiaozheng lai](https://www2.scut.edu.cn/cs/2017/0129/c22285a327654/page.htm) from SCUT, [Prof lijun chen](http://www.xiyou.edu.cn/info/2394/67845.htm) from XUPT,
[Prof. Qi Li](https://sites.google.com/site/qili2012/) from THU [NISL Lab](https://netsec.ccert.edu.cn/en/), [Prof. Wenbo Shen](https://wenboshen.org/) from ZJU, and Linux eBPF maintainers.

0 comments on commit 52dcefd

Please sign in to comment.