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 9FBCBC19F2B for ; Thu, 4 Aug 2022 08:22:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239143AbiHDIWP (ORCPT ); Thu, 4 Aug 2022 04:22:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229665AbiHDIWM (ORCPT ); Thu, 4 Aug 2022 04:22:12 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D6F43AB01 for ; Thu, 4 Aug 2022 01:22:11 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id F1B86B82226 for ; Thu, 4 Aug 2022 08:22:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FDF1C433C1; Thu, 4 Aug 2022 08:22:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659601328; bh=KLpRf8GWODIrXa1KLD+EWJqERcB8DPQYRo2/5i5npqM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H0w1ZjDVk1uwds7LK50xsibM0QoIS44ocB+lWbdXS+t41QrHuSmBZszMb/9/wZCTq dlKIEXlcGMqDDmA5x5zDFicOOBbWSfYTKZjlKPCK3y14OzRf9tCx1EJU4/h/mjEUtj cGzvnuvBZlorA7oa//m+yGzdNidiyvm4XP5D0qViuvSikmbHNFiOGmSDdAIh/nItpB eTNwtlsd95jU+EzUpbL6YlsjkXFTfD0XqifF5ap/YQPUQ9XJM/rWuhORaN2uF7qRDP O+I3W1ABLRZ4YjuGwUIOM5F9PhtCdmMxqbEsZPXM12CQXZDr8Zyz9CNyXZ5F92pNG1 eeUIjcPLYgC0w== Date: Thu, 4 Aug 2022 08:22:05 +0000 From: Tzung-Bi Shih To: Jack Rosenthal Cc: linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, Stephen Boyd , Guenter Roeck , Julius Werner , kernel test robot Subject: Re: [PATCH v6] firmware: google: Implement cbmem in sysfs driver Message-ID: References: <20220802140343.3468976-1-jrosenth@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220802140343.3468976-1-jrosenth@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 02, 2022 at 07:03:43AM -0700, Jack Rosenthal wrote: > cbmem entries can be read from coreboot table > 0x31 (LB_TAG_CBMEM_ENTRY). This commit exports access to cbmem > entries in sysfs under /sys/firmware/coreboot/cbmem-*. > > Link: https://issuetracker.google.com/239604743 I doubt if the Link tag would be useful for public. [...] > Reported-by: kernel test robot Suggest to drop the Reported-by tag even if the robot reported some compile errors during the development. Given that the patch isn't a fixup but supporting something new (which isn't "reported by" the robot).