All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kernel@openeuler.org, "Steven Rostedt (VMware)" <rostedt@goodmis.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: [openeuler:openEuler-1.0-LTS 1298/1298] drivers/hid/intel-ish-hid/ipc/pci-ish.o: warning: objtool: missing symbol for section .exit.text
Date: Sun, 1 Dec 2024 16:58:31 +0800	[thread overview]
Message-ID: <202412011608.l2EWWbUS-lkp@intel.com> (raw)

Hi Joel,

FYI, the error/warning still remains.

tree:   https://gitee.com/openeuler/kernel.git openEuler-1.0-LTS
head:   b5504db0db8375a77340b5bb54c17cfb75d3c754
commit: c3bc8fd637a9623f5c507bd18f9677effbddf584 [1298/1298] tracing: Centralize preemptirq tracepoints and unify their usage
config: x86_64-buildonly-randconfig-006-20241118 (https://download.01.org/0day-ci/archive/20241201/202412011608.l2EWWbUS-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241201/202412011608.l2EWWbUS-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202412011608.l2EWWbUS-lkp@intel.com/

All warnings (new ones prefixed by >>):

   drivers/hid/intel-ish-hid/ipc/pci-ish.c: In function 'ish_resume_handler':
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:227:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
     227 |         int ret;
         |             ^~~
   In file included from drivers/hid/intel-ish-hid/ipc/pci-ish.c:16:
   drivers/hid/intel-ish-hid/ipc/pci-ish.c: At top level:
   include/linux/module.h:138:14: warning: 'cleanup_module' specifies less restrictive attribute than its target 'ish_driver_exit': 'cold' [-Wmissing-attributes]
     138 |         void cleanup_module(void) __attribute__((alias(#exitfn)));
         |              ^~~~~~~~~~~~~~
   include/linux/device.h:1558:1: note: in expansion of macro 'module_exit'
    1558 | module_exit(__driver##_exit);
         | ^~~~~~~~~~~
   include/linux/pci.h:1279:9: note: in expansion of macro 'module_driver'
    1279 |         module_driver(__pci_driver, pci_register_driver, pci_unregister_driver)
         |         ^~~~~~~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:1: note: in expansion of macro 'module_pci_driver'
     323 | module_pci_driver(ish_driver);
         | ^~~~~~~~~~~~~~~~~
   In file included from drivers/hid/intel-ish-hid/ipc/pci-ish.c:19:
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:19: note: 'cleanup_module' target declared here
     323 | module_pci_driver(ish_driver);
         |                   ^~~~~~~~~~
   include/linux/device.h:1554:20: note: in definition of macro 'module_driver'
    1554 | static void __exit __driver##_exit(void) \
         |                    ^~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:1: note: in expansion of macro 'module_pci_driver'
     323 | module_pci_driver(ish_driver);
         | ^~~~~~~~~~~~~~~~~
   include/linux/module.h:132:13: warning: 'init_module' specifies less restrictive attribute than its target 'ish_driver_init': 'cold' [-Wmissing-attributes]
     132 |         int init_module(void) __attribute__((alias(#initfn)));
         |             ^~~~~~~~~~~
   include/linux/device.h:1553:1: note: in expansion of macro 'module_init'
    1553 | module_init(__driver##_init); \
         | ^~~~~~~~~~~
   include/linux/pci.h:1279:9: note: in expansion of macro 'module_driver'
    1279 |         module_driver(__pci_driver, pci_register_driver, pci_unregister_driver)
         |         ^~~~~~~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:1: note: in expansion of macro 'module_pci_driver'
     323 | module_pci_driver(ish_driver);
         | ^~~~~~~~~~~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:19: note: 'init_module' target declared here
     323 | module_pci_driver(ish_driver);
         |                   ^~~~~~~~~~
   include/linux/device.h:1549:19: note: in definition of macro 'module_driver'
    1549 | static int __init __driver##_init(void) \
         |                   ^~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:323:1: note: in expansion of macro 'module_pci_driver'
     323 | module_pci_driver(ish_driver);
         | ^~~~~~~~~~~~~~~~~
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:54: warning: Function parameter or member '2' not described in '__printf'
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:54: warning: Function parameter or member '3' not described in '__printf'
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:54: warning: Excess function parameter 'dev' description in '__printf'
   drivers/hid/intel-ish-hid/ipc/pci-ish.c:54: warning: Excess function parameter 'format' description in '__printf'
>> drivers/hid/intel-ish-hid/ipc/pci-ish.o: warning: objtool: missing symbol for section .exit.text
--
   In file included from drivers/mmc/core/core.c:13:
   include/linux/module.h:132:13: warning: 'init_module' specifies less restrictive attribute than its target 'mmc_init': 'cold' [-Wmissing-attributes]
     132 |         int init_module(void) __attribute__((alias(#initfn)));
         |             ^~~~~~~~~~~
   include/linux/module.h:115:41: note: in expansion of macro 'module_init'
     115 | #define subsys_initcall(fn)             module_init(fn)
         |                                         ^~~~~~~~~~~
   drivers/mmc/core/core.c:2871:1: note: in expansion of macro 'subsys_initcall'
    2871 | subsys_initcall(mmc_init);
         | ^~~~~~~~~~~~~~~
   drivers/mmc/core/core.c:2839:19: note: 'init_module' target declared here
    2839 | static int __init mmc_init(void)
         |                   ^~~~~~~~
   include/linux/module.h:138:14: warning: 'cleanup_module' specifies less restrictive attribute than its target 'mmc_exit': 'cold' [-Wmissing-attributes]
     138 |         void cleanup_module(void) __attribute__((alias(#exitfn)));
         |              ^~~~~~~~~~~~~~
   drivers/mmc/core/core.c:2872:1: note: in expansion of macro 'module_exit'
    2872 | module_exit(mmc_exit);
         | ^~~~~~~~~~~
   drivers/mmc/core/core.c:2864:20: note: 'cleanup_module' target declared here
    2864 | static void __exit mmc_exit(void)
         |                    ^~~~~~~~
   drivers/mmc/core/core.c:1343: warning: Function parameter or member 'mmc' not described in 'mmc_regulator_set_vqmmc'
   drivers/mmc/core/core.c:1343: warning: Function parameter or member 'ios' not described in 'mmc_regulator_set_vqmmc'
   drivers/mmc/core/core.o: warning: objtool: mmc_hw_reset()+0xf9: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_sw_reset()+0xf9: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_wait_for_req_done()+0x13b: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_do_erase()+0xe8: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_of_parse_voltage()+0x60: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_execute_tuning()+0x79: sibling call from callable instruction with modified stack frame
   drivers/mmc/core/core.o: warning: objtool: mmc_set_uhs_voltage()+0x41: sibling call from callable instruction with modified stack frame
>> drivers/mmc/core/core.o: warning: objtool: missing symbol for section .exit.text

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

                 reply	other threads:[~2024-12-01  8:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202412011608.l2EWWbUS-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kernel@openeuler.org \
    --cc=oe-kbuild-all@lists.linux.dev \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.