1. 21 Dec, 2015 3 commits
  2. 15 Dec, 2015 35 commits
  3. 14 Dec, 2015 2 commits
    • Sudip Mukherjee's avatar
      Drivers: hv: vmbus: fix build warning · 9220e39b
      Sudip Mukherjee authored
      We were getting build warning about unused variable "tsc_msr" and
      "va_tsc" while building for i386 allmodconfig.
      Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      9220e39b
    • Valentin Rothberg's avatar
      checkkconfigsymbols.py: find similar symbols · 1b2c8414
      Valentin Rothberg authored
      Add support to find string-similar symbols.  When option --sim SYM is
      specified, checkkconfigsymbols.py will print at most 10 symbols defined
      in Kconfig that are string similar to SYM in the following format:
          Similar symbols: $COMMA_SEPARATED_LIST_OF_SYMBOLS
      
      Note, if no similar symbols are found it is indicated as follows:
          Similar symbols: no similar symbols found
      
      Since the implemented functionality is also useful when searching the
      entire source or when diffing two commits, a list of similar symbols is
      printed unconditionally with the other data.  In order to make the
      output more readable, the format now looks as follows:
      
          $UNDEFINED_SYMBOL
          Referencing files: $COMMA_SEPARATED_LIST_OF_FILES
          Similar symbols: $COMMA_SEPARATED_LIST_OF_SYMBOLS
          [Optional with '--find']
          Commits changing symbol:
              - $COMMIT_1_HASH ("$COMMIT_1_MESSAGE")
              - $COMMIT_2_HASH ("$COMMIT_2_MESSAGE")
                  or
              - no commit found
      Signed-off-by: default avatarValentin Rothberg <valentinrothberg@gmail.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      1b2c8414