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 E72E5C433F5 for ; Thu, 12 May 2022 17:30:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357060AbiELRaW (ORCPT ); Thu, 12 May 2022 13:30:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1347552AbiELRaV (ORCPT ); Thu, 12 May 2022 13:30:21 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB63626BC86; Thu, 12 May 2022 10:30:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=bHhDJY4678gCF8Z5uA4n3ckQezyDMemB7BdtWkCEB8o=; b=WY9TQZs3o6cHUvQ+qQvdpRchty d++4WIC3XVH1/Q6dJjBZbF0E+4n6WnETsAYS5r+7RjLDwLuhP4R9MPqL4Km+7i6IJDd/O11KcZd+8 u51+nLdnNULeN52d6kClRPWwwXanDwHWPR6iQc1MSg4M+Zic4NtGpBWX3SFBXtb6jayJMEH/B3oEU PD5FDx81PKmP9eEnwcHXMYv1dM4GOBL3eLD2rt5R5208tx6musdgeQGopuY/zjNOiaKZZ9MthehrF PNoCTHhztYUK40rKgadQGUhyAiB+awhV5ChwZo/rcHOi4+g95V9z6zy5ne1XxGpAAurII1WPJGJhc gkBTD7rg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1npCdh-00D0O5-TP; Thu, 12 May 2022 17:30:13 +0000 Date: Thu, 12 May 2022 10:30:13 -0700 From: Luis Chamberlain To: Kees Cook Cc: Maninder Singh , pmladek@suse.com, rostedt@goodmis.org, senozhatsky@chromium.org, andriy.shevchenko@linux.intel.com, linux@rasmusvillemoes.dk, akpm@linux-foundation.org, wangkefeng.wang@huawei.com, v.narang@samsung.com, swboyd@chromium.org, ojeda@kernel.or, linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org, avimalin@gmail.com, atomlin@redhat.com, onkarnath.1@samsung.com Subject: Re: [PATCH modules-next 1/1] kallsyms: enhance %pS/s/b printing when KALLSYSMS is disabled Message-ID: References: <20220421041542.9195-1-maninder1.s@samsung.com> <202205111513.3AD646936@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202205111513.3AD646936@keescook> Sender: Luis Chamberlain Precedence: bulk List-ID: On Wed, May 11, 2022 at 03:25:14PM -0700, Kees Cook wrote: > On Thu, Apr 21, 2022 at 09:45:42AM +0530, Maninder Singh wrote: > > print module information when KALLSYMS is disabled. > > I'd like this patch reverted from -next. > - too many logical changes is a single patch > - addition of dangerous API usage > - duplicated logic (maybe? hard to review due to the changes) Yanked out. Luis