From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f67.google.com ([74.125.82.67]:56965 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754198AbdJSN6l (ORCPT ); Thu, 19 Oct 2017 09:58:41 -0400 Received: by mail-wm0-f67.google.com with SMTP id l68so16583305wmd.5 for ; Thu, 19 Oct 2017 06:58:41 -0700 (PDT) From: Miklos Szeredi To: linux-fsdevel@vger.kernel.org Cc: Jan Kara , Amir Goldstein , Xiong Zhou , linux-kernel@vger.kernel.org Subject: [PATCH 0/4] fix fanotify issues with the series in v4.12 Date: Thu, 19 Oct 2017 15:58:33 +0200 Message-Id: <1508421517-22678-1-git-send-email-mszeredi@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: We discovered some problems in the latest fsnotify/fanotify codebase with the help of a stress test (Xiong Zhou is working on upstreaming it to fstests). This series attempts to fix these. With the patch applied the stress test passes. Please review/test. Thanks, Miklos --- Miklos Szeredi (4): fsnotify: fix pinning of marks and groups fsnotify: skip unattached marks fanotify: fix fsnotify_prepare_user_wait() failure fsnotify: clean up fsnotify() fs/notify/fanotify/fanotify.c | 33 ++++++++------ fs/notify/fsnotify.c | 102 ++++++++++++++++++++---------------------- fs/notify/mark.c | 100 +++++++++++++++++++---------------------- 3 files changed, 113 insertions(+), 122 deletions(-) -- 2.5.5