mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Revert "mips: fix shmctl/semctl/msgctl syscall for o32"
Date: Fri, 31 Jan 2025 10:32:00 +0100	[thread overview]
Message-ID: <Z5yYkMSPJcYme1kX@alpha.franken.de> (raw)
In-Reply-To: <20250130104857.56251-1-tsbogend@alpha.franken.de>

On Thu, Jan 30, 2025 at 11:48:56AM +0100, Thomas Bogendoerfer wrote:
> This reverts commit bc7584e009c39375294794f7ca751a6b2622c425.
> 
> The split IPC system calls for o32 have been introduced with modern
> version only. Changing this breaks ABI.
> 
> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
> ---
>  arch/mips/kernel/syscalls/syscall_o32.tbl | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/mips/kernel/syscalls/syscall_o32.tbl b/arch/mips/kernel/syscalls/syscall_o32.tbl
> index e8a57c206758..349b8aad1159 100644
> --- a/arch/mips/kernel/syscalls/syscall_o32.tbl
> +++ b/arch/mips/kernel/syscalls/syscall_o32.tbl
> @@ -382,15 +382,15 @@
>  368	o32	io_pgetevents			sys_io_pgetevents_time32	compat_sys_io_pgetevents
>  # room for arch specific calls
>  393	o32	semget				sys_semget
> -394	o32	semctl				sys_old_semctl		compat_sys_old_semctl
> +394	o32	semctl				sys_semctl			compat_sys_semctl
>  395	o32	shmget				sys_shmget
> -396	o32	shmctl				sys_old_shmctl		compat_sys_old_shmctl
> +396	o32	shmctl				sys_shmctl			compat_sys_shmctl
>  397	o32	shmat				sys_shmat			compat_sys_shmat
>  398	o32	shmdt				sys_shmdt
>  399	o32	msgget				sys_msgget
>  400	o32	msgsnd				sys_msgsnd			compat_sys_msgsnd
>  401	o32	msgrcv				sys_msgrcv			compat_sys_msgrcv
> -402	o32	msgctl				sys_old_msgctl		compat_sys_old_msgctl
> +402	o32	msgctl				sys_msgctl			compat_sys_msgctl
>  403	o32	clock_gettime64			sys_clock_gettime		sys_clock_gettime
>  404	o32	clock_settime64			sys_clock_settime		sys_clock_settime
>  405	o32	clock_adjtime64			sys_clock_adjtime		sys_clock_adjtime
> -- 
> 2.35.3

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      reply	other threads:[~2025-01-31  9:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-30 10:48 Thomas Bogendoerfer
2025-01-31  9:32 ` Thomas Bogendoerfer [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=Z5yYkMSPJcYme1kX@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®