public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* Aiming for a libffi release in the next two weeks
@ 2021-06-15 19:50 Anthony Green
  2021-06-15 19:52 ` Jeff Law
  2021-06-26 16:19 ` Anthony Green
  0 siblings, 2 replies; 6+ messages in thread
From: Anthony Green @ 2021-06-15 19:50 UTC (permalink / raw)
  To: libffi-discuss, jeremyhu; +Cc: jlaw

DJ brought to my attention the fact that we'll be missing important release
windows for Fedora and downstream distros if we don't get something out the
door in the next two weeks.  And I'm very excited about the improvements
targeted for this release -- Madhavan's static trampoline work in
particular.

There are a number of PR and Issues that have been sitting around for a
while.  Please bump them if you think they are important.

One area I'd like some clarity on is "apple silicon" support.  Not being a
Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance
here.  There's a big PR WIP sitting on github.

Also.. travis-ci testing for MacOS hasn't been working for a long time
thanks to homebrew timeouts.  Something got really slow here.   Does
anybody have insight into this?

As always, thank you for your contributions and patience.  Big shout out to
DJ for his recent efforts.

AG

In the queue for 3.4...

        Add static trampoline support for Linux on x86_64 and ARM64.
        Add support for Alibaba's CSKY architecture.
        Add support for Kalray's KVX architecture.
        Add support for Intel Control-flow Enforcement Technology (CET).
        Add support for ARM Pointer Authentication (PA).
        Fix 32-bit PPC regression.
        Fix MIPS soft-float problem.
        Fox x86-64 nested struct varargs passing problem.
        Enable tmpdir override with the $LIBFFI_TMPDIR environment variable.
        Enable compatibility with MSVC runtime stack checking.
        Reject float and small integer argument in ffi_prep_cif_var().
          Callers must promote these types themselves.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Aiming for a libffi release in the next two weeks
  2021-06-15 19:50 Aiming for a libffi release in the next two weeks Anthony Green
@ 2021-06-15 19:52 ` Jeff Law
  2021-06-26 16:19 ` Anthony Green
  1 sibling, 0 replies; 6+ messages in thread
From: Jeff Law @ 2021-06-15 19:52 UTC (permalink / raw)
  To: Anthony Green, libffi-discuss, jeremyhu



On 6/15/2021 1:50 PM, Anthony Green wrote:
> DJ brought to my attention the fact that we'll be missing important 
> release windows for Fedora and downstream distros if we don't get 
> something out the door in the next two weeks. And I'm very excited 
> about the improvements targeted for this release -- Madhavan's static 
> trampoline work in particular.
>
> There are a number of PR and Issues that have been sitting around for 
> a while.  Please bump them if you think they are important.
>
> One area I'd like some clarity on is "apple silicon" support.  Not 
> being a Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia 
> for guidance here.  There's a big PR WIP sitting on github.
>
> Also.. travis-ci testing for MacOS hasn't been working for a long time 
> thanks to homebrew timeouts.  Something got really slow here.   Does 
> anybody have insight into this?
>
> As always, thank you for your contributions and patience. Big shout 
> out to DJ for his recent efforts.
>
> AG
>
> In the queue for 3.4...
>
>         Add static trampoline support for Linux on x86_64 and ARM64.
>         Add support for Alibaba's CSKY architecture.
>         Add support for Kalray's KVX architecture.
>         Add support for Intel Control-flow Enforcement Technology (CET).
>         Add support for ARM Pointer Authentication (PA).
>         Fix 32-bit PPC regression.
>         Fix MIPS soft-float problem.
>         Fox x86-64 nested struct varargs passing problem.
>         Enable tmpdir override with the $LIBFFI_TMPDIR environment 
> variable.
>         Enable compatibility with MSVC runtime stack checking.
>         Reject float and small integer argument in ffi_prep_cif_var().
>           Callers must promote these types themselves.
Sounds good.  I know we'd talked about trying to get support Tachyum's 
processor into the next release, but we're held up on some internal 
stuff.  So don't delay anything on our behalf.


Jeff


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Aiming for a libffi release in the next two weeks
  2021-06-15 19:50 Aiming for a libffi release in the next two weeks Anthony Green
  2021-06-15 19:52 ` Jeff Law
@ 2021-06-26 16:19 ` Anthony Green
  2021-06-26 19:59   ` Jeremy Huddleston Sequoia
  2021-06-28 14:09   ` Anthony Green
  1 sibling, 2 replies; 6+ messages in thread
From: Anthony Green @ 2021-06-26 16:19 UTC (permalink / raw)
  To: libffi-discuss, jeremyhu; +Cc: jlaw

I've just published libffi 3.4 release candidate 1.  You can download and
test from here:
https://github.com/libffi/libffi/releases/tag/v3.4-rc1

I'd appreciate any feedback and hope to make the final release on Monday at
the latest.

AG


On Tue, Jun 15, 2021 at 3:50 PM Anthony Green <green@moxielogic.com> wrote:

> DJ brought to my attention the fact that we'll be missing important
> release windows for Fedora and downstream distros if we don't get
> something out the door in the next two weeks.  And I'm very excited about
> the improvements targeted for this release -- Madhavan's static trampoline
> work in particular.
>
> There are a number of PR and Issues that have been sitting around for a
> while.  Please bump them if you think they are important.
>
> One area I'd like some clarity on is "apple silicon" support.  Not being a
> Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance
> here.  There's a big PR WIP sitting on github.
>
> Also.. travis-ci testing for MacOS hasn't been working for a long time
> thanks to homebrew timeouts.  Something got really slow here.   Does
> anybody have insight into this?
>
> As always, thank you for your contributions and patience.  Big shout out
> to DJ for his recent efforts.
>
> AG
>
> In the queue for 3.4...
>
>         Add static trampoline support for Linux on x86_64 and ARM64.
>         Add support for Alibaba's CSKY architecture.
>         Add support for Kalray's KVX architecture.
>         Add support for Intel Control-flow Enforcement Technology (CET).
>         Add support for ARM Pointer Authentication (PA).
>         Fix 32-bit PPC regression.
>         Fix MIPS soft-float problem.
>         Fox x86-64 nested struct varargs passing problem.
>         Enable tmpdir override with the $LIBFFI_TMPDIR environment
> variable.
>         Enable compatibility with MSVC runtime stack checking.
>         Reject float and small integer argument in ffi_prep_cif_var().
>           Callers must promote these types themselves.
>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Aiming for a libffi release in the next two weeks
  2021-06-26 16:19 ` Anthony Green
@ 2021-06-26 19:59   ` Jeremy Huddleston Sequoia
  2021-06-26 20:13     ` Anthony Green
  2021-06-28 14:09   ` Anthony Green
  1 sibling, 1 reply; 6+ messages in thread
From: Jeremy Huddleston Sequoia @ 2021-06-26 19:59 UTC (permalink / raw)
  To: Anthony Green; +Cc: libffi-discuss, jlaw

Hey Anthony,

Sorry about missing the original email.  I was out for my anniversary that week. =)

I'd say that Apple Silicon support is still not fully there yet.  Most of the Apple Silicon changes are in, but we still have one left. We need to finish upstreaming the trampoline dylib (https://github.com/libffi/libffi/pull/621).  There was a bit of divergence between our branch and mainline a couple months ago which made this a bit tricky.  I think I started looking into it around April but had to shelve it due to WWDC prep.  I'll try to get to it at some point in the next month or so.

> On Jun 26, 2021, at 09:19, Anthony Green <green@moxielogic.com> wrote:
> 
> I've just published libffi 3.4 release candidate 1.  You can download and test from here:
> https://github.com/libffi/libffi/releases/tag/v3.4-rc1 <https://github.com/libffi/libffi/releases/tag/v3.4-rc1>
> 
> I'd appreciate any feedback and hope to make the final release on Monday at the latest.
> 
> AG
> 
> 
> On Tue, Jun 15, 2021 at 3:50 PM Anthony Green <green@moxielogic.com <mailto:green@moxielogic.com>> wrote:
> DJ brought to my attention the fact that we'll be missing important release windows for Fedora and downstream distros if we don't get something out the door in the next two weeks.  And I'm very excited about the improvements targeted for this release -- Madhavan's static trampoline work in particular.
> 
> There are a number of PR and Issues that have been sitting around for a while.  Please bump them if you think they are important.
> 
> One area I'd like some clarity on is "apple silicon" support.  Not being a Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance here.  There's a big PR WIP sitting on github.
> 
> Also.. travis-ci testing for MacOS hasn't been working for a long time thanks to homebrew timeouts.  Something got really slow here.   Does anybody have insight into this?
> 
> As always, thank you for your contributions and patience.  Big shout out to DJ for his recent efforts.
> 
> AG
> 
> In the queue for 3.4...
> 
>         Add static trampoline support for Linux on x86_64 and ARM64.
>         Add support for Alibaba's CSKY architecture.
>         Add support for Kalray's KVX architecture.
>         Add support for Intel Control-flow Enforcement Technology (CET).
>         Add support for ARM Pointer Authentication (PA).
>         Fix 32-bit PPC regression.
>         Fix MIPS soft-float problem.
>         Fox x86-64 nested struct varargs passing problem.
>         Enable tmpdir override with the $LIBFFI_TMPDIR environment variable.
>         Enable compatibility with MSVC runtime stack checking.
>         Reject float and small integer argument in ffi_prep_cif_var().
>           Callers must promote these types themselves.
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Aiming for a libffi release in the next two weeks
  2021-06-26 19:59   ` Jeremy Huddleston Sequoia
@ 2021-06-26 20:13     ` Anthony Green
  0 siblings, 0 replies; 6+ messages in thread
From: Anthony Green @ 2021-06-26 20:13 UTC (permalink / raw)
  To: Jeremy Huddleston Sequoia; +Cc: libffi-discuss, jlaw

Ok, I'm going to go ahead and release without the Apple Silicon support, as
there's a Fedora deadline I want to hit in a few days.  But I see enough
people asking for Apple Silicon support that it would be great to push it
out shortly afterward.

And happy belated anniversary, Jeremy!

AG



On Sat, Jun 26, 2021 at 3:59 PM Jeremy Huddleston Sequoia <
jeremyhu@apple.com> wrote:

> Hey Anthony,
>
> Sorry about missing the original email.  I was out for my anniversary that
> week. =)
>
> I'd say that Apple Silicon support is still not fully there yet.  Most of
> the Apple Silicon changes are in, but we still have one left. We need to
> finish upstreaming the trampoline dylib (
> https://github.com/libffi/libffi/pull/621).  There was a bit of
> divergence between our branch and mainline a couple months ago which made
> this a bit tricky.  I think I started looking into it around April but had
> to shelve it due to WWDC prep.  I'll try to get to it at some point in the
> next month or so.
>
> On Jun 26, 2021, at 09:19, Anthony Green <green@moxielogic.com> wrote:
>
> I've just published libffi 3.4 release candidate 1.  You can download and
> test from here:
> https://github.com/libffi/libffi/releases/tag/v3.4-rc1
>
> I'd appreciate any feedback and hope to make the final release on Monday
> at the latest.
>
> AG
>
>
> On Tue, Jun 15, 2021 at 3:50 PM Anthony Green <green@moxielogic.com>
> wrote:
>
>> DJ brought to my attention the fact that we'll be missing important
>> release windows for Fedora and downstream distros if we don't get
>> something out the door in the next two weeks.  And I'm very excited about
>> the improvements targeted for this release -- Madhavan's static trampoline
>> work in particular.
>>
>> There are a number of PR and Issues that have been sitting around for a
>> while.  Please bump them if you think they are important.
>>
>> One area I'd like some clarity on is "apple silicon" support.  Not being
>> a Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance
>> here.  There's a big PR WIP sitting on github.
>>
>> Also.. travis-ci testing for MacOS hasn't been working for a long time
>> thanks to homebrew timeouts.  Something got really slow here.   Does
>> anybody have insight into this?
>>
>> As always, thank you for your contributions and patience.  Big shout out
>> to DJ for his recent efforts.
>>
>> AG
>>
>> In the queue for 3.4...
>>
>>         Add static trampoline support for Linux on x86_64 and ARM64.
>>         Add support for Alibaba's CSKY architecture.
>>         Add support for Kalray's KVX architecture.
>>         Add support for Intel Control-flow Enforcement Technology (CET).
>>         Add support for ARM Pointer Authentication (PA).
>>         Fix 32-bit PPC regression.
>>         Fix MIPS soft-float problem.
>>         Fox x86-64 nested struct varargs passing problem.
>>         Enable tmpdir override with the $LIBFFI_TMPDIR environment
>> variable.
>>         Enable compatibility with MSVC runtime stack checking.
>>         Reject float and small integer argument in ffi_prep_cif_var().
>>           Callers must promote these types themselves.
>>
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Aiming for a libffi release in the next two weeks
  2021-06-26 16:19 ` Anthony Green
  2021-06-26 19:59   ` Jeremy Huddleston Sequoia
@ 2021-06-28 14:09   ` Anthony Green
  1 sibling, 0 replies; 6+ messages in thread
From: Anthony Green @ 2021-06-28 14:09 UTC (permalink / raw)
  To: libffi-discuss, Jeremy Huddleston Sequoia; +Cc: jlaw

I've just published libffi 3.4.0 release candidate 2.  You can download and
test from here: https://github.com/libffi/libffi/releases/tag/v3.4.0-rc2

Thanks for all of the last-minute changes.  Any additional feedback would
be greatly appreciated!

AG

On Sat, Jun 26, 2021 at 12:19 PM Anthony Green <green@moxielogic.com> wrote:

> I've just published libffi 3.4 release candidate 1.  You can download and
> test from here:
> https://github.com/libffi/libffi/releases/tag/v3.4-rc1
>
> I'd appreciate any feedback and hope to make the final release on Monday
> at the latest.
>
> AG
>
>
> On Tue, Jun 15, 2021 at 3:50 PM Anthony Green <green@moxielogic.com>
> wrote:
>
>> DJ brought to my attention the fact that we'll be missing important
>> release windows for Fedora and downstream distros if we don't get
>> something out the door in the next two weeks.  And I'm very excited about
>> the improvements targeted for this release -- Madhavan's static trampoline
>> work in particular.
>>
>> There are a number of PR and Issues that have been sitting around for a
>> while.  Please bump them if you think they are important.
>>
>> One area I'd like some clarity on is "apple silicon" support.  Not being
>> a Mac user, I'm looking at Apple and Jeremy Huddleston Sequoia for guidance
>> here.  There's a big PR WIP sitting on github.
>>
>> Also.. travis-ci testing for MacOS hasn't been working for a long time
>> thanks to homebrew timeouts.  Something got really slow here.   Does
>> anybody have insight into this?
>>
>> As always, thank you for your contributions and patience.  Big shout out
>> to DJ for his recent efforts.
>>
>> AG
>>
>> In the queue for 3.4...
>>
>>         Add static trampoline support for Linux on x86_64 and ARM64.
>>         Add support for Alibaba's CSKY architecture.
>>         Add support for Kalray's KVX architecture.
>>         Add support for Intel Control-flow Enforcement Technology (CET).
>>         Add support for ARM Pointer Authentication (PA).
>>         Fix 32-bit PPC regression.
>>         Fix MIPS soft-float problem.
>>         Fox x86-64 nested struct varargs passing problem.
>>         Enable tmpdir override with the $LIBFFI_TMPDIR environment
>> variable.
>>         Enable compatibility with MSVC runtime stack checking.
>>         Reject float and small integer argument in ffi_prep_cif_var().
>>           Callers must promote these types themselves.
>>
>>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-28 14:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 19:50 Aiming for a libffi release in the next two weeks Anthony Green
2021-06-15 19:52 ` Jeff Law
2021-06-26 16:19 ` Anthony Green
2021-06-26 19:59   ` Jeremy Huddleston Sequoia
2021-06-26 20:13     ` Anthony Green
2021-06-28 14:09   ` Anthony Green

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 read-only IMAP folder(s) and NNTP newsgroup(s).