This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/2] stdlib/tst-setcontext.c: Check for clobbering of signal stack.


On Mon, Mar 03, 2014 at 02:58:00PM +0800, Will Newton wrote:
> On aarch64 calling swapcontext clobbers the state of the signal
> stack (BZ #16629). Check that the address and size of the signal
> stack before and after the call to swapcontext remains the same.

The description in bz #16629 seems to indicate that this test would
fail on aarch64.  If that is correct, this test update should
accompany a fix to the problem so that it doesn't fail on mainline.

> 
> ChangeLog:
> 
> 2014-02-25  Will Newton  <will.newton@linaro.org>
> 

Add relevant BZ # here.  The date above is wrong too, but I assume
you'll fix it up later.

> 	* stdlib/tst-setcontext.c: Include signal.h.
> 	(main): Check that the signal stack before and
> 	after swapcontext is the same.

Siddhesh

Attachment: pgpbwJ_TuixH6.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]