Hi, On Sat, Mar 30, 2024 at 3:25 AM Zorro Lang <zlang@xxxxxxxxxx> wrote: > > On Mon, Sep 25, 2023 at 04:18:27PM -0400, Alexander Aring wrote: > > This patch adds fcntl corner cases that was being used to confirm issues > > on a GFS2 filesystem. The GFS2 filesystem has it's own ->lock() > > implementation and in those corner cases issues was being found and > > fixed. > > > > Signed-off-by: Alexander Aring <aahringo@xxxxxxxxxx> > > --- > > changes since v2: > > - move fcntl tests into one fcntl c file > > - remove ofd and same owner tests, should be reflected by only one test > > - simplify commit message (remove testname out of it) > > - add error messages in fcntl.c to give more information if an error > > occur > > Any update? :) It's still in "patches-in-queue" branch. I still have it on my list to work on this. Thanks for all the recommendations for another version. I hope I can provide an update soon. What is about the CIFS issue, we will ignore it for now? From my understanding it is an issue in CIFS but probably rare to hit and not easy to fix for now. (report after hang) I can look if we can add an alarm() type interruption, but this only work if the filesystem really implements that fcntl(..., F_SETLKW, ...) is interruptible which should be the case, otherwise it would be another exception why the test is know to be failing. Thanks. - Alex