public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm
@ 2012-05-01 10:40 schwab@linux-m68k.org
  2012-06-27 22:34 ` [Bug math/14040] " jsm28 at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2012-05-01 10:40 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

             Bug #: 14040
           Summary: nearbyintl@GLIBC_2.1 missing from libm
           Product: glibc
           Version: 2.15
            Status: NEW
          Keywords: glibc_2.15
          Severity: critical
          Priority: P2
         Component: math
        AssignedTo: unassigned@sourceware.org
        ReportedBy: schwab@linux-m68k.org
    Classification: Unclassified
              Host: powerpc*-*-*


nearbyintl was added in GLIBC_2.1 but
sysdeps/powerpc/powerpc*/fpu/s_nearbyint.S add it to GLIBC_2.0.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
@ 2012-06-27 22:34 ` jsm28 at gcc dot gnu.org
  2012-06-29 11:48 ` jsm28 at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-06-27 22:34 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|glibc_2.15                  |

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-06-27 22:34:15 UTC ---
Removing glibc_2.15 keyword as backport suitability can't be judged until there
is a fix on master.  After this is fixed on master, anyone wanting a backport
should feel free to attach a tested backport patch to this bug (or a new bug,
if this one is closed as fixed).

(If there is a fix on master, please identify it in this issue, and provide a
tested backport patch if re-adding the keyword.)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
  2012-06-27 22:34 ` [Bug math/14040] " jsm28 at gcc dot gnu.org
@ 2012-06-29 11:48 ` jsm28 at gcc dot gnu.org
  2012-06-29 15:34 ` carlos_odonell at mentor dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-06-29 11:48 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-06-29 11:48:30 UTC ---
In fact, I see 14040 appears in the list of fixed bugs in NEWS, and has a
ChangeLog entry:

2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>

        [BZ #14040]
        * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
        in version GLIBC_2.1, not GLIBC_2.0.
        * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
        Likewise.

So it may be ready for backporting to 2.15 - but still needs a tested backport
patch to be provided for review.

Until we have commit messages automatically appearing in bugs mentioned in
those messages, I think it's the committer's responsibility to update bugs with
references to relevant commits.  (And it's always their responsibility to close
bugs once fixed on all relevant branches.  Carlos, should we add this to the
end of the committer checklist?)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
  2012-06-27 22:34 ` [Bug math/14040] " jsm28 at gcc dot gnu.org
  2012-06-29 11:48 ` jsm28 at gcc dot gnu.org
@ 2012-06-29 15:34 ` carlos_odonell at mentor dot com
  2012-12-01 17:06 ` aj at suse dot de
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-06-29 15:34 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #3 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-06-29 15:33:54 UTC ---
(In reply to comment #2)
> So it may be ready for backporting to 2.15 - but still needs a tested backport
> patch to be provided for review.
> 
> Until we have commit messages automatically appearing in bugs mentioned in
> those messages, I think it's the committer's responsibility to update bugs with
> references to relevant commits.  (And it's always their responsibility to close
> bugs once fixed on all relevant branches.  Carlos, should we add this to the
> end of the committer checklist?)

I've updated the Committer's Checklist to include a section on closing the
relevant bugzilla entry with the appropriate information.

It seems that the intent was to have this issue as the backport request.

Set to waiting, since we are waiting for a tested backport.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2012-06-29 15:34 ` carlos_odonell at mentor dot com
@ 2012-12-01 17:06 ` aj at suse dot de
  2012-12-01 19:51 ` schwab@linux-m68k.org
  2014-06-13 14:07 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: aj at suse dot de @ 2012-12-01 17:06 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #4 from Andreas Jaeger <aj at suse dot de> 2012-12-01 17:06:25 UTC ---
Andreas, this is waiting for you - care to submit a patch?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2012-12-01 17:06 ` aj at suse dot de
@ 2012-12-01 19:51 ` schwab@linux-m68k.org
  2014-06-13 14:07 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: schwab@linux-m68k.org @ 2012-12-01 19:51 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14040

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Andreas Schwab <schwab@linux-m68k.org> 2012-12-01 19:51:07 UTC ---
cherry-picked.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug math/14040] nearbyintl@GLIBC_2.1 missing from libm
  2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
                   ` (4 preceding siblings ...)
  2012-12-01 19:51 ` schwab@linux-m68k.org
@ 2014-06-13 14:07 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 14:07 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14040

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-13 14:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-01 10:40 [Bug math/14040] New: nearbyintl@GLIBC_2.1 missing from libm schwab@linux-m68k.org
2012-06-27 22:34 ` [Bug math/14040] " jsm28 at gcc dot gnu.org
2012-06-29 11:48 ` jsm28 at gcc dot gnu.org
2012-06-29 15:34 ` carlos_odonell at mentor dot com
2012-12-01 17:06 ` aj at suse dot de
2012-12-01 19:51 ` schwab@linux-m68k.org
2014-06-13 14:07 ` fweimer at redhat dot com

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).