diff options
Diffstat (limited to 'fs/binfmt_elf.c')
-rw-r--r-- | fs/binfmt_elf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/binfmt_elf.c b/fs/binfmt_elf.c index efae2fb0930a..54207327f98f 100644 --- a/fs/binfmt_elf.c +++ b/fs/binfmt_elf.c | |||
@@ -1580,7 +1580,7 @@ static void fill_auxv_note(struct memelfnote *note, struct mm_struct *mm) | |||
1580 | } | 1580 | } |
1581 | 1581 | ||
1582 | static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, | 1582 | static void fill_siginfo_note(struct memelfnote *note, user_siginfo_t *csigdata, |
1583 | const siginfo_t *siginfo) | 1583 | const kernel_siginfo_t *siginfo) |
1584 | { | 1584 | { |
1585 | mm_segment_t old_fs = get_fs(); | 1585 | mm_segment_t old_fs = get_fs(); |
1586 | set_fs(KERNEL_DS); | 1586 | set_fs(KERNEL_DS); |
@@ -1782,7 +1782,7 @@ static int fill_thread_core_info(struct elf_thread_core_info *t, | |||
1782 | 1782 | ||
1783 | static int fill_note_info(struct elfhdr *elf, int phdrs, | 1783 | static int fill_note_info(struct elfhdr *elf, int phdrs, |
1784 | struct elf_note_info *info, | 1784 | struct elf_note_info *info, |
1785 | const siginfo_t *siginfo, struct pt_regs *regs) | 1785 | const kernel_siginfo_t *siginfo, struct pt_regs *regs) |
1786 | { | 1786 | { |
1787 | struct task_struct *dump_task = current; | 1787 | struct task_struct *dump_task = current; |
1788 | const struct user_regset_view *view = task_user_regset_view(dump_task); | 1788 | const struct user_regset_view *view = task_user_regset_view(dump_task); |
@@ -2031,7 +2031,7 @@ static int elf_note_info_init(struct elf_note_info *info) | |||
2031 | 2031 | ||
2032 | static int fill_note_info(struct elfhdr *elf, int phdrs, | 2032 | static int fill_note_info(struct elfhdr *elf, int phdrs, |
2033 | struct elf_note_info *info, | 2033 | struct elf_note_info *info, |
2034 | const siginfo_t *siginfo, struct pt_regs *regs) | 2034 | const kernel_siginfo_t *siginfo, struct pt_regs *regs) |
2035 | { | 2035 | { |
2036 | struct list_head *t; | 2036 | struct list_head *t; |
2037 | struct core_thread *ct; | 2037 | struct core_thread *ct; |