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
| ||
|
Message-ID: <20240906111841.562402-1-bigeasy@linutronix.de> Date: Fri, 6 Sep 2024 12:59:03 +0200 From: Sebastian Andrzej Siewior <bigeasy@...utronix.de> To: Thomas Gleixner <tglx@...utronix.de>, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-riscv@...ts.infradead.org, x86@...nel.org Cc: "H. Peter Anvin" <hpa@...or.com>, Albert Ou <aou@...s.berkeley.edu>, Borislav Petkov <bp@...en8.de>, Catalin Marinas <catalin.marinas@....com>, Clark Williams <williams@...hat.com>, Dave Hansen <dave.hansen@...ux.intel.com>, Ingo Molnar <mingo@...hat.com>, John Ogness <john.ogness@...utronix.de>, Palmer Dabbelt <palmer@...belt.com>, Paul Walmsley <paul.walmsley@...ive.com>, Petr Mladek <pmladek@...e.com>, Sergey Senozhatsky <senozhatsky@...omium.org>, Steven Rostedt <rostedt@...dmis.org>, Will Deacon <will@...nel.org> Subject: [PATCH 0/3] Allow to enable PREEMPT_RT. The printk bits required for PREEMPT_RT are sitting in linux-next. This was the last known roadblock for PREEMPT_RT. The RT queue has additionally the "atomic console" for the 8250 UART which is not yet in linux-next. This means "legacy console" behaviour as in no printing from atomic context in emergency cases. The 8250 UART driver is the only one providing "atomic console" support as of today. With the printk bits merged, PREEMPT_RT could be enabled on X86, ARM64 and Risc-V. These three architectures merged required changes over the years leaving me in a position where I have no essential changes in the queue that would affect them. ARM and POWERPC have a few essential patches left and I lost track of MIPS. Sebastian
Powered by blists - more mailing lists