lkml.org 
[lkml]   [2022]   [Nov]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    SubjectRe: Linux 5.4.222
    Date
    diff --git a/Makefile b/Makefile
    index 1f42636e9efa..6eb672843b68 100644
    --- a/Makefile
    +++ b/Makefile
    @@ -1,7 +1,7 @@
    # SPDX-License-Identifier: GPL-2.0
    VERSION = 5
    PATCHLEVEL = 4
    -SUBLEVEL = 221
    +SUBLEVEL = 222
    EXTRAVERSION =
    NAME = Kleptomaniac Octopus

    diff --git a/include/linux/once.h b/include/linux/once.h
    index bb58e1c3aa03..3a6671d961b9 100644
    --- a/include/linux/once.h
    +++ b/include/linux/once.h
    @@ -64,7 +64,7 @@ void __do_once_slow_done(bool *done, struct static_key_true *once_key,
    #define DO_ONCE_SLOW(func, ...) \
    ({ \
    bool ___ret = false; \
    - static bool __section(".data.once") ___done = false; \
    + static bool __section(.data.once) ___done = false; \
    static DEFINE_STATIC_KEY_TRUE(___once_key); \
    if (static_branch_unlikely(&___once_key)) { \
    ___ret = __do_once_slow_start(&___done); \
    \
     
     \ /
      Last update: 2022-11-01 19:23    [W:4.878 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site