This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
RE: [PATCH v3 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
- From: David Kilroy <David dot Kilroy at arm dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Cc: nd <nd at arm dot com>
- Date: Thu, 19 Dec 2019 11:42:58 +0000
- Subject: RE: [PATCH v3 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=bcn1QWyPZnRadowEbO1N4DvI2lQUBW9BKc5dAgUHquw=; b=MLobynJwUQCwz8fYkW0zIi9T6FxvIMMTt8G6S7bDIOtiiG5rhIJ2gI/wypbxZ73DMKnkBesgDZTl4IIdJ10eIUu086B1UO35ErBLgDK9+NS/XSW8YAxSe/1nPMU9gmkaXA6SrZEO2BH/Jd9FiGx9piZfJZbNmNo2NUKeJfshZ3mLoK9Cl8Mff/qeU7EkzGPRFtP7LYeivWaFyi0RWctAyzwo6NPL6r1gFhK+cixBU8Jf2h+tu+7tLzWqyMsHO0ypvse1JIWq5JDJt5qqB6DptY7kd4jpbX/e+KS4xXiS/trGws7A3a3vEYMOOjzyho8B/X0BrfZ8sC059cZtAiEfdA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=RUrb8XbgABsMJvxUDldtf7OTBdK2LJyoNBYPIK/RQmzn6aihSEpA3sZAQ37pPq6UaM4wksDiYP1R1FYEmf3C2NANXeveZ41/wjKhNuK2FCzo1a9HOiJ6lcPfzKAOsbpAJ50ta6FcftV3hUroEU1O6xFiwf0sNZhgt24NG1SbN+5MQqsjmiXgor4lhwabryuqno7x1qlnmoodalgBJzZYwzMuxP6na1ZWLMdlMVaIMFSDO1JEZPiGMGN5C9XRwn0YUqPEq8wWV+AKAplddiRoehJft59N973DyjFrXDGswxptOleaczrHxNy1HS0IFPT5GHROSxstQJfnAybdQW/cLw==
- Original-authentication-results: spf=none (sender IP is ) smtp.mailfrom=David dot Kilroy at arm dot com;
- References: <1575394197-18006-1-git-send-email-david.kilroy@arm.com> <DB6PR0801MB17510453724EEABD8742854691530 at DB6PR0801MB1751 dot eurprd08 dot prod dot outlook dot com> <7905f81b-ac11-f097-11f8-3166340d932b@linaro.org>
Adhemerval Zanella wrote:
> On 18/12/2019 13:32, David Kilroy wrote:
> >> Repost of v2 with updated commit message resulting from follow-up
> >> tests with a different implementation.
> >>
> >> I'd still like to see this fixed, but the last patchset didn't get
> any
> >> responses.
> >>
> >> v3:
> >> - rebased for changes in elf/Makefile
> >> - updates to commit messages
> >>
> >> v2:
> >> https://sourceware.org/ml/libc-alpha/2019-10/msg00701.html
> >> - code formatting fixups
> >> - add dependency of test output on filtee library
> >> - tests changed to use the test framework
> >>
> >> v1:
> >> https://sourceware.org/ml/libc-alpha/2019-10/msg00519.html
> >
> > Ping. Is there any interest in taking this series, or something like
> it?
> > I've seen that it needs another (almost trivial) rebase for changes
> in
> > elf/Makefile, but don't want do that unnecessarily.
>
> I think there is interest, the main problem is always lack of manpower
> and time from reviewers to move this forward. I will try to spend some
> time to review it.
Thanks Adhemerval. I understand - it's not always clear which is the case :)
I'll keep this on my list of things to chase.
Regards,
Dave Kilroy.