defconfig: msm: Disable DEBUG_OBJECTS for kona
DEBUG_OBJECTS have been more trouble maker than helping
hand in debugging. For ex,
 1) They gets detected in KMEMLEAK because these debug
    objects are not pointed by anyone. They are accessed
    by list structures contained within them.
 2) We often see list corruptions inside debug objects.
 3) The use-cases of debug objects are anyway covered
    by other generic and more sophisticated debug features
    like KASAN, SLUB_DEBUG etc.
So, remove DEBUG_OBJECTS for the good.
Change-Id: I0ae327ca4755c408d3b251cb5b33c84a17ee4616
Signed-off-by:  Channagoud Kadabi <ckadabi@codeaurora.org>
Channagoud Kadabi <ckadabi@codeaurora.org>
Loading
Please register or sign in to comment
