Re: [PATCH v3] ipc,shm: disable shmmax and shmall by default

From: Manfred Spraul
Date: Fri Apr 18 2014 - 13:51:19 EST


On 04/18/2014 05:36 PM, Michael Kerrisk (man-pages) wrote:
On Fri, Apr 18, 2014 at 11:26 AM, Manfred Spraul
<manfred@xxxxxxxxxxxxxxxx> wrote:
Obviously my patch has the opposite problem: 64-bit wrap-arounds.
I know you alluded to a case in another thread, but I couldn't quite
work out from the mail you referred to whether this was really the
problem. (And I assume those folks were forced to fix their set-up
scripts anyway.) So, it's not clear to me whether this is a real
problem. (And your patch does not worsen things from the current
situation, right?)
a) When I wrote the comment it was just an idea.
But now I think wrap-around could be an issue, e.g. find_vma_intersection(,addr,addr+ULONG_MAX) always returns false, even if there are vmas inbetween.

b) If we make ULONG_MAX the default, then it should work.

--
Manfred
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/