From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5481CC43603 for ; Thu, 5 Dec 2019 12:36:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 30FF721823 for ; Thu, 5 Dec 2019 12:36:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729420AbfLEMgh (ORCPT ); Thu, 5 Dec 2019 07:36:37 -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