From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Hrubis Subject: Re: [LTP] [fs] ce436509a8: ltp.openat203.fail Date: Mon, 27 Apr 2020 16:27:33 +0200 Message-ID: <20200427142733.GD7661@rei> References: <20200427135210.GB5770@shao2-debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200427135210.GB5770@shao2-debian> Sender: linux-fsdevel-owner@vger.kernel.org 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 List-Id: linux-arch.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Date: Mon, 27 Apr 2020 16:27:33 +0200 From: Cyril Hrubis 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> Sender: linux-arch-owner@vger.kernel.org List-ID: 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 Message-ID: <20200427142733.L2xKOKyK3Bf1zr_unJdB1UEeQzM_y2WkliXjYmX23BU@z> 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