From: Stephen Rothwell <sfr@canb.auug.org.au> To: Andrew Morton <akpm@linux-foundation.org> Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Al Viro <viro@zeniv.linux.org.uk>, Konstantin Khlebnikov <khlebnikov@openvz.org> Subject: linux-next: manual merge of the akpm tree with the vfs tree Date: Mon, 24 Sep 2012 23:12:29 +1000 [thread overview] Message-ID: <20120924231229.766863ea8c36d3a4760f2b4a@canb.auug.org.au> (raw) [-- Attachment #1: Type: text/plain, Size: 1041 bytes --] Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in arch/ia64/kernel/perfmon.c between commit f9bd4f3ed24d ("make get_file() return its argument") from the vfs tree and commit "mm: kill vma flag VM_RESERVED and mm->reserved_vm counter" from the akpm tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/ia64/kernel/perfmon.c index f388b4e,2eae90e..0000000 --- a/arch/ia64/kernel/perfmon.c +++ b/arch/ia64/kernel/perfmon.c @@@ -2306,8 -2306,8 +2306,8 @@@ pfm_smpl_buffer_alloc(struct task_struc * partially initialize the vma for the sampling buffer */ vma->vm_mm = mm; - vma->vm_file = filp; + vma->vm_file = get_file(filp); - vma->vm_flags = VM_READ| VM_MAYREAD |VM_RESERVED; + vma->vm_flags = VM_READ | VM_MAYREAD | VM_DONTEXPAND | VM_DONTDUMP; vma->vm_page_prot = PAGE_READONLY; /* XXX may need to change */ /* [-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next reply other threads:[~2012-09-24 13:12 UTC|newest] Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-09-24 13:12 Stephen Rothwell [this message] -- strict thread matches above, loose matches on Subject: below -- 2020-05-15 11:33 Stephen Rothwell 2019-04-11 6:21 Stephen Rothwell 2018-05-17 6:36 Stephen Rothwell 2018-01-02 6:46 Stephen Rothwell 2016-12-12 5:52 Stephen Rothwell 2016-12-12 8:14 ` Ian Kent 2014-08-08 6:20 Stephen Rothwell 2013-09-10 4:41 Stephen Rothwell 2013-09-05 8:56 Stephen Rothwell 2013-04-30 5:54 Stephen Rothwell 2013-04-29 8:34 Stephen Rothwell 2013-04-29 8:25 Stephen Rothwell 2013-04-04 6:26 Stephen Rothwell 2013-04-04 6:56 ` Andrew Morton 2013-04-04 7:02 ` Andrew Morton 2013-04-04 8:10 ` Al Viro 2013-04-04 23:18 ` Stephen Rothwell 2013-04-04 8:02 ` Al Viro 2013-04-04 15:43 ` Nathan Zimmer 2013-04-04 6:17 Stephen Rothwell 2013-04-04 6:12 Stephen Rothwell 2013-04-04 12:33 ` Jan Kara 2013-04-04 6:04 Stephen Rothwell 2013-02-25 3:40 Stephen Rothwell 2012-09-24 13:40 Stephen Rothwell 2012-09-24 13:06 Stephen Rothwell 2012-07-22 5:44 Stephen Rothwell 2011-07-18 8:55 Stephen Rothwell
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=20120924231229.766863ea8c36d3a4760f2b4a@canb.auug.org.au \ --to=sfr@canb.auug.org.au \ --cc=akpm@linux-foundation.org \ --cc=khlebnikov@openvz.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-next@vger.kernel.org \ --cc=viro@zeniv.linux.org.uk \ --subject='Re: linux-next: manual merge of the akpm tree with the vfs tree' \ /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
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).