[REPOST,v3,0/2] signal: Avoid preempt_disable() in ptrace_stop() on PREEMPT_RT

Message ID 20230803100932.325870-1-bigeasy@linutronix.de
Headers
Series signal: Avoid preempt_disable() in ptrace_stop() on PREEMPT_RT |

Message

Sebastian Andrzej Siewior Aug. 3, 2023, 10:09 a.m. UTC
  this mini series updates the comment to properly explain why the
preempt-disable section has been added and then disables this on
PREEMPT_RT explaining why it can not be done.

v3…v1
  - Include the update comment of the second patch which was posted as
    v2 within the orignal thread.
  - Add Oleg's Acks.

This is the repost of
	https://lore.kernel.org/20230615105627.1311437-1-bigeasy@linutronix.de

Previous post:
	https://lore.kernel.org/20230606085524.2049961-1-bigeasy@linutronix.de
  

Comments

Sebastian Andrzej Siewior Aug. 17, 2023, 1:46 p.m. UTC | #1
On 2023-08-03 12:09:30 [+0200], To linux-kernel@vger.kernel.org wrote:
> this mini series updates the comment to properly explain why the
> preempt-disable section has been added and then disables this on
> PREEMPT_RT explaining why it can not be done.

ping …

> v3…v1
>   - Include the update comment of the second patch which was posted as
>     v2 within the orignal thread.
>   - Add Oleg's Acks.
> 
> This is the repost of
> 	https://lore.kernel.org/20230615105627.1311437-1-bigeasy@linutronix.de
> 
> Previous post:
> 	https://lore.kernel.org/20230606085524.2049961-1-bigeasy@linutronix.de

Sebastian