Hi Dominik,
> On 14 Mar 2018, at 05:48, Dominik Brodowski
> wrote:
> [...]
> ... the ioperm change is already in mainline (did an equivalent change a
> couple of days ago), but the sigreturn/rt_sigreturn changes still seem
> useful. Could you send a fresh patch with just these two changes; and -
Michael,
On Tue, Mar 13, 2018 at 11:18:08PM +, Andy Lutomirski wrote:
> On Tue, Mar 13, 2018 at 9:16 PM, Jann Horn wrote:
> > On Sat, Mar 10, 2018 at 12:55 PM, Tautschnig, Michael
> > wrote:
> >> All syscall arguments are passed in as types of the same byte size as
> >> unsigned long (width
On Tue, Mar 13, 2018 at 9:16 PM, Jann Horn wrote:
> On Sat, Mar 10, 2018 at 12:55 PM, Tautschnig, Michael
> wrote:
>> All syscall arguments are passed in as types of the same byte size as
>> unsigned long (width of full registers). Using a smaller type without a
>> cast may result in losing bits
On Sat, Mar 10, 2018 at 12:55 PM, Tautschnig, Michael
wrote:
> All syscall arguments are passed in as types of the same byte size as
> unsigned long (width of full registers). Using a smaller type without a
> cast may result in losing bits of information. SYSCALL_DEFINE* introduce
> adequate type
On 10 Mar 2018, at 20:55, Tautschnig, Michael wrote:
>
> All syscall arguments are passed in as types of the same byte size as
> unsigned long (width of full registers). Using a smaller type without a
> cast may result in losing bits of information. SYSCALL_DEFINE* introduce
> adequate type casts
All syscall arguments are passed in as types of the same byte size as
unsigned long (width of full registers). Using a smaller type without a
cast may result in losing bits of information. SYSCALL_DEFINE* introduce
adequate type casts. All definitions of syscalls in x86 except for those
patched her
6 matches
Mail list logo