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 F3502EB64DC for ; Tue, 20 Jun 2023 18:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230027AbjFTSac (ORCPT ); Tue, 20 Jun 2023 14:30:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229935AbjFTSa1 (ORCPT ); Tue, 20 Jun 2023 14:30:27 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9339710E6; Tue, 20 Jun 2023 11:30:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 308A061408; Tue, 20 Jun 2023 18:30:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 821DDC433CD; Tue, 20 Jun 2023 18:30:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687285824; bh=dmdXO9EOYaPTDvdSJBnvA6ZG2eBsDyhXoF36rRwzS3U=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=HX/7fMO/S4aAENDKMTbje1k9LH7K5j5D4cx3kzyNLELuzAASgOw8zVG/+74soZWn+ e0kwt/26rZdhKJ3x0j2pCFXMN7Xpdf1ZOxy9UqO1Di3g4ICvzSs34qNvf6bKDNUeWk iHmbXi4meSkAlZvTZk25futRCTyvR597EtcjR8jrBQW0M3a0z7JaXrM6WweL5UHmVN MaMRZtj+M3wAHYQtRsTYHDbHtrwneVvEZr+FqGFZtvxQ8G6/9QJO7J61u+2DxB3J/2 sofQnK4/b8QFpxKFtvXfWDvUuyju3J+tlanxjxDR0cusRQOyf23yKnpYXNKc8/7YV9 40RKjgtoVi3Lw== 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 58C9CE301FA; Tue, 20 Jun 2023 18:30:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] Bluetooth: hci_sysfs: make bt_class a static const structure From: patchwork-bot+bluetooth@kernel.org Message-Id: <168728582435.12887.8737547745115004930.git-patchwork-notify@kernel.org> Date: Tue, 20 Jun 2023 18:30:24 +0000 References: <20230620144051.580683-2-gregkh@linuxfoundation.org> In-Reply-To: <20230620144051.580683-2-gregkh@linuxfoundation.org> To: Greg Kroah-Hartman Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, ivan.orlov0322@gmail.com, marcel@holtmann.org, johan.hedberg@gmail.com, luiz.dentz@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz : On Tue, 20 Jun 2023 16:40:52 +0200 you wrote: > From: Ivan Orlov > > Now that the driver core allows for struct class to be in read-only > memory, move the bt_class structure to be declared at build time > placing it into read-only memory, instead of having to be dynamically > allocated at load time. > > [...] Here is the summary with links: - Bluetooth: hci_sysfs: make bt_class a static const structure https://git.kernel.org/bluetooth/bluetooth-next/c/665baafde870 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html