From: kbuild test robot <lkp@intel.com>
To: "Jürg Billeter" <j@bitron.ch>
Cc: kbuild-all@01.org, Johannes Weiner <hannes@cmpxchg.org>,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [mmotm:master 171/242] kernel/exit.c:640:3: error: too few arguments to function 'group_send_sig_info'
Date: Wed, 22 Aug 2018 19:33:13 +0800 [thread overview]
Message-ID: <201808221952.N6cXyeWC%fengguang.wu@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2267 bytes --]
tree: git://git.cmpxchg.org/linux-mmotm.git master
head: 10b78d76f1897885d7753586ecd113e9d6728c5d
commit: 467d84a6210ea3c079b10393349a52f051d9bb95 [171/242] prctl: add PR_[GS]ET_PDEATHSIG_PROC
config: i386-tinyconfig (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
git checkout 467d84a6210ea3c079b10393349a52f051d9bb95
# save the attached .config to linux build tree
make ARCH=i386
Note: the mmotm/master HEAD 10b78d76f1897885d7753586ecd113e9d6728c5d builds fine.
It only hurts bisectibility.
All errors (new ones prefixed by >>):
kernel/exit.c: In function 'reparent_leader':
>> kernel/exit.c:640:3: error: too few arguments to function 'group_send_sig_info'
group_send_sig_info(p->signal->pdeath_signal_proc,
^~~~~~~~~~~~~~~~~~~
In file included from include/linux/sched/signal.h:6:0,
from include/linux/sched/cputime.h:5,
from kernel/exit.c:14:
include/linux/signal.h:262:12: note: declared here
extern int group_send_sig_info(int sig, struct siginfo *info,
^~~~~~~~~~~~~~~~~~~
vim +/group_send_sig_info +640 kernel/exit.c
629
630 /*
631 * Any that need to be release_task'd are put on the @dead list.
632 */
633 static void reparent_leader(struct task_struct *father, struct task_struct *p,
634 struct list_head *dead)
635 {
636 if (unlikely(p->exit_state == EXIT_DEAD))
637 return;
638
639 if (p->signal->pdeath_signal_proc)
> 640 group_send_sig_info(p->signal->pdeath_signal_proc,
641 SEND_SIG_NOINFO, p);
642
643 /* We don't want people slaying init. */
644 p->exit_signal = SIGCHLD;
645
646 /* If it has exited notify the new parent about this child's death. */
647 if (!p->ptrace &&
648 p->exit_state == EXIT_ZOMBIE && thread_group_empty(p)) {
649 if (do_notify_parent(p, p->exit_signal)) {
650 p->exit_state = EXIT_DEAD;
651 list_add(&p->ptrace_entry, dead);
652 }
653 }
654
655 kill_orphaned_pgrp(p, father);
656 }
657
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 6499 bytes --]
next reply other threads:[~2018-08-22 11:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-22 11:33 kbuild test robot [this message]
2018-08-22 16:16 ` Andrew Morton
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=201808221952.N6cXyeWC%fengguang.wu@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=j@bitron.ch \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox