Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Andreas Schwab
On Apr 03 2018, Josh Juran wrote: > On Apr 3, 2018, at 10:27 AM, Eric W. Biederman wrote: > >> Geert Uytterhoeven writes: >> >>> On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman >>> wrote: >>> A

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Andreas Schwab
On Apr 03 2018, Josh Juran wrote: > On Apr 3, 2018, at 10:27 AM, Eric W. Biederman wrote: > >> Geert Uytterhoeven writes: >> >>> On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman >>> wrote: >>> A 2-byte alignment for 4 byte pointers. That is a new one to me. >>> >>> Not just for

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Josh Juran
On Apr 3, 2018, at 10:27 AM, Eric W. Biederman wrote: > Geert Uytterhoeven writes: > >> On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman >> wrote: >> >>> A 2-byte alignment for 4 byte pointers. That is a new one to me.

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Josh Juran
On Apr 3, 2018, at 10:27 AM, Eric W. Biederman wrote: > Geert Uytterhoeven writes: > >> On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman >> wrote: >> >>> A 2-byte alignment for 4 byte pointers. That is a new one to me. >> >> Not just for pointers, also for int and long. > > The

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Eric W. Biederman
Geert Uytterhoeven writes: > Hi Eric, > > On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman > wrote: >> Eugene Syromiatnikov writes: >> >>> So, the offset of the si_lower field is 20 at the current HEAD and was 18 at >>> commits

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Eric W. Biederman
Geert Uytterhoeven writes: > Hi Eric, > > On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman > wrote: >> Eugene Syromiatnikov writes: >> >>> So, the offset of the si_lower field is 20 at the current HEAD and was 18 at >>> commits v4.16-rc3~17^2 and v4.16-rc1~159^2~20. I believe this is due to

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Geert Uytterhoeven
Hi Eric, On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman wrote: > Eugene Syromiatnikov writes: > >> So, the offset of the si_lower field is 20 at the current HEAD and was 18 at >> commits v4.16-rc3~17^2 and v4.16-rc1~159^2~20. I believe this is due to

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-03 Thread Geert Uytterhoeven
Hi Eric, On Mon, Apr 2, 2018 at 10:17 PM, Eric W. Biederman wrote: > Eugene Syromiatnikov writes: > >> So, the offset of the si_lower field is 20 at the current HEAD and was 18 at >> commits v4.16-rc3~17^2 and v4.16-rc1~159^2~20. I believe this is due to >> the fact that m68k uses 2-byte

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-02 Thread Eric W. Biederman
Eugene Syromiatnikov writes: > So, the offset of the si_lower field is 20 at the current HEAD and was 18 at > commits v4.16-rc3~17^2 and v4.16-rc1~159^2~20. I believe this is due to > the fact that m68k uses 2-byte default alignment and not 4-byte. A 2-byte alignment for 4

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-04-02 Thread Eric W. Biederman
Eugene Syromiatnikov writes: > So, the offset of the si_lower field is 20 at the current HEAD and was 18 at > commits v4.16-rc3~17^2 and v4.16-rc1~159^2~20. I believe this is due to > the fact that m68k uses 2-byte default alignment and not 4-byte. A 2-byte alignment for 4 byte pointers. That

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-03-31 Thread Eugene Syromiatnikov
On Tue, Mar 06, 2018 at 01:11:03AM -0600, Eric W. Biederman wrote: > Linus, > > Please pull the siginfo-linus branch from the git tree: > >git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git > siginfo-linus > >HEAD: f6a015498dcaee72f80283cb7873d88deb07129c

Re: [GIT PULL] siginfo fix for v4.16-rc5

2018-03-31 Thread Eugene Syromiatnikov
On Tue, Mar 06, 2018 at 01:11:03AM -0600, Eric W. Biederman wrote: > Linus, > > Please pull the siginfo-linus branch from the git tree: > >git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git > siginfo-linus > >HEAD: f6a015498dcaee72f80283cb7873d88deb07129c

[GIT PULL] siginfo fix for v4.16-rc5

2018-03-05 Thread Eric W. Biederman
Linus, Please pull the siginfo-linus branch from the git tree: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git siginfo-linus HEAD: f6a015498dcaee72f80283cb7873d88deb07129c signal/x86: Include the field offsets in the build time checks The kbuild test robot

[GIT PULL] siginfo fix for v4.16-rc5

2018-03-05 Thread Eric W. Biederman
Linus, Please pull the siginfo-linus branch from the git tree: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git siginfo-linus HEAD: f6a015498dcaee72f80283cb7873d88deb07129c signal/x86: Include the field offsets in the build time checks The kbuild test robot