On Fri, Dec 1, 2017 at 4:30 PM, Philip Guenther <guent...@openbsd.org>
wrote:

> CVSROOT:        /cvs
> Module name:    src
> Changes by:     guent...@cvs.openbsd.org        2017/12/01 16:30:05
>
> Modified files:
>         lib/libc/hidden: tib.h
>         lib/libc/dlfcn : init.c tib.c
>         libexec/ld.so  : tib.c malloc.c util.h
>
> Log message:
> Per https://patchwork.kernel.org/patch/5838821/, the documented check of
> ACPI
> mwait info against CPUID is wrong; loosen the test per Intel's suggestion.
> While here, fix the wrapping of dmesg lines when reporting bogus C-state
> info.
>
> ok mlarkin@ kettenis@ (who pointed out the email from Intel
>

Gah!  Picked the wrong msg file when committing!  The correct message was:
---------
 Redo the calculation of the alignment and placement of static TLS data to
correctly take into account the segment p_align.  Previously, anything
with a size belong the natural alignment or with alignment larger than
the natural one would either not be intialized correctly, be misaligned,
or result in the TIB being misaligned.

Problems reported by Charles Collicutt (charles (at) collicutt.co.uk)
ok kettenis@
---------

Reply via email to