From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 73640381E86 for ; Thu, 30 Jul 2026 10:19:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785406774; cv=none; b=LgFrzA+nr4Exx8LArSj+3TJvfaTfmMnJ1JJBLeZBSs6aOkYf7EraBTWtfATB0YbIZKfJBO0b1JaEJAMQytHcnMVsPeC2D0L1E3M/U/efT4wX2lr+9qmfhQrN9BtqcNeoWjE3texFgOwq78QeTpI5VlCal2r/FDoa9mR6qjEkilA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785406774; c=relaxed/simple; bh=cNTV/QHuFmCIifAsT+qUoyi5iynyKFNZG/f5Mp4k8Fs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=g7/oaifLEWoy6Mkcsw2TkJbHR4JUajeDhxMf5s9fDfLEJ1yS/60RAnwnJgI500nYSvLFOzC7WcM3AfuQ4Ok4skR3oxN6AuaSG2YzUb0rZlSuwejgycG9j9dS8NDCGNjaH3yNQhK6U2BPUNx/y4M3iG9+xkCJojkHy/US59kg14M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jJtS0CFk; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jJtS0CFk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CD9F1F000E9; Thu, 30 Jul 2026 10:19:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785406772; bh=jAZk9t6IWX+imPwrssJXOBmmCd9PX3AtDQPV29JPbjk=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=jJtS0CFkehYEgqdfZJCQmWtXYwMPLrqsP7dRKo5dtJCSvT5zdgFgVmK1kowGPcqMb 1vFmF7NhChjF+DoWObTeCgbOcwwurnSZFXMpmt23I0zyN4Y8tlEgqx0+DLbamAOJGu oEscisFbJGCt6I0Rj1iT61ulEHwL6U6VAB0WETYb/PTBOrwSdE8QLyxcTjr4XnzOcP XL5Lq4vyvB1VUd66FUPKdg5uz6Z4kyNnPT8bhjbDs0j/WxxwcWe5XLdgIKP511uzSM reeUL1xbszh5kGxMMCpNvVTrhrppi5DFN9f4JoOA34wevQAkfvXjONFsj+l2k4TqIX hasNnSLMmGzJQ== Message-ID: <1500e19d-9bd3-4050-8568-31b546f0b22e@kernel.org> Date: Thu, 30 Jul 2026 12:19:27 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] powerpc/configs: enable CONFIG_RAS to fix EDAC support To: Michael Walle , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin Cc: Borislav Petkov , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Janusz Krzysztofik , Takashi Iwai , David Heidelberg References: <20260708142725.2113684-1-mwalle@kernel.org> Content-Language: fr-FR From: "Christophe Leroy (CS GROUP)" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 30/07/2026 à 12:06, Michael Walle a écrit : > On Wed Jul 8, 2026 at 4:27 PM CEST, Michael Walle wrote: >> Before commit e3c4ff6d8c94 ("EDAC: Remove EDAC_MM_EDAC") EDAC_MM_EDAC >> selected RAS, after that commit, EDAC depends on RAS, but nobody enables >> it. Enable it in the config again. >> >> Fixes: e3c4ff6d8c94 ("EDAC: Remove EDAC_MM_EDAC") >> Signed-off-by: Michael Walle > > Since there were no replies for now: through which tree is this > patch supposed to go? I'd expect it to go via the same tree as the commit it fixes. > > I forgot to add Cc: stable, so I'll probably have to resend it > anyway. Not really needed nowadays, as soon as there is a fixes tag Sasha Levin will apply it to stable.