home.social

#fanotify — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fanotify, aggregated by home.social.

  1. Do you ever wish that you could monitor cgroup creation / removal race-free with fanotify? Now you can! Any kernfs works!

    Linux v6.6-rc1 is out and it contains my commit:

    * github.com/torvalds/linux/comm

    Example usage in Go:

    * github.com/cloudflare/ebpf_exp

    All you do is ask for events from a mount and then read them in a loop. No need to re-arm watches like with inotify.

    The patch is trivial and can be easily backported if you want it in an older kernel.

    #linux #kernel #ebpf #fanotify #cgroups

  2. Released earlier this month, kernel 5.16 is full of great features, including two that had been in development for some time by our kernel team: the new #futex syscall & the new #fanotify event! Here's a look at our contributions: col.la/lk516 #futex2 #embedded