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 7288BC3DA79 for ; Mon, 26 Dec 2022 03:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231520AbiLZDcj (ORCPT ); Sun, 25 Dec 2022 22:32:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229943AbiLZDcc (ORCPT ); Sun, 25 Dec 2022 22:32:32 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B15D262E for ; Sun, 25 Dec 2022 19:32:30 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5929460C57 for ; Mon, 26 Dec 2022 03:32:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A7078C433F1; Mon, 26 Dec 2022 03:32:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672025549; bh=0vRdcfS77HMgJZr9nQ/Ecdns5Ruz71nCnSOYzAYpl/E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=VSM0gabiwxhkpie4UBIp4gK4+3hNZwuGRY+FNNTiDxby4x25QDfsSJdlO/JR2Vl1L wzrw1r6+Ir9s+Rtc+65WuDCjt4HCPCFFoWsYwJFKEUUk5gRuZqsMXrrSfFtwRT9fJj TpR9or7itHNBeKs8qXWMMppO+7brDzl0vV1TqjeEoly8gJjsPZ24b3wi8IXIkaCH/P VUtr71gAHM7rMwMvzd6Jsz0HLNqWXIeKXmNfvHx4eLFYAvykHxUB5T98V8vr0FL9Dg bc13o7DCIlFici7qWYV6+xoD2/AwgZwzDXwrExYF3N9DsAfcA31j0Zeaftu8SvRd4O qKfuvrl2kRsZA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 88220FE0854; Mon, 26 Dec 2022 03:32:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [RESEND PATCH v13] firmware: google: Implement cbmem in sysfs driver From: patchwork-bot+chrome-platform@kernel.org Message-Id: <167202554954.9518.2396909720792326392.git-patchwork-notify@kernel.org> Date: Mon, 26 Dec 2022 03:32:29 +0000 References: <20221104161528.531248-1-jrosenth@chromium.org> In-Reply-To: <20221104161528.531248-1-jrosenth@chromium.org> To: Jack Rosenthal Cc: linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, gregkh@linuxfoundation.org, swboyd@chromium.org, tzungbi@kernel.org, groeck@chromium.org, jwerner@chromium.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-kernelci) by Greg Kroah-Hartman : On Fri, 4 Nov 2022 10:15:28 -0600 you wrote: > The CBMEM area is a downward-growing memory region used by coreboot to > dynamically allocate tagged data structures ("CBMEM entries") that > remain resident during boot. > > This implements a driver which exports access to the CBMEM entries > via sysfs under /sys/bus/coreboot/devices/cbmem-. > > [...] Here is the summary with links: - [RESEND,v13] firmware: google: Implement cbmem in sysfs driver https://git.kernel.org/chrome-platform/c/19d54020883c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html