From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751309Ab1AEBir (ORCPT ); Tue, 4 Jan 2011 20:38:47 -0500 Received: from mail-vw0-f46.google.com ([209.85.212.46]:50745 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078Ab1AEBio (ORCPT ); Tue, 4 Jan 2011 20:38:44 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=aQi012e+dq6lawi8kUOMpayyFBH1MgcljARxkGS9JTVOlYrGNSFyuhHfdu28CSoXSV BvWSn3yfRXRTdXz6SS93pt32IyBycj9kVb7Kqx7rUMyBUgYN/NY/x5cM3k0imp7ckzWw HGR/NXpuJnV2gF13B2pbjkBSowrsr21ZC6eG8= Message-ID: <4D23CBAC.4000506@lwfinger.net> Date: Tue, 04 Jan 2011 19:38:52 -0600 From: Larry Finger User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20101125 SUSE/3.0.11 Thunderbird/3.0.11 MIME-Version: 1.0 To: Herbert Xu CC: "Mario 'BitKoenig' Holbe" , Matt Mackall , LKML , Linux Crypto Mailing List , Harald Welte , Michal Ludvig Subject: Re: 2.6.37-rc7: Regression: b43: crashes in hwrng_register() References: <4D1D27E7.7030301@lwfinger.net> <20101231022550.GA2512@darkside.kls.lan> <20101231024653.GA24879@gondor.apana.org.au> <20101231085103.GA31935@darkside.kls.lan> <20110104043338.GA27604@gondor.apana.org.au> <20110104121957.GA27114@darkside.kls.lan> <20110104123824.GA31557@gondor.apana.org.au> <20110104125722.GC27114@darkside.kls.lan> <20110104224238.GA4978@gondor.apana.org.au> <4D23B7D8.7090701@lwfinger.net> <20110105001940.GA5558@gondor.apana.org.au> In-Reply-To: <20110105001940.GA5558@gondor.apana.org.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2011 06:19 PM, Herbert Xu wrote: > > PTR_ALIGN (and ALIGN) rounds up, not down. I see where I got lost in the macro expansions. I'm still trying to understand the need for the __attribute__ on the definition for buf. Larry