xenomai.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Florian Bezdeka <florian.bezdeka@siemens.com>
To: xenomai@lists.linux.dev
Cc: jan.kiszka@siemens.com, Florian Bezdeka <florian.bezdeka@siemens.com>
Subject: [stable 3.2.x][PATCH 2/7] y2038: cobalt: rtdm/fd: Take care of compat mode for recvmmsg64
Date: Thu, 23 Feb 2023 08:04:12 +0100	[thread overview]
Message-ID: <20230223070417.3969366-3-florian.bezdeka@siemens.com> (raw)
In-Reply-To: <20230223070417.3969366-1-florian.bezdeka@siemens.com>

The compat syscall was previously routed to the native entrypoint
which triggered a failure during mmsghdr validation.

Signed-off-by: Florian Bezdeka <florian.bezdeka@siemens.com>
---
 kernel/cobalt/arch/x86/include/asm/xenomai/syscall32-table.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/cobalt/arch/x86/include/asm/xenomai/syscall32-table.h b/kernel/cobalt/arch/x86/include/asm/xenomai/syscall32-table.h
index 3c9c287e1..1c83ff4e3 100644
--- a/kernel/cobalt/arch/x86/include/asm/xenomai/syscall32-table.h
+++ b/kernel/cobalt/arch/x86/include/asm/xenomai/syscall32-table.h
@@ -64,5 +64,6 @@ __COBALT_CALL32emu_THUNK(sendmsg)
 __COBALT_CALL32emu_THUNK(mmap)
 __COBALT_CALL32emu_THUNK(backtrace)
 __COBALT_CALL32emu_THUNK(mq_timedreceive64)
+__COBALT_CALL32emu_THUNK(recvmmsg64)
 
 #endif /* !_COBALT_X86_ASM_SYSCALL32_TABLE_H */
-- 
2.39.1


  parent reply	other threads:[~2023-02-23  7:14 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-23  7:04 [stable 3.2.x][PATCH 0/7] Add full smokey compat support Florian Bezdeka
2023-02-23  7:04 ` [stable 3.2.x][PATCH 1/7] y2038: posix/mqueue: Fix compat case for mq_timedreceive64 Florian Bezdeka
2023-02-23  7:04 ` Florian Bezdeka [this message]
2023-02-23  7:04 ` [stable 3.2.x][PATCH 3/7] y2038: cobalt: posix/signal: Take care of compat mode for sigtimedwait64 Florian Bezdeka
2023-02-23  7:04 ` [stable 3.2.x][PATCH 4/7] rtnet: Enable compat ioctl interface Florian Bezdeka
2023-02-23  7:04 ` [stable 3.2.x][PATCH 5/7] cobalt/rtdm/fd: Adding helpers for handling compat affected data structures Florian Bezdeka
2023-02-23  7:04 ` [stable 3.2.x][PATCH 6/7] drivers/rtcan: Implement compat support for the rtcan driver Florian Bezdeka
2023-02-23  7:04 ` [stable 3.2.x][PATCH 7/7] drivers/net/stack/ipv4/udp: Implement compat support for the udp driver Florian Bezdeka
2023-02-23 17:50 ` [stable 3.2.x][PATCH 0/7] Add full smokey compat support Jan Kiszka

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=20230223070417.3969366-3-florian.bezdeka@siemens.com \
    --to=florian.bezdeka@siemens.com \
    --cc=jan.kiszka@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 NNTP newsgroup(s).