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 348B1C4332F for ; Mon, 28 Nov 2022 18:36:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231865AbiK1SgO (ORCPT ); Mon, 28 Nov 2022 13:36:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43804 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232187AbiK1Sfs (ORCPT ); Mon, 28 Nov 2022 13:35:48 -0500 Received: from mail.skyhub.de (mail.skyhub.de [IPv6:2a01:4f8:190:11c2::b:1457]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2ED42AA; Mon, 28 Nov 2022 10:35:16 -0800 (PST) Received: from zn.tnic (p5de8e9fe.dip0.t-ipconnect.de [93.232.233.254]) (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 28B1A1EC06AC; Mon, 28 Nov 2022 19:35:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1669660515; 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=CPL0/XdCkWtaqvp46BBZU9txacOEESsYiBLgIoQ6JSg=; b=SQwBiajVddPo/95sigUvJJZ2ESbwLMbMVUOjt8bIyQ7wQln7gYaCxRJQYDxHjFKvG0frRs xb9D0gwr/CiKfNSKIG1QawzYswDU5SxKfFspzKa7AXmUmP8sVUuxkUzVB91VnvHIt4eOGE SSpTn2OMEIP/P4MTMb6HSPqU/S8Pefw= Date: Mon, 28 Nov 2022 19:35:14 +0100 From: Borislav Petkov To: Manivannan Sadhasivam Cc: bjorn.andersson@linaro.org, mchehab@kernel.org, james.morse@arm.com, rric@kernel.org, linux-arm-msm@vger.kernel.org, linux-edac@vger.kernel.org, linux-kernel@vger.kernel.org, quic_saipraka@quicinc.com Subject: Re: [PATCH v4 1/2] EDAC/qcom: Get rid of hardcoded register offsets Message-ID: References: <20221116143352.289303-1-manivannan.sadhasivam@linaro.org> <20221116143352.289303-2-manivannan.sadhasivam@linaro.org> <20221128181705.GP62721@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221128181705.GP62721@thinkpad> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, Nov 28, 2022 at 11:47:05PM +0530, Manivannan Sadhasivam wrote: > Well, yes but that would imply both LLCC and EDAC patches going together. > Splitting them will break the build, which is worse. Sounds like you need to check out: Documentation/process/stable-kernel-rules.rst first. Hint: there are provisions in there how to specify dependencies between commits. > Sorry, it is because I only tried building for ARM64 architecture. The > error you are seeing is for x86-64 and I could now reproduce it as > well. Yes, because arch doesn't matter here - the .config does. Therefore, as requested: "For the next version, you'd need to fix all possible Kconfig build errors before sending." Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette