Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-21 Thread Jeff Bailey
Hey Carlos - When submitting these upstream, will you consider adding
test cases for these failures?  feraiseexcept should certainly be tested
somewhere.  I don't know if there's a reasonable way to put in the test
for the syscalls, though.

If you don't have time, that's fine too.  I just like to encourage
people to improve testsuites whenever they can. =)

Tks,
Jeff Bailey

On Mon, 2003-10-20 at 19:43, Carlos O'Donell wrote:
 On Sun, Oct 19, 2003 at 07:50:05PM -0400, Carlos O'Donell wrote:
  Will produce a new patch and new testing debs. Thanks go to all the
  testers that turned up these problems.
 
 New debs fix reported problems:
 a. Six argument syscall faiulres.
 b. feraiseexcept(FE_INEXACT) doesn't raise FE_INEXACT excption.
 
 New patch available at:
 http://www.baldric.uwo.ca/~carlos/glibc232-hppa-full-2003-10-20.dpatch
 
 Follow the instructions provided in the original email:
 1. Remove all previous hppa patches.
 2. Add this .dpatch as the only hppa patch.
 
 Upload requested :) Lets make userspace churn...
 
 Cheers,
 Carlos.
-- 
In the United States, there isn't a government database that hasn't been
misused by the very people entrusted with keeping its information safe.
 - Bruce Schneier


signature.asc
Description: This is a digitally signed message part


Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-21 Thread Carlos O'Donell
On Tue, Oct 21, 2003 at 08:03:59AM -0400, Jeff Bailey wrote:
 Hey Carlos - When submitting these upstream, will you consider adding
 test cases for these failures?  feraiseexcept should certainly be tested
 somewhere.  I don't know if there's a reasonable way to put in the test
 for the syscalls, though.

o test-fenv (Already exists)
 
 If you don't have time, that's fine too.  I just like to encourage
 people to improve testsuites whenever they can. =)

o Requires adding threaded networking code. 
= Might be a good thing to add!

c.




Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-21 Thread Carlos O'Donell
On Tue, Oct 21, 2003 at 08:03:59AM -0400, Jeff Bailey wrote:
 Hey Carlos - When submitting these upstream, will you consider adding
 test cases for these failures?  feraiseexcept should certainly be tested
 somewhere.  I don't know if there's a reasonable way to put in the test
 for the syscalls, though.

o test-fenv (Already exists)
 
 If you don't have time, that's fine too.  I just like to encourage
 people to improve testsuites whenever they can. =)

o Requires adding threaded networking code. 
= Might be a good thing to add!

c.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-20 Thread Carlos O'Donell
On Sun, Oct 19, 2003 at 07:50:05PM -0400, Carlos O'Donell wrote:
 Will produce a new patch and new testing debs. Thanks go to all the
 testers that turned up these problems.

New debs fix reported problems:
a. Six argument syscall faiulres.
b. feraiseexcept(FE_INEXACT) doesn't raise FE_INEXACT excption.

New patch available at:
http://www.baldric.uwo.ca/~carlos/glibc232-hppa-full-2003-10-20.dpatch

Follow the instructions provided in the original email:
1. Remove all previous hppa patches.
2. Add this .dpatch as the only hppa patch.

Upload requested :) Lets make userspace churn...

Cheers,
Carlos.




Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-20 Thread Carlos O'Donell
On Sun, Oct 19, 2003 at 07:50:05PM -0400, Carlos O'Donell wrote:
 Will produce a new patch and new testing debs. Thanks go to all the
 testers that turned up these problems.

New debs fix reported problems:
a. Six argument syscall faiulres.
b. feraiseexcept(FE_INEXACT) doesn't raise FE_INEXACT excption.

New patch available at:
http://www.baldric.uwo.ca/~carlos/glibc232-hppa-full-2003-10-20.dpatch

Follow the instructions provided in the original email:
1. Remove all previous hppa patches.
2. Add this .dpatch as the only hppa patch.

Upload requested :) Lets make userspace churn...

Cheers,
Carlos.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-19 Thread Carlos O'Donell
On Fri, Oct 17, 2003 at 02:12:52PM -0400, Carlos O'Donell wrote:
 Please wait 2 days before doing the upload, I am in the process 
 of getting other testers to make sure this release is of the
 highest quality possible. If the testers do not agree with the
 release quality I will request by email a delay of 2 more days 
 to repatch and test, followed by an update to the list.

Requesting 2 more days.

- nscd is faulting on unaligned loads during real workload testing.
= Remove unaligned handler and debug from core.

- Looking into mlockall failures.

Cheers,
Carlos.




Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-19 Thread Carlos O'Donell
On Sun, Oct 19, 2003 at 02:13:42PM -0400, Carlos O'Donell wrote:
 On Fri, Oct 17, 2003 at 02:12:52PM -0400, Carlos O'Donell wrote:
  Please wait 2 days before doing the upload, I am in the process 
  of getting other testers to make sure this release is of the
  highest quality possible. If the testers do not agree with the
  release quality I will request by email a delay of 2 more days 
  to repatch and test, followed by an update to the list.
 
 Requesting 2 more days.
 
 - nscd is faulting on unaligned loads during real workload testing.
   = Remove unaligned handler and debug from core.

Fixed. Typo in syscall cancellation code. The corner case was a six arg
syscall that used said typo'd code (recvfrom). This should really be the
case to add threaded networking test code into libc's testsuite ;)
 
 - Looking into mlockall failures.

Passes QA on a 2.4 kernel (posix testsuite). 2.6 seems broken, though
that is unrelated to glibc.

Will produce a new patch and new testing debs. Thanks go to all the
testers that turned up these problems.

c.




Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-19 Thread Carlos O'Donell
On Fri, Oct 17, 2003 at 02:12:52PM -0400, Carlos O'Donell wrote:
 Please wait 2 days before doing the upload, I am in the process 
 of getting other testers to make sure this release is of the
 highest quality possible. If the testers do not agree with the
 release quality I will request by email a delay of 2 more days 
 to repatch and test, followed by an update to the list.

Requesting 2 more days.

- nscd is faulting on unaligned loads during real workload testing.
= Remove unaligned handler and debug from core.

- Looking into mlockall failures.

Cheers,
Carlos.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: [parisc-linux] glibc 2.3.2-9 for hppa - when hell freezes over release

2003-10-19 Thread Carlos O'Donell
On Sun, Oct 19, 2003 at 02:13:42PM -0400, Carlos O'Donell wrote:
 On Fri, Oct 17, 2003 at 02:12:52PM -0400, Carlos O'Donell wrote:
  Please wait 2 days before doing the upload, I am in the process 
  of getting other testers to make sure this release is of the
  highest quality possible. If the testers do not agree with the
  release quality I will request by email a delay of 2 more days 
  to repatch and test, followed by an update to the list.
 
 Requesting 2 more days.
 
 - nscd is faulting on unaligned loads during real workload testing.
   = Remove unaligned handler and debug from core.

Fixed. Typo in syscall cancellation code. The corner case was a six arg
syscall that used said typo'd code (recvfrom). This should really be the
case to add threaded networking test code into libc's testsuite ;)
 
 - Looking into mlockall failures.

Passes QA on a 2.4 kernel (posix testsuite). 2.6 seems broken, though
that is unrelated to glibc.

Will produce a new patch and new testing debs. Thanks go to all the
testers that turned up these problems.

c.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]