# eBPF rethinking the Linux Kernel

> Clean Markdown view of GeekNews topic #1958. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1958](https://news.hada.io/topic?id=1958)
- GeekNews Markdown: [https://news.hada.io/topic/1958.md](https://news.hada.io/topic/1958.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-04-24T14:12:49+09:00
- Updated: 2020-04-24T14:12:49+09:00
- Original source: [docs.google.com](https://docs.google.com/presentation/d/1AcB4x7JCWET0ysDr0gsX-EIdQSTyBtmi6OAW7bE0jm0/edit#slide=id.g35f391192_00)
- Points: 9
- Comments: 1

## Topic Body

eBPF의 개념과 장점, 현황을 이해하기 쉽게 설명한 슬라이드

JavaScript가 단순 Markup이었던 HTML을 프로그래밍 가능한 플랫폼이 되도록 만든 것처럼, eBPF 가 리눅스 커널을 바꾸고 있음

- 안전하고, Continuous Delivery 가능하고, JIT로 성능도 뛰어남

"eBPF is turing the Linux kernel into a microkernel"

"eBPF could enable the Linux kernel hotpatching we always dreamed about."

* BPF : Berkeley Packet Filter

## Comments



### Comment 1648

- Author: xguru
- Created: 2020-04-24T14:12:54+09:00
- Points: 2

BPF : 새로운 타입의 소프트웨어 - https://news.hada.io/topic?id=1011

bpf를 이용한 성능분석 - https://news.hada.io/topic?id=88
