Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1630358ybl; Thu, 5 Dec 2019 04:38:31 -0800 (PST) X-Google-Smtp-Source: APXvYqyWV+3X0g6XgQNL8byh5GWOIdJrQr/ba854mzYC3WG6ObYZyxko0feMiJrfYq2zQYHXY9Wd X-Received: by 2002:aca:c08b:: with SMTP id q133mr6551224oif.46.1575549511338; Thu, 05 Dec 2019 04:38:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1575549511; cv=none; d=google.com; s=arc-20160816; b=IP7vaJ4oijqUK4LX2evN99R3T4XtE3/grZhHeVbRB8yDqhmnHu7oaBZkDLyjAkQNkv f9mHknuDEZ7tLYGuW3+r7uL+g6R799kK9i2hmoklXsSOSr6s1Kwi4J4YqJRrRXJjkkUZ H8IwN0Ws2vllXVsRsBQNH29B9BHxhAHFmfTTpa9o3OfXcTZ3aMR9QrEFkh9dAtw51UWR 3AmeJG4uSll6rZvgcRlCV+dC6hiJMurn367ZDzIsnhqby3oAlzT+HoEHnZ9L3GggajOF yuu/lG34M00fDeu0gUmkxwPKxS4+L9IZ8THlMwqJeULzG7vjo/RdaMj3B/F2n0/e0drI Asgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UnOg4kkchnAcCKWTc9y+GupKcGFvYZBrpuF2VZNANUM=; b=MjEbGmMjLK9HVhpLw5fvanMzeh0fVcZfI/DJCXjqabw+KbAdSCQcznNS7FSuG0Y6IA /u3YM2N/bkrhEsaQkeXYBm9s3q9Jn6JwAyZyqgn0gjvXkgpIKxBLYwGzfMSj9DHlb6mK vrQ1x8v3WUpELuzYsBepD6I/NohDYFqvR0ZrHQvnxB8B/P5sNp7RwmC7KIx6jnyOM6tk MSrRRvZDtL/w4CyxKKDTXcs4YsNWrFEGA/jo93Ps/WNE07Zw68YtEJg2nD+y9UTcK/t9 5/delM3bx5o/fpD0fIf7F8zU37msIi5r6yZdlWcR97utOkROGunzrc0h3jXpGsH1BuMW rLQw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w5si3883939oib.134.2019.12.05.04.38.12; Thu, 05 Dec 2019 04:38:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729402AbfLEMgg (ORCPT + 99 others); Thu, 5 Dec 2019 07:36:36 -0500 Received: from mx2.suse.de ([195.135.220.15]:52778 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729048AbfLEMgg (ORCPT ); Thu, 5 Dec 2019 07:36:36 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id D965BB42A; Thu, 5 Dec 2019 12:36:34 +0000 (UTC) Date: Thu, 5 Dec 2019 13:36:34 +0100 From: Cyril Hrubis To: kernel test robot Cc: Miklos Szeredi , lkp@lists.01.org, Miklos Szeredi , LKML , ltp@lists.linux.it, linux-unionfs@vger.kernel.org Subject: Re: [LTP] [f*xattr] ab91fe640f: ltp.open13.fail Message-ID: <20191205123633.GC5693@rei.lan> References: <20191205112439.GE32275@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191205112439.GE32275@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! > commit: ab91fe640fca6de988a888b2de89d58014d120d4 ("f*xattr: allow O_PATH descriptors") > https://git.kernel.org/cgit/linux/kernel/git/mszeredi/vfs.git for-viro Looks like fgetxattr() on fd that has been opened with O_PATH returns wrong errno after this patch, which I guess is OK because that seems to be the point of this patch. We will fix the test if/once this patch gets upstreamed. Also btw man 2 open needs changes in the O_PATH paragraph after this as well. -- Cyril Hrubis chrubis@suse.cz