1. 13 Jan, 2012 2 commits
  2. 11 Jan, 2012 3 commits
    • Artem Bityutskiy's avatar
      UBIFS: fix debugging messages · d34315da
      Artem Bityutskiy authored
      Patch 56e46742 broke UBIFS debugging messages:
      before that commit when UBIFS debugging was enabled, users saw few useful
      debugging messages after mount. However, that patch turned 'dbg_msg()' into
      'pr_debug()', so to enable the debugging messages users have to enable them
      first via /sys/kernel/debug/dynamic_debug/control, which is very impractical.
      
      This commit makes 'dbg_msg()' to use 'printk()' instead of 'pr_debug()', just
      as it was before the breakage.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: stable@kernel.org [3.0+]
      d34315da
    • Artem Bityutskiy's avatar
      UBIFS: make debugging messages light again · 1f5d78dc
      Artem Bityutskiy authored
      We switch to dynamic debugging in commit
      56e46742 but did not take into account that
      now we do not control anymore whether a specific message is enabled or not.
      So now we lock the "dbg_lock" and release it in every debugging macro, which
      make them not so light-weight.
      
      This commit removes the "dbg_lock" protection from the debugging macros to
      fix the issue.
      
      The downside is that now our DBGKEY() stuff is broken, but this is not
      critical at all and will be fixed later.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: stable@kernel.org [3.0+]
      1f5d78dc
    • Artem Bityutskiy's avatar
      UBI: fix debugging messages · 72f0d453
      Artem Bityutskiy authored
      Patch ab50ff68 broke UBI debugging messages:
      before that commit when UBI debugging was enabled, users saw few useful
      debugging messages after attaching an MTD device. However, that patch turned
      'dbg_msg()' into 'pr_debug()', so to enable the debugging messages users have
      to enable them first via /sys/kernel/debug/dynamic_debug/control, which is
      very impractical.
      
      This commit makes 'dbg_msg()' to use 'printk()' instead of 'pr_debug()', just
      as it was before the breakage.
      Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
      Cc: stable@kernel.org [3.0+]
      72f0d453
  3. 10 Jan, 2012 1 commit
  4. 04 Jan, 2012 13 commits
  5. 03 Jan, 2012 9 commits
  6. 02 Jan, 2012 2 commits
  7. 31 Dec, 2011 6 commits
  8. 30 Dec, 2011 4 commits