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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0B11CC47088 for ; Fri, 2 Dec 2022 14:05:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=EVUEog/NtTorSNe8ucDBPriPoXPp9LHdfKP7zpcW45w=; b=tEyaTzxQPM1cd1 KL99CliQ6AZXc743L1tLQGox++8BMGcqXk4wrQqeo2Tmf3Lq2Ei/wMZYKJWVx3UlbBRmMxzZiubth V4e5JChyWkdrFbRcPtjkz1U09ywB0Xj0CFHndFTBLvMQNE8YqGK9MGWwudjpfv1Q4IDp59HayUXW3 DrFxtK57B5dldBtk0QyLcSBHQy1PF2rrLjbEQyhNBg5Ug/ZgSWe2kHoXgpFSj9fKTZqlxuROUzIr1 hItopSxHQFQ25MX1DGobljqdneSau/qFo/J+oj31XFS2MVQoR2S3oXPCdNgydOKkcBY0/KsOzJ6bA BTuyQWypmmMOpEMk5TSw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1p16eO-00GjjH-W4; Fri, 02 Dec 2022 14:04:25 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1p16eM-00GjiQ-He for linux-arm-kernel@lists.infradead.org; Fri, 02 Dec 2022 14:04:23 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669989858; 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=MlDUTsjgo6bL0fhoCKZVMHLfOD98kJWgiMTwePcZ5qc=; b=l4pJ27yA0vFm4iGnoHtCOaRaq1lbioA/m3lQZ3ttFQ6diEllGDYPkKg4pjFETjavlwvpjU wWNT7YuCILngRFUAWHzLixctFSZbSfjoV9xtXygoDP0qm1gONpkrzOCG1CXPEtoAAio4cM TD0Jgko7t8Z9wq9NpI/5Q7BKIfgGR2/L1e4eVm5MDcBfZcYdewpEh6IQEqzTgdO1WAAbzh NKQ4AZsSD+GbYU2g9w5kVCysdmpnrgv9dvob474G2FFCCakD+ezV34bc+LcUD1ECUsvrAv 07zdLXOda8xOpMg7ovgYv6OEBlNVlpCxkzIYN9yAkdMk6oCbBGI+JeREtxjfow== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669989858; 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=MlDUTsjgo6bL0fhoCKZVMHLfOD98kJWgiMTwePcZ5qc=; b=SVzbn/bfR8ip7uRjGreGLiGt7ZOwBhbSYO6jK8bS68yC3tIm7lL87trAwD5YbFHh2zDSQ6 Bwvb72/MPKWPQSDA== To: Daniel Lezcano , Marc Zyngier , Joe Korty Cc: Mark Rutland , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] arm64: arch_timer: XGene-1: TVAL register math error breaks timer expiry calculation. In-Reply-To: References: <20221024165422.GA51107@zipoli.concurrent-rt.com> <86o7u0dqzj.wl-maz@kernel.org> Date: Fri, 02 Dec 2022 15:04:17 +0100 Message-ID: <87r0xhq4v2.ffs@tglx> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221202_060422_742001_02AD721F X-CRM114-Status: GOOD ( 12.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Dec 02 2022 at 13:36, Daniel Lezcano wrote: > On 03/11/2022 16:05, Marc Zyngier wrote: >> On 2022-10-25 13:31, Marc Zyngier wrote: >>> Daniel, would you mind fixing it up when applying this patch? XGene is >>> trivially broken without this fix, and it would be good if it could >>> make it in one of the 6.1-rc. >> >> Daniel, are you able to take this patch? I don't mind respinning >> it myself if necessary. > > Yes please, if you can take care of updating the patch that will help. > I've been in leave during a long time and I'm still processing all the > submitted changes I received in the meantime It's in Linus tree already. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel