Re: [PATCH] libsanitizer: Use pre-computed size of struct ustat for Linux

2018-09-21 Thread Matthias Klose
On 24.05.2018 21:59, Jakub Jelinek wrote: > On Thu, May 24, 2018 at 12:56:23PM -0700, H.J. Lu wrote: This patch uses pre-computed size of struct ustat for Linux. PR sanitizer/85835 * sanitizer_common/sanitizer_platform_limits_posix.cc: Don't include for

Re: [PATCH] libsanitizer: Use pre-computed size of struct ustat for Linux

2018-05-24 Thread Jakub Jelinek
On Thu, May 24, 2018 at 12:56:23PM -0700, H.J. Lu wrote: > >> This patch uses pre-computed size of struct ustat for Linux. > >> > >> PR sanitizer/85835 > >> * sanitizer_common/sanitizer_platform_limits_posix.cc: Don't > >> include for Linux. > >> (SIZEOF_STRUCT_USTAT):

Re: [PATCH] libsanitizer: Use pre-computed size of struct ustat for Linux

2018-05-24 Thread H.J. Lu
On Thu, May 24, 2018 at 11:32 AM, Jakub Jelinek wrote: > On Thu, May 24, 2018 at 11:20:02AM -0700, H.J. Lu wrote: >> Here is the patch cherry-picked from compiler-rt revision 333213. >> OK for trunk? >> >> Thanks. >> >> >> -- >> H.J. > >> From

Re: [PATCH] libsanitizer: Use pre-computed size of struct ustat for Linux

2018-05-24 Thread Jakub Jelinek
On Thu, May 24, 2018 at 11:20:02AM -0700, H.J. Lu wrote: > Here is the patch cherry-picked from compiler-rt revision 333213. > OK for trunk? > > Thanks. > > > -- > H.J. > From 9569b61168b963a6cea7b782fd350dee489ad42c Mon Sep 17 00:00:00 2001 > From: "H.J. Lu" > Date: