Re: [PATCH] FIX and enable EDAC sysfs operation

From: Arjan van de Ven
Date: Sat Jul 01 2006 - 04:27:20 EST


On Fri, 2006-06-30 at 17:29 -0700, Doug Thompson wrote:
> The sysfs is now enabled in this patch, with a minimal set of control and attribute
> files for examining EDAC state and for enabling/disabling the memory and PCI
> operations.
>

unfortunately this is still buggy ;-(

> +/* No memory to release for this kobj */
> static void edac_csrow_instance_release(struct kobject *kobj)
> {
> struct csrow_info *cs;
>
> - debugf1("%s()\n", __func__);
> cs = container_of(kobj, struct csrow_info, kobj);
> complete(&cs->kobj_complete);
> }


because this is still invalid behavior!


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/