From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CF6B42F12D4 for ; Fri, 9 Jan 2026 11:51:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.142.43.55 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959513; cv=none; b=faMy1tnfzmxlFbE075mFQ/yqyzine9Tk19iHFtk4MVGaB1CWDBgf7P6TDv9xyxYi7eCkiQIgUjLmpWxkgPm43OqVJbvWjpAgpCajnt2vaWpab40QP531qOIDwqZHx++kawzhnjcmZlOSixfVmOuN42FT+ygahcklbeziIecklWM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767959513; c=relaxed/simple; bh=V3Ssk8uhBMZDl99pfkfZ4sRmlQbA/F+ab+E2NmgmKEc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=NEaaEbteq+mm7Vt7W9sy0y6SkgaQNWLUa1TadA2rrr2qa+HI5PjH1FtP8vsCWjId29AAdgrJ3tn1GncZUizErYZglwBltwQClQW0qQ1MOg+WRc/Fkndu9WLSFFdjJxcYTugHo3IKzltTBEOEuPSnALgzcCS9QPv6xhUo6om+u7k= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de; spf=pass smtp.mailfrom=linutronix.de; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=2nq1ftlX; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=BEO0p8I8; arc=none smtp.client-ip=193.142.43.55 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="2nq1ftlX"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="BEO0p8I8" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1767959507; 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=sFpAyGR1wIwB1bVkgZLiAxaubpp6P7e/qPqMXBTVbQs=; b=2nq1ftlXVXogAGBvb6Hi+T7FUbNjzuu3em65EkmT5UOh7azebA/B8vSihm71hjFdXbi/Ge /N31GGBXKphTvA925dxYj/KHmifpqaGrnPmlol6lMUVJO2RGfe942SCCTK++/Wm+BV0SdT DhHhvcPi91KP4EqyBn/M8eddWSvy/jMNytKeecFezF4in/Q4cAWaklFQf6kXeaQAh5ijD4 z9nAIt3/m/cKfCY//wU4JCxQKAD1+G1mYVjzCorP2BazaP5nQF/gAY9XHx2aJPE/E66glU YQXQn95C4nx4qBMLbmqhxgVCt08o1hkIR5nMJEHHNNqsvjoblAwD40qE9juDQQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1767959507; 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=sFpAyGR1wIwB1bVkgZLiAxaubpp6P7e/qPqMXBTVbQs=; b=BEO0p8I8iqBb5MOKbLIRLl28N5lVehaAO0u23eXNThfAMWang6+IlafKH32c8fs9EHR6Q1 PTEpfidEWcGEa3DQ== To: Sanjay Chitroda , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou Cc: Alexandre Ghiti , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, sanjayembeddedse@gmail.com, virendrasinhchauhan1206@gmail.com Subject: Re: [PATCH] irqchip/riscv-aplic: adapt to syscore API passing context data In-Reply-To: <6eafdd754222e11a43be4bbc3652f7605d47afa6.1766559840.git.sanjayembeddedse@gmail.com> References: <6eafdd754222e11a43be4bbc3652f7605d47afa6.1766559840.git.sanjayembeddedse@gmail.com> Date: Fri, 09 Jan 2026 12:51:46 +0100 Message-ID: <87jyxrrokt.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Wed, Dec 24 2025 at 16:41, Sanjay Chitroda wrote: > > Fixes: a97fbc3ee3e2 ("syscore: Pass context data to callbacks") > Fixes: 1c546bb433618843 ("irqchip/riscv-aplic: Preserve APLIC states across suspend/resume") This commit does not exist and the patch does not apply as this got fixed already with an update folded in on Dec. 16th: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=irq/drivers&id=95a8ddde36601d0a645475fb080ed118db59c8c3 I have no idea which tree you are working against. Thanks, tglx