[linux-yocto] [linux-yocto-dev] Merge tag 'v5.3-rc6' into standard/base
Bruce Ashfield
bruce.ashfield at gmail.com
Mon Aug 26 05:17:17 PDT 2019
On Mon, Aug 26, 2019 at 6:50 AM Jun Miao <jun.miao at windriver.com> wrote:
>
> Hi Bruce,
>
> I am sorry to trouble you .
>
> When you merge tag 'v5.3-rc6' into standard/base, why you delete "define debug_align(X) (X)" and lose the "#endif" (#ifend ... #endif) ?
>
Hmm. That wasn't on purpose. My builds ran overnight, so I'll have a
look and fix it up.
Bruce
>
> ------------------------------------------------------------------------------
>
> commit b73b90b1d2cc6b4ba740e66479ab054482174f94
> Merge: ce4ec6f a55aa89
> Author: Bruce Ashfield <bruce.ashfield at gmail.com>
> Date: Sun Aug 25 22:28:04 2019 -0400
>
> Merge tag 'v5.3-rc6' into standard/base
>
> Linux 5.3-rc6
>
> Signed-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
>
> diff --cc kernel/module.c
> index cd8df51,9ee9342..92e3c2e
> --- a/kernel/module.c
> +++ b/kernel/module.c
> @@@ -64,9 -64,14 +64,11 @@@
>
> /*
> * Modules' sections will be aligned on page boundaries
> - * to ensure complete separation of code and data
> + * to ensure complete separation of code and data, but
> + * only when CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
> */
> + #ifdef CONFIG_ARCH_HAS_STRICT_MODULE_RWX
> # define debug_align(X) ALIGN(X, PAGE_SIZE)
> -#else
> -# define debug_align(X) (X)
> -#endif
>
>
> --
> Thanks
> Jun
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
More information about the linux-yocto
mailing list