Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-05 Thread Dave Hansen
On 04/04/2017 02:53 PM, Joerg Roedel wrote: > On Tue, Apr 04, 2017 at 09:56:45AM -0700, Dave Hansen wrote: >> On 04/04/2017 09:15 AM, Joerg Roedel wrote: >>> Put the right values from the original siginfo into the >>> userspace compat-siginfo. >>> >>> This fixes the 32-bit mpx tabletest on a

Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-05 Thread Dave Hansen
On 04/04/2017 02:53 PM, Joerg Roedel wrote: > On Tue, Apr 04, 2017 at 09:56:45AM -0700, Dave Hansen wrote: >> On 04/04/2017 09:15 AM, Joerg Roedel wrote: >>> Put the right values from the original siginfo into the >>> userspace compat-siginfo. >>> >>> This fixes the 32-bit mpx tabletest on a

Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Joerg Roedel
On Tue, Apr 04, 2017 at 09:56:45AM -0700, Dave Hansen wrote: > On 04/04/2017 09:15 AM, Joerg Roedel wrote: > > Put the right values from the original siginfo into the > > userspace compat-siginfo. > > > > This fixes the 32-bit mpx tabletest on a 64-bit kernel. > > Ugh, thanks for finding that.

Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Joerg Roedel
On Tue, Apr 04, 2017 at 09:56:45AM -0700, Dave Hansen wrote: > On 04/04/2017 09:15 AM, Joerg Roedel wrote: > > Put the right values from the original siginfo into the > > userspace compat-siginfo. > > > > This fixes the 32-bit mpx tabletest on a 64-bit kernel. > > Ugh, thanks for finding that.

Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Dave Hansen
On 04/04/2017 09:15 AM, Joerg Roedel wrote: > Put the right values from the original siginfo into the > userspace compat-siginfo. > > This fixes the 32-bit mpx tabletest on a 64-bit kernel. Ugh, thanks for finding that. Acked-by: Dave Hansen

Re: [PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Dave Hansen
On 04/04/2017 09:15 AM, Joerg Roedel wrote: > Put the right values from the original siginfo into the > userspace compat-siginfo. > > This fixes the 32-bit mpx tabletest on a 64-bit kernel. Ugh, thanks for finding that. Acked-by: Dave Hansen

[PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Joerg Roedel
From: Joerg Roedel Put the right values from the original siginfo into the userspace compat-siginfo. This fixes the 32-bit mpx tabletest on a 64-bit kernel. Fixes: a4455082dc6f0 ('x86/signals: Add missing signal_compat code for x86 features') Cc: Dave Hansen

[PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo

2017-04-04 Thread Joerg Roedel
From: Joerg Roedel Put the right values from the original siginfo into the userspace compat-siginfo. This fixes the 32-bit mpx tabletest on a 64-bit kernel. Fixes: a4455082dc6f0 ('x86/signals: Add missing signal_compat code for x86 features') Cc: Dave Hansen Signed-off-by: Joerg Roedel ---