On Thu, Jul 4, 2019 at 1:34 AM Arnd Bergmann wrote:
>
> On Thu, Jul 4, 2019 at 12:18 AM Alistair Francis wrote:
> > On Wed, Jul 3, 2019 at 12:47 PM Arnd Bergmann wrote:
> > > On Wed, Jul 3, 2019 at 8:45 PM Alistair Francis
> > > wrote:
> > > > What I don't understand though is how that impacte
On Thu, Jul 4, 2019 at 12:18 AM Alistair Francis wrote:
> On Wed, Jul 3, 2019 at 12:47 PM Arnd Bergmann wrote:
> > On Wed, Jul 3, 2019 at 8:45 PM Alistair Francis
> > wrote:
> > > What I don't understand though is how that impacted this struct, it
> > > doesn't use clock_t at all, everything in
On Wed, Jul 3, 2019 at 12:47 PM Arnd Bergmann wrote:
>
> On Wed, Jul 3, 2019 at 8:45 PM Alistair Francis wrote:
> >
> > On Wed, Jul 3, 2019 at 1:41 AM Arnd Bergmann wrote:
> > >
> > > On Wed, Jul 3, 2019 at 2:21 AM Alistair Francis
> > > wrote:
> > > >
> > > > The glibc implementation of siginf
On Wed, Jul 3, 2019 at 8:45 PM Alistair Francis wrote:
>
> On Wed, Jul 3, 2019 at 1:41 AM Arnd Bergmann wrote:
> >
> > On Wed, Jul 3, 2019 at 2:21 AM Alistair Francis
> > wrote:
> > >
> > > The glibc implementation of siginfo_t results in an allignment of 8 bytes
> > > for the union _sifields on
On Wed, Jul 3, 2019 at 1:41 AM Arnd Bergmann wrote:
>
> On Wed, Jul 3, 2019 at 2:21 AM Alistair Francis
> wrote:
> >
> > The glibc implementation of siginfo_t results in an allignment of 8 bytes
> > for the union _sifields on RV32. The kernel has an allignment of 4 bytes
> > for the _sifields uni
On Wed, Jul 3, 2019 at 2:21 AM Alistair Francis
wrote:
>
> The glibc implementation of siginfo_t results in an allignment of 8 bytes
> for the union _sifields on RV32. The kernel has an allignment of 4 bytes
> for the _sifields union. This results in information being lost when
> glibc parses the
The glibc implementation of siginfo_t results in an allignment of 8 bytes
for the union _sifields on RV32. The kernel has an allignment of 4 bytes
for the _sifields union. This results in information being lost when
glibc parses the siginfo_t struct.
To fix the issue add a pad variable to the stru
7 matches
Mail list logo