2012/9/6 Ezequiel Garcia <elezegarcia@xxxxxxxxx>: > Hi David, > > On Wed, Sep 5, 2012 at 9:59 PM, David Rientjes <rientjes@xxxxxxxxxx> wrote: >> On Wed, 5 Sep 2012, Ezequiel Garcia wrote: >> >>> I'm not sure this is the best solution, >>> but creating another function to reuse between strndup_user >>> and memdup_user seemed like an overkill. >>> >> >> It's not, so you'd need to do two things to fix this: >> >> - provide a reason why strndup_user() is special compared to other >> common library functions that also allocate memory, and >> > > Sorry, I don't understand what you mean. > strndup_user is *not* special than any other function, simply if you use > memdup_user for the allocation you will get traces with strndup_user > as the caller, > and that's not desirable. I'm not sure that this changed should be needed. But, if you want to fix this properly, why don't change __krealloc() ? It is called by krealloc(), and may return krealloc()'s address. -- 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>