All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: oe-kbuild@lists.linux.dev
Cc: lkp@intel.com
Subject: include/linux/liveupdate.h:287:5: warning: no previous prototype for 'liveupdate_flb_incoming_early'
Date: Sun, 16 Aug 2026 01:59:21 +0800	[thread overview]
Message-ID: <202608160151.EszMgENt-lkp@intel.com> (raw)

:::::: 
:::::: Manual check reason: "bisect to a FBC not belonging to original linux-review patches: branch: linux-review/Pratyush-Yadav/kho-drop-restriction-on-maximum-page-order/20260815-221525, commit: d0e70617c45e88d720e7461e6ea9f2d136a610c4"
:::::: 

BCC: lkp@intel.com
CC: oe-kbuild-all@lists.linux.dev
TO: Pratyush Yadav <pratyush@kernel.org>
CC: 0day robot <lkp@intel.com>

tree:   https://github.com/intel-lab-lkp/linux/commits/Pratyush-Yadav/kho-drop-restriction-on-maximum-page-order/20260815-221525
head:   e99e331639f1c4883ed41f9a5201e7c5aec1bdbf
commit: d0e70617c45e88d720e7461e6ea9f2d136a610c4 liveupdate: flb: allow getting FLB data in early boot
date:   4 hours ago
:::::: branch date: 4 hours ago
:::::: commit date: 4 hours ago
config: alpha-allmodconfig (https://download.01.org/0day-ci/archive/20260816/202608160151.EszMgENt-lkp@intel.com/config)
compiler: alpha-linux-gcc (GCC) 16.1.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260816/202608160151.EszMgENt-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/r/202608160151.EszMgENt-lkp@intel.com/

All warnings (new ones prefixed by >>):

   In file included from mm/mm_init.c:34:
>> include/linux/liveupdate.h:287:5: warning: no previous prototype for 'liveupdate_flb_incoming_early' [-Wmissing-prototypes]
     287 | int liveupdate_flb_incoming_early(struct liveupdate_flb *flb, u64 *datap)
         |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/liveupdate_flb_incoming_early +287 include/linux/liveupdate.h

6ae88b58caeb68 Pasha Tatashin 2025-11-25  286  
d0e70617c45e88 Pratyush Yadav 2025-12-07 @287  int liveupdate_flb_incoming_early(struct liveupdate_flb *flb, u64 *datap)
d0e70617c45e88 Pratyush Yadav 2025-12-07  288  {
d0e70617c45e88 Pratyush Yadav 2025-12-07  289  	return -EOPNOTSUPP;
d0e70617c45e88 Pratyush Yadav 2025-12-07  290  }
d0e70617c45e88 Pratyush Yadav 2025-12-07  291  

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

                 reply	other threads:[~2026-08-15 18:00 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=202608160151.EszMgENt-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=oe-kbuild@lists.linux.dev \
    /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.