Re: [PATCH net-next] bpf, inode: add support for symlinks and fix mtime/ctime

2016-10-31 Thread David Miller
From: Daniel Borkmann Date: Sat, 29 Oct 2016 02:30:46 +0200 > While commit bb35a6ef7da4 ("bpf, inode: allow for rename and link ops") > added support for hard links that can be used for prog and map nodes, > this work adds simple symlink support, which can be used f.e. for > directories also when

[PATCH net-next] bpf, inode: add support for symlinks and fix mtime/ctime

2016-10-28 Thread Daniel Borkmann
While commit bb35a6ef7da4 ("bpf, inode: allow for rename and link ops") added support for hard links that can be used for prog and map nodes, this work adds simple symlink support, which can be used f.e. for directories also when unpriviledged and works with cmdline tooling that understands S_IFLNK