diff options
author | Olof Johansson <olof@lixom.net> | 2016-06-19 01:59:07 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-06-19 01:59:07 -0400 |
commit | 8fd0976702f05042c776848819e5fd2a835f23c9 (patch) | |
tree | 8a87b0e33bf39adcc53b3ee4be61155dab86417b /fs/binfmt_elf.c | |
parent | 58935f24a996cb55595c29dd5303bd9b778c8b00 (diff) | |
parent | 8f50b8e57442d28e41bb736c173d8a2490549a82 (diff) |
Merge tag 'gpmc-omap-fixes-for-v4.7' of https://github.com/rogerq/linux into fixes
OMAP-GPMC: Fixes for for v4.7-rc cycle:
- Fix omap gpmc EXTRADELAY timing. The DT provided timings
were wrongly used causing devices requiring extra delay timing
to fail.
* tag 'gpmc-omap-fixes-for-v4.7' of https://github.com/rogerq/linux:
memory: omap-gpmc: Fix omap gpmc EXTRADELAY timing
+ Linux 4.7-rc3
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'fs/binfmt_elf.c')
-rw-r--r-- | fs/binfmt_elf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index e158b22ef32f..a7a28110dc80 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c | |||
@@ -2275,7 +2275,7 @@ static int elf_core_dump(struct coredump_params *cprm) | |||
2275 | goto end_coredump; | 2275 | goto end_coredump; |
2276 | 2276 | ||
2277 | /* Align to page */ | 2277 | /* Align to page */ |
2278 | if (!dump_skip(cprm, dataoff - cprm->file->f_pos)) | 2278 | if (!dump_skip(cprm, dataoff - cprm->pos)) |
2279 | goto end_coredump; | 2279 | goto end_coredump; |
2280 | 2280 | ||
2281 | for (i = 0, vma = first_vma(current, gate_vma); vma != NULL; | 2281 | for (i = 0, vma = first_vma(current, gate_vma); vma != NULL; |