Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp2954955ybz; Mon, 27 Apr 2020 07:32:48 -0700 (PDT) X-Google-Smtp-Source: APiQypJ9JfQX8P3g9Fe3yZeveWo3GzAc5/8aoqmGZ+oSR65Tkg9vcTgg2ZQqS2rMidqfh8McrpG2 X-Received: by 2002:a50:c3c2:: with SMTP id i2mr18084380edf.93.1587997968166; Mon, 27 Apr 2020 07:32:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587997968; cv=none; d=google.com; s=arc-20160816; b=Nxd94O8Ir8GSrj/sywXva1FaOqy66wT7xhinAHc84UwBrVnPO/DTdVdN2ayQ8BRVP8 /S19759IAaONHGlTHohgqzJnY4wKPjGEIxkbbwX3/VDbXwt4vhMmPleKFIurfoiCygAs 4aOv+Wz6jEjf/2fC/uU5oBOrkiBvas08gInMA6qbt37xKb4PcbllDJmLL0xl8btBUcKf gxjnKCRzXwQrxqa6n75MMqkrfNKNukzUsW9NJiKHdNTFXATZvL2LzW4gX9/daTmE10An lnB+/6ZRTmhomyY2kEvEJ+ExEMwWSZSSPVLRkJZG6nI+FYIfOBFkbMynV37wq4+VEIGT QPvQ== 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=bROe7qEE1Q8TovuNgXqBsQSvBPviNqaRO/xEfFFVV+s=; b=TDKOVsFfOG0FKHzhr1kUvG40lZGTiCyNS33v0HM/Ov2gT46WwWC5C9SrCecCytigf0 Pz83gOCqPFNyulMIMmD1hhJWjE2PHMMUubJQuEAIO6eelyEbiXoqPuRQ+aqFptrKQU9h 5K2TtxOy9N9Jz+Tcy06k6LNRx6nBRSYYbZLJZNFxWDGxRSwmb5NHt+R4BHKZTkXlL17b hAuMTuE+G8CttEQs0FkIyshKU2NoEvlbWdCS+wV/C0Tvthv1IeUFmdH4cAathGwUT9gq gUwhZqL1R1hpY14l0b2x0xl4Egq3LAuqy/oxNPfOAuchsqOmJ5GMkC0OcTXRFAYLmM6P i5dQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u1si8606541ejt.47.2020.04.27.07.32.15; Mon, 27 Apr 2020 07:32:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728037AbgD0O1z (ORCPT + 99 others); Mon, 27 Apr 2020 10:27:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:39968 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727999AbgD0O1z (ORCPT ); Mon, 27 Apr 2020 10:27:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 8F424AE0A; Mon, 27 Apr 2020 14:27:52 +0000 (UTC) Date: Mon, 27 Apr 2020 16:27:33 +0200 From: Cyril Hrubis To: kernel test robot Cc: Josh Triplett , linux-arch@vger.kernel.org, Jens Axboe , Arnd Bergmann , linux-kernel@vger.kernel.org, lkp@lists.01.org, Aleksa Sarai , Alexander Viro , linux-fsdevel@vger.kernel.org, io-uring@vger.kernel.org, ltp@lists.linux.it Subject: Re: [LTP] [fs] ce436509a8: ltp.openat203.fail Message-ID: <20200427142733.GD7661@rei> References: <20200427135210.GB5770@shao2-debian> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200427135210.GB5770@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: ce436509a8e109330c56bb4d8ec87d258788f5f4 ("[PATCH v4 2/3] fs: openat2: Extend open_how to allow userspace-selected fds") > url: https://github.com/0day-ci/linux/commits/Josh-Triplett/Support-userspace-selected-fds/20200414-102939 > base: https://git.kernel.org/cgit/linux/kernel/git/shuah/linux-kselftest.git next This commit adds fd parameter to the how structure where LTP test was previously passing garbage, which obviously causes the difference in errno. This could be safely ignored for now, if the patch gets merged the test needs to be updated. -- chrubis@suse.cz