Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: Guinevere Larsen <guinevere@redhat.com>, gdb-patches@sourceware.org
Subject: Re: [PATCH] [gdb/tdep] Backport i386_canonicalize_syscall rewrite to gdb-16-branch
Date: Thu, 13 Mar 2025 14:06:10 +0100	[thread overview]
Message-ID: <8d94c39e-86f3-4f4c-8443-4f9ce786743f@suse.de> (raw)
In-Reply-To: <6cab43c6-85c9-4834-9f44-9cc1267621b7@redhat.com>

On 3/13/25 13:40, Guinevere Larsen wrote:
> On 3/13/25 6:53 AM, Tom de Vries wrote:
>> Commit fbfb29b304e ("[gdb/tdep] Rewrite i386_canonicalize_syscall") fixes
>> PR32770, which reproduces on the gdb-16-branch, but the commit is not 
>> ideal
>> for backporting because it completely rewrites i386_canonicalize_syscall.
>>
>> Instead, this is a version of the patch that adds a single line entry 
>> for each
>> syscall value for which i386_canonicalize_syscall gives a different 
>> result
>> with and without the patch.
>>
>> Consequently, the two versions give identical results.  I've checked 
>> this for
>> syscalls 0 to 466.
>>
>> Tested on x86_64-linux with target board unix/-m32, on top of gdb-16- 
>> branch.
>>
>> PR tdep/32770
>> Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=32770
>> ---
> 
> Hi!
> 
> I looked over all the special cases, and it mostly looks ok. There are 
> quite a few syscalls where we have an older or similar enough version, 
> like execveat and execve, or faccessat and faccessat2, but I can see 
> from the accept4 patch why you wouldn't have done that... however, for 
> the semtimedop_time64 syscall, you just converted to the semtimedop 
> version. What is special about that one?
> 

Good question.

This was one of the syscalls I came across while reviewing the 
gdb_syscall enum values >= 500.  And since the recording support doesn't 
actually record the timeout parameter, the time64 part of 
semtimedop_time64 seemed irrelevant.

So, what was special here was that gdb_sys_semtimedop was supported, but 
there was no corresponding mapping from i386.

For the execveat case, gdb_sys_execveat is missing.  That makes it 
similar to the accept4 case.

I hope that answers your question.

Thanks,
- Tom

  reply	other threads:[~2025-03-13 13:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-13  9:53 Tom de Vries
2025-03-13 12:40 ` Guinevere Larsen
2025-03-13 13:06   ` Tom de Vries [this message]
2025-03-13 15:20     ` Guinevere Larsen
2025-03-13 15:35       ` Tom de Vries
2025-03-13 15:09 ` Andrew Burgess
2025-03-14 15:46   ` Tom de Vries
2025-03-14 15:50     ` Guinevere Larsen

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=8d94c39e-86f3-4f4c-8443-4f9ce786743f@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    --cc=guinevere@redhat.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