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 02C18C4332F for ; Mon, 4 Apr 2022 22:45:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236634AbiDDWrY (ORCPT ); Mon, 4 Apr 2022 18:47:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59734 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344328AbiDDWqy (ORCPT ); Mon, 4 Apr 2022 18:46:54 -0400 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6C5B037BC0; Mon, 4 Apr 2022 14:56:58 -0700 (PDT) Received: from sequoia (162-237-133-238.lightspeed.rcsntx.sbcglobal.net [162.237.133.238]) by linux.microsoft.com (Postfix) with ESMTPSA id 43C0A20DFD57; Mon, 4 Apr 2022 14:56:57 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 43C0A20DFD57 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1649109418; bh=wNfTyQ0SC36j/wUbbN5U+OxggsGjrkK87ERhY/VNu3c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kGygIAxVJ5W7hFUPl2Hl83I78rz5tvoUcXvk2nYbbbr7x5stmKlG4Wwbgt1+8BJlJ tf/xDB7QHJCZiQRHh7gmmkaQCuDUrvJulWQH9+aHBRr/4h4IhPWU5Rp9RZrvbwMxfk eJuji+vCAPk65uyd925d1qRrxF5ZZIbQ5WexhL6M= Date: Mon, 4 Apr 2022 16:56:40 -0500 From: Tyler Hicks To: Greg Kroah-Hartman , Borislav Petkov Cc: Sasha Levin , Lei Wang , Tony Luck , Mauro Carvalho Chehab , Sinan Kaya , Shiping Ji , James Morse , Robert Richter , linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] EDAC/dmc520: Don't print an error for each unconfigured interrupt line Message-ID: <20220404215640.GA626436@sequoia> References: <20220111163800.22362-1-tyhicks@linux.microsoft.com> <20220118152816.GA89184@sequoia> <20220118195401.GB89184@sequoia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2022-01-19 11:28:08, Greg Kroah-Hartman wrote: > On Wed, Jan 19, 2022 at 10:37:51AM +0100, Borislav Petkov wrote: > > On Wed, Jan 19, 2022 at 10:17:52AM +0100, Greg Kroah-Hartman wrote: > > > For this specific change, I do NOT think it should be backported at all, > > > mostly for the reason that people are still arguing over the whole > > > platform_get_*_optional() mess that we currently have. Let's not go and > > > backport anything right now to stable trees until we have all of that > > > sorted out, as it looks like it all might be changing again. See: > > > https://lore.kernel.org/r/20220110195449.12448-1-s.shtylyov@omp.ru > > > for all of the gory details and the 300+ emails written on the topic so > > > far. > > > > It sounds to me I should not even take this patch upstream yet, > > considering that's still ongoing... > > Yes, I would not take that just yet at all. Let's let the api argument > settle down a bit first. The API argument seems to have fizzled out in v2: https://lore.kernel.org/lkml/20220212201631.12648-1-s.shtylyov@omp.ru/ Can this fix be merged since there seem to be no API changes coming soon? Boris, feel free to strip off the cc stable tag. Tyler > > thanks, > > greg k-h >