]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-2.4.19-personality.patch
- ppc:
[packages/kernel.git] / kernel-2.4.19-personality.patch
1 ;From: Keith Owens <kaos@ocs.com.au>
2 ;Subject: Patch missing from 2.4.18
3 ;
4 ;2.4.18 is missing a patch to fs/binfmt_elf.c.
5 ;
6 ;diff 2.4.18-rc4 to 2.4.18.
7 ;
8 Index: 18-rc4.1/fs/binfmt_elf.c
9 --- 18-rc4.1/fs/binfmt_elf.c Sat, 23 Feb 2002 18:30:39 +1100 kaos (linux-2.4/n/b/2_binfmt_elf 1.1.1.1.1.12.1.3 644)
10 +++ 18.1/fs/binfmt_elf.c Tue, 26 Feb 2002 07:15:53 +1100 kaos (linux-2.4/n/b/2_binfmt_elf 1.1.1.1.1.12.1.3 644)
11 @@ -564,9 +564,6 @@ static int load_elf_binary(struct linux_
12                         // printk(KERN_WARNING "ELF: Ambiguous type, using ELF\n");
13                         interpreter_type = INTERPRETER_ELF;
14                 }
15 -       } else {
16 -               /* Executables without an interpreter also need a personality  */
17 -               SET_PERSONALITY(elf_ex, ibcs2_interpreter);
18         }
19  
20         /* OK, we are done with that, now set up the arg stuff,
21
22
This page took 0.265174 seconds and 3 git commands to generate.