From: Yafang Shao <laoar.s...@gmail.com> Date: Sun, 17 Feb 2019 22:26:32 +0800
> SOCK_DEBUG() is a old facility for debugging. > If the user want to use it for debugging, the user must modify the > application first, that doesn't seem like a good way. > Now we have more powerful facilities, i.e. bpf or tracepoint, for this kind > of debugging purpose. > So we'd better disable it by default. > The reason why I don't remove it comepletely is that someone may still > would like to use it for debugging. > > Signed-off-by: Yafang Shao <laoar.s...@gmail.com> > Suggested-by: Joe Perches <j...@perches.com> Sorry, I'm not applying this. You are forcing everyone who wants to use this to add a curstom local source code change into their build. I'm OK with patch #1, and Eric suggested it, so if you want to submit that separately that's fine.