lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 24 May 2023 17:26:30 +0200
From:   Helge Deller <deller@....de>
To:     linux@...linux.org.uk, dinguyen@...nel.org,
        linux-kernel@...r.kernel.org, linux-parisc@...r.kernel.org
Cc:     Helge Deller <deller@....de>
Subject: [PATCH 0/3] Fix flush_dcache_page() for usage from irq context on ARM, NIOS2 and PARISC

ARM, NIOS2 and PARISC unintentionally re-enable IRQs in
flush_dcache_page() when called from irq context.

This series fixes it and should go to stable series to at
least kernel 6.1.

Helge

Helge Deller (3):
  arm: Fix flush_dcache_page() for usage from irq context
  nios2: Fix flush_dcache_page() for usage from irq context
  parisc: Fix flush_dcache_page() for usage from irq context

 arch/arm/include/asm/cacheflush.h    | 4 ++++
 arch/arm/mm/flush.c                  | 5 +++--
 arch/nios2/include/asm/cacheflush.h  | 4 ++++
 arch/nios2/mm/cacheflush.c           | 5 +++--
 arch/parisc/include/asm/cacheflush.h | 4 ++++
 arch/parisc/kernel/cache.c           | 5 +++--
 6 files changed, 21 insertions(+), 6 deletions(-)

--
2.38.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ