login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
29
Re: [PATCH] x86: do not overrun page table ranges in gup
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Alexey Dobriyan
Subject:
Re: [PATCH] x86: do not overrun page table ranges in gup
Date: Monday, July 28, 2008 - 5:51 pm
On Mon, Jul 28, 2008 at 05:39:18PM -0700, Linus Torvalds wrote:
quoted text
> > > On Mon, 28 Jul 2008, Linus Torvalds wrote: > > > > So no, the right fix would be to align 'start' first, which means that > > everything else (including 'end') will be page-aligned. Aligning just one > > or the other is very very wrong. > > Does this work? > > Not pretty, but it stands _some_ chance of being correct.
vmsplice01 doesn't crash now.
quoted text
> --- a/arch/x86/mm/gup.c > +++ b/arch/x86/mm/gup.c > @@ -223,14 +223,17 @@ int get_user_pages_fast(unsigned long start, int nr_pages, int write, > struct page **pages) > { > struct mm_struct *mm = current->mm; > - unsigned long end = start + (nr_pages << PAGE_SHIFT); > - unsigned long addr = start; > + unsigned long addr, len, end; > unsigned long next; > pgd_t *pgdp; > int nr = 0; > > + start &= PAGE_MASK; > + addr = start; > + len = (unsigned long) nr_pages << PAGE_SHIFT; > + end = start + len; > if (unlikely(!access_ok(write ? VERIFY_WRITE : VERIFY_READ, > - start, nr_pages*PAGE_SIZE))) > + start, len))) > goto slow_irqon; > > /*
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
2.6.26-$sha1: RIP gup_pte_range+0x54/0x120
, Alexey Dobriyan
, (Mon Jul 28, 11:49 am)
Re: 2.6.26-$sha1: RIP gup_pte_range+0x54/0x120
, Alexey Dobriyan
, (Mon Jul 28, 11:53 am)
[PATCH] x86: do not overrun page table ranges in gup
, Johannes Weiner
, (Mon Jul 28, 5:00 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Johannes Weiner
, (Mon Jul 28, 5:18 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Alexey Dobriyan
, (Mon Jul 28, 5:26 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Linus Torvalds
, (Mon Jul 28, 5:33 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Linus Torvalds
, (Mon Jul 28, 5:39 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Alexey Dobriyan
, (Mon Jul 28, 5:51 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Johannes Weiner
, (Mon Jul 28, 5:53 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Hugh Dickins
, (Mon Jul 28, 6:25 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Nick Piggin
, (Mon Jul 28, 6:37 pm)
Re: [PATCH] x86: do not overrun page table ranges in gup
, Nick Piggin
, (Mon Jul 28, 6:39 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Tony Luck
Re: Hardware Error Kernel Mini-Summit
James Bottomley
Re: [PATCH -mm 1/2] scsi: remove dma_is_consistent usage in 53c700
Andrey Borzenkov
Re: [possible regression] 2.6.22 reiserfs/libata sporadically hangs on resume from...
Linus Torvalds
Linux 2.6.26-rc6
Jeffrey V. Merkey
Re: Versioning file system
git
:
Morten Welinder
Re: [PATCH] use xrealloc in help.c
Junio C Hamano
Re: [PATCH 2/3] git-add--interactive: remove hunk coalescing
Jörg Sommer
[PATCH v2 08/13] Unify the lenght of $SHORT* and the commits in the TODO list
Boyd Lynn Gerber
Re: [VOTE] git versus mercurial
Stefan Näwe
Re: [PATCH] git-gui: use --exclude-standard to check for untracked files
linux-netdev
:
Andreas Sundstrom
Re: ~60k interrupts/sec for 1Gb/s iperf with r8169
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
Denys Fedoryshchenko
Re: circular locking, mirred, 2.6.24.2
David Miller
Re: [PATCH -next] sfc: Use correct macro to set event bitfield
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
OMAP: DSS2: SDI driver
Linux Kernel Mailing List
PCI: introduce pci_pcie_cap()
Linux Kernel Mailing List
m68k: amiga - Mouse platform device conversion
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
frantisek holop
Re: mount ffs as msdos, system hangs
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Úlfar M. E. Johnson
installing openbsd in xen
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Colocation donated by:
Syndicate