Re: [REVIEW][PATCH 06/20] signal/x86: Move mpx siginfo generation into do_bounds
From: Eric W. Biederman
Date: Wed Sep 19 2018 - 09:53:00 EST
Christoph Hellwig <hch@xxxxxxxxxxxxx> writes:
>> +struct mpx_fault_info
>> +{
>
> Normal kernel style would be:
>
> struct mpx_fault_info {
Good point. Fixed.
Eric