John Ogness ([email protected])

Number of posts: 1700 (0.32 per day)
First post: 2009-09-14 20:33:59
Last post: 2024-06-13 15:21:45

Date List Subject
2024-02-05 08:48:34 linux-kernel Re: [PATCH] serial: port: Don't suspend if the port is still busy
2024-02-05 08:41:50 linux-kernel Re: [PATCH v3 1/2] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled
2024-02-02 17:35:01 linux-kernel Re: [BUG] workqueues and printk not playing nice since next-20240130
2024-02-02 14:13:17 linux-kernel Re: [BUG] workqueues and printk not playing nice since next-20240130
2024-02-01 11:29:48 linux-kernel Re: [PATCH v4 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq
2024-02-01 11:28:46 linux-kernel Re: [PATCH v4 1/2] printk: Add function to dump printk buffer directly to consoles
2024-01-31 15:47:53 linux-kernel Re: [PATCH v2] printk: Remove redundant CONFIG_BASE_SMALL
2024-01-26 09:08:41 linux-kernel Re: [PATCH 1/2] printk: nbcon: move locked_port flag to struct uart_port
2024-01-24 09:58:19 linux-kernel Re: [PATCH 2/2] printk: nbcon: check uart port is nbcon or not in nbcon_release
2024-01-24 09:52:20 linux-kernel Re: [PATCH 1/2] printk: nbcon: move locked_port flag to struct uart_port
2024-01-24 09:41:17 linux-kernel Re: [PATCH 0/2] nbcon locking issue with v6.6.10-rt18 kernel
2024-01-18 10:27:16 linux-kernel Re: [RESEND RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context
2024-01-18 10:15:09 linux-kernel Re: [PATCH v3 1/2] printk: Add function to dump printk buffer directly to consoles
2024-01-18 10:05:53 linux-kernel Re: [PATCH v3 2/2] tty/sysrq: Dump printk ring buffer messages via sysrq
2024-01-18 09:49:35 linux-kernel Re: [PATCH v3 1/2] printk: Add function to dump printk buffer directly to consoles
2024-01-18 09:02:31 linux-kernel Re: [RESEND RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context
2024-01-17 13:42:48 linux-kernel RE: [PATCH] printk: nbcon: check uart port is nbcon or not in nbcon_release
2024-01-17 10:06:20 linux-kernel RE: [PATCH] printk: nbcon: check uart port is nbcon or not in nbcon_release
2024-01-17 08:24:15 linux-kernel Re: [PATCH] printk: nbcon: check uart port is nbcon or not in nbcon_release
2024-01-15 17:09:16 linux-kernel Re: [PATCH printk v3 02/14] printk: Adjust mapping for 32bit seq macros
2024-01-15 11:55:56 linux-kernel Re: [PATCH printk v3 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2024-01-15 10:52:58 linux-kernel Re: [PATCH printk v3 02/14] printk: Adjust mapping for 32bit seq macros
2024-01-12 13:29:12 linux-kernel Re: [PATCH] serial: core: Fix double fetch in uart_throttle/uart_unthrottle
2024-01-12 09:31:28 linux-kernel Re: [PATCH] serial: core: Fix atomicity violation in uart_tiocmget
2024-01-10 10:21:20 linux-kernel Re: [PATCH v2] tty/sysrq: Dump printk ring buffer messages via sysrq
2023-12-22 09:43:20 linux-kernel Re: [PATCH 3/4] watchdog/hardlockup: Use printk_cpu_sync_get_irqsave() to serialize reporting
2023-12-22 09:30:49 linux-kernel Re: [PATCH 2/4] watchdog/softlockup: Use printk_cpu_sync_get_irqsave() to serialize reporting
2023-12-15 10:11:07 linux-kernel Re: [PATCH printk v3 02/14] printk: Adjust mapping for 32bit seq macros
2023-12-14 21:46:07 linux-kernel [PATCH printk v3 14/14] panic: Flush kernel log buffer at the end
2023-12-14 21:44:36 linux-kernel [PATCH printk v3 09/14] printk: Wait for all reserved records with pr_flush()
2023-12-14 21:44:28 linux-kernel [PATCH printk v3 07/14] printk: Add this_cpu_in_panic()
2023-12-14 21:44:27 linux-kernel [PATCH printk v3 13/14] printk: Avoid non-panic CPUs writing to ringbuffer
2023-12-14 21:44:08 linux-kernel [PATCH printk v3 12/14] printk: Disable passing console lock owner completely during panic()
2023-12-14 21:44:07 linux-kernel [PATCH printk v3 10/14] printk: ringbuffer: Skip non-finalized records in panic
2023-12-14 21:44:05 linux-kernel [PATCH printk v3 08/14] printk: ringbuffer: Cleanup reader terminology
2023-12-14 21:43:57 linux-kernel [PATCH printk v3 11/14] printk: ringbuffer: Consider committed as finalized in panic
2023-12-14 21:43:24 linux-kernel [PATCH printk v3 06/14] printk: For @suppress_panic_printk check for other CPU in panic
2023-12-14 21:43:22 linux-kernel [PATCH printk v3 05/14] printk: ringbuffer: Clarify special lpos values
2023-12-14 21:42:43 linux-kernel [PATCH printk v3 04/14] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2023-12-14 21:42:31 linux-kernel [PATCH printk v3 03/14] printk: Use prb_first_seq() as base for 32bit seq macros
2023-12-14 21:42:31 linux-kernel [PATCH printk v3 02/14] printk: Adjust mapping for 32bit seq macros
2023-12-14 21:42:26 linux-kernel [PATCH printk v3 01/14] printk: nbcon: Relocate 32bit seq macros
2023-12-14 21:42:23 linux-kernel [PATCH printk v3 00/14] fix console flushing
2023-11-26 16:17:49 linux-kernel Re: [RFC PATCH] serial: core: Use pm_runtime_get_sync() in uart_start()
2023-11-21 16:17:53 linux-kernel Re: [PATCH printk v2 1/9] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
2023-11-06 21:09:17 linux-kernel [PATCH printk v2 8/9] printk: Disable passing console lock owner completely during panic()
2023-11-06 21:08:55 linux-kernel [PATCH printk v2 7/9] printk: Skip non-finalized records in panic
2023-11-06 21:08:36 linux-kernel [PATCH printk v2 6/9] printk: Wait for all reserved records with pr_flush()
2023-11-06 21:08:14 linux-kernel [PATCH printk v2 2/9] printk: ringbuffer: Clarify special lpos values
2023-11-06 21:08:12 linux-kernel [PATCH printk v2 9/9] printk: Avoid non-panic CPUs flooding ringbuffer
2023-11-06 21:08:09 linux-kernel [PATCH printk v2 1/9] printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()