Searched hist:"609 d7fa9565c754428d2520cac2accc9052e1245" (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ |
H A D | file_table.c | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | fcntl.c | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
H A D | locks.c | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/linux/net/ |
H A D | socket.c | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/linux/drivers/net/ |
H A D | tun.c | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|
/linux/include/linux/ |
H A D | fs.h | diff 609d7fa9565c754428d2520cac2accc9052e1245 Mon Oct 02 11:17:15 CEST 2006 Eric W. Biederman <ebiederm@xmission.com> [PATCH] file: modify struct fown_struct to use a struct pid
File handles can be requested to send sigio and sigurg to processes. By tracking the destination processes using struct pid instead of pid_t we make the interface safe from all potential pid wrap around problems.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
|