unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Stafford Horne via Libc-alpha <libc-alpha@sourceware.org>
To: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Cc: libc-alpha@sourceware.org
Subject: Re: [PATCH 6/6] linux: Add generic ioctl implementation
Date: Sat, 4 Dec 2021 16:50:50 +0900	[thread overview]
Message-ID: <Yasd2vcwA0jC0EWB@antec> (raw)
In-Reply-To: <20211122185437.1934590-7-adhemerval.zanella@linaro.org>

On Mon, Nov 22, 2021 at 03:54:37PM -0300, Adhemerval Zanella wrote:
> The powerpc is refactor to use the default implementation.
> ---
>  sysdeps/unix/sysv/linux/internal-ioctl.h      | 25 +++++++
>  sysdeps/unix/sysv/linux/ioctl.c               | 49 +++++++++++++
>  .../unix/sysv/linux/powerpc/internal-ioctl.h  | 46 +++++++++++++
>  sysdeps/unix/sysv/linux/powerpc/ioctl.c       | 68 -------------------
>  4 files changed, 120 insertions(+), 68 deletions(-)
>  create mode 100644 sysdeps/unix/sysv/linux/internal-ioctl.h
>  create mode 100644 sysdeps/unix/sysv/linux/ioctl.c
>  create mode 100644 sysdeps/unix/sysv/linux/powerpc/internal-ioctl.h
>  delete mode 100644 sysdeps/unix/sysv/linux/powerpc/ioctl.c

I don't see this pushed upstream yet.

Just in case you forgot.

-Stafford

      reply	other threads:[~2021-12-04  7:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 18:54 [PATCH 0/6] linux: Some syscall refactors Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 1/6] linux: Add fanotify_mark C implementation Adhemerval Zanella via Libc-alpha
2021-11-24 21:45   ` Stafford Horne via Libc-alpha
2021-11-25 12:55     ` Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 2/6] linux: Add prlimit64 " Adhemerval Zanella via Libc-alpha
2021-11-25 23:39   ` Stafford Horne via Libc-alpha
2021-11-30 11:51     ` Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 3/6] linux: Implement mremap in C Adhemerval Zanella via Libc-alpha
2021-11-26  0:26   ` Stafford Horne via Libc-alpha
2021-11-30 11:55     ` Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 4/6] linux: Implement pipe in terms of __NR_pipe2 Adhemerval Zanella via Libc-alpha
2021-11-26 23:03   ` Stafford Horne via Libc-alpha
2021-11-30 14:53     ` Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 5/6] linux: Add generic syscall implementation Adhemerval Zanella via Libc-alpha
2021-11-22 18:54 ` [PATCH 6/6] linux: Add generic ioctl implementation Adhemerval Zanella via Libc-alpha
2021-12-04  7:50   ` Stafford Horne via Libc-alpha [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

  List information: https://www.gnu.org/software/libc/involved.html

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

  git send-email \
    --in-reply-to=Yasd2vcwA0jC0EWB@antec \
    --to=libc-alpha@sourceware.org \
    --cc=adhemerval.zanella@linaro.org \
    --cc=shorne@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).