Received: by 2002:a05:6358:4e97:b0:b3:742d:4702 with SMTP id ce23csp684896rwb; Thu, 18 Aug 2022 10:18:22 -0700 (PDT) X-Google-Smtp-Source: AA6agR5bUKNEBmlsM4x7LtNjVvzyOlK2rCyma5gu124M+XexmLC7lqeCUxVkwqtZbDpSq7jQznHd X-Received: by 2002:a17:907:7f9f:b0:733:76c:44c9 with SMTP id qk31-20020a1709077f9f00b00733076c44c9mr2412746ejc.642.1660843102273; Thu, 18 Aug 2022 10:18:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1660843102; cv=none; d=google.com; s=arc-20160816; b=o1fwYhgWW3UTZUmiSDQaPo/nDsGAIkMAAIWVpkSnPzAQFWUCbjud3b9W26T9WLgDLB zUPb8ucoAiWiRZtIetVhEgEO/vzlZT0M1+hJMKaJj+0pE0tKKxuwRvQU2Kvezq5bGDl2 R8h28gsnmcLj2JKQR22EYC/djD+dURFAS4JcyhXfhFtecdSYMP5G2a/w4GYdTzFOywFw h5p4F4alz4jqnfioBt42qXMivrk/hfQCs9inArajow1SYpvK+fQH08JewOMZXLXslvKo sYyySJdXBiPtabc68yLI9O5bDtDEh/RaEizyN+lDqcVDRk0KduahaqGPEtLfakcEmtWd hd3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=mo9rCREaNcygBnrsKyLPpxLhDD3zqqZUvxfAdyO8tc8=; b=JFePL5M2+0T5oo4al1+ELfvBAIZa687cZ3Mef9TcYlNbdzZ6fS/2ZpI4i8/3ntR8oH tTTn/CKYaFekU5yG5C6ha3QJjgeRCWsdkD8dQckn1aV6fouAJKRIVu2NGpJHabpTIlba OAM28WD2G691+f1/yyOJ3DQNll9So9mqmstaff6JBzWTpFgEqofBRUDcq1m5hsbGRGj1 esJMClWSBhwVM7mO8QilC6GURCVTKQi+P7VqHBOSYDgFBqqMts52uE20B0U/5HU9pjq3 cV+kWWNE1hEQqtR4zktRWCJC4iveoleZ6SwR4AvpUK2laoOewxozG9HLHdgWreVWXMzd AUoQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id m29-20020a50931d000000b00445e392c0c9si1461567eda.464.2022.08.18.10.17.55; Thu, 18 Aug 2022 10:18:22 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345083AbiHRQup (ORCPT + 99 others); Thu, 18 Aug 2022 12:50:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345188AbiHRQue (ORCPT ); Thu, 18 Aug 2022 12:50:34 -0400 Received: from hop.stappers.nl (hop.stappers.nl [IPv6:2a02:2308:0:14e::686f:7030]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25342DFC8; Thu, 18 Aug 2022 09:50:29 -0700 (PDT) Received: from gpm.stappers.nl (gpm.stappers.nl [IPv6:2a02:a46d:659e:1::696e:626f]) by hop.stappers.nl (Postfix) with ESMTP id 0F5DB200C8; Thu, 18 Aug 2022 16:50:27 +0000 (UTC) Received: by gpm.stappers.nl (Postfix, from userid 1000) id B118C304049; Thu, 18 Aug 2022 18:50:26 +0200 (CEST) Date: Thu, 18 Aug 2022 18:50:26 +0200 From: Geert Stappers To: Kees Cook , Miguel Ojeda Cc: 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 , Boqun Feng Subject: Re: [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size Message-ID: <20220818165025.ighwic3zqe2xh6be@gpm.stappers.nl> References: <20220805154231.31257-1-ojeda@kernel.org> <20220805154231.31257-3-ojeda@kernel.org> <202208171236.9CA3B9D579@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202208171236.9CA3B9D579@keescook> User-Agent: NeoMutt/20170113 (1.7.2) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 17, 2022 at 12:37:40PM -0700, Kees Cook wrote: > On Fri, Aug 05, 2022 at 05:41:47PM +0200, Miguel Ojeda wrote: > > From: Boqun Feng > > > > This introduces `KSYM_NAME_LEN_BUFFER` in place of the previously > > hardcoded size of the input buffer. > > > > It will also make it easier to update the size in a single place > > in a later patch. > > > > Signed-off-by: Boqun Feng > > Co-developed-by: Miguel Ojeda > > Signed-off-by: Miguel Ojeda > > Reviewed-by: Kees Cook > > Does someone want to commit to taking these "prereq" patches? These > clean-ups are nice even without adding Rust. Qouting Message-ID: https://lore.kernel.org/lkml/CANiq72mXDne_WkUCo2oRe+sip7nQWESnouOJrcCYzyJMkG8F6A@mail.gmail.com/ Miguel Ojeda, 2022-08-05: | > And I think that this patch and all other "rust" kallsyms patches | > allready should have been accepted in the v3 or v5 series. | | Yeah, it could be a good idea to get the prerequisites in first. | Let's see if the patches get some Reviewed-bys Now that there is a 'Reviewed-by: Kees Cook ' Regards Geert Stappers In an attempt to help making Rust for Linux happen. -- Silence is hard to parse