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 X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 570ADC433E2 for ; Wed, 16 Sep 2020 19:06:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E333A206DC for ; Wed, 16 Sep 2020 19:06:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600283210; bh=HXKmEB+gVrlnCwL4jhYUdk21Fx+cEGbZ7v9sMWjklP8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=kuJdPJ6nZ12bEiTwbD1jLlkWhq4zqIh6h/cpkNezvDcN6/3alz4xioGN6jEtjx4M3 qjmeDwsoBEOrYhZ++jhFrT6YhDLvBaV6NmBmljb7lWKTq5oCRAZujWIFfpJ/rjilW8 ZxDUGuV0DUvC5SafHGIwbMRsOzLeKkZHcth5mlQg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727526AbgIPTG2 (ORCPT ); Wed, 16 Sep 2020 15:06:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:36646 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727401AbgIPRpm (ORCPT ); Wed, 16 Sep 2020 13:45:42 -0400 Received: from mail-ot1-f42.google.com (mail-ot1-f42.google.com [209.85.210.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id CB2BB22284; Wed, 16 Sep 2020 13:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600261787; bh=HXKmEB+gVrlnCwL4jhYUdk21Fx+cEGbZ7v9sMWjklP8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=uQO56onJR6+k5d43NMLAzyz6MEFicSp6F7461G5ZQ2b5GldA75myUsfICEmpy0J9I lkVENS4IZJjYTFRXZaD8JdU1nppQ5lIYQ+uQ9gkMfbgrN7Kwv9RwWo6ouMipQvVHxV p2wAZQ6gyFTVO85A82cU+ZwQmlS0lQN3B0tHpGWg= Received: by mail-ot1-f42.google.com with SMTP id e23so6622457otk.7; Wed, 16 Sep 2020 06:09:47 -0700 (PDT) X-Gm-Message-State: AOAM530TLHYkYzkGLarrX3x4bX98t+0eBIv2EI03Eyyxgn/Wy8ARCA3x RC69pw/yjWCu5a6gaseDSKPW5Glbt/xPZxjC7Bw= X-Google-Smtp-Source: ABdhPJzWXGjnWT4sGj/Dszvt19cOxly0HZeAV+QlcRdZunOCvR5gkuzck5v/O3RtX241uYgNwOf7IQwEUMe0MfHJdzM= X-Received: by 2002:a9d:335:: with SMTP id 50mr2259149otv.90.1600261787088; Wed, 16 Sep 2020 06:09:47 -0700 (PDT) MIME-Version: 1.0 References: <20200819143544.155096-1-alex.kluver@hpe.com> <20200819143544.155096-2-alex.kluver@hpe.com> <20200915163312.GO14436@zn.tnic> <20200915171910.GQ14436@zn.tnic> In-Reply-To: <20200915171910.GQ14436@zn.tnic> From: Ard Biesheuvel Date: Wed, 16 Sep 2020 16:09:36 +0300 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 1/2] edac,ghes,cper: Add Row Extension to Memory Error Record To: Borislav Petkov Cc: Alex Kluver , linux-edac@vger.kernel.org, linux-efi , Linux Kernel Mailing List , mchehab@kernel.org, russ.anderson@hpe.com, Dimitri Sivanich , kluveralex@gmail.com Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Sep 2020 at 20:19, Borislav Petkov wrote: > > On Tue, Sep 15, 2020 at 08:12:31PM +0300, Ard Biesheuvel wrote: > > Boris - do you anticipate any conflicts? If so, please take these via > > the EDAC tree - the CPER code is mostly self contained so I don't > > expect any conflicts with the EFI tree in that case. > > None so far, and I applied them for testing ontop of my EDAC queue for > 5.10 so it should be all good. But if you want me, I can test-merge your > branch once ready, just in case... > I managed to apply these patches by using a different base and cherrypicking them into efi/next I expect to send out a couple of PRs tomorrow, once the bots have had a go at building the branches. In the meantime, you can take a look at git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next