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 C7EF4C7EE31 for ; Fri, 26 May 2023 16:21:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236274AbjEZQVS (ORCPT ); Fri, 26 May 2023 12:21:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229833AbjEZQVP (ORCPT ); Fri, 26 May 2023 12:21:15 -0400 Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D006CD9 for ; Fri, 26 May 2023 09:21:13 -0700 (PDT) Received: by mail-pf1-x42a.google.com with SMTP id d2e1a72fcca58-64d24136663so850590b3a.0 for ; Fri, 26 May 2023 09:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1685118073; x=1687710073; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=mX5+bjBBZlaoKw7taDUef0eZ0B/7aaJbLLfQ646in4U=; b=dEjqUnr4j4gcR0Vx5ZawmCnVcL1lGxH3zJtPCZiuDv+vUCTSZi4+fTGf+Snya2As5j E1B9A3kXDH5vKZDyHZkz2ycBza3FewyuJM9IfbCvHg8mGReom4T4ydBUpT68aAHMB+36 5JwVjDBMWVZQbIi5QwdVaSBHTffYQeIQmaOrM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685118073; x=1687710073; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=mX5+bjBBZlaoKw7taDUef0eZ0B/7aaJbLLfQ646in4U=; b=My+3co9SxJj84rty6r1PRtryGELx5D6hMHB+IhVAxBrvHbGZ8wRpcXRdovp1iJalWb uXf3KdR/82txWD7YMODKR7x2tiQtoJTR8VuqVsk6eLZtT8z48djahrpsawMKprr0HgMy ugu1RQGaBlBfFgYVLDyEJUaGk5/ahO6Ofwde3u0wReHyK+b7ArwZCzeSsvdmBkdG2N7s XOmrrntz7FjY4S27goZDV/MszQpPUPh9BGuVIH4d4wfoQOsxJ5C0hvCvSdMmxk+f4ThE 3PebFxVcZYJYrZ6n/AVuwj9657ckiB6FH9fQ9rx3u142q5vj63glMTqf5XZoZzUryk8p 5DOQ== X-Gm-Message-State: AC+VfDwnBpxzw0rQWRtBWTSas88VSJR+cUX1lGUYdqATk7AB7NvsMrMl NN405CfoyuQmdSMCL+HETRE3BA== X-Google-Smtp-Source: ACHHUZ6SThSNDpsJaexFEwJQGQKuvbaxx80fqRKRO38s56UC7FukaoFZxBvofbaE4WeyWP+gyL/mUA== X-Received: by 2002:a05:6a20:9146:b0:10c:9773:5e6 with SMTP id x6-20020a056a20914600b0010c977305e6mr3121676pzc.47.1685118072839; Fri, 26 May 2023 09:21:12 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id k17-20020aa78211000000b0064d4d11b8bfsm2916467pfi.59.2023.05.26.09.21.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 26 May 2023 09:21:12 -0700 (PDT) Date: Fri, 26 May 2023 09:21:11 -0700 From: Kees Cook To: Maninder Singh Cc: cai@lca.pw, mcgrof@kernel.org, thunder.leizhen@huawei.com, vincenzopalazzodev@gmail.com, wedsonaf@google.com, pmladek@suse.com, ojeda@kernel.org, peterz@infradead.org, alan.maguire@oracle.com, stephen.s.brennan@oracle.com, samitolvanen@google.com, linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org, v.narang@samsung.com Subject: Re: [PATCH 1/1] kallsyms: remove unsed API lookup_symbol_attrs Message-ID: <202305260920.BE175FAD@keescook> References: <20230526072123.807160-1-maninder1.s@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230526072123.807160-1-maninder1.s@samsung.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 26, 2023 at 12:51:23PM +0530, Maninder Singh wrote: > with commit '7878c231dae0 ("slab: remove /proc/slab_allocators")' > lookup_symbol_attrs usage is removed. > > Thus removing redundant API. > > Signed-off-by: Maninder Singh Yeah, looks like this is unused now. Reviewed-by: Kees Cook -- Kees Cook