Re: [PATCH v3 1/2] binfmt_aout: x86: Useless inode var, printks coding style fixes

2013-09-28 Thread Geyslan Gregório Bem
Please, disconsider this e-mail. Geyslan Gregório Bem hackingbits.com 2013/9/28 Geyslan G. Bem : > file size used only once, so removed due its useless prior allocation. > It's not necessary to verify f_op in the load_aout_library, since the > prior kernel_read/vfs_read function already does. >

[PATCH v3 1/2] binfmt_aout: x86: Useless inode var, printks coding style fixes

2013-09-28 Thread Geyslan G. Bem
file size used only once, so removed due its useless prior allocation. It's not necessary to verify f_op in the load_aout_library, since the prior kernel_read/vfs_read function already does. Made coding style fixes and printk replacements. Tested using qemu, a handcrafted a.out binary and an a.out

Re: [PATCH v3 1/2] binfmt_aout: x86: Useless inode var, printks coding style fixes

2013-09-20 Thread Geyslan Gregório Bem
Hi guys, Just to know whether the approach of my patches is correct. [PATCH v3 1/2] binfmt_aout: x86: Useless inode var, printks coding style fixes [PATCH v3 2/2] ia32_aout: x86_64: Add safe check in a.out loaders, printks, conding style fixes If so I'll start to sanitize the fs/exec.c P

[PATCH v3 1/2] binfmt_aout: x86: Useless inode var, printks coding style fixes

2013-09-19 Thread Geyslan G. Bem
file size used only once, so removed due its useless prior allocation. It's not necessary to verify f_op in the load_aout_library, since the prior kernel_read/vfs_read function already does. Made coding style fixes and printk replacements. Tested using qemu, a handcrafted a.out binary and an a.out