[PATCH 0/4] address remaining rule 13.1 violations; mark clean

Jan Beulich posted 4 patches 3 weeks ago
[PATCH 0/4] address remaining rule 13.1 violations; mark clean
Posted by Jan Beulich 3 weeks ago
"Initializer lists shall not contain persistent side effects"

1: x86/pagewalk: avoid ACCESS_ONCE() in compound literals
2: Arm/guestcopy: avoid use of "current" in compound literals
3: sched/core: avoid use of "current" in initializer lists
4: automation/Eclair: tag rule 13.1 as clean

Jan