Re: [PATCH v2 0/4] x86: stack alignment for boot code and clang

2017-06-13 Thread Masahiro Yamada
2017-06-14 8:08 GMT+09:00 Matthias Kaehlcke : > This series fixes an issue with the stack of the x86 boot code not > being aligned as intended. Further it adapts the Makefile to account > for the fact that clang uses a different option to configure the > stack alignment than gcc (-mstack-alignment=

[PATCH v2 0/4] x86: stack alignment for boot code and clang

2017-06-13 Thread Matthias Kaehlcke
This series fixes an issue with the stack of the x86 boot code not being aligned as intended. Further it adapts the Makefile to account for the fact that clang uses a different option to configure the stack alignment than gcc (-mstack-alignment=N vs -mpreferred-stack-boundary=N) Collaterally the s