On Tue, May 09, 2017 at 01:00:50PM -0400, Brian Foster wrote: > I rarely, if ever, have a need for assert failures to bug the kernel. I absolutely rely on it to debug problems with the system in the state that the problem was detected. IOWs, what works for one person does not work for everyone. > I'd like to be able to just turn it off in my default configs (without > disrupting the cases where it is useful). So, as Darrick suggested, make the sysctl value kconfig selectable. you get what you want and it's runtime selectable... > > > As mentioned previously, we can be more granular than the current binary > > > toggle for debug mode. E.g., we could separate diagnostic mechanisms > > > from test coverage mechanisms and enable the latter at a higher debug > > > level or with a separate option entirely, if desired. IOW, I don't think > > > that's a difficult problem to solve. > > > > Agreed. Please don't. It took us years to get rid of all the stale special snowflake conditional debug code we inherited from Irix that bitrotted and broke because nobody ever set, say, XFS_TRANS_DEBUG in their build, let alone tried to run a kernel with it. We took what was useful and put it under XFS_DEBUG so that it was always run, and the XFS code has been so much better for it.... Cheers, Dave. -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html