Re: [PATCH net-next v4] ipv6: Allocate unique metrics for icmp6 packets to prevent tainting dst metrics
From: Nick Jones <hidden>
Date: 2012-03-20 05:54:22
On Mon, 2012-03-19 at 18:04 -0400, David Miller wrote:
From: Nick Jones <redacted> Date: Sun, 18 Mar 2012 01:43:39 +0800quoted
+ return ERR_CAST(-ENOMEM);Really, please, stop wasting my time. There is no way your compiler didn't emit a warning for that garbage.
This is really sloppy, I apologise. I'll work on tightening up my workflow for build testing, runtime testing and patch submission before I bother you again.
Furthermore, callers are only ready to handle NULL vs. non-NULL as return values from this function. So this return value you are adding will result in crashes.
This one I did check. icmp6_dst_alloc returns error encoded pointers and all call sites test the return value with IS_ERR, I simply didn't understand the correct formatting macro, nor check the build properly. I think you got it mixed up with ip6_dst_alloc The 'return NULL' at the bottom of the second fragment was a bug, but this again exposes my newness to kernel patch submission workflow: that bug was fixed recently and this patch wouldn't have applied, further wasting your time... wonderful. I'll let the merge window close to let things settle down for you before bringing this fix up again.