User Details
- User Since
- Sep 9 2014, 11:21 AM (446 w, 3 d)
Oct 19 2018
FWIW it looks good to me
Oct 9 2018
As examples on a 4.4 kernel memory was very roughly in this range (sampled from many test runs):
0x0000000100000984 to 0x000000013FFF0984 which is a range of about 3FFF0000
It is not specific to Ubuntu but is changes in how wide a range of addresses that the kernel chooses when ASLR is enabled. After some updates in the 4.x kernels (sorry, I am not sure which ones) the range is hundreds of times bigger which makes choosing the constants that the sanitizers use impossible.
TSAN/MSAN: Ahh, got it.
Oct 8 2018
The similar change for aarch64 was done in
Jan 23 2018
Jan 17 2018
This patch fails on powerpc64
Dec 7 2017
Dec 6 2017
compiler-rt part: https://reviews.llvm.org/D40908
Nov 28 2017
Nov 13 2017
Nov 10 2017
Nov 9 2017
Code checked in as r317802.
Nov 8 2017
Sep 21 2017
I tried this patch on powerpc64 (BE) and it fixed the problem.
Jun 13 2017
May 25 2017
May 16 2017
May 12 2017
May 8 2017
May 5 2017
May 4 2017
May 1 2017
Mar 27 2017
Mar 20 2017
Mar 16 2017
Mar 10 2017
Mar 7 2017
Mar 1 2017
Feb 22 2017
Feb 2 2017
Jan 25 2017
Jan 24 2017
Dec 13 2016
Nov 14 2016
In the new sets of tests the output being looked for is wrong.
This revision causes failures on power for both BE and LE:
Sep 8 2016
Sep 7 2016
Jun 22 2016
Looks pretty good. For completeness sake how about adding CHECK_ASAN and CHECK_UBSAN and handling CHECK_LIBCXX and
CHECK_LLD the same way as the others?
Jun 21 2016
Jun 12 2016
Jun 8 2016
Yup. I can turn off this bypass easily enough if scudo gets support for
power.
May 20 2016
May 9 2016
I just noticed this problem on powerpc as well:
Apr 25 2016
Mar 30 2016
These changes are no longer needed.
Mar 6 2016
Mar 3 2016
Feb 25 2016
Feb 2 2016
Feb 1 2016
Jan 29 2016
Jan 28 2016
Jan 25 2016
Jan 20 2016
Jan 13 2016
Jan 12 2016
Galina, once this is approved you will need to warn me when you are going to restart the master so I can create and start the bots with the correct names.
Dec 24 2015
Dec 23 2015
Committed revision 256351.
Dec 21 2015
BTW, the earlier one I changed over worked very well after a few teething issues and runs in a fraction of the time it did previously.
Included in another revision
Dec 14 2015
Fixed the extra parenthesis.
Dec 10 2015
Dec 9 2015
The use of the flag is causing errors in the sanitizer buildbot runs (for power at least) so assuming this patch fixes that it would be great to get this in ASAP.
Nov 20 2015
Nov 12 2015
Oct 22 2015
Oct 16 2015
Oct 9 2015
I tested the --multisample change locally on the running bots and it took 1 hour off the run time of the big endian powerpc64 lnt test bot and 3 hours off the run time of the little endian one.