Re: [PATCH] Fixed Microblaze syscall error recovery for invalid syscall IDs.

2015-03-05 Thread Michal Simek
On 02/23/2015 04:35 PM, jamie.gars...@york.ac.uk wrote: > From: Jamie Garside > > This patch fixes two bugs in the Microblaze syscall trap handler when an > invalid > syscall ID is used. > > First, the range check on line 351 only checks for syscall IDs greater than > __NR_syscalls. A negative

Re: [PATCH] Fixed Microblaze syscall error recovery for invalid syscall IDs.

2015-03-05 Thread Michal Simek
On 02/23/2015 04:35 PM, jamie.gars...@york.ac.uk wrote: From: Jamie Garside jamie.gars...@york.ac.uk This patch fixes two bugs in the Microblaze syscall trap handler when an invalid syscall ID is used. First, the range check on line 351 only checks for syscall IDs greater than

[PATCH] Fixed Microblaze syscall error recovery for invalid syscall IDs.

2015-02-23 Thread jamie . garside
From: Jamie Garside This patch fixes two bugs in the Microblaze syscall trap handler when an invalid syscall ID is used. First, the range check on line 351 only checks for syscall IDs greater than __NR_syscalls. A negative syscall ID (either passed to `syscall()` or as returned by

[PATCH] Fixed Microblaze syscall error recovery for invalid syscall IDs.

2015-02-23 Thread jamie . garside
From: Jamie Garside jamie.gars...@york.ac.uk This patch fixes two bugs in the Microblaze syscall trap handler when an invalid syscall ID is used. First, the range check on line 351 only checks for syscall IDs greater than __NR_syscalls. A negative syscall ID (either passed to `syscall()` or as