From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Stancek Date: Wed, 23 Oct 2019 09:58:53 -0400 (EDT) Subject: [LTP] [PATCH] timer_create01: accept kernel ENOTSUPP In-Reply-To: References: Message-ID: <1714198769.8739783.1571839133168.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 ----- > ENOTSUP in userspace is alias for EOPNOTSUPP, so the test still fails. > Add definition of kernel's ENOTSUPP and use that. > > Signed-off-by: Jan Stancek I think I misread the original commit. Seems we want this to fail for ENOTSUPP.