On 07/17/2013 11:03 PM, Christoph Lameter wrote: > On Tue, 16 Jul 2013, Chen Gang wrote: > >> Hmm... what you says above is reasonable. >> >> In this case, since alloc_loc_track() is a static function, it will >> depend on the related maintainers' willing and opinions to decide >> whether add the related check or not (just like add 'BUG_ON' or not). >> >> I need respect the original related maintainers' willing and opinions. > > You are talking to the author of the code. > Firstly, at least, my this patch is really useless. Hmm... when anybody says "need respect original authors' willing and opinions", I think it often means we have found the direct issue, but none of us find the root issue. e.g. for our this case: the direct issue is: "whether need check the length with 'max' parameter". but maybe the root issue is: "whether use 'size' as related parameter name instead of 'max'". in alloc_loc_track(), 'max' just plays the 'size' role. Thanks. -- Chen Gang -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>