[openib-general] [PATCH][RFC] iw_cxgb3/2.6.21 - Don't use the physical address for mapping memory into userspace.

Roland Dreier rdreier at cisco.com
Mon Feb 12 11:58:13 PST 2007


Looks mostly sane (assuming it works on 32-bit userspace on 64-bit
kernel now), but:

 > -	context = kmalloc(sizeof(*context), GFP_KERNEL);
 > +	context = kzalloc(sizeof(*context), GFP_KERNEL);

Why do you need this?  Is this an unrelated change?

 - R.




More information about the general mailing list