]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
linux-yocto/6.5: cfg: split runtime and symbol debug
authorBruce Ashfield <bruce.ashfield@gmail.com>
Tue, 5 Dec 2023 04:26:56 +0000 (23:26 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Dec 2023 22:55:46 +0000 (22:55 +0000)
commit8cd829de8e8770aa4a46e984f6ef2cab3194fd29
tree9d62607730c21aca20a9cc3d8653675c36dfca38
parentf999092c772f10d23106c355e2787259befb6e30
linux-yocto/6.5: cfg: split runtime and symbol debug

Integrating the following commit(s) to linux-yocto/.:

1/1 [
    Author: Bruce Ashfield
    Email: bruce.ashfield@gmail.com
    Subject: debug: move PREEMPT_DEBUG to a runtime debug fragment
    Date: Thu, 9 Nov 2023 12:08:31 -0500

    For tools like spdx and debuggers to work with the kernel, we
    require extra information. That is provided by the DEBUG_INFO
    flags.

    In that same fragment, some runtime debugging is being enabled
    and that adds signficant overhead to the kernel.

    Let's start a new runtime debug fragment with DEBUG_PREEMPT
    and locking. We can add more to this in the future.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
]

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/linux/linux-yocto-rt_6.5.bb
meta/recipes-kernel/linux/linux-yocto-tiny_6.5.bb
meta/recipes-kernel/linux/linux-yocto_6.5.bb