Jan Kiszka wrote:
> The following changes since commit 6b1a185b460765c933b17932d77be6967d2e42dc:
>   Philippe Gerum (1):
>         nucleus: fix locking in shared heap deletion
> 
> are available in the git repository at:
> 
>   git://git.xenomai.org/xenomai-jki.git for-upstream
> 
> Jan Kiszka (1):
>       rtdm: Add padding to rtser_config
> 
>  include/rtdm/rtserial.h |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
> 
> ---
> 
> rtdm: Add padding to rtser_config
> 
> The current layout of rtser_config is unfortunate as it may result in
> different layout depending on the compiler alignment setting. Namely,
> rx_timeout may be aligned on 8-byte boundaries in user land while it may
> not be aligned in the kernel, or vice versa.
> 
> Avoid this ambiguity by adding a reserved padding field. Bump profile
> revision number due to ABI breakage.

Sorry, forgot to state explicitly: This is obviously no material for 2.4
as it breaks the ABI also for those users that didn't suffer from it so
far (mostly x86). So please revert the corresponding commit.

Thanks,
Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to