]> Git Repo - linux.git/commit - mm/mmap.c
[PARISC] Handle wrapping in expand_upwards()
authorHelge Deller <[email protected]>
Tue, 19 Dec 2006 18:28:33 +0000 (19:28 +0100)
committerKyle McMartin <[email protected]>
Thu, 21 Jun 2007 21:46:20 +0000 (17:46 -0400)
commit06b32f3ab6df4c7489729f94bdc7093c72681d4b
tree07fabea840fa598e510b4da899ef7f5b06282683
parentd2f1c0fa2b346769ac35559ae3bafccf151dd446
[PARISC] Handle wrapping in expand_upwards()

Function expand_upwards() did not guarded against wrapping
around to address 0. This fixes the adjtimex02 testcase from
the Linux Test Project on a 32bit PARISC kernel.

[expand_upwards is only used on parisc and ia64; it looks like it does
 the right thing on both. --kyle]

Signed-off-by: Helge Deller <[email protected]>
Cc: Tony Luck <[email protected]>
Signed-off-by: Kyle McMartin <[email protected]>
mm/mmap.c
This page took 0.041883 seconds and 4 git commands to generate.