All of lore.kernel.org
 help / color / mirror / Atom feed
From: Avinesh Kumar <akumar@suse.de>
To: Petr Vorel <pvorel@suse.cz>
Cc: ltp@lists.linux.it
Subject: Re: [LTP] [PATCH v2 1/3] Remove m4/ltp-signalfd.m4
Date: Fri, 08 Aug 2025 15:56:41 +0200	[thread overview]
Message-ID: <12721614.O9o76ZdvQC@thinkpad> (raw)
In-Reply-To: <20250808110102.454689-2-pvorel@suse.cz>

On Friday, August 8, 2025 1:01:00 PM CEST Petr Vorel wrote:
> HAVE_STRUCT_SIGNALFD_SIGINFO_SSI_SIGNO autotols check was used only in
s/autotols/autotools

Reviewed-by: Avinesh Kumar <akumar@suse.de>
for all patches in this series.

Thanks,
Avinesh

> testcases/kernel/syscalls/signalfd/signalfd01.c before it got rewritten
> to the new API in a569202b6e.
> 
> Fixes: a569202b6e ("signalfd01: Refactor old case with new API")
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  configure.ac       |  1 -
>  m4/ltp-signalfd.m4 | 17 -----------------
>  2 files changed, 18 deletions(-)
>  delete mode 100644 m4/ltp-signalfd.m4
> 
> diff --git a/configure.ac b/configure.ac
> index db41175bf2..5362aaf1bc 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -414,7 +414,6 @@ fi
>  AC_DEFINE_UNQUOTED(NUMA_ERROR_MSG, ["$numa_error_msg"], [Error message when no NUMA support])
>  
>  
> -LTP_CHECK_SYSCALL_SIGNALFD
>  LTP_CHECK_SYSCALL_UTIMENSAT
>  LTP_CHECK_TASKSTATS
>  test "x$with_tirpc" = xyes && LTP_CHECK_TIRPC
> diff --git a/m4/ltp-signalfd.m4 b/m4/ltp-signalfd.m4
> deleted file mode 100644
> index 5aac395bd7..0000000000
> --- a/m4/ltp-signalfd.m4
> +++ /dev/null
> @@ -1,17 +0,0 @@
> -dnl SPDX-License-Identifier: GPL-2.0-or-later
> -dnl Copyright (c) Red Hat Inc., 2008
> -dnl Copyright (c) 2019 Fujitsu Ltd.
> -dnl Author: Masatake YAMATO <yamato@redhat.com>
> -
> -AC_DEFUN([LTP_CHECK_SYSCALL_SIGNALFD],[
> -
> -AC_CHECK_FUNCS(signalfd,,)
> -AC_CHECK_HEADERS([sys/signalfd.h],,)
> -AC_CHECK_HEADERS([linux/signalfd.h],,)
> -AC_CHECK_MEMBERS([struct signalfd_siginfo.ssi_signo],,,[
> -#if defined HAVE_SYS_SIGNALFD_H
> -#include <sys/signalfd.h>
> -#elif defined HAVE_LINUX_SIGNALFD_H
> -#include <linux/signalfd.h>
> -#endif])
> -])
> 





-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2025-08-08 13:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-08 11:00 [LTP] [PATCH v2 0/3] autotools: Remove old checks Petr Vorel
2025-08-08 11:01 ` [LTP] [PATCH v2 1/3] Remove m4/ltp-signalfd.m4 Petr Vorel
2025-08-08 13:56   ` Avinesh Kumar [this message]
2025-08-08 11:01 ` [LTP] [PATCH v2 2/3] m4: lapi: Drop check for old libcap-devel Petr Vorel
2025-08-08 11:01 ` [LTP] [PATCH v2 3/3] m4: fcntl31: Remove check for struct f_owner_ex Petr Vorel
2025-08-11  1:44 ` [LTP] [PATCH v2 0/3] autotools: Remove old checks Li Wang via ltp
2025-08-11 12:15   ` Petr Vorel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12721614.O9o76ZdvQC@thinkpad \
    --to=akumar@suse.de \
    --cc=ltp@lists.linux.it \
    --cc=pvorel@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.