From patchwork Mon Jan 8 09:02:45 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tzung-Bi Shih X-Patchwork-Id: 13513164 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4D89B1118C; Mon, 8 Jan 2024 09:02:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="UTS/ZfIK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 99703C433C7; Mon, 8 Jan 2024 09:02:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1704704568; bh=yuYERWoxvA9j1o8EdIPlUTS7GPEWdTAznT3MJAvA5qo=; h=Date:From:To:Cc:Subject:From; b=UTS/ZfIKbuUqBB2sLpDCbXqnASoo46S+eLmSDINojZKbIefAUfvVB8rVMpSSxiMAQ RHlvVV3iNQ40K/8aHK4AzHaKHkizAysP/q9w9fi0zmg6hsXqTjgbG9gf47e+gTgT+o /Sl73CSpDh2zLqisVsLf66g6ASf5VW6oyagFoCtkKGXN1i7372016D7I4cBI+pWxJe y6t1n8/BFn6B4UfArjUexNxT1Iw98feliIh1TsxThBfixtQG6tkPZqyCMTwStVw/LW OZlEboYNeKk1a5qJQZO83hxlXnXhMMkfrYOpv2gEl3C+pVftdUvDyBqLsNVELWnrEw aS8MjFbqmmjLw== Date: Mon, 8 Jan 2024 17:02:45 +0800 From: Tzung-Bi Shih To: torvalds@linux-foundation.org Cc: briannorris@chromium.org, jwerner@chromium.org, groeck@chromium.org, tzungbi@kernel.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev Subject: [GIT PULL] chrome-platform-firmware changes for v6.8 Message-ID: Precedence: bulk X-Mailing-List: chrome-platform@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Hi Linus, Please pull chrome-platform-firmware updates for v6.8. Thanks, TzungBi The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-firmware-for-v6.8 for you to fetch changes up to 09aeaabebdafbcf4afd1c481beaff37ecbc6b023: firmware: coreboot: Convert to platform remove callback returning void (2023-12-28 10:42:25 +0800) ---------------------------------------------------------------- chrome platform firmware changes for 6.8 * Fixes - Fix an invalid address access. * Misc - Use .remove_new() for converting the callback to return void. ---------------------------------------------------------------- Alper Nebi Yasak (1): firmware: coreboot: framebuffer: Avoid invalid zero physical address Uwe Kleine-König (1): firmware: coreboot: Convert to platform remove callback returning void drivers/firmware/google/coreboot_table.c | 5 ++--- drivers/firmware/google/framebuffer-coreboot.c | 3 +++ 2 files changed, 5 insertions(+), 3 deletions(-)