[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1481461003-14361-1-git-send-email-ynorov@caviumnetworks.com>
Date: Sun, 11 Dec 2016 18:26:39 +0530
From: Yury Norov <ynorov@...iumnetworks.com>
To: Pavel Machek <pavel@....cz>
CC: Yury Norov <ynorov@...iumnetworks.com>,
Arnd Bergmann <arnd@...db.de>,
"Dr. Philipp Tomsich" <philipp.tomsich@...obroma-systems.com>,
Catalin Marinas <catalin.marinas@....com>,
<libc-alpha@...rceware.org>, <linux-arch@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, <szabolcs.nagy@....com>,
<heiko.carstens@...ibm.com>, <cmetcalf@...hip.com>,
"Joseph S. Myers" <joseph@...esourcery.com>,
<zhouchengming1@...wei.com>,
"Kapoor, Prasun" <Prasun.Kapoor@...iumnetworks.com>,
Alexander Graf <agraf@...e.de>, <geert@...ux-m68k.org>,
<kilobyte@...band.pl>, <manuel.montezelo@...il.com>,
Andrew Pinski <pinskia@...il.com>, <linyongting@...wei.com>,
Alexey Klimov <klimov.linux@...il.com>, <broonie@...nel.org>,
"Zhangjian (Bamvor)" <bamvor.zhangjian@...wei.com>,
linux-arm-kernel <linux-arm-kernel@...ts.infradead.org>,
Maxim Kuvyrkov <maxim.kuvyrkov@...aro.org>,
Nathan Lynch <Nathan_Lynch@...tor.com>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
<davem@...emloft.net>, <christoph.muellner@...obroma-systems.com>
Subject: Re: [Question] New mmap64 syscall?
This is the draft of sys_mmap64() support in the kernel. For 64-bit
kernels everything is simple. For 32-bit kernels we have a problem.
pgoff_t is declared as unsigned long, and should be turned to
unsigned long long. It affects the number of structures and interfaces.
Last patch does the change. It should be wide-tested on 32-bit kernels
whith I didn't do. Arm64 kernel is working with this patchset, and I don't
expect difficulties there.
Yury Norov (3):
mm: move argument checkers of mmap_pgoff() to separated routine
sys_mmap64()
mm: turn page offset types to 64-bit
fs/btrfs/extent_io.c | 2 +-
fs/ext2/dir.c | 4 +--
include/linux/mm.h | 9 +++---
include/linux/radix-tree.h | 8 ++---
include/linux/syscalls.h | 3 ++
include/linux/types.h | 2 +-
include/uapi/asm-generic/unistd.h | 4 ++-
lib/radix-tree.c | 8 ++---
mm/debug.c | 2 +-
mm/internal.h | 2 +-
mm/memory.c | 4 +--
mm/mmap.c | 66 ++++++++++++++++++++++++++++++++-------
mm/readahead.c | 4 +--
mm/util.c | 3 +-
14 files changed, 85 insertions(+), 36 deletions(-)
--
2.7.4
Powered by blists - more mailing lists