From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Stancek Date: Fri, 4 Dec 2020 04:22:19 -0500 (EST) Subject: [LTP] [PATCH 0/2] Fix timestamp tests in SysV IPC tests In-Reply-To: <20201203152804.846-1-chrubis@suse.cz> References: <20201203152804.846-1-chrubis@suse.cz> Message-ID: <1412193890.27401950.1607073739303.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 ----- > Cyril Hrubis (2): > libnewipc: Add get_ipc_timestamp() > syscalls/ipc: Make use of get_ipc_timestamp() > > include/libnewipc.h | 3 +++ > libs/libltpnewipc/libnewipc.c | 13 +++++++++++++ > testcases/kernel/syscalls/ipc/msgrcv/msgrcv01.c | 4 ++-- > testcases/kernel/syscalls/ipc/msgsnd/msgsnd01.c | 4 ++-- > testcases/kernel/syscalls/ipc/shmctl/Makefile | 2 +- > testcases/kernel/syscalls/ipc/shmctl/shmctl01.c | 4 ++-- > 6 files changed, 23 insertions(+), 7 deletions(-) > Acked-by: Jan Stancek