* glibc 2.22 --- We are in slushy freeze mode.
@ 2015-07-07 18:32 Carlos O'Donell
2015-07-07 18:46 ` H.J. Lu
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Carlos O'Donell @ 2015-07-07 18:32 UTC (permalink / raw)
To: GNU C Library
We are now in slushy freeze mode. Please do not commit new features.
Please checkin new features which have been reviewed and are OK.
If your new feature still needs review it is too late now. Please
defer to glibc 2.23 when it opens.
Documentation changes and bug fixes are still OK.
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-07 18:32 glibc 2.22 --- We are in slushy freeze mode Carlos O'Donell
@ 2015-07-07 18:46 ` H.J. Lu
2015-07-08 14:13 ` Torvald Riegel
2015-07-08 16:58 ` H.J. Lu
2 siblings, 0 replies; 7+ messages in thread
From: H.J. Lu @ 2015-07-07 18:46 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: GNU C Library, Zamyatin, Igor
On Tue, Jul 7, 2015 at 11:32 AM, Carlos O'Donell <carlos@redhat.com> wrote:
> We are now in slushy freeze mode. Please do not commit new features.
> Please checkin new features which have been reviewed and are OK.
> If your new feature still needs review it is too late now. Please
> defer to glibc 2.23 when it opens.
>
> Documentation changes and bug fixes are still OK.
>
Hi Igor,
Can you submit the updated MPX ld.so bug fix this week?
--
H.J.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-07 18:32 glibc 2.22 --- We are in slushy freeze mode Carlos O'Donell
2015-07-07 18:46 ` H.J. Lu
@ 2015-07-08 14:13 ` Torvald Riegel
2015-07-08 16:58 ` H.J. Lu
2 siblings, 0 replies; 7+ messages in thread
From: Torvald Riegel @ 2015-07-08 14:13 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: GNU C Library
On Tue, 2015-07-07 at 14:32 -0400, Carlos O'Donell wrote:
> We are now in slushy freeze mode. Please do not commit new features.
> Please checkin new features which have been reviewed and are OK.
> If your new feature still needs review it is too late now. Please
> defer to glibc 2.23 when it opens.
>
> Documentation changes and bug fixes are still OK.
I'd like to commit the futex API. Ideally, Roland and Dave would do a
final test on NaCL and sparc, but Roland already said it should be fine
and Dave ack'd a previous version of the patch that has changed just
slightly.
While the futex API isn't a bug fix, I believe having it will make
backports of concurrency-related patches easier.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-07 18:32 glibc 2.22 --- We are in slushy freeze mode Carlos O'Donell
2015-07-07 18:46 ` H.J. Lu
2015-07-08 14:13 ` Torvald Riegel
@ 2015-07-08 16:58 ` H.J. Lu
2015-07-08 17:16 ` Carlos O'Donell
2 siblings, 1 reply; 7+ messages in thread
From: H.J. Lu @ 2015-07-08 16:58 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: GNU C Library
On Tue, Jul 7, 2015 at 11:32 AM, Carlos O'Donell <carlos@redhat.com> wrote:
> We are now in slushy freeze mode. Please do not commit new features.
> Please checkin new features which have been reviewed and are OK.
> If your new feature still needs review it is too late now. Please
> defer to glibc 2.23 when it opens.
>
> Documentation changes and bug fixes are still OK.
Has anyone else seen this on i686:
https://sourceware.org/bugzilla/show_bug.cgi?id=18645
--
H.J.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-08 16:58 ` H.J. Lu
@ 2015-07-08 17:16 ` Carlos O'Donell
2015-07-08 19:41 ` H.J. Lu
0 siblings, 1 reply; 7+ messages in thread
From: Carlos O'Donell @ 2015-07-08 17:16 UTC (permalink / raw)
To: H.J. Lu; +Cc: GNU C Library
On 07/08/2015 12:57 PM, H.J. Lu wrote:
> On Tue, Jul 7, 2015 at 11:32 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>> We are now in slushy freeze mode. Please do not commit new features.
>> Please checkin new features which have been reviewed and are OK.
>> If your new feature still needs review it is too late now. Please
>> defer to glibc 2.23 when it opens.
>>
>> Documentation changes and bug fixes are still OK.
>
> Has anyone else seen this on i686:
>
> https://sourceware.org/bugzilla/show_bug.cgi?id=18645
>
Try reverting ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54 ?
We are discussing that it need to be reverted because of some
of the complications it causes internally with glibc.
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-08 17:16 ` Carlos O'Donell
@ 2015-07-08 19:41 ` H.J. Lu
2015-07-08 20:06 ` Carlos O'Donell
0 siblings, 1 reply; 7+ messages in thread
From: H.J. Lu @ 2015-07-08 19:41 UTC (permalink / raw)
To: Carlos O'Donell; +Cc: GNU C Library
On Wed, Jul 8, 2015 at 10:16 AM, Carlos O'Donell <carlos@redhat.com> wrote:
> On 07/08/2015 12:57 PM, H.J. Lu wrote:
>> On Tue, Jul 7, 2015 at 11:32 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>>> We are now in slushy freeze mode. Please do not commit new features.
>>> Please checkin new features which have been reviewed and are OK.
>>> If your new feature still needs review it is too late now. Please
>>> defer to glibc 2.23 when it opens.
>>>
>>> Documentation changes and bug fixes are still OK.
>>
>> Has anyone else seen this on i686:
>>
>> https://sourceware.org/bugzilla/show_bug.cgi?id=18645
>>
>
> Try reverting ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54 ?
> We are discussing that it need to be reverted because of some
> of the complications it causes internally with glibc.
>
It doesn't help.
--
H.J.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: glibc 2.22 --- We are in slushy freeze mode.
2015-07-08 19:41 ` H.J. Lu
@ 2015-07-08 20:06 ` Carlos O'Donell
0 siblings, 0 replies; 7+ messages in thread
From: Carlos O'Donell @ 2015-07-08 20:06 UTC (permalink / raw)
To: H.J. Lu; +Cc: GNU C Library
On 07/08/2015 03:41 PM, H.J. Lu wrote:
> On Wed, Jul 8, 2015 at 10:16 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>> On 07/08/2015 12:57 PM, H.J. Lu wrote:
>>> On Tue, Jul 7, 2015 at 11:32 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>>>> We are now in slushy freeze mode. Please do not commit new features.
>>>> Please checkin new features which have been reviewed and are OK.
>>>> If your new feature still needs review it is too late now. Please
>>>> defer to glibc 2.23 when it opens.
>>>>
>>>> Documentation changes and bug fixes are still OK.
>>>
>>> Has anyone else seen this on i686:
>>>
>>> https://sourceware.org/bugzilla/show_bug.cgi?id=18645
>>>
>>
>> Try reverting ed225df3ad9cbac3c22ec3f0fbbed1f9c61d1c54 ?
>> We are discussing that it need to be reverted because of some
>> of the complications it causes internally with glibc.
>>
>
> It doesn't help.
>
Yes, the failure looks like it's been there for longer than
Martin's patch.
In 2.21 it shows up for 64/32-bit tile and 32-bit hppa.
I did the x86 32-bit testing for the 2.21 release on an
f21 box and the combination there didn't cause it to show up.
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-07-08 20:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-07 18:32 glibc 2.22 --- We are in slushy freeze mode Carlos O'Donell
2015-07-07 18:46 ` H.J. Lu
2015-07-08 14:13 ` Torvald Riegel
2015-07-08 16:58 ` H.J. Lu
2015-07-08 17:16 ` Carlos O'Donell
2015-07-08 19:41 ` H.J. Lu
2015-07-08 20:06 ` Carlos O'Donell
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).