Re: [PATCH] module: Fix bug: read __param section as pointers to object

From: Rusty Russell
Date: Sun Feb 13 2011 - 22:52:57 EST


On Mon, 14 Feb 2011 02:59:14 am Imran Haider wrote:
> Recent changes in commit 3834583b causes module parameters to be stored
> in the __param section as pointer to struct instead of the struct itself.
> module.c was still reading the section as an array of struct which caused
> modules to not load when any module parameter is specified.

This is linux-next?

Yes, completely broken. I've removed the patch.

Thanks,
Rusty.
--
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/