lkml.org 
[lkml]   [2020]   [Jun]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH v5 05/12] arch: um: add linker section for KUnit test suites
    From
    Add a linker section to UML where KUnit can put references to its test
    suites. This patch is an early step in transitioning to dispatching all
    KUnit tests from a centralized executor rather than having each as its
    own separate late_initcall.

    Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
    Reviewed-by: Stephen Boyd <sboyd@kernel.org>
    ---
    arch/um/include/asm/common.lds.S | 4 ++++
    1 file changed, 4 insertions(+)

    diff --git a/arch/um/include/asm/common.lds.S b/arch/um/include/asm/common.lds.S
    index eca6c452a41bd..9a9c97f45694c 100644
    --- a/arch/um/include/asm/common.lds.S
    +++ b/arch/um/include/asm/common.lds.S
    @@ -52,6 +52,10 @@
    CON_INITCALL
    }

    + .kunit_test_suites : {
    + KUNIT_TEST_SUITES
    + }
    +
    .exitcall : {
    __exitcall_begin = .;
    *(.exitcall.exit)
    --
    2.27.0.212.ge8ba1cc988-goog
    \
     
     \ /
      Last update: 2020-06-26 23:11    [W:2.068 / U:0.164 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site