On Thu, Jul 10, 2025 at 6:21 AM Ibrahim Jirdeh <ibrahimjirdeh@xxxxxxxx> wrote: > > These patches are in order to add an identifier other than fd which > can be used to respond to fanotify permission events. This is useful > for HSM use cases which are backed by a daemon to respond reliably > [1] and also for reporting pre-dir-content events without an event->fd [2] > > The first few patches in the series are pulled in from Amir's work to > add support for pre-dir-content events. > > In terms of testing, there are some additional LTP test cases to go with > these patches which exercise responding to events via response identifier > [3] > > [3] https://github.com/ibrahim-jirdeh/ltp/commit/4cdb1ac3b22be7b332cc18ff193686f2be7ea69d > Nice test. See some comments in github. Thanks, Amir.