2002-12-11 13:23:23

by DervishD

[permalink] [raw]
Subject: [PATCH] mmap.c - do_mmap_pgoff() small correction

Hi Linus :)

This is a correction for a patch I sent you that you included in
the 2.5.x tree. The patch I sent you fixed a corner case for the
mmap() syscall, where the requested size was too big (namely, bigger
than SIZE_MAX-PAGE_SIZE). Unfortunately, the patch did a wrong
assumption that is not true in some archs where TASK_SIZE is the full
address space available, as sparc64. So, the patch didn't fix
anything on those archs :((

David S. Miller <[email protected]> pointed this and made this new
patch that fixes the spot. Now it should work in all archs.

If you have any doubt, just tell.

Ra?l


Attachments:
(No filename) (623.00 B)
mmap.c.2.5.51.diff (472.00 B)
mmap.c.diff
Download all attachments

2003-02-11 09:35:16

by DervishD

[permalink] [raw]
Subject: [RESEND][PATCH] mmap.c - do_mmap_pgoff() small correction

Hi Linus :)

This is a correction for a patch I sent you that you included in
the 2.5.x tree. The patch I sent you fixed a corner case for the
mmap() syscall, where the requested size was too big (namely, bigger
than SIZE_MAX-PAGE_SIZE). Unfortunately, the patch did a wrong
assumption that is not true in some archs where TASK_SIZE is the full
address space available, as sparc64. So, the patch didn't fix
anything on those archs :((

David S. Miller <[email protected]> pointed this and made this new
patch that fixes the spot. Now it should work in all archs.

If you have any doubt, just tell. The patch is against 2.5.60,
please apply or the corner case won't be fixed on sparc64. Thanks a
lot :)

Ra?l