From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Stancek Date: Mon, 3 Oct 2016 07:29:56 -0400 (EDT) Subject: [LTP] [PATCH] utimensat: fix immutable file retcodes for 4.8.0 and newer. In-Reply-To: <1472720773-9914-1-git-send-email-asavkov@redhat.com> References: <1472720773-9914-1-git-send-email-asavkov@redhat.com> Message-ID: <2100817752.101108.1475494196351.JavaMail.zimbra@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it ----- Original Message ----- > From: "Artem Savkov" > To: ltp@lists.linux.it > Cc: chrubis@suse.cz, jstancek@redhat.com, "Artem Savkov" > Sent: Thursday, 1 September, 2016 11:06:13 AM > Subject: [PATCH] utimensat: fix immutable file retcodes for 4.8.0 and newer. > > Kernel 4.8.0 contains patch "337684a fs: return EPERM on immutable inode" > that > makes operations on immutable files return EPERM instead of EACCESS. > > Adjust utimensat test to check new retcode for kernels 4.8.0 and newer. > > Signed-off-by: Artem Savkov Pushed. Thanks, Jan