xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Clara Kowalsky <clara.kowalsky@siemens.com>, xenomai@lists.linux.dev
Cc: florian.bezdeka@siemens.com
Subject: Re: [PATCH v3 0/6] Add 32-bit compat support for arm64 to xenomai
Date: Thu, 15 Feb 2024 12:29:45 +0100	[thread overview]
Message-ID: <8296d2ce-9c89-4b6f-ad6f-3d139caecaee@siemens.com> (raw)
In-Reply-To: <20240214162045.2017832-1-clara.kowalsky@siemens.com>

On 14.02.24 17:20, Clara Kowalsky wrote:
> Hi all,
> 
> this is the third version of the series for adding the 32-bit compat
> support for arm64 to xenomai 3. 
> 
> Thank you Jan and Florian for your comments.
> Changes in v3:
> - Squashed patch 2 with old patch 5 "Use syscall_get_arguments()".
> - Cleaned up pipeline_get_syscall_args() and added reasoning.
> 
> Best regards,
> Clara Kowalsky
> 
> 
> Clara Kowalsky (6):
>   compat support: cobalt: Move 32-bit compat files to generic
>   compat support: cobalt/arm: Refactor registers for arm alignment
>   compat support: cobalt/arm64: Add compat support and clean-up
>   compat support: cobalt: Bump ABI revision
>   compat support: lib/cobalt: Fix VFP detection for arm on arm64
>   compat support: cobalt/arm64: Enable compat support for arm64
> 
>  .../kernel/dovetail/pipeline/pipeline.h       |   9 --
>  .../arch/arm/include/asm/xenomai/syscall.h    |  26 ++---
>  .../arch/arm/include/asm/xenomai/syscall32.h  |   8 +-
>  .../include/asm/xenomai/uapi/abirevision.h    |   1 +
>  .../arm/include/asm/xenomai/uapi/features.h   |   3 +-
>  .../arm/include/asm/xenomai/uapi/syscall.h    |   2 -
>  kernel/cobalt/arch/arm64/Kconfig              |   3 +-
>  .../arch/arm64/include/asm/xenomai/syscall.h  |  10 +-
>  .../arm64/include/asm/xenomai/syscall32.h     |  12 ---
>  .../include/asm/xenomai/uapi/abirevision.h    |  16 +++
>  .../arm64/include/asm/xenomai/uapi/features.h |   3 +-
>  .../arch/x86/include/asm/xenomai/syscall32.h  | 102 ------------------
>  .../asm-generic}/xenomai/syscall32-table.h    |   6 +-
>  .../include/asm-generic/xenomai/syscall32.h   |  78 +++++++++++++-
>  kernel/cobalt/posix/syscall.c                 |  16 +--
>  kernel/cobalt/posix/syscall.h                 |   2 +-
>  kernel/cobalt/trace/cobalt-posix.h            |   4 +-
>  lib/cobalt/arch/arm/features.c                |   5 +
>  .../arch/arm/include/asm/xenomai/syscall.h    |  65 ++++++-----
>  19 files changed, 166 insertions(+), 205 deletions(-)
>  create mode 120000 kernel/cobalt/arch/arm/include/asm/xenomai/uapi/abirevision.h
>  delete mode 100644 kernel/cobalt/arch/arm64/include/asm/xenomai/syscall32.h
>  create mode 100644 kernel/cobalt/arch/arm64/include/asm/xenomai/uapi/abirevision.h
>  delete mode 100644 kernel/cobalt/arch/x86/include/asm/xenomai/syscall32.h
>  rename kernel/cobalt/{arch/x86/include/asm => include/asm-generic}/xenomai/syscall32-table.h (94%)
> 

Thanks, applied.

Jan

-- 
Siemens AG, Technology
Linux Expert Center


      parent reply	other threads:[~2024-02-15 11:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-14 16:20 [PATCH v3 0/6] Add 32-bit compat support for arm64 to xenomai Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 1/6] compat support: cobalt: Move 32-bit compat files to generic Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 2/6] compat support: cobalt/arm: Refactor registers for arm alignment Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 3/6] compat support: cobalt/arm64: Add compat support and clean-up Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 4/6] compat support: cobalt: Bump ABI revision Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 5/6] compat support: lib/cobalt: Fix VFP detection for arm on arm64 Clara Kowalsky
2024-02-14 16:20 ` [PATCH v3 6/6] compat support: cobalt/arm64: Enable compat support for arm64 Clara Kowalsky
2024-02-15  9:56 ` [PATCH v3 0/6] Add 32-bit compat support for arm64 to xenomai Florian Bezdeka
2024-02-15 11:25   ` Kowalsky, Clara
2024-02-15 11:29 ` Jan Kiszka [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=8296d2ce-9c89-4b6f-ad6f-3d139caecaee@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=clara.kowalsky@siemens.com \
    --cc=florian.bezdeka@siemens.com \
    --cc=xenomai@lists.linux.dev \
    /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).