Kalesh Singh
e05986ee7a
mm/mremap.c: fix extent calculation
...
When `next < old_addr`, `next - old_addr` arithmetic underflows causing
`extent` to be incorrect.
Make `extent` the smaller of `next - old_addr` or `old_end - old_addr`.
Link: https://lkml.kernel.org/r/20201219170433.2418867-1-kaleshsingh@google.com
Fixes: c49dd34018026 ("mm: speedup mremap on 1GB or larger regions")
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
Reported-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Minchan Kim <minchan@kernel.org>
Cc: Lokesh Gidra <lokeshgidra@google.com>
Cc: Helge Deller <deller@gmx.de>
Cc: Kalesh Singh <kaleshsingh@google.com>
Cc: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-12-29 15:36:49 -08:00
..
2020-12-22 12:55:09 -08:00
2020-12-15 12:13:47 -08:00
2019-09-04 07:42:01 -04:00
2019-07-12 12:24:03 -07:00
2020-07-10 13:54:00 -07:00
2020-12-15 12:13:46 -08:00
2020-09-01 09:19:43 +02:00
2020-12-15 14:48:04 -08:00
2020-10-16 11:11:14 -07:00
2020-12-02 18:28:05 -08:00
2020-10-13 18:38:32 -07:00
2020-01-31 10:30:38 -08:00
2020-10-13 18:38:29 -07:00
2019-07-12 11:05:43 -07:00
2020-12-18 13:37:04 -08:00
2020-06-09 09:39:14 -07:00
2020-08-14 19:56:56 -07:00
2020-12-15 12:13:38 -08:00
2020-12-15 12:13:38 -08:00
2020-12-15 12:53:37 -08:00
2020-12-15 12:53:37 -08:00
2020-08-12 10:58:02 -07:00
2020-12-15 22:46:19 -08:00
2020-12-06 10:19:07 -08:00
2020-12-29 15:36:49 -08:00
2020-10-16 11:11:16 -07:00
2020-12-15 12:13:39 -08:00
2020-12-15 12:13:43 -08:00
2019-06-19 17:09:08 +02:00
2020-08-07 11:33:26 -07:00
2020-12-19 11:25:41 -08:00
2020-12-15 12:13:46 -08:00
2020-12-15 22:46:19 -08:00
2020-10-13 18:38:27 -07:00
2020-12-15 12:13:47 -08:00
2020-12-06 10:19:07 -08:00
2020-08-12 10:57:59 -07:00
2020-12-15 12:13:44 -08:00
2020-12-15 12:13:41 -08:00
2020-12-15 12:13:41 -08:00
2020-12-16 14:44:53 -08:00
2020-12-19 11:18:37 -08:00
2019-09-24 15:54:08 -07:00
2020-12-29 15:36:49 -08:00
2020-12-15 12:13:44 -08:00
2020-12-15 22:46:19 -08:00
2020-12-15 12:13:45 -08:00
2020-12-22 12:55:09 -08:00
2020-11-02 12:14:18 -08:00
2020-12-15 22:46:19 -08:00
2020-10-13 18:38:29 -07:00
2020-12-15 14:48:04 -08:00
2020-12-15 12:13:47 -08:00
2020-12-15 12:13:41 -08:00
2020-12-18 12:38:28 -08:00
2020-06-09 09:39:14 -07:00
2020-12-15 12:13:41 -08:00
2020-12-15 14:48:04 -08:00
2020-11-17 14:36:14 +01:00
2020-12-29 15:36:49 -08:00
2020-06-09 09:39:14 -07:00
2020-12-15 12:13:40 -08:00
2020-12-15 12:13:45 -08:00
2020-12-29 15:36:49 -08:00
2020-12-15 12:13:40 -08:00
2020-12-15 22:46:19 -08:00
2020-12-15 14:48:03 -08:00
2020-12-02 18:28:05 -08:00
2020-12-15 12:13:45 -08:00
2020-12-15 12:13:38 -08:00
2020-12-22 12:55:08 -08:00
2020-10-16 11:11:19 -07:00
2020-06-09 09:39:13 -07:00
2020-12-15 12:13:41 -08:00
2020-11-24 15:23:19 -08:00
2020-06-09 09:39:14 -07:00
2020-08-12 10:57:55 -07:00
2020-08-12 10:57:55 -07:00
2020-08-12 10:57:55 -07:00
2020-08-12 10:57:55 -07:00
2020-10-30 23:02:28 +00:00
2020-08-07 11:33:26 -07:00
2020-06-09 09:39:13 -07:00
2020-12-15 12:13:46 -08:00
2020-12-22 12:55:08 -08:00
2020-10-17 13:49:08 -06:00
2020-12-15 14:48:04 -08:00
2020-08-21 09:52:53 -07:00
2020-12-15 12:13:47 -08:00
2020-10-16 11:11:19 -07:00
2020-08-07 11:33:29 -07:00
2020-12-22 12:55:09 -08:00
2020-12-15 12:13:43 -08:00
2020-12-15 13:22:29 -08:00
2020-12-15 12:13:41 -08:00
2020-12-22 12:55:08 -08:00
2020-08-07 11:33:27 -07:00
2020-10-16 11:11:18 -07:00
2020-06-03 20:09:48 -07:00
2020-10-13 18:38:30 -07:00
2020-12-15 12:13:47 -08:00
2020-12-15 14:48:04 -08:00
2020-12-15 22:46:15 -08:00
2020-12-15 12:13:47 -08:00
2020-08-12 10:57:58 -07:00
2020-08-12 10:57:55 -07:00
2020-11-19 10:36:36 +01:00
2020-06-10 19:14:18 -07:00
2020-12-15 12:13:42 -08:00
2020-04-02 09:35:31 -07:00
2020-12-15 14:48:04 -08:00
2020-12-15 12:13:42 -08:00
2020-12-15 14:55:10 -08:00
2020-12-15 12:13:45 -08:00
2020-10-13 18:38:34 -07:00
2020-08-12 10:57:58 -07:00
2020-12-15 12:13:46 -08:00
2020-12-15 12:13:46 -08:00