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 7ACFCE92719 for ; Thu, 5 Oct 2023 16:13:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240205AbjJEQM5 (ORCPT ); Thu, 5 Oct 2023 12:12:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240369AbjJEQMB (ORCPT ); Thu, 5 Oct 2023 12:12:01 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 415348C0D for ; Thu, 5 Oct 2023 08:49:55 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2ED6C433C7; Thu, 5 Oct 2023 15:49:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696520994; bh=TgPbPYBbJgwN2oCLX+Lek+y4/6PbdViurSWD0n2UUTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GXBTjE5gcUOHNxnIq2aL4LwOXH3opTV19XdUTtUj4UaTYQbniCOzPF5+bIOEKOGDp O60nUydPsMA8dhvY6hZUf6U4SK2dZIlj1Rh280yt8FA9eleWLzAJAHSA0tBomwvk7H ww3OJdfEW7U28QCt+PirZy5WMTly3xtVySAdefEbN/SMAwv4w+8f1K44kdPm9zTrHp huZfXvVTc5OSGb2Ar8kCQtik+FSlQx1xvxIyPewZRDEFfeTBYI51xxVA+svQfnMzLL Kbcs7sqCna7Uy0m2JLICkHjrKFOdwEUmbeQTsupYFs9aKlH0Wd//w9sffr40fToyYA qyjGkagqlXghw== Received: from johan by xi.lan with local (Exim 4.96) (envelope-from ) id 1qoQc7-0004cK-2T; Thu, 05 Oct 2023 17:50:11 +0200 Date: Thu, 5 Oct 2023 17:50:11 +0200 From: Johan Hovold To: Greg Kroah-Hartman Cc: greybus-dev@lists.linaro.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Alex Elder Subject: Re: [PATCH 2/3] staging: greybus: authentication: make cap_class constant Message-ID: References: <2023100533-broadband-hunk-9e91@gregkh> <2023100534-showoff-alright-6c95@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023100534-showoff-alright-6c95@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 05, 2023 at 03:58:35PM +0200, Greg Kroah-Hartman wrote: > Now that the driver core allows for struct class to be in read-only > memory, making all 'class' structures to be declared at build time > placing them into read-only memory, instead of having to be dynamically > allocated at load time. > > Cc: Johan Hovold > Cc: Alex Elder > Cc: greybus-dev@lists.linaro.org > Signed-off-by: Greg Kroah-Hartman Reviewed-by: Johan Hovold