Re: [PATCH v5 0/2] gdb: Fix internal inferior calls through GNU IFUNCs
Andrew Burgess <[email protected]>
| Newsgroups | gmane.comp.gdb.patches |
|---|---|
| Message-ID | <[email protected]> |
Yury Khrustalev <[email protected]> writes: > On Mon, Aug 17, 2026 at 10:19:18AM +0100, Muhammad Kamran wrote: >> >> On 16/08/2026 08:24, Kevin Buettner wrote: >> > On Tue, 11 Aug 2026 13:12:17 +0000 >> > Muhammad Kamran <[email protected]> wrote: >> > >> > ... >> > >> > Andrew gave conditional approval for both parts in his v4 replies. >> > I've looked over this v5 series; IMO, you've completely addressed his >> > concerns. Therefore, I think you can consider this version approved; >> > but do add Andrew's Approved-By tag. If you need a maintainer to push >> > it for you, I'll be happy to do that. >> >> Hi Kevin, >> >> Thanks for reviewing. >> >> I don't have write access, so I'd appreciate it if you could please push >> the series for me. >> >> Andrew gave his Approved-By on both patches, so please feel free to add: >> >> Approved-By: Andrew Burgess <[email protected]> >> >> Thanks, >> Kamran >> > > Pushed to master. Thanks for taking care of this. I had meant to do this yesterday, but got side tracked. I've also back-ported these patches to gdb-18-branch. I know that this issue is causing problems on AArch64 with the latest versions (or upcoming versions) of glibc, so having this fix in the next release will be a good win for a lot of users. Thanks, Andrew