Список изменений в Linux 5.4.256

 
Linux: Linux 5.4.256 [+ + +]
Author: Greg Kroah-Hartman <[email protected]>
Date:   Sat Sep 2 09:19:19 2023 +0200

    Linux 5.4.256
    
    Link: https://lore.kernel.org/r/[email protected]
    Tested-by: Florian Fainelli <[email protected]>
    Tested-by: Sudip Mukherjee <[email protected]>
    Tested-by: Linux Kernel Functional Testing <[email protected]>
    Tested-by: Shuah Khan <[email protected]>
    Tested-by: Jon Hunter <[email protected]>
    Tested-by: Guenter Roeck <[email protected]>
    Signed-off-by: Greg Kroah-Hartman <[email protected]>

 
powerpc/pmac/smp: Avoid unused-variable warnings [+ + +]
Author: Ilie Halip <[email protected]>
Date:   Fri Sep 20 18:39:51 2019 +0300

    powerpc/pmac/smp: Avoid unused-variable warnings
    
    commit 9451c79bc39e610882bdd12370f01af5004a3c4f upstream.
    
    When building with ppc64_defconfig, the compiler reports
    that these 2 variables are not used:
        warning: unused variable 'core99_l2_cache' [-Wunused-variable]
        warning: unused variable 'core99_l3_cache' [-Wunused-variable]
    
    They are only used when CONFIG_PPC64 is not defined. Move
    them into a section which does the same macro check.
    
    Reported-by: Nathan Chancellor <[email protected]>
    Signed-off-by: Ilie Halip <[email protected]>
    [mpe: Move them into core99_init_caches() which is their only user]
    Signed-off-by: Michael Ellerman <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Cc: Nathan Chancellor <na[email protected]>
    Signed-off-by: Greg Kroah-Hartman <[email protected]>
powerpc/pmac/smp: Drop unnecessary volatile qualifier [+ + +]
Author: YueHaibing <[email protected]>
Date:   Tue Mar 3 16:56:04 2020 +0800

    powerpc/pmac/smp: Drop unnecessary volatile qualifier
    
    commit a4037d1f1fc4e92b69d7196d4568c33078d465ea upstream.
    
    core99_l2_cache/core99_l3_cache do not need to be marked as volatile,
    remove it.
    
    Signed-off-by: YueHaibing <[email protected]>
    Signed-off-by: Michael Ellerman <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Signed-off-by: Greg Kroah-Hartman <[email protected]>

 
Revert "MIPS: Alchemy: fix dbdma2" [+ + +]
Author: Greg Kroah-Hartman <[email protected]>
Date:   Thu Aug 31 12:30:23 2023 +0200

    Revert "MIPS: Alchemy: fix dbdma2"
    
    This reverts commit a365600bba27c35d0d93fd490b01919fbd7d4848 which is
    commit 2d645604f69f3a772d58ead702f9a8e84ab2b342 upstream.
    
    It breaks the build, so should be dropped.
    
    Reported-by: Guenter Roeck <[email protected]>
    Link: https://lore.kernel.org/r/[email protected]
    Cc: Thomas Bogendoerfer <[email protected]>
    Cc: Sasha Levin <[email protected]>
    Signed-off-by: Greg Kroah-Hartman <[email protected]>