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 lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A0E3EC54FB3 for ; Mon, 2 Jun 2025 11:29:02 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1uM3L6-0004pb-FR; Mon, 02 Jun 2025 07:28:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uM3L1-0004p5-Gd; Mon, 02 Jun 2025 07:28:20 -0400 Received: from nyc.source.kernel.org ([147.75.193.91]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uM3Kz-0006b6-O5; Mon, 02 Jun 2025 07:28:19 -0400 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id B8929A4FF22; Mon, 2 Jun 2025 11:28:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 365D0C4CEEB; Mon, 2 Jun 2025 11:28:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1748863694; bh=VmXDOPNS8/S6TCwAzvLV43piHsMOAAZNLSlKbNUhKb0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ry/2PQ3obPGxGRr4fOPfhplXyQHvWO+zARHGGd3it7hjrz5lClSZzhRZfnV8F9ll3 tQ4UzIvX3Ac9fEUeidWDRExcRJcZH4rMv8yROHc8FJqc4RdoPvbvOgB1Gv1N7YtVrB 47fMI9tOZERbgsrOPWHpuASvbqqFkuXm4RwHtLuS+NIjXDpJcEOOzO3OQllZyZ7o84 ooZpAoHUtlBxZGld3AAOPc9KL5DxtSNy4b1bzuQh9PspXGg2ukQ+yNJ2ZbfGdCT9co VcoYkHL6ZrBTnQZbAuAlkt6LIBmcEt1CX7Zlz4btbaHcYmtA8cKy9VJLFhtCJeUfo9 y9REGJHxInNqA== Date: Mon, 2 Jun 2025 13:28:08 +0200 From: Mauro Carvalho Chehab To: Igor Mammedov Cc: "Michael S. Tsirkin" , Jonathan Cameron , Shiju Jose , qemu-arm@nongnu.org, qemu-devel@nongnu.org, Philippe =?UTF-8?B?TWF0aGll?= =?UTF-8?B?dS1EYXVkw6k=?= , Ani Sinha , Eduardo Habkost , Marcel Apfelbaum , Peter Maydell , Shannon Zhao , Yanan Wang , Zhao Liu , linux-kernel@vger.kernel.org Subject: Re: [PATCH v9 12/20] acpi/generic_event_device: add logic to detect if HEST addr is available Message-ID: <20250602132436.1e0e83aa@foz.lan> In-Reply-To: <20250602122244.081a1960@imammedo.users.ipa.redhat.com> References: <20250528174212.2823d3de@imammedo.users.ipa.redhat.com> <20250530080120-mutt-send-email-mst@kernel.org> <20250530164903.0f9f8444@imammedo.users.ipa.redhat.com> <20250530221810.694ce02e@foz.lan> <20250602122244.081a1960@imammedo.users.ipa.redhat.com> X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=147.75.193.91; envelope-from=mchehab+huawei@kernel.org; helo=nyc.source.kernel.org X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.015, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Em Mon, 2 Jun 2025 12:22:44 +0200 Igor Mammedov escreveu: > On Fri, 30 May 2025 22:18:10 +0200 > Mauro Carvalho Chehab wrote: > > > Em Fri, 30 May 2025 16:49:03 +0200 > > Igor Mammedov escreveu: > > > > > On Fri, 30 May 2025 08:01:28 -0400 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Wed, May 28, 2025 at 05:42:12PM +0200, Igor Mammedov wrote: > > > > > On Tue, 20 May 2025 08:41:31 +0200 > > > > > Mauro Carvalho Chehab wrote: > > > > > > > > > > > Create a new property (x-has-hest-addr) and use it to detect if > > > > > > the GHES table offsets can be calculated from the HEST address > > > > > > (qemu 10.0 and upper) or via the legacy way via an offset obtained > > > > > > from the hardware_errors firmware file. > > > > > > > > > > > > > > > it doesn't apply to current master anymore > > > > > > > > indeed. Mauro? > > > > > > Michael, > > > it's trivial conflict in machine compat, > > > could you fix it up while applying? > > > > IMHO, that's the best. The thing is, as code gets merged upstream with > > backports, conflicts happen. > > > > I can re-send the series, if you prefer, as I'm keeping it rebasing it > > from time to time at: > > https://gitlab.com/mchehab_kernel/qemu/-/tree/qemu_submitted?ref_type=heads > > > > (it is on the top of upstream/master) > > > > But even that might have conflicts on your test tree if you pick > > other patches touching this backport table: > > > > > -GlobalProperty hw_compat_10_0[] = {}; > > > +GlobalProperty hw_compat_10_0[] = { > > > + { TYPE_ACPI_GED, "x-has-hest-addr", "false" }, > > > +}; > > > > (this was the code when I sent the PR. When applying upstream, > > such hunk is now(*): > > > > GlobalProperty hw_compat_10_0[] = { > > { "scsi-hd", "dpofua", "off" }, > > + { TYPE_ACPI_GED, "x-has-hest-addr", "false" }, > > }; > > > > > > (*) https://gitlab.com/mchehab_kernel/qemu/-/commit/08c4859f8c6f36d7dccf2b773be88847e5d1fe0c > > > > If you still prefer that I resubmit the entire PR, let me know. > > If it's the only patch that needs rebase and doesn't affect the rest, > I'd say there is no need to spam the list with whole series respin, > just post rebased v10 12/20 as reply here > > If it's more than that, respin series. This is the only patch with conflicts. I'll send a v10 of it. > > > > > Regards, > > Mauro > > > Thanks, Mauro