From: Konstantin Khlebnikov <khlebnikov@openvz.org>
To: kernel-janitors@vger.kernel.org
Subject: Re: [memcg:since-3.6 14/227] drivers/media/video/vino.c:3953:35: error: 'VM_RESERVED' undeclared
Date: Sat, 13 Oct 2012 07:48:20 +0000 [thread overview]
Message-ID: <50791CC4.4030202@openvz.org> (raw)
In-Reply-To: <20121012182303.GA24093@localhost>
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
prev parent reply other threads:[~2012-10-13 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
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=50791CC4.4030202@openvz.org \
--to=khlebnikov@openvz.org \
--cc=kernel-janitors@vger.kernel.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 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.