public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Willy Tarreau <w@1wt.eu>
To: "Thomas Weißschuh" <linux@weissschuh.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] tools/nolibc: rename my_syscallX() to __nolibc_syscallX()
Date: Tue, 24 Feb 2026 04:31:11 +0100	[thread overview]
Message-ID: <aZ0bf8tJStmVTxZ1@1wt.eu> (raw)
In-Reply-To: <20260223-nolibc-namespacing-v1-1-52574ffebb2c@weissschuh.net>

On Mon, Feb 23, 2026 at 10:40:14PM +0100, Thomas Weißschuh wrote:
> The naming convention of the my_syscallX() macros is a bit unfortunate.
> They may conflict with application code and the name is very generic.
> 
> Switch to __nolibc_syscallX(). The leading underscores place the symbols
> in the implementation-defined namespace, avoiding conflicting names.
> It is also clearer that these are non-standard extensions from nolibc.
> 
> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>

Oh thanks Thomas for doing this one! It's indeed one of the last vestigal
pieces of the early code before this was a "lib".

Acked-by: Willy Tarreau <w@1wt.eu>

Willy

      reply	other threads:[~2026-02-24  3:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-23 21:40 [PATCH] tools/nolibc: rename my_syscallX() to __nolibc_syscallX() Thomas Weißschuh
2026-02-24  3:31 ` Willy Tarreau [this message]

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=aZ0bf8tJStmVTxZ1@1wt.eu \
    --to=w@1wt.eu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@weissschuh.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox