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 A2FB7349B17 for ; Tue, 16 Dec 2025 18:10:02 +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=1765908604; cv=none; b=lKeUpDMb/IdaG7oqt/vI2b+4XDbnNaSQuBbuCrd5Ep6cc26oXosQcsrJ2GxKWlZRQJXbCMKGxcjhDX2wlYM+Eeyufd4L2bHyD1ob5b4kWF5+MNZiP5QRBzeqf03pD5wltoFS2vd5Ldfd4ECz7+HwjV1KEWKXn+OCloLAUO1GXdk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765908604; c=relaxed/simple; bh=eSi6TiEmhWSeq+oRJ8GGnRrnzBYLv8tBx/FsQX/WHzo=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=uC4JV+LWXCNk8W03pZeLUYNRqQNSUir1WtOxxmpnp7CU4Q0t1O6sk6ZqGGvxsb9WVCx1BiyLRvdBgPpfPCU7YFgzRhM6fJNDAwbn4ZmUcCUqMbhVm41iNc6xGnJcLCtpb9RPVKcE+xXdEvxua5/La3sIKBUUH/McZvPSgP9wbb4= 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=CSruAKQE; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b=iiG4QPVy; 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="CSruAKQE"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="iiG4QPVy" From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1765908600; 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=8PVYAT6YP01uimSWNMG2q+oBPhttEN4zQ/vReBJ7tIs=; b=CSruAKQEfCs5KrO/heft+v7wwWWMASLf23oy60ONwwOUVzByvcFpvkkHm4sdz/edOFFsXH xZSqRZLDp0DH1gHLoca0Rcr0vE3gA2Nq0SR6Inp8vTs1mA3Oko+g9UHWHe6dq3WFZTkFfh ziz8h7yWIT5974JDU7rMKhKJhHpWpkYikk2/9Qc4ACGEsZ5Fg+4kGtHZo2O8u4lUnA+N3q oqzgTqoFuJmteV0mUpI4Zoi+ZAmiPSMmt0PXgjIFhd3OUcp6u1R5SLgT21ocBZ6Yv3Di6y uflXxbKgPM2DLAyo+ScXshffZHdcMZU+EzdcbUVOybgaRxFBcfBBHDLjg649uA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1765908600; 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=8PVYAT6YP01uimSWNMG2q+oBPhttEN4zQ/vReBJ7tIs=; b=iiG4QPVycisAj9LnWsxhoOuAl4nSeUP3EurDMigicb8ZEM2HiFbx7YD2pnTfWNcQkhnjJm jt0zDfcuiyqKcaDQ== To: Geert Uytterhoeven , Anup Patel , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Yong-Xuan Wang , Cyan Yang , Nutty Liu , Nick Hu , Thierry Reding , "Rafael J . Wysocki" Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: Re: [PATCH] irqchip/riscv-aplic: Pass context data to syscore callbacks In-Reply-To: References: Date: Tue, 16 Dec 2025 19:09:58 +0100 Message-ID: <87o6nycn7t.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 Tue, Dec 16 2025 at 11:06, Geert Uytterhoeven wrote: > Fix this by updating the driver for the syscore API changes in commit > a97fbc3ee3e2a536 ("syscore: Pass context data to callbacks"). > > Fixes: 1c546bb433618843 ("irqchip/riscv-aplic: Preserve APLIC states across suspend/resume") > Signed-off-by: Geert Uytterhoeven Thanks for fixing this! I folded it into the offending commit and force pushed the branch. Thanks, tglx