Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / lib / Kconfig.debug
index 0b483a8..403071f 100644 (file)
@@ -498,7 +498,7 @@ config STACK_VALIDATION
          runtime stack traces are more reliable.
 
          For more information, see
-         tools/objtool/Documentation/stack-validation.txt.
+         tools/objtool/Documentation/objtool.txt.
 
 config NOINSTR_VALIDATION
        bool
@@ -700,7 +700,6 @@ config DEBUG_OBJECTS_ENABLE_DEFAULT
          Debug objects boot parameter default value
 
 config SHRINKER_DEBUG
-       default y
        bool "Enable shrinker debugging support"
        depends on DEBUG_FS
        help
@@ -1569,7 +1568,7 @@ config DEBUG_KOBJECT_RELEASE
        help
          kobjects are reference counted objects.  This means that their
          last reference count put is not predictable, and the kobject can
-         live on past the point at which a driver decides to drop it's
+         live on past the point at which a driver decides to drop its
          initial reference to the kobject gained on allocation.  An
          example of this would be a struct device which has just been
          unregistered.