From patchwork Tue Sep 17 11:56:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kleber Sacilotto de Souza X-Patchwork-Id: 1163339 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46XhRB13b1z9sNF; Tue, 17 Sep 2019 21:56:38 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iAC5w-0007iO-Ge; Tue, 17 Sep 2019 11:56:32 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAC5v-0007i5-2L for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 11:56:31 +0000 Received: from mail-wr1-f69.google.com ([209.85.221.69]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iAC5u-0005Ao-RK for kernel-team@lists.ubuntu.com; Tue, 17 Sep 2019 11:56:30 +0000 Received: by mail-wr1-f69.google.com with SMTP id 32so1215777wrk.15 for ; Tue, 17 Sep 2019 04:56:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=Dn5i8wNh56IaFlUKgtFuu4MoY7UD6EI6VrDHlFd8h00=; b=sNSrtCoyIzz4qfQVYveuslmnsoTnBJT5lpRAD/8fb1X2Jf/oNykrS0WaNQ+XGyO9fX 8OeEJpi7OudG/6/73QLQA9vShZzAQvrKbymc1gfAfJMEHmrguxUp8dTt13e8q+fHFKW1 UcY2GFZUu/sWoqZExatJbGN+5jf/VIEW+ElBPEKhrWaZcoenobbIw4JCF98jOib84Fyr N8+4gyrdNkOBOHJKDyxC6Mj4uqPCpoKmqrsnfyjcu3Q5qjmoeqCXnceCH7gaL6e8kotk IOwA2k8F3hau39ac2pknCYrvfMGq6NQPDrafZR/apuhaIqafGQIR+HVK3Qa9sCw3oMZq 5dZQ== X-Gm-Message-State: APjAAAViCQcGIOSHn9oeisnmv+UvcitQXSdy1ubfgbQR0HG/dOgOTTOW 2gO5a3x68IDbQGIZaTzuu/Sv/342uoPK1pqBloAYN4buDJOgjO7MXa+dvpMWoF/vr/HdIcFGM/7 Fz5Uj0MiTPMGalZoVKRRbAT+S8p174QKM2oTRdFbVgg== X-Received: by 2002:adf:f287:: with SMTP id k7mr2784994wro.206.1568721390331; Tue, 17 Sep 2019 04:56:30 -0700 (PDT) X-Google-Smtp-Source: APXvYqzDUkbrhWA6zv08i45QOTBJNc1iN7p1WhRG46/ie3Ix+4aB55ZmciIRi3OD38L8UWyyCn4JEg== X-Received: by 2002:adf:f287:: with SMTP id k7mr2784982wro.206.1568721390106; Tue, 17 Sep 2019 04:56:30 -0700 (PDT) Received: from localhost (static-dcd-cqq-121001.business.bouyguestelecom.com. [212.194.121.1]) by smtp.gmail.com with ESMTPSA id l7sm2477350wrv.77.2019.09.17.04.56.29 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 17 Sep 2019 04:56:29 -0700 (PDT) From: Kleber Sacilotto de Souza To: kernel-team@lists.ubuntu.com Subject: [ACT][PATCH] UBUNTU: SAUCE: ubuntu_ltp_syscalls: skip inotify07 for kernels older than 4.13 Date: Tue, 17 Sep 2019 13:56:30 +0200 Message-Id: <20190917115630.2593-1-kleber.souza@canonical.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1774387 The issue tested by LTP testcase inotify07 has been fixed by commit: 31747eda41ef "ovl: hash directory inodes for fsnotify" From this upstream commit: "The reported issue dates back to initial version of overlayfs, but this patch depends on ovl_inode code that was introduced in kernel v4.13." Our Xenial 4.4 kernel doesn't have the ovl_inode code, so blacklist this testcase for kernels older than 4.13. Signed-off-by: Kleber Sacilotto de Souza --- ubuntu_ltp_syscalls/testcase-blacklist.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu_ltp_syscalls/testcase-blacklist.yaml b/ubuntu_ltp_syscalls/testcase-blacklist.yaml index f477f44d..f84d7db3 100644 --- a/ubuntu_ltp_syscalls/testcase-blacklist.yaml +++ b/ubuntu_ltp_syscalls/testcase-blacklist.yaml @@ -15,6 +15,9 @@ kernel: 4.5.0: 'fanotify07 fanotify07': comment: 'fanotify07 will not get fixed < 4.5.0 (lp: 1775165)' + 4.13.0: + 'inotify07 inotify07': + comment: 'the fix depends on ovl_inode code that was introduced in kernel v4.13 (LP: #1774387)' 5.2.0: 'copy_file_range02 copy_file_range02': comment: 'copy_file_range02 will not get fixed < 5.2.0 (https://lwn.net/Articles/774114)'