* [memcg:since-3.6 14/227] drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared
@ 2012-10-12 18:23 Fengguang Wu
2012-10-13 7:48 ` Konstantin Khlebnikov
0 siblings, 1 reply; 2+ messages in thread
From: Fengguang Wu @ 2012-10-12 18:23 UTC (permalink / raw)
To: kernel-janitors
Hi Konstantin,
FYI, kernel build failed on
tree: git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git since-3.6
head: 281983c5fb7e420ecf6c80074f7d4c2d3f330dd2
commit: aa011e456e6bd7e4179b03289d7501f8c8444809 [14/227] mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
config: mips-allmodconfig # make ARCH=mips allmodconfig
All error/warnings:
drivers/media/video/vino.c: In function 'vino_mmap':
drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared (first use in this function)
drivers/media/video/vino.c:3953:35: note: each undeclared identifier is reported only once for each function it appears in
vim +3953 drivers/media/video/vino.c
d203a7ec Ralf Baechle 2005-09-06 3947 start += PAGE_SIZE;
d203a7ec Ralf Baechle 2005-09-06 3948 size -= PAGE_SIZE;
d203a7ec Ralf Baechle 2005-09-06 3949 }
d203a7ec Ralf Baechle 2005-09-06 3950
d203a7ec Ralf Baechle 2005-09-06 3951 fb->map_count = 1;
d203a7ec Ralf Baechle 2005-09-06 3952
d203a7ec Ralf Baechle 2005-09-06 @3953 vma->vm_flags |= VM_DONTEXPAND | VM_RESERVED;
d203a7ec Ralf Baechle 2005-09-06 3954 vma->vm_flags &= ~VM_IO;
d203a7ec Ralf Baechle 2005-09-06 3955 vma->vm_private_data = fb;
d203a7ec Ralf Baechle 2005-09-06 3956 vma->vm_file = file;
---
0-DAY kernel build testing backend Open Source Technology Center
Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [memcg:since-3.6 14/227] drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared
2012-10-12 18:23 [memcg:since-3.6 14/227] drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared Fengguang Wu
@ 2012-10-13 7:48 ` Konstantin Khlebnikov
0 siblings, 0 replies; 2+ messages in thread
From: Konstantin Khlebnikov @ 2012-10-13 7:48 UTC (permalink / raw)
To: kernel-janitors
As expected, that patch conflicts with many changes in drivers' code.
Seems like all conflicts had been fixed in Torvald's tree and in linux-next,
so I hope this madness is over.
Fengguang Wu wrote:
> Hi Konstantin,
>
> FYI, kernel build failed on
>
> tree: git://git.kernel.org/pub/scm/linux/kernel/git/mhocko/mm.git since-3.6
> head: 281983c5fb7e420ecf6c80074f7d4c2d3f330dd2
> commit: aa011e456e6bd7e4179b03289d7501f8c8444809 [14/227] mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
> config: mips-allmodconfig # make ARCH=mips allmodconfig
>
> All error/warnings:
>
> drivers/media/video/vino.c: In function 'vino_mmap':
> drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared (first use in this function)
> drivers/media/video/vino.c:3953:35: note: each undeclared identifier is reported only once for each function it appears in
>
> vim +3953 drivers/media/video/vino.c
>
> d203a7ec Ralf Baechle 2005-09-06 3947 start += PAGE_SIZE;
> d203a7ec Ralf Baechle 2005-09-06 3948 size -= PAGE_SIZE;
> d203a7ec Ralf Baechle 2005-09-06 3949 }
> d203a7ec Ralf Baechle 2005-09-06 3950
> d203a7ec Ralf Baechle 2005-09-06 3951 fb->map_count = 1;
> d203a7ec Ralf Baechle 2005-09-06 3952
> d203a7ec Ralf Baechle 2005-09-06 @3953 vma->vm_flags |= VM_DONTEXPAND | VM_RESERVED;
> d203a7ec Ralf Baechle 2005-09-06 3954 vma->vm_flags&= ~VM_IO;
> d203a7ec Ralf Baechle 2005-09-06 3955 vma->vm_private_data = fb;
> d203a7ec Ralf Baechle 2005-09-06 3956 vma->vm_file = file;
>
> ---
> 0-DAY kernel build testing backend Open Source Technology Center
> Fengguang Wu, Yuanhan Liu Intel Corporation
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-13 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 18:23 [memcg:since-3.6 14/227] drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared Fengguang Wu
2012-10-13 7:48 ` Konstantin Khlebnikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox