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 B2605C32772 for ; Wed, 17 Aug 2022 20:45:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241569AbiHQUps (ORCPT ); Wed, 17 Aug 2022 16:45:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39938 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241797AbiHQUpo (ORCPT ); Wed, 17 Aug 2022 16:45:44 -0400 Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F60DAA4E0; Wed, 17 Aug 2022 13:45:43 -0700 (PDT) Received: by mail-il1-x133.google.com with SMTP id j20so7492838ila.6; Wed, 17 Aug 2022 13:45:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=d1Vgpq9X5YO+PwL5y7QUHDAwAkqiaQQAgkfJbYzVVq0=; b=LaPYTV2/D8VkQyeRMlMejudbf5K/nTvqXy0MUDHuYszw4tWxAx21CDJ6f27ZEuLcpU KctBy0EHSB6NTBFzDJh0uoQ27QWNKdXoVKlW7BVQA3kvPSR81Oft6NDBecQxNLtOCnaF af9Kg49qpyroatKZXd5KQjuporz6n+m2gLgJN3WTt7pU8Spumrbr/YyvrGRqqREcssJ0 UQDLJ3CDdbKj5RrFzl57SKBcnbhHjquSPFbeD95ebsNLbcfWWc62N0y/htc+YCFjAcqt 2ze4PiBVbkPUmLzduZcFcC9LCsFac8cHEKs8Za5PI5Q1ZIWnEq/TqsAegcyu8/PUfs4Y fqmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=d1Vgpq9X5YO+PwL5y7QUHDAwAkqiaQQAgkfJbYzVVq0=; b=7xHMBWkffWebaFklpzJ5rGEapRwaG6oT2nzNJVbGLriND+HlUrT7VoV/WsyV4cZOPZ oe6yXqIp5Zygzv/plUZHLVWubjpY4i1Y9IQoKsn4s/PTEdVzxKo5b0RZ3FKvQ+FXv5kX LyIGJUKYeeYD2t5oKSfCSbq5CnViDrU+okfNrz3hs6eXkvsmdZ9jAe/3s2/jxv9EX+ly +iInzHKCIT0QGrvtB7n1HM7RuCjfTgDLB31CCLrXKXKvZwDZayxnS6ymDGMHKcW0PIBz VTd2JzvzzTFbV1Uvmtsj+l4DAkaOu/U+oSEnf3i5HPWDIZz2pTv6GlZFfls5EIKhNYv7 v6CA== X-Gm-Message-State: ACgBeo3t+XDMU5Dd1YUZYiI4fiU6QvyC5jscTbNA24+pRcPCO+dYQ0ZZ rA4UcNyK5P2M9MOzhu3U7EcabJvIIUMYu06Pi1Y= X-Google-Smtp-Source: AA6agR6Nm7MWXy0TYAOYscqNUAIzeSuDdU7CjMymOwFGtEGx7D3WFG7qttZC1lk/1OE+k4Q06t3mvA6TpFhhxMku80o= X-Received: by 2002:a05:6e02:1c26:b0:2e0:d8eb:22d6 with SMTP id m6-20020a056e021c2600b002e0d8eb22d6mr12711912ilh.151.1660769142550; Wed, 17 Aug 2022 13:45:42 -0700 (PDT) MIME-Version: 1.0 References: <20220805154231.31257-1-ojeda@kernel.org> <20220805154231.31257-4-ojeda@kernel.org> <202208171238.80053F8C@keescook> <202208171330.BB5B081D1@keescook> In-Reply-To: <202208171330.BB5B081D1@keescook> From: Miguel Ojeda Date: Wed, 17 Aug 2022 22:45:31 +0200 Message-ID: Subject: Re: [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}` To: Kees Cook Cc: Boqun Feng , Miguel Ojeda , Linus Torvalds , Greg Kroah-Hartman , rust-for-linux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, patches@lists.linux.dev, Jarkko Sakkinen Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: rust-for-linux@vger.kernel.org On Wed, Aug 17, 2022 at 10:31 PM Kees Cook wrote: > > Yeah, please add a source comment for that. :) I agree, I think this sort of explanation should be in the source vs. the commit message, since it explains something about the code, not the change itself. Cheers, Miguel