* [mmotm:master 123/287] fs/proc/task_mmu.c:1426:27: error: 'task' undeclared
@ 2014-08-29 23:56 kbuild test robot
2014-08-30 13:57 ` Oleg Nesterov
0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2014-08-29 23:56 UTC (permalink / raw)
To: Oleg Nesterov
Cc: Linux Memory Management List, Andrew Morton, Johannes Weiner,
kbuild-all
tree: git://git.cmpxchg.org/linux-mmotm.git master
head: 8f1fc64dc9b39fedb7390e086001ce5ec327e80d
commit: 8b38b95075137cd18b5e51bc48751c023d16c3fb [123/287] mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
config: make ARCH=x86_64 allmodconfig
Note: the mmotm/master HEAD 8f1fc64dc9b39fedb7390e086001ce5ec327e80d builds fine.
It only hurts bisectibility.
All error/warnings:
fs/proc/task_mmu.c: In function 'show_numa_map':
>> fs/proc/task_mmu.c:1426:27: error: 'task' undeclared (first use in this function)
pid_t tid = vm_is_stack(task, vma, is_pid);
^
fs/proc/task_mmu.c:1426:27: note: each undeclared identifier is reported only once for each function it appears in
vim +/task +1426 fs/proc/task_mmu.c
f69ff943 Stephen Wilson 2011-05-24 1420 if (file) {
17c2b4ee Fabian Frederick 2014-06-06 1421 seq_puts(m, " file=");
f69ff943 Stephen Wilson 2011-05-24 1422 seq_path(m, &file->f_path, "\n\t= ");
f69ff943 Stephen Wilson 2011-05-24 1423 } else if (vma->vm_start <= mm->brk && vma->vm_end >= mm->start_brk) {
17c2b4ee Fabian Frederick 2014-06-06 1424 seq_puts(m, " heap");
b7643757 Siddhesh Poyarekar 2012-03-21 1425 } else {
32f8516a David Rientjes 2012-10-16 @1426 pid_t tid = vm_is_stack(task, vma, is_pid);
b7643757 Siddhesh Poyarekar 2012-03-21 1427 if (tid != 0) {
b7643757 Siddhesh Poyarekar 2012-03-21 1428 /*
b7643757 Siddhesh Poyarekar 2012-03-21 1429 * Thread stack in /proc/PID/task/TID/maps or
:::::: The code at line 1426 was first introduced by commit
:::::: 32f8516a8c733d281faa9f6666b509035246505c mm, mempolicy: fix printing stack contents in numa_maps
:::::: TO: David Rientjes <rientjes@google.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [mmotm:master 123/287] fs/proc/task_mmu.c:1426:27: error: 'task' undeclared
2014-08-29 23:56 [mmotm:master 123/287] fs/proc/task_mmu.c:1426:27: error: 'task' undeclared kbuild test robot
@ 2014-08-30 13:57 ` Oleg Nesterov
0 siblings, 0 replies; 2+ messages in thread
From: Oleg Nesterov @ 2014-08-30 13:57 UTC (permalink / raw)
To: kbuild test robot
Cc: Linux Memory Management List, Andrew Morton, Johannes Weiner,
kbuild-all
On 08/30, kbuild test robot wrote:
>
> tree: git://git.cmpxchg.org/linux-mmotm.git master
> head: 8f1fc64dc9b39fedb7390e086001ce5ec327e80d
> commit: 8b38b95075137cd18b5e51bc48751c023d16c3fb [123/287] mempolicy: fix show_numa_map() vs exec() + do_set_mempolicy() race
> config: make ARCH=x86_64 allmodconfig
>
> Note: the mmotm/master HEAD 8f1fc64dc9b39fedb7390e086001ce5ec327e80d builds fine.
> It only hurts bisectibility.
>
> All error/warnings:
>
> fs/proc/task_mmu.c: In function 'show_numa_map':
> >> fs/proc/task_mmu.c:1426:27: error: 'task' undeclared (first use in this function)
> pid_t tid = vm_is_stack(task, vma, is_pid);
> ^
Thanks!
Looks like, this commit was wrongly reordered with
proc-maps-make-vm_is_stack-logic-namespace-friendly.patch
Indeed, from "mmotm 2014-08-29-15-15 uploaded":
* mempolicy-change-alloc_pages_vma-to-use-mpol_cond_put.patch
* mempolicy-change-get_task_policy-to-return-default_policy-rather-than-null.patch
* mempolicy-sanitize-the-usage-of-get_task_policy.patch
* mempolicy-remove-the-task-arg-of-vma_policy_mof-and-simplify-it.patch
* mempolicy-introduce-__get_vma_policy-export-get_task_policy.patch
* mempolicy-fix-show_numa_map-vs-exec-do_set_mempolicy-race.patch
* mempolicy-kill-do_set_mempolicy-down_writemm-mmap_sem.patch
* mempolicy-unexport-get_vma_policy-and-remove-its-task-arg.patch
...
* proc-maps-replace-proc_maps_private-pid-with-struct-inode-inode.patch
* proc-maps-make-vm_is_stack-logic-namespace-friendly.patch
but "mempolicy" series depends (textually) on the previous "proc-maps" changes.
Oleg.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-30 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-29 23:56 [mmotm:master 123/287] fs/proc/task_mmu.c:1426:27: error: 'task' undeclared kbuild test robot
2014-08-30 13:57 ` Oleg Nesterov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).