02.05.2019 в 15:04:18 + Joseph Myers написал:
> On Tue, 30 Apr 2019, Lukasz Majewski wrote:
>
> > - The need for explicit clearing padding when calling syscalls (as to
> >be better safe than sorry in the future - there was related
> >discussion started by Stepan).
>
> This really isn
27.04.2019 в 00:46:53 +0200 Lukasz Majewski написал:
> Hi Arnd,
>
> > As Stepan Golosunov points out, we made a small mistake in the
> > get_timespec64() function in the kernel. It was originally added under
> > the assumption that CONFIG_64BIT_TIME would get enabled on a
20.04.2019 в 13:21:12 +0200 Lukasz Majewski написал:
> Hi Stepan,
>
> > 15.04.2019 в 00:08:38 +0200 Lukasz Majewski написал:
> > > +# if defined __NR_clock_settime64
> > > + /* Make sure that passed __timespec64 struct pad is 0. */
> > > + struct __timespec64 ts = *tp;
> > > + ts.tv_pad = 0;
>
15.04.2019 в 00:08:38 +0200 Lukasz Majewski написал:
> +# if defined __NR_clock_settime64
> + /* Make sure that passed __timespec64 struct pad is 0. */
> + struct __timespec64 ts = *tp;
> + ts.tv_pad = 0;
> + return INLINE_SYSCALL_CALL (clock_settime64, clock_id, &ts);
Isn't kernel supposed t
4 matches
Mail list logo