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 DD235C433F5 for ; Fri, 28 Jan 2022 19:16:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239365AbiA1TQe (ORCPT ); Fri, 28 Jan 2022 14:16:34 -0500 Received: from mail.skyhub.de ([5.9.137.197]:51730 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229702AbiA1TQd (ORCPT ); Fri, 28 Jan 2022 14:16:33 -0500 Received: from zn.tnic (dslb-088-067-221-104.088.067.pools.vodafone-ip.de [88.67.221.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 7ADF21EC01A9; Fri, 28 Jan 2022 20:16:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1643397388; 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: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=jWFbBbIR3wRkZ0xumkSqRJo+9xN9XL7+UNQ9tK1p/dc=; b=SCZqIDec8gkSvt8Xz25rB+K33h0mZaofOJJpokBk5VNmfoUjv43Yog2SU7NavxzKF9JvKa 8qQ5F5CLyD5hCovMEmN0hWjxPTgLI6Q4a1MkbsuSW2gPRpT3zcP0Z67zbY84+Z6Ca5fj8J sf3ahXYKRliSitx6dtNZC0x0zwl4Rg0= Date: Fri, 28 Jan 2022 20:16:24 +0100 From: Borislav Petkov To: Sergey Shtylyov Cc: Dinh Nguyen , Mauro Carvalho Chehab , Tony Luck , James Morse , Robert Richter , linux-edac@vger.kernel.org Subject: Re: [PATCH 1/2] edac: altera: fix deferred probing Message-ID: References: <20220124185503.6720-1-s.shtylyov@omp.ru> <20220124185503.6720-2-s.shtylyov@omp.ru> <7b964ac0-6356-9330-a745-b43e620d051b@kernel.org> <9f28d2de-5119-a7a6-9da7-08b2ce13f1a0@omp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9f28d2de-5119-a7a6-9da7-08b2ce13f1a0@omp.ru> Precedence: bulk List-ID: X-Mailing-List: linux-edac@vger.kernel.org On Fri, Jan 28, 2022 at 10:02:46PM +0300, Sergey Shtylyov wrote: > > I think the -stable people will pick it up based on the Fixes: tag. My last info is that they don't do that yet. > Ah, you were wondering about returing -EPROBE_DEFER? It started to be returned > by the commit 9ec36cafe43bf835f8f29273597a5b0cbc8267ef several months before that... More precisely, I'm wondering after which commit does the deferred probing code interpret -EPROBE_DEFER properly so that a backport of this commit would be even worth the trouble? Because if we backport it to kernel where there's not even deferred probing support, then that backport is a waste of time. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette