[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RFC] 2.4 and stack reduction patches
> Here is the single crude patch for one of the distro releases.
> (may not apply to latest 2.4 mainline).
+ if (!bprmp) {
+ retval = -ENOMEM;
+ return retval;
+ }
You can just return -ENOMEM...
--
vda
-
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/
References: