This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update bits/siginfo.h with Linux hwpoison SIGBUS changes


On 05/18/2013 04:16 AM, Edjunior Barbosa Machado wrote:
> On 05/16/2013 09:43 PM, Roland McGrath wrote:
>> Always write 'short int', never just 'short'.  Otherwise these seem fine to
>> me (assuming they match the new kernel definitions).  
>>
>> The ports changes technically need pro forma sign-off from four
>> maintainers.  But I think it's good enough if you've triple-checked that
>> the new definitions match the kernel's for each machine, and wait a few
>> days to give them a chance to speak up, but go ahead and commit (say, on
>> Tuesday) for each port whose maintainer hasn't responded.  You can commit
>> the common change now (and each port's change as soon as the maintainer
>> says), or wait to do them all together, at your pleasure.
> 
> Here's the updated patch using 'short int' instead of just 'short'.
> I'll wait for more comments until Tuesday, following your suggestion.

I've just pushed it to master:

commit 85118d4de37e76a1596a75bae75f75f69c33225c
Author: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
Date:   Wed May 22 14:19:49 2013 -0500

    Update bits/siginfo.h with Linux hwpoison SIGBUS changes
    
    Adds new SIGBUS error codes for hardware poison signals, syncing with
    the current kernel headers (v3.9). It also adds si_trapno field for
    alpha.


Thanks,
--
Edjunior


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]