[{"id":3681342,"web_url":"http://patchwork.ozlabs.org/comment/3681342/","msgid":"<mrqkpq5tp3pair2gkvgfvkf2gfniav4npp5phd6qv4j36oce6o@j4zwqqzbqjir>","list_archive_url":null,"date":"2026-04-23T09:01:39","subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","submitter":{"id":78375,"url":"http://patchwork.ozlabs.org/api/people/78375/","name":"Enzo Matsumiya","email":"ematsumiya@suse.de"},"content":"On 04/23, Arnd Bergmann wrote:\n>From: Arnd Bergmann <arnd@arndb.de>\n>\n>When CONFIG_CIFS_DEBUG2 is disabled, the only reference to this\n>function is hidden, causing a harmless warning:\n>\n>fs/smb/client/cifs_debug.c:395:30: error: 'cifs_debug_dirs_proc_ops' defined but not used [-Werror=unused-const-variable=]\n>  395 | static const struct proc_ops cifs_debug_dirs_proc_ops = {\n>      |                              ^~~~~~~~~~~~~~~~~~~~~~~~\n>\n>Make the #ifdef checks around them consistent by always using\n>the DEBUG2 variant.\n>\n>Fixes: 63bff18d4aa0 (\"smb: client: fix (remove) drop_dir_cache module parameter\")\n\nThanks for catching that.\n\nI sent v2/v3 of that patch changing the dependency from\nCONFIG_CIFS_DEBUG2 to CONFIG_CIFS_DEBUG, can you adjust to the\nlatter please?\n\n\nCheers,\n\n>Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n>---\n> fs/smb/client/cifs_debug.c | 4 ++--\n> 1 file changed, 2 insertions(+), 2 deletions(-)\n>\n>diff --git a/fs/smb/client/cifs_debug.c b/fs/smb/client/cifs_debug.c\n>index f55e5cabdaee..9a2e796161d0 100644\n>--- a/fs/smb/client/cifs_debug.c\n>+++ b/fs/smb/client/cifs_debug.c\n>@@ -306,7 +306,7 @@ static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n> \tLIST_HEAD(entry);\n>\n> \tseq_puts(m, \"# Version:1\\n\");\n>-#ifdef CONFIG_CIFS_DEBUG\n>+#ifdef CONFIG_CIFS_DEBUG2\n> \tseq_puts(m, \"# Write 0 to this file to drop all cached directory entries\\n\");\n> #endif /* CONFIG_CIFS_DEBUG */\n> \tseq_puts(m, \"# Format:\\n\");\n>@@ -356,7 +356,7 @@ static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n> \treturn 0;\n> }\n>\n>-#ifdef CONFIG_CIFS_DEBUG\n>+#ifdef CONFIG_CIFS_DEBUG2\n> static int cifs_debug_dirs_proc_open(struct inode *inode, struct file *file)\n> {\n> \treturn single_open(file, cifs_debug_dirs_proc_show, NULL);\n>-- \n>2.39.5\n>\n>","headers":{"Return-Path":"\n <linux-cifs+bounces-11040-incoming=patchwork.ozlabs.org@vger.kernel.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-cifs@vger.kernel.org"],"Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (1024-bit key;\n unprotected) header.d=suse.de header.i=@suse.de header.a=rsa-sha256\n header.s=susede2_rsa header.b=tb5XswPU;\n\tdkim=pass header.d=suse.de header.i=@suse.de header.a=ed25519-sha256\n header.s=susede2_ed25519 header.b=JysKAtO2;\n\tdkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de\n header.a=rsa-sha256 header.s=susede2_rsa header.b=Txrjz0Pd;\n\tdkim=neutral header.d=suse.de header.i=@suse.de header.a=ed25519-sha256\n header.s=susede2_ed25519 header.b=Fbc61vYn;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org\n (client-ip=2600:3c04:e001:36c::12fc:5321; helo=tor.lore.kernel.org;\n envelope-from=linux-cifs+bounces-11040-incoming=patchwork.ozlabs.org@vger.kernel.org;\n receiver=patchwork.ozlabs.org)","smtp.subspace.kernel.org;\n\tdkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de\n header.b=\"tb5XswPU\";\n\tdkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de\n header.b=\"JysKAtO2\";\n\tdkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de\n header.b=\"Txrjz0Pd\";\n\tdkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de\n header.b=\"Fbc61vYn\"","smtp.subspace.kernel.org;\n arc=none smtp.client-ip=195.135.223.131","smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=suse.de","smtp.subspace.kernel.org;\n spf=pass smtp.mailfrom=suse.de","smtp-out2.suse.de;\n\tnone"],"Received":["from tor.lore.kernel.org (tor.lore.kernel.org\n [IPv6:2600:3c04:e001:36c::12fc:5321])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g1VXR2XlLz1yD5\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 19:04:39 +1000 (AEST)","from smtp.subspace.kernel.org (conduit.subspace.kernel.org\n [100.90.174.1])\n\tby tor.lore.kernel.org (Postfix) with ESMTP id 960C33023A66\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 23 Apr 2026 09:01:51 +0000 (UTC)","from localhost.localdomain (localhost.localdomain [127.0.0.1])\n\tby smtp.subspace.kernel.org (Postfix) with ESMTP id 665AD25F7A9;\n\tThu, 23 Apr 2026 09:01:49 +0000 (UTC)","from smtp-out2.suse.de (smtp-out2.suse.de [195.135.223.131])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))\n\t(No client certificate requested)\n\tby smtp.subspace.kernel.org (Postfix) with ESMTPS id DCCA224BD03\n\tfor <linux-cifs@vger.kernel.org>; Thu, 23 Apr 2026 09:01:47 +0000 (UTC)","from imap1.dmz-prg2.suse.org (unknown [10.150.64.97])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest\n SHA256)\n\t(No client certificate requested)\n\tby smtp-out2.suse.de (Postfix) with ESMTPS id 4E3E45BCCE;\n\tThu, 23 Apr 2026 09:01:40 +0000 (UTC)","from imap1.dmz-prg2.suse.org (localhost [127.0.0.1])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest\n SHA256)\n\t(No client certificate requested)\n\tby imap1.dmz-prg2.suse.org (Postfix) with ESMTPS id 30EAD593A3;\n\tThu, 23 Apr 2026 09:01:40 +0000 (UTC)","from dovecot-director2.suse.de ([2a07:de40:b281:106:10:150:64:167])\n\tby imap1.dmz-prg2.suse.org with ESMTPSA\n\tid OV8VCvTf6WnOEwAAD6G6ig\n\t(envelope-from <ematsumiya@suse.de>); Thu, 23 Apr 2026 09:01:40 +0000"],"ARC-Seal":"i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116;\n\tt=1776934909; cv=none;\n b=jIbExj9+njWvLjZnLTfj5ad28NP84kN5ph8zSxn4VALTmaUVAw8uGeLsJJuOxT+2rH65IO7z1k9+zdj7kqQmuKtJPqfXCZ75mba4lhg8DCV2P8sSivBOFRZuAcKX2XREj3J1zedLqgc1ax/E+Oe8CmDZ7BLcVvLaZKZL4L83caU=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=subspace.kernel.org;\n\ts=arc-20240116; t=1776934909; c=relaxed/simple;\n\tbh=AARDKdCZFp0Qa9px4VGp2Y1JL3GvGbPcvZWxmzhmIhk=;\n\th=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:\n\t Content-Type:Content-Disposition:In-Reply-To;\n b=gzzj4fMS8o3CUeYyd7BDMtJ70OuMJ2EuJEQscZpCNmXxQOsR3Ir9ysuY0QFO5n6QOySrF+vzBcesN7EteQt6aUPiRpoF92XMNLX9CK1OdZGxKWLuqVCs02SN1WhjOzbAjUGYGB4WsB3cKCHuT0KkqfPxko8RfL9n5piQpphEHoA=","ARC-Authentication-Results":"i=1; smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=suse.de;\n spf=pass smtp.mailfrom=suse.de;\n dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de\n header.b=tb5XswPU;\n dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de\n header.b=JysKAtO2;\n dkim=pass (1024-bit key) header.d=suse.de header.i=@suse.de\n header.b=Txrjz0Pd;\n dkim=permerror (0-bit key) header.d=suse.de header.i=@suse.de\n header.b=Fbc61vYn; arc=none smtp.client-ip=195.135.223.131","DKIM-Signature":["v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de;\n s=susede2_rsa;\n\tt=1776934905;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n\t mime-version:mime-version:content-type:content-type:\n\t in-reply-to:in-reply-to:references:references;\n\tbh=vE4xbqj/Z+7+PQqRMBff6aTnGkKRnIEEMe0PYzFUraE=;\n\tb=tb5XswPU6iG53RgzKmOlHes81QbwtZZvw4v0jVlrP6GfDhm7JdVRJpSVL5nEP/NFyOdJeP\n\tHu03YK++cwxnlwFrHJoH+zOH2SmNcJHnr5kNqzNOqKot2UvozDwJ5u6cfeHNFcv1CPTTfH\n\teYWYYzr+jq0T4dukXiw2oTfhFn6zqE8=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de;\n\ts=susede2_ed25519; t=1776934905;\n\th=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n\t mime-version:mime-version:content-type:content-type:\n\t in-reply-to:in-reply-to:references:references;\n\tbh=vE4xbqj/Z+7+PQqRMBff6aTnGkKRnIEEMe0PYzFUraE=;\n\tb=JysKAtO2pAKyXbmUcuAAmGZZCHEHVzX3WUBHg1XWZY3MOBmSck7WV5fsSJ2rgCpVKzQ1yW\n\tN2K93HIdHxlt7vCg==","v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de;\n s=susede2_rsa;\n\tt=1776934900;\n h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n\t mime-version:mime-version:content-type:content-type:\n\t in-reply-to:in-reply-to:references:references;\n\tbh=vE4xbqj/Z+7+PQqRMBff6aTnGkKRnIEEMe0PYzFUraE=;\n\tb=Txrjz0Pdp+9J9EvHuMbJkyd34B5Gt1fMHTkaN4PoHLAnh275VIS/EYzDgiq/j8YD27c3Q/\n\twtcFSWzWWdcODTbIozVgpzJfd6WQlWkO/Ya2fHK8SNUi0lXdYUx9/u/sQUA20mboIX9IQE\n\tvXI+pGQGjZwFFlqTHeBdk8Ssm3a3aaU=","v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de;\n\ts=susede2_ed25519; t=1776934900;\n\th=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc:\n\t mime-version:mime-version:content-type:content-type:\n\t in-reply-to:in-reply-to:references:references;\n\tbh=vE4xbqj/Z+7+PQqRMBff6aTnGkKRnIEEMe0PYzFUraE=;\n\tb=Fbc61vYnb3LZflzNLv1d41/Vg0bLMV+Vt/tilHbcEEf3s6vGP3MhjeUp9QFnOSXSiFB7b+\n\tV2Qrd8qjzhD7FhBg=="],"Date":"Thu, 23 Apr 2026 11:01:39 +0200","From":"Enzo Matsumiya <ematsumiya@suse.de>","To":"Arnd Bergmann <arnd@kernel.org>","Cc":"Steve French <sfrench@samba.org>, Arnd Bergmann <arnd@arndb.de>,\n\tPaulo Alcantara <pc@manguebit.org>,\n Ronnie Sahlberg <ronniesahlberg@gmail.com>,\n\tShyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>,\n\tBharath SM <bharathsm@microsoft.com>, Stefan Metzmacher <metze@samba.org>,\n\tNamjae Jeon <linkinjeon@kernel.org>, linux-cifs@vger.kernel.org,\n samba-technical@lists.samba.org,\n\tlinux-kernel@vger.kernel.org","Subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","Message-ID":"<mrqkpq5tp3pair2gkvgfvkf2gfniav4npp5phd6qv4j36oce6o@j4zwqqzbqjir>","References":"<20260423065042.1898971-1-arnd@kernel.org>","Precedence":"bulk","X-Mailing-List":"linux-cifs@vger.kernel.org","List-Id":"<linux-cifs.vger.kernel.org>","List-Subscribe":"<mailto:linux-cifs+subscribe@vger.kernel.org>","List-Unsubscribe":"<mailto:linux-cifs+unsubscribe@vger.kernel.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii; format=flowed","Content-Disposition":"inline","In-Reply-To":"<20260423065042.1898971-1-arnd@kernel.org>","X-Spamd-Result":"default: False [-3.80 / 50.00];\n\tBAYES_HAM(-3.00)[100.00%];\n\tNEURAL_HAM_LONG(-1.00)[-1.000];\n\tMID_RHS_NOT_FQDN(0.50)[];\n\tNEURAL_HAM_SHORT(-0.20)[-1.000];\n\tMIME_GOOD(-0.10)[text/plain];\n\tFUZZY_RATELIMITED(0.00)[rspamd.com];\n\tRCVD_VIA_SMTP_AUTH(0.00)[];\n\tMISSING_XM_UA(0.00)[];\n\tRCPT_COUNT_TWELVE(0.00)[13];\n\tARC_NA(0.00)[];\n\tMIME_TRACE(0.00)[0:+];\n\tRCVD_TLS_ALL(0.00)[];\n\tFREEMAIL_ENVRCPT(0.00)[gmail.com];\n\tDKIM_SIGNED(0.00)[suse.de:s=susede2_rsa,suse.de:s=susede2_ed25519];\n\tFROM_HAS_DN(0.00)[];\n\tFREEMAIL_CC(0.00)[samba.org,arndb.de,manguebit.org,gmail.com,microsoft.com,talpey.com,kernel.org,vger.kernel.org,lists.samba.org];\n\tTO_DN_SOME(0.00)[];\n\tFROM_EQ_ENVFROM(0.00)[];\n\tTO_MATCH_ENVRCPT_ALL(0.00)[];\n\tRCVD_COUNT_TWO(0.00)[2];\n\tDBL_BLOCKED_OPENRESOLVER(0.00)[imap1.dmz-prg2.suse.org:helo]","X-Spam-Flag":"NO","X-Spam-Score":"-3.80","X-Spam-Level":""}},{"id":3684251,"web_url":"http://patchwork.ozlabs.org/comment/3684251/","msgid":"<202604300441.heF8QVnl-lkp@intel.com>","list_archive_url":null,"date":"2026-04-29T20:37:37","subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Arnd,\n\nkernel test robot noticed the following build warnings:\n\n[auto build test WARNING on next-20260424]\n[also build test WARNING on linus/master v7.1-rc1]\n[cannot apply to v7.0 v7.0-rc7 v7.0-rc6]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Arnd-Bergmann/smb-client-hide-unused-cifs_debug_dirs_proc_ops/20260426-163431\nbase:   next-20260424\npatch link:    https://lore.kernel.org/r/20260423065042.1898971-1-arnd%40kernel.org\npatch subject: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops\nconfig: microblaze-defconfig (https://download.01.org/0day-ci/archive/20260430/202604300441.heF8QVnl-lkp@intel.com/config)\ncompiler: microblaze-linux-gcc (GCC) 15.2.0\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260430/202604300441.heF8QVnl-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202604300441.heF8QVnl-lkp@intel.com/\n\nAll warnings (new ones prefixed by >>):\n\n   fs/smb/client/cifs_debug.c: In function 'cifs_proc_init':\n   fs/smb/client/cifs_debug.c:937:55: error: 'cifs_debug_dirs_proc_ops' undeclared (first use in this function); did you mean 'cifs_debug_dirs_proc_show'?\n     937 |         proc_create(\"open_dirs\", 0600, proc_fs_cifs, &cifs_debug_dirs_proc_ops);\n         |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~\n         |                                                       cifs_debug_dirs_proc_show\n   fs/smb/client/cifs_debug.c:937:55: note: each undeclared identifier is reported only once for each function it appears in\n   fs/smb/client/cifs_debug.c: At top level:\n>> fs/smb/client/cifs_debug.c:298:12: warning: 'cifs_debug_dirs_proc_show' defined but not used [-Wunused-function]\n     298 | static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n         |            ^~~~~~~~~~~~~~~~~~~~~~~~~\n\n\nvim +/cifs_debug_dirs_proc_show +298 fs/smb/client/cifs_debug.c\n\ndfe33f9abc08997 fs/cifs/cifs_debug.c       Steve French   2018-10-30  297  \n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28 @298  static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  299  {\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  300  \tstruct list_head *stmp, *tmp, *tmp1;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  301  \tstruct TCP_Server_Info *server;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  302  \tstruct cifs_ses *ses;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  303  \tstruct cifs_tcon *tcon;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  304  \tstruct cached_fids *cfids;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  305  \tstruct cached_fid *cfid;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  306  \tLIST_HEAD(entry);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  307  \n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  308  \tseq_puts(m, \"# Version:1\\n\");\nd492a4e7d4d64fc fs/smb/client/cifs_debug.c Arnd Bergmann  2026-04-23  309  #ifdef CONFIG_CIFS_DEBUG2\n17d912d54f23058 fs/smb/client/cifs_debug.c Enzo Matsumiya 2026-04-22  310  \tseq_puts(m, \"# Write 0 to this file to drop all cached directory entries\\n\");\n17d912d54f23058 fs/smb/client/cifs_debug.c Enzo Matsumiya 2026-04-22  311  #endif /* CONFIG_CIFS_DEBUG */\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  312  \tseq_puts(m, \"# Format:\\n\");\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  313  \tseq_puts(m, \"# <tree id> <sess id> <persistent fid> <lease-key> <path>\\n\");\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  314  \n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  315  \tspin_lock(&cifs_tcp_ses_lock);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  316  \tlist_for_each(stmp, &cifs_tcp_ses_list) {\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  317  \t\tserver = list_entry(stmp, struct TCP_Server_Info,\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  318  \t\t\t\t    tcp_ses_list);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  319  \t\tlist_for_each(tmp, &server->smb_ses_list) {\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  320  \t\t\tses = list_entry(tmp, struct cifs_ses, smb_ses_list);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  321  \t\t\tlist_for_each(tmp1, &ses->tcon_list) {\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  322  \t\t\t\ttcon = list_entry(tmp1, struct cifs_tcon, tcon_list);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  323  \t\t\t\tcfids = tcon->cfids;\n6976c7a69dafbb3 fs/smb/client/cifs_debug.c Wang Zhaolong  2025-08-29  324  \t\t\t\tif (!cfids)\n6976c7a69dafbb3 fs/smb/client/cifs_debug.c Wang Zhaolong  2025-08-29  325  \t\t\t\t\tcontinue;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  326  \t\t\t\tspin_lock(&cfids->cfid_list_lock); /* check lock ordering */\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  327  \t\t\t\tseq_printf(m, \"Num entries: %d, cached_dirents: %lu entries, %llu bytes\\n\",\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  328  \t\t\t\t\t\tcfids->num_entries,\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  329  \t\t\t\t\t\t(unsigned long)atomic_long_read(&cfids->total_dirents_entries),\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  330  \t\t\t\t\t\t(unsigned long long)atomic64_read(&cfids->total_dirents_bytes));\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  331  \t\t\t\tlist_for_each_entry(cfid, &cfids->entries, entry) {\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  332  \t\t\t\t\tseq_printf(m, \"0x%x 0x%llx 0x%llx \",\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  333  \t\t\t\t\t\ttcon->tid,\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  334  \t\t\t\t\t\tses->Suid,\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  335  \t\t\t\t\t\tcfid->fid.persistent_fid);\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  336  \t\t\t\t\tif (cfid->has_lease)\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  337  \t\t\t\t\t\tseq_printf(m, \"%pUl \", cfid->fid.lease_key);\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  338  \t\t\t\t\telse\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  339  \t\t\t\t\t\tseq_puts(m, \"- \");\nf78b83dce273ff2 fs/smb/client/cifs_debug.c Bharath SM     2025-10-30  340  \t\t\t\t\tseq_printf(m, \"%s\", cfid->path);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  341  \t\t\t\t\tif (cfid->file_all_info_is_valid)\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  342  \t\t\t\t\t\tseq_printf(m, \"\\tvalid file info\");\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  343  \t\t\t\t\tif (cfid->dirents.is_valid)\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  344  \t\t\t\t\t\tseq_printf(m, \", valid dirents\");\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  345  \t\t\t\t\tif (!list_empty(&cfid->dirents.entries))\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  346  \t\t\t\t\t\tseq_printf(m, \", dirents: %lu entries, %lu bytes\",\n63eb8bd6c81d84a fs/smb/client/cifs_debug.c Bharath SM     2025-09-29  347  \t\t\t\t\t\tcfid->dirents.entries_count, cfid->dirents.bytes_used);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  348  \t\t\t\t\tseq_printf(m, \"\\n\");\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  349  \t\t\t\t}\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  350  \t\t\t\tspin_unlock(&cfids->cfid_list_lock);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  351  \t\t\t}\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  352  \t\t}\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  353  \t}\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  354  \tspin_unlock(&cifs_tcp_ses_lock);\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  355  \tseq_putc(m, '\\n');\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  356  \treturn 0;\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  357  }\n844e5c0eb1767d5 fs/smb/client/cifs_debug.c Steve French   2025-07-28  358","headers":{"Return-Path":"\n <linux-cifs+bounces-11296-incoming=patchwork.ozlabs.org@vger.kernel.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-cifs@vger.kernel.org"],"Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=KFX5pHvi;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org\n (client-ip=2600:3c0a:e001:db::12fc:5321; helo=sea.lore.kernel.org;\n envelope-from=linux-cifs+bounces-11296-incoming=patchwork.ozlabs.org@vger.kernel.org;\n receiver=patchwork.ozlabs.org)","smtp.subspace.kernel.org;\n\tdkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=\"KFX5pHvi\"","smtp.subspace.kernel.org;\n arc=none smtp.client-ip=198.175.65.17","smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","smtp.subspace.kernel.org;\n spf=pass smtp.mailfrom=intel.com"],"Received":["from sea.lore.kernel.org (sea.lore.kernel.org\n [IPv6:2600:3c0a:e001:db::12fc:5321])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g5Tfq2sgnz1yHZ\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 30 Apr 2026 06:38:59 +1000 (AEST)","from smtp.subspace.kernel.org (conduit.subspace.kernel.org\n [100.90.174.1])\n\tby sea.lore.kernel.org (Postfix) with ESMTP id 4DD3F3060ADA\n\tfor <incoming@patchwork.ozlabs.org>; Wed, 29 Apr 2026 20:37:57 +0000 (UTC)","from localhost.localdomain (localhost.localdomain [127.0.0.1])\n\tby smtp.subspace.kernel.org (Postfix) with ESMTP id 7511D39EF2B;\n\tWed, 29 Apr 2026 20:37:56 +0000 (UTC)","from mgamail.intel.com (mgamail.intel.com [198.175.65.17])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby smtp.subspace.kernel.org (Postfix) with ESMTPS id 74B9E39E6C9;\n\tWed, 29 Apr 2026 20:37:54 +0000 (UTC)","from fmviesa002.fm.intel.com ([10.60.135.142])\n  by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 29 Apr 2026 13:37:54 -0700","from lkp-server01.sh.intel.com (HELO aa799cca880d) ([10.239.97.150])\n  by fmviesa002.fm.intel.com with ESMTP; 29 Apr 2026 13:37:50 -0700","from kbuild by aa799cca880d with local (Exim 4.98.2)\n\t(envelope-from <lkp@intel.com>)\n\tid 1wIBfH-00000000BWC-3JVm;\n\tWed, 29 Apr 2026 20:37:47 +0000"],"ARC-Seal":"i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116;\n\tt=1777495076; cv=none;\n b=SNjBzl96TYJMa7HR0dQgr6St5yTcSlK/mCsgnAqQimwmGO+hcMM5HCGPZ1wHHzFbR60UzVzkbiL4yOsx/EE4zbXkERiQeto1aSgP4z8HlmWGM2SmaYOEOlvnMPGLkPZLJzV71+BUiI7txvHtCG4xcWK/71V78GBHcFJcti6fIOw=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=subspace.kernel.org;\n\ts=arc-20240116; t=1777495076; c=relaxed/simple;\n\tbh=8voSFhsIqpJgJv2rsK+vEfMA+7ngN84+iPwcq1+9Ebg=;\n\th=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:\n\t Content-Type:Content-Disposition:In-Reply-To;\n b=Ip2TBCrH5SSflNGBUKsdnPhwQgJjhz9JJYtGBAb+wlsmUlhPh0eT924Dp4kIwwC/Kug+upkdCUYVYztrHJ2K6H4WxXU30am3hsFMQ4mRb/vYvxWBTjCBQ7QmcKenOYULmV/x6Ygc+27s7QxJoxcJlGkxlmMzNrZUS3WrLYjsSxE=","ARC-Authentication-Results":"i=1; smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com;\n spf=pass smtp.mailfrom=intel.com;\n dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=KFX5pHvi; arc=none smtp.client-ip=198.175.65.17","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1777495075; x=1809031075;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=8voSFhsIqpJgJv2rsK+vEfMA+7ngN84+iPwcq1+9Ebg=;\n  b=KFX5pHviOn9mJi4OH/7rmPWyGNWX/w3sgNXl1pf4IxS7tmhCUI7KzMk1\n   3dyeivqvFyJ+8wKzIeL8eCFGfFUgbtyzq5L2OGsZ1qjVHkz0rzrL8l8kI\n   iAuiJrQ67ZVYk1zDBoIHGN3GOz6WL0cQqQXpkCpmyEePp1r+gMg3uWYhm\n   7/lSvraduS5G618MUeqmkPPk58kufZ/jAEQQd3Qsg4IPtuiiCXlhQb1lQ\n   j5/iEb54ov/y19M84ck2WDKO82V0J3irAEXJfEK0IG5aXAYjuRoq5svaI\n   KbjSpnjvoUd7rIfrBL6Nu2eS4P6z81z6XHMyhV7oD5NioUWJG4V1AKX/Y\n   g==;","X-CSE-ConnectionGUID":["1ym0WklhT/CKoBcCxlu0Yg==","49EM4J4FQ16wcpd/k8Rhgg=="],"X-CSE-MsgGUID":["2aFvXDkNTiWypD7lS4kzHA==","Fp5Oy9TcSyueZpA5tAh9Nw=="],"X-IronPort-AV":["E=McAfee;i=\"6800,10657,11771\"; a=\"78424038\"","E=Sophos;i=\"6.23,206,1770624000\";\n   d=\"scan'208\";a=\"78424038\"","E=Sophos;i=\"6.23,206,1770624000\";\n   d=\"scan'208\";a=\"257697621\""],"X-ExtLoop1":"1","Date":"Thu, 30 Apr 2026 04:37:37 +0800","From":"kernel test robot <lkp@intel.com>","To":"Arnd Bergmann <arnd@kernel.org>, Steve French <sfrench@samba.org>,\n\tEnzo Matsumiya <ematsumiya@suse.de>","Cc":"oe-kbuild-all@lists.linux.dev, Arnd Bergmann <arnd@arndb.de>,\n\tPaulo Alcantara <pc@manguebit.org>,\n\tRonnie Sahlberg <ronniesahlberg@gmail.com>,\n\tShyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>,\n\tBharath SM <bharathsm@microsoft.com>,\n\tStefan Metzmacher <metze@samba.org>,\n\tNamjae Jeon <linkinjeon@kernel.org>, linux-cifs@vger.kernel.org,\n\tsamba-technical@lists.samba.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","Message-ID":"<202604300441.heF8QVnl-lkp@intel.com>","References":"<20260423065042.1898971-1-arnd@kernel.org>","Precedence":"bulk","X-Mailing-List":"linux-cifs@vger.kernel.org","List-Id":"<linux-cifs.vger.kernel.org>","List-Subscribe":"<mailto:linux-cifs+subscribe@vger.kernel.org>","List-Unsubscribe":"<mailto:linux-cifs+unsubscribe@vger.kernel.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20260423065042.1898971-1-arnd@kernel.org>"}},{"id":3684330,"web_url":"http://patchwork.ozlabs.org/comment/3684330/","msgid":"<202604300622.95X1Ab1U-lkp@intel.com>","list_archive_url":null,"date":"2026-04-29T23:06:18","subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Arnd,\n\nkernel test robot noticed the following build errors:\n\n[auto build test ERROR on next-20260424]\n[also build test ERROR on linus/master v7.1-rc1]\n[cannot apply to v7.0 v7.0-rc7 v7.0-rc6]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Arnd-Bergmann/smb-client-hide-unused-cifs_debug_dirs_proc_ops/20260426-163431\nbase:   next-20260424\npatch link:    https://lore.kernel.org/r/20260423065042.1898971-1-arnd%40kernel.org\npatch subject: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops\nconfig: microblaze-defconfig (https://download.01.org/0day-ci/archive/20260430/202604300622.95X1Ab1U-lkp@intel.com/config)\ncompiler: microblaze-linux-gcc (GCC) 15.2.0\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260430/202604300622.95X1Ab1U-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202604300622.95X1Ab1U-lkp@intel.com/\n\nAll errors (new ones prefixed by >>):\n\n   fs/smb/client/cifs_debug.c: In function 'cifs_proc_init':\n>> fs/smb/client/cifs_debug.c:937:55: error: 'cifs_debug_dirs_proc_ops' undeclared (first use in this function); did you mean 'cifs_debug_dirs_proc_show'?\n     937 |         proc_create(\"open_dirs\", 0600, proc_fs_cifs, &cifs_debug_dirs_proc_ops);\n         |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~\n         |                                                       cifs_debug_dirs_proc_show\n   fs/smb/client/cifs_debug.c:937:55: note: each undeclared identifier is reported only once for each function it appears in\n   fs/smb/client/cifs_debug.c: At top level:\n   fs/smb/client/cifs_debug.c:298:12: warning: 'cifs_debug_dirs_proc_show' defined but not used [-Wunused-function]\n     298 | static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n         |            ^~~~~~~~~~~~~~~~~~~~~~~~~\n\n\nvim +937 fs/smb/client/cifs_debug.c\n\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  922  \n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  923  void\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  924  cifs_proc_init(void)\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  925  {\n36a5aeb8787fbf fs/cifs/cifs_debug.c       Alexey Dobriyan   2008-04-29  926  \tproc_fs_cifs = proc_mkdir(\"fs/cifs\", NULL);\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  927  \tif (proc_fs_cifs == NULL)\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  928  \t\treturn;\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  929  \n3f3942aca6da35 fs/cifs/cifs_debug.c       Christoph Hellwig 2018-05-15  930  \tproc_create_single(\"DebugData\", 0, proc_fs_cifs,\n3f3942aca6da35 fs/cifs/cifs_debug.c       Christoph Hellwig 2018-05-15  931  \t\t\tcifs_debug_data_proc_show);\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  932  \ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  933  \tproc_create_single(\"open_files\", 0400, proc_fs_cifs,\ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  934  \t\t\tcifs_debug_files_proc_show);\ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  935  \n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  936  #ifdef CONFIG_CIFS_DEBUG\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22 @937  \tproc_create(\"open_dirs\", 0600, proc_fs_cifs, &cifs_debug_dirs_proc_ops);\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  938  #else /* CONFIG_CIFS_DEBUG */\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  939  \tproc_create_single(\"open_dirs\", 0400, proc_fs_cifs, cifs_debug_dirs_proc_show);\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  940  #endif /* !CONFIG_CIFS_DEBUG */\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  941  \tproc_create(\"Stats\", 0644, proc_fs_cifs, &cifs_stats_proc_ops);\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  942  \tproc_create(\"cifsFYI\", 0644, proc_fs_cifs, &cifsFYI_proc_ops);\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  943  \tproc_create(\"traceSMB\", 0644, proc_fs_cifs, &traceSMB_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  944  \tproc_create(\"LinuxExtensionsEnabled\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  945  \t\t    &cifs_linux_ext_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  946  \tproc_create(\"SecurityFlags\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  947  \t\t    &cifs_security_flags_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  948  \tproc_create(\"LookupCacheEnabled\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  949  \t\t    &cifs_lookup_cache_proc_ops);\n54be1f6c1c3749 fs/cifs/cifs_debug.c       Paulo Alcantara   2018-11-14  950  \n94b0595a8e018c fs/cifs/cifs_debug.c       Aurelien Aptel    2021-03-18  951  \tproc_create(\"mount_params\", 0444, proc_fs_cifs, &cifs_mount_params_proc_ops);\n94b0595a8e018c fs/cifs/cifs_debug.c       Aurelien Aptel    2021-03-18  952","headers":{"Return-Path":"\n <linux-cifs+bounces-11306-incoming=patchwork.ozlabs.org@vger.kernel.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-cifs@vger.kernel.org"],"Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=IBvy7tOO;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org\n (client-ip=172.234.253.10; helo=sea.lore.kernel.org;\n envelope-from=linux-cifs+bounces-11306-incoming=patchwork.ozlabs.org@vger.kernel.org;\n receiver=patchwork.ozlabs.org)","smtp.subspace.kernel.org;\n\tdkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=\"IBvy7tOO\"","smtp.subspace.kernel.org;\n arc=none smtp.client-ip=192.198.163.18","smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","smtp.subspace.kernel.org;\n spf=pass smtp.mailfrom=intel.com"],"Received":["from sea.lore.kernel.org (sea.lore.kernel.org [172.234.253.10])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g5Xxy3HRnz1yHZ\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 30 Apr 2026 09:07:18 +1000 (AEST)","from smtp.subspace.kernel.org (conduit.subspace.kernel.org\n [100.90.174.1])\n\tby sea.lore.kernel.org (Postfix) with ESMTP id DC9CB301CA67\n\tfor <incoming@patchwork.ozlabs.org>; Wed, 29 Apr 2026 23:07:11 +0000 (UTC)","from localhost.localdomain (localhost.localdomain [127.0.0.1])\n\tby smtp.subspace.kernel.org (Postfix) with ESMTP id A6A092EBB99;\n\tWed, 29 Apr 2026 23:07:11 +0000 (UTC)","from mgamail.intel.com (mgamail.intel.com [192.198.163.18])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby smtp.subspace.kernel.org (Postfix) with ESMTPS id 743F1359A89;\n\tWed, 29 Apr 2026 23:07:09 +0000 (UTC)","from orviesa007.jf.intel.com ([10.64.159.147])\n  by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 29 Apr 2026 16:07:09 -0700","from lkp-server01.sh.intel.com (HELO aa799cca880d) ([10.239.97.150])\n  by orviesa007.jf.intel.com with ESMTP; 29 Apr 2026 16:07:06 -0700","from kbuild by aa799cca880d with local (Exim 4.98.2)\n\t(envelope-from <lkp@intel.com>)\n\tid 1wIDzi-00000000Bd8-1zWM;\n\tWed, 29 Apr 2026 23:07:02 +0000"],"ARC-Seal":"i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116;\n\tt=1777504031; cv=none;\n b=MveCaYX/uhnS1OdmI61gLHzJhNuVVTuuYCF7Zq7oXfaDU2ndijhF3nnJPDw9vo6zrs4G9AwOCkanxGZAg4HoaFsqlIhpt8F4+ChMmNBFaa9HB+Yb9m03JWOzrG5xqifoNQzUZzNHyz1Abw5h10ZGbVqk9zyiVlXp6hZXfDI7M/U=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=subspace.kernel.org;\n\ts=arc-20240116; t=1777504031; c=relaxed/simple;\n\tbh=JTlhJ9osmBzwut4VSM8c5XR2dSqQSlr9sygStqPGqhw=;\n\th=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:\n\t Content-Type:Content-Disposition:In-Reply-To;\n b=bPaPw05Aquq+tcuZ+XYuIAYRuL2JD7BFcBkB8EPRPBLkwwf44F4yT34PdpmZPzrhevyQX+N/VwuCOftvQ1lnhUrMi3lQTDOwvIcnVqUVa0IPblCOU8vT0LTGFHbPGGUtIHo2zHdBKk/2cYy3aIhi9ppySPv4hq/dOjBal8FYiUg=","ARC-Authentication-Results":"i=1; smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com;\n spf=pass smtp.mailfrom=intel.com;\n dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=IBvy7tOO; arc=none smtp.client-ip=192.198.163.18","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1777504030; x=1809040030;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=JTlhJ9osmBzwut4VSM8c5XR2dSqQSlr9sygStqPGqhw=;\n  b=IBvy7tOO63Wo0QGneM7w5lKpEDE4NMNhYoWWvin8D+eQUmbjVMnhfuer\n   8zkxrL6OgkN1Q9AfO1JbyWjQDevGlDb60sGy58km4zR8dZ+fGLU/R3jww\n   jCE8V02QXBq2oiX1YbRcob7ycCch1du8Dsd7n5MXwQsCh9efmt3uNcRfm\n   MQ+SgWhk3IZ4TFUb2A9FtoWdArvGcgH+WQml8vgMMH+tTikxl7CTQQSBr\n   zSz5j5+U47n9C1S8Lm94WWhJzyXNMgX95vif7il0piFFuKROUbIcYE0rS\n   uFyz5wMEyrqM9Zeny0yOr02u6SbcWv3s0CqPl1Z+51XVpIRjz987ATsQt\n   Q==;","X-CSE-ConnectionGUID":["7wmx5FXxSD2mKW51Un0HRQ==","VC1tCHacRSWbNay9m+nl0g=="],"X-CSE-MsgGUID":["VB2RWoEXRrmlMYdg1LooUA==","toe1Wfn8RzKFGVtaYgts5g=="],"X-IronPort-AV":["E=McAfee;i=\"6800,10657,11771\"; a=\"77611433\"","E=Sophos;i=\"6.23,207,1770624000\";\n   d=\"scan'208\";a=\"77611433\"","E=Sophos;i=\"6.23,207,1770624000\";\n   d=\"scan'208\";a=\"234676554\""],"X-ExtLoop1":"1","Date":"Thu, 30 Apr 2026 07:06:18 +0800","From":"kernel test robot <lkp@intel.com>","To":"Arnd Bergmann <arnd@kernel.org>, Steve French <sfrench@samba.org>,\n\tEnzo Matsumiya <ematsumiya@suse.de>","Cc":"oe-kbuild-all@lists.linux.dev, Arnd Bergmann <arnd@arndb.de>,\n\tPaulo Alcantara <pc@manguebit.org>,\n\tRonnie Sahlberg <ronniesahlberg@gmail.com>,\n\tShyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>,\n\tBharath SM <bharathsm@microsoft.com>,\n\tStefan Metzmacher <metze@samba.org>,\n\tNamjae Jeon <linkinjeon@kernel.org>, linux-cifs@vger.kernel.org,\n\tsamba-technical@lists.samba.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","Message-ID":"<202604300622.95X1Ab1U-lkp@intel.com>","References":"<20260423065042.1898971-1-arnd@kernel.org>","Precedence":"bulk","X-Mailing-List":"linux-cifs@vger.kernel.org","List-Id":"<linux-cifs.vger.kernel.org>","List-Subscribe":"<mailto:linux-cifs+subscribe@vger.kernel.org>","List-Unsubscribe":"<mailto:linux-cifs+unsubscribe@vger.kernel.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20260423065042.1898971-1-arnd@kernel.org>"}},{"id":3684652,"web_url":"http://patchwork.ozlabs.org/comment/3684652/","msgid":"<202604302014.zKNhMog5-lkp@intel.com>","list_archive_url":null,"date":"2026-04-30T12:11:20","subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","submitter":{"id":67315,"url":"http://patchwork.ozlabs.org/api/people/67315/","name":"kernel test robot","email":"lkp@intel.com"},"content":"Hi Arnd,\n\nkernel test robot noticed the following build errors:\n\n[auto build test ERROR on next-20260424]\n[also build test ERROR on linus/master v7.1-rc1]\n[cannot apply to v7.0 v7.0-rc7 v7.0-rc6]\n[If your patch is applied to the wrong git tree, kindly drop us a note.\nAnd when submitting patch, we suggest to use '--base' as documented in\nhttps://git-scm.com/docs/git-format-patch#_base_tree_information]\n\nurl:    https://github.com/intel-lab-lkp/linux/commits/Arnd-Bergmann/smb-client-hide-unused-cifs_debug_dirs_proc_ops/20260426-163431\nbase:   next-20260424\npatch link:    https://lore.kernel.org/r/20260423065042.1898971-1-arnd%40kernel.org\npatch subject: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops\nconfig: i386-randconfig-017-20260430 (https://download.01.org/0day-ci/archive/20260430/202604302014.zKNhMog5-lkp@intel.com/config)\ncompiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261)\nreproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260430/202604302014.zKNhMog5-lkp@intel.com/reproduce)\n\nIf you fix the issue in a separate patch/commit (i.e. not just a new version of\nthe same patch/commit), kindly add following tags\n| Reported-by: kernel test robot <lkp@intel.com>\n| Closes: https://lore.kernel.org/oe-kbuild-all/202604302014.zKNhMog5-lkp@intel.com/\n\nAll errors (new ones prefixed by >>):\n\n>> fs/smb/client/cifs_debug.c:937:48: error: use of undeclared identifier 'cifs_debug_dirs_proc_ops'; did you mean 'cifs_debug_dirs_proc_show'?\n     937 |         proc_create(\"open_dirs\", 0600, proc_fs_cifs, &cifs_debug_dirs_proc_ops);\n         |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~\n         |                                                       cifs_debug_dirs_proc_show\n   fs/smb/client/cifs_debug.c:298:12: note: 'cifs_debug_dirs_proc_show' declared here\n     298 | static int cifs_debug_dirs_proc_show(struct seq_file *m, void *v)\n         |            ^\n   1 error generated.\n\nKconfig warnings: (for reference only)\n   WARNING: unmet direct dependencies detected for MFD_STMFX\n   Depends on [n]: HAS_IOMEM [=y] && I2C [=y] && OF [=n]\n   Selected by [y]:\n   - PINCTRL_STMFX [=y] && PINCTRL [=y] && I2C [=y] && HAS_IOMEM [=y]\n\n\nvim +937 fs/smb/client/cifs_debug.c\n\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  922  \n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  923  void\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  924  cifs_proc_init(void)\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  925  {\n36a5aeb8787fbf fs/cifs/cifs_debug.c       Alexey Dobriyan   2008-04-29  926  \tproc_fs_cifs = proc_mkdir(\"fs/cifs\", NULL);\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  927  \tif (proc_fs_cifs == NULL)\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  928  \t\treturn;\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  929  \n3f3942aca6da35 fs/cifs/cifs_debug.c       Christoph Hellwig 2018-05-15  930  \tproc_create_single(\"DebugData\", 0, proc_fs_cifs,\n3f3942aca6da35 fs/cifs/cifs_debug.c       Christoph Hellwig 2018-05-15  931  \t\t\tcifs_debug_data_proc_show);\n^1da177e4c3f41 fs/cifs/cifs_debug.c       Linus Torvalds    2005-04-16  932  \ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  933  \tproc_create_single(\"open_files\", 0400, proc_fs_cifs,\ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  934  \t\t\tcifs_debug_files_proc_show);\ndfe33f9abc0899 fs/cifs/cifs_debug.c       Steve French      2018-10-30  935  \n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  936  #ifdef CONFIG_CIFS_DEBUG\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22 @937  \tproc_create(\"open_dirs\", 0600, proc_fs_cifs, &cifs_debug_dirs_proc_ops);\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  938  #else /* CONFIG_CIFS_DEBUG */\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  939  \tproc_create_single(\"open_dirs\", 0400, proc_fs_cifs, cifs_debug_dirs_proc_show);\n17d912d54f2305 fs/smb/client/cifs_debug.c Enzo Matsumiya    2026-04-22  940  #endif /* !CONFIG_CIFS_DEBUG */\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  941  \tproc_create(\"Stats\", 0644, proc_fs_cifs, &cifs_stats_proc_ops);\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  942  \tproc_create(\"cifsFYI\", 0644, proc_fs_cifs, &cifsFYI_proc_ops);\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  943  \tproc_create(\"traceSMB\", 0644, proc_fs_cifs, &traceSMB_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  944  \tproc_create(\"LinuxExtensionsEnabled\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  945  \t\t    &cifs_linux_ext_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  946  \tproc_create(\"SecurityFlags\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  947  \t\t    &cifs_security_flags_proc_ops);\n6539e7f3727ab9 fs/cifs/cifs_debug.c       Ronnie Sahlberg   2018-05-24  948  \tproc_create(\"LookupCacheEnabled\", 0644, proc_fs_cifs,\n97a32539b9568b fs/cifs/cifs_debug.c       Alexey Dobriyan   2020-02-03  949  \t\t    &cifs_lookup_cache_proc_ops);\n54be1f6c1c3749 fs/cifs/cifs_debug.c       Paulo Alcantara   2018-11-14  950  \n94b0595a8e018c fs/cifs/cifs_debug.c       Aurelien Aptel    2021-03-18  951  \tproc_create(\"mount_params\", 0444, proc_fs_cifs, &cifs_mount_params_proc_ops);\n94b0595a8e018c fs/cifs/cifs_debug.c       Aurelien Aptel    2021-03-18  952","headers":{"Return-Path":"\n <linux-cifs+bounces-11310-incoming=patchwork.ozlabs.org@vger.kernel.org>","X-Original-To":["incoming@patchwork.ozlabs.org","linux-cifs@vger.kernel.org"],"Delivered-To":"patchwork-incoming@legolas.ozlabs.org","Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (2048-bit key;\n unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256\n header.s=Intel header.b=C37fcfCF;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org\n (client-ip=2600:3c0a:e001:db::12fc:5321; helo=sea.lore.kernel.org;\n envelope-from=linux-cifs+bounces-11310-incoming=patchwork.ozlabs.org@vger.kernel.org;\n receiver=patchwork.ozlabs.org)","smtp.subspace.kernel.org;\n\tdkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=\"C37fcfCF\"","smtp.subspace.kernel.org;\n arc=none smtp.client-ip=192.198.163.18","smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com","smtp.subspace.kernel.org;\n spf=pass smtp.mailfrom=intel.com"],"Received":["from sea.lore.kernel.org (sea.lore.kernel.org\n [IPv6:2600:3c0a:e001:db::12fc:5321])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g5tPn6fBGz1yJr\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 30 Apr 2026 22:14:05 +1000 (AEST)","from smtp.subspace.kernel.org (conduit.subspace.kernel.org\n [100.90.174.1])\n\tby sea.lore.kernel.org (Postfix) with ESMTP id 48201300DDDB\n\tfor <incoming@patchwork.ozlabs.org>; Thu, 30 Apr 2026 12:12:31 +0000 (UTC)","from localhost.localdomain (localhost.localdomain [127.0.0.1])\n\tby smtp.subspace.kernel.org (Postfix) with ESMTP id F250240242D;\n\tThu, 30 Apr 2026 12:12:30 +0000 (UTC)","from mgamail.intel.com (mgamail.intel.com [192.198.163.18])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby smtp.subspace.kernel.org (Postfix) with ESMTPS id BD313402430;\n\tThu, 30 Apr 2026 12:12:28 +0000 (UTC)","from fmviesa001.fm.intel.com ([10.60.135.141])\n  by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 30 Apr 2026 05:12:28 -0700","from lkp-server01.sh.intel.com (HELO aa799cca880d) ([10.239.97.150])\n  by fmviesa001.fm.intel.com with ESMTP; 30 Apr 2026 05:12:24 -0700","from kbuild by aa799cca880d with local (Exim 4.98.2)\n\t(envelope-from <lkp@intel.com>)\n\tid 1wIQFh-00000000CNa-211v;\n\tThu, 30 Apr 2026 12:12:21 +0000"],"ARC-Seal":"i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116;\n\tt=1777551150; cv=none;\n b=MQ+Qk6ZUzt1ve4bFmK85MLWxAb2ghnFcdvIn5R/cEZz3SBKdvSRiyJMMWitSIbjYv5aiJPr7RIEkMlX25c/d5TT+dTRoOqOgQFdadk2Qgzt3ABkXOmcQFa+WfoHDx2sqgM+ix1MqL/wsQLUEDVDWjizXWr7//8QpwDXqrF9vND8=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=subspace.kernel.org;\n\ts=arc-20240116; t=1777551150; c=relaxed/simple;\n\tbh=4YV9b18f8f4b5MeLSUeaxJ5IPV69qM3nQn3s4UPwTy8=;\n\th=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:\n\t Content-Type:Content-Disposition:In-Reply-To;\n b=R7SXikhc2CmUoyUi6J3yhUbc7kUEwnlcaX7DE9ctPsRS5fPq18RfzvP3ycSsuQsjMoIi1ox33mm2fzgZJE4Ke9ygBmkgVXwuF967/zv2fi6n+mmRoqepLKr52As25AO2pGJsEAggDb4Bt1NsNM49kHZpq3mAj8xp2KH2mox+cfI=","ARC-Authentication-Results":"i=1; smtp.subspace.kernel.org;\n dmarc=pass (p=none dis=none) header.from=intel.com;\n spf=pass smtp.mailfrom=intel.com;\n dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com\n header.b=C37fcfCF; arc=none smtp.client-ip=192.198.163.18","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple;\n  d=intel.com; i=@intel.com; q=dns/txt; s=Intel;\n  t=1777551149; x=1809087149;\n  h=date:from:to:cc:subject:message-id:references:\n   mime-version:in-reply-to;\n  bh=4YV9b18f8f4b5MeLSUeaxJ5IPV69qM3nQn3s4UPwTy8=;\n  b=C37fcfCFczQ0FIMuLjycdVCdwBpgCFaQ2nocKAtY047KgCZIDW15shwg\n   MZS44UBgXgYHUhCaarDgYTDi5njJ1dPZKTFbI3rf9jWgy8o0isjAuHr4U\n   S8it2iJDasJuLE4Ebk0aaFMIb/1CDoFKKyt7orZZGeal2MQ9IL2tzOYLR\n   e/r4SX+unc0FJVOyGVb1V8ux6LYzPvh78LtKpWUjHPzec954eo5WTHpDP\n   Ikf4e/hhZmTud18keft8j7EHbc+7gzpZY/Puo5ckgZrLDMT0I/TVuuL1b\n   87RL0EOFg2+N3ICRd7TJftkMhptZ83t4d2mW0divhyz6lsMkiscZbJGaQ\n   A==;","X-CSE-ConnectionGUID":["Sj4x6LNAQcatnThk76/CwQ==","Dq6Uoh7LT6yvJqZLcghOxg=="],"X-CSE-MsgGUID":["whBKYgmiRh+brJ4IRsDgwg==","1AxaonX6S+WHSxvpsffp5Q=="],"X-IronPort-AV":["E=McAfee;i=\"6800,10657,11771\"; a=\"77664034\"","E=Sophos;i=\"6.23,208,1770624000\";\n   d=\"scan'208\";a=\"77664034\"","E=Sophos;i=\"6.23,208,1770624000\";\n   d=\"scan'208\";a=\"258143804\""],"X-ExtLoop1":"1","Date":"Thu, 30 Apr 2026 20:11:20 +0800","From":"kernel test robot <lkp@intel.com>","To":"Arnd Bergmann <arnd@kernel.org>, Steve French <sfrench@samba.org>,\n\tEnzo Matsumiya <ematsumiya@suse.de>","Cc":"llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev,\n\tArnd Bergmann <arnd@arndb.de>, Paulo Alcantara <pc@manguebit.org>,\n\tRonnie Sahlberg <ronniesahlberg@gmail.com>,\n\tShyam Prasad N <sprasad@microsoft.com>, Tom Talpey <tom@talpey.com>,\n\tBharath SM <bharathsm@microsoft.com>,\n\tStefan Metzmacher <metze@samba.org>,\n\tNamjae Jeon <linkinjeon@kernel.org>, linux-cifs@vger.kernel.org,\n\tsamba-technical@lists.samba.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH] smb: client: hide unused cifs_debug_dirs_proc_ops","Message-ID":"<202604302014.zKNhMog5-lkp@intel.com>","References":"<20260423065042.1898971-1-arnd@kernel.org>","Precedence":"bulk","X-Mailing-List":"linux-cifs@vger.kernel.org","List-Id":"<linux-cifs.vger.kernel.org>","List-Subscribe":"<mailto:linux-cifs+subscribe@vger.kernel.org>","List-Unsubscribe":"<mailto:linux-cifs+unsubscribe@vger.kernel.org>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20260423065042.1898971-1-arnd@kernel.org>"}}]