From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 74926C43334 for ; Mon, 25 Jul 2022 15:47:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235588AbiGYPrL (ORCPT ); Mon, 25 Jul 2022 11:47:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235437AbiGYPrE (ORCPT ); Mon, 25 Jul 2022 11:47:04 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B51EDF4C for ; Mon, 25 Jul 2022 08:47:01 -0700 (PDT) Date: Mon, 25 Jul 2022 17:46:58 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1658764019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eUlkA2t1MtUb2rLp8O9d3LCKI3kOKYWqIJYKHRIVqbM=; b=ST0dTB3vgE0ehJkQ0EuSN19MOO7D3AMRotQoZgnpVpZIObYs1fXMm6oOGYM0Si4CNV2iMT PAJnt/V2kqP1tIAdlmAo29p4j/acGy0S0eHEmiSKwW49Nqk+H5u3G8XW22NnKPFzulkt3g IhxXgPinkTlzC77qIlb/BVOLljVDREQrDKeEhJWe0AXQxoHujmLGD1cQaQEntzwiFF6nxk tf3OwOXKRjVNjTpNSrFJ+sZCpJRcChhpKZyZOsuqQJEL287hmWSrffaFaDDpS3MZmxJcSV 8OIO0IEfWleAFE0ka9BfJnx9Q8HdUdEbSNJbOjS10HV3SwEF+Rt3hHJlL1vMiw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1658764019; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=eUlkA2t1MtUb2rLp8O9d3LCKI3kOKYWqIJYKHRIVqbM=; b=wFI50G4ZpgU8FqY7aToEPCHL3oeaknykoBxRNvhuXU17Pd/NaiRn1oHC0EyDLk09lA/cIg zfEJGZx29n9C+7Bw== From: Sebastian Andrzej Siewior To: linux-kernel@vger.kernel.org Cc: "Eric W. Biederman" , Ben Segall , Daniel Bristot de Oliveira , Dietmar Eggemann , Ingo Molnar , Juri Lelli , Mel Gorman , Oleg Nesterov , Peter Zijlstra , Steven Rostedt , Thomas Gleixner , Valentin Schneider , Vincent Guittot Subject: Re: [PATCH 0/2] signal: Last two bits for PREEMPT_RT Message-ID: References: <20220720154435.232749-1-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220720154435.232749-1-bigeasy@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-07-20 17:44:33 [+0200], To linux-kernel@vger.kernel.org wrote: > This are the last two signal/ptrace related bits to get PREEMPT_RT > working. a polite ping for the series. This is one of two road blocks to get RT enabled in v5.20. I don't want to add any pressure just point out that I can't sit still for days since the end is near ;) Sebastian