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 A3E75C433EF for ; Wed, 8 Dec 2021 14:48:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235443AbhLHOwF (ORCPT ); Wed, 8 Dec 2021 09:52:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233272AbhLHOwE (ORCPT ); Wed, 8 Dec 2021 09:52:04 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E353C061746; Wed, 8 Dec 2021 06:48:32 -0800 (PST) Date: Wed, 8 Dec 2021 15:48:28 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1638974909; 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=qtWRead05hSnhf1TWBaKHwSo0tRXaJsGd5xhhRb2fWY=; b=ATd3hA5UkSaE0GR/AaIJP1SYLTMM081RkUs2lObd4CV5kQ/wKMsot4RXFZgm9Xfafp7QCA 5mjGzkH7Pxg7NKUt0NmqgZsBUJzqc9C87K946VRpP4EQzkjOYHUZ+boC6kKYNP+kPUeCs9 prfabs1XfToaUVkSptDAYIMAFL+HGb1Vxet8GCNiehe8f4RxTlV6nMDFXdpGLhlk829Eju U/0V/ddgU5hfTnsQYf/54yGqFH4QtrK9oAt9tgUy3Gh7igAzVtNKRYpqnEzN7IlyhiyvV/ af9B7fIV2e2ueujVFm6GQHN6DHtiSUg8bPqfUwfV3P5UrP8gSPNAnkd4zV/7xw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1638974909; 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=qtWRead05hSnhf1TWBaKHwSo0tRXaJsGd5xhhRb2fWY=; b=32zEQj91hd+clAMRFKsI50xY6ZMokRDpsb1sc76LoYc1rPWxJ2RF2wdLfM6XQnWnqj8AXA q3nULV/uSCVC7ZCg== From: Sebastian Andrzej Siewior To: Luis Goncalves Cc: Steven Rostedt , LKML , linux-rt-users , stable-rt@vger.kernel.org, Thomas Gleixner , Carsten Emde , Daniel Wagner , Tom Zanussi , Clark Williams , Mark Gross , carnil@debian.org Subject: Re: [ANNOUNCE] 5.10.83-rt58 Message-ID: <20211208144828.y2e2d4h3yincjyqg@linutronix.de> References: <20211207201712.7yqbksbba3zgu7u3@linutronix.de> <20211207152049.1013e1ce@gandalf.local.home> <20211207205628.auc54rwl4duuisah@linutronix.de> <20211207160203.30206456@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021-12-08 10:14:41 [-0300], Luis Goncalves wrote: > Yes, I am really sorry that escaped my review. I focused on testing > the code and missed something that obvious. > > Sorry for the confusion I caused. > > Steven, Sebastian, would it be worth a v5.10.83-rt59 with the patch > subjects fixed? No, I don't think that it is worth it. Please correct it for the next release. I'm not sure if there is a need for the base version in the patch tag. > Thanks for spotting that, > Luis Sebastian