From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22433 invoked by alias); 22 May 2013 20:09:59 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 22418 invoked by uid 89); 22 May 2013 20:09:58 -0000 X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_HW autolearn=ham version=3.3.1 Received: from e24smtp03.br.ibm.com (HELO e24smtp03.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 22 May 2013 20:09:58 +0000 Received: from /spool/local by e24smtp03.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 22 May 2013 17:09:54 -0300 Received: from d24dlp01.br.ibm.com (9.18.248.204) by e24smtp03.br.ibm.com (10.172.0.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 22 May 2013 17:09:52 -0300 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by d24dlp01.br.ibm.com (Postfix) with ESMTP id E143A3520027; Wed, 22 May 2013 16:09:49 -0400 (EDT) Received: from d24av03.br.ibm.com (d24av03.br.ibm.com [9.8.31.95]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r4MK6fCi1888358; Wed, 22 May 2013 17:06:41 -0300 Received: from d24av03.br.ibm.com (localhost [127.0.0.1]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r4MK9mKn008606; Wed, 22 May 2013 17:09:49 -0300 Received: from [9.8.1.224] ([9.8.1.224]) by d24av03.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r4MK9mG1008594; Wed, 22 May 2013 17:09:48 -0300 Message-ID: <519D260C.9050705@linux.vnet.ibm.com> Date: Wed, 22 May 2013 20:09:00 -0000 From: Edjunior Barbosa Machado User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: libc-alpha@sourceware.org, libc-ports@sourceware.org CC: roland@hack.frob.com, carlos@redhat.com, aj@suse.com, naveen.n.rao@linux.vnet.ibm.com Subject: Re: [PATCH] Update bits/siginfo.h with Linux hwpoison SIGBUS changes References: <1368861416-26412-1-git-send-email-emachado@linux.vnet.ibm.com> In-Reply-To: <1368861416-26412-1-git-send-email-emachado@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13052220-9254-0000-0000-00000C915A16 X-SW-Source: 2013-05/txt/msg00095.txt.bz2 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 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