All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android15-6.6-2026-04 1/1] mm/oom_kill.c:756: warning: Function parameter or member 'tsk' not described in '__mark_oom_victim'
Date: Fri, 03 Apr 2026 16:41:08 +0800	[thread overview]
Message-ID: <202604022252.8PnlnFSW-lkp@intel.com> (raw)

tree:   https://android.googlesource.com/kernel/common android15-6.6-2026-04
head:   1a029ed73e0c73261faa5c9cfc848e08ce285151
commit: d21d65620152112514a6c0f868d04acc91deaa32 [1/1] ANDROID: signal: Add vendor hook for memory reap
config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20260402/202604022252.8PnlnFSW-lkp@intel.com/config)
compiler: clang version 19.1.7 (https://github.com/llvm/llvm-project cd708029e0b2869e80abe31ddb175f7c35361f90)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260402/202604022252.8PnlnFSW-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/202604022252.8PnlnFSW-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> mm/oom_kill.c:756: warning: Function parameter or member 'tsk' not described in '__mark_oom_victim'
>> mm/oom_kill.c:756: warning: expecting prototype for tsk(). Prototype was for __mark_oom_victim() instead


vim +756 mm/oom_kill.c

   750	
   751	/**
   752	 * tsk->mm has to be non NULL and caller has to guarantee it is stable (either
   753	 * under task_lock or operate on the current).
   754	 */
   755	static void __mark_oom_victim(struct task_struct *tsk)
 > 756	{
   757		struct mm_struct *mm = tsk->mm;
   758	
   759		if (!cmpxchg(&tsk->signal->oom_mm, NULL, mm)) {
   760			mmgrab(tsk->signal->oom_mm);
   761		}
   762	}
   763	

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

                 reply	other threads:[~2026-04-03  8:42 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=202604022252.8PnlnFSW-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=cros-kernel-buildreports@googlegroups.com \
    --cc=oe-kbuild-all@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.