1. 19 2月, 2016 3 次提交
  2. 27 10月, 2015 3 次提交
  3. 03 6月, 2015 1 次提交
  4. 25 5月, 2015 1 次提交
  5. 21 5月, 2015 2 次提交
  6. 20 5月, 2015 2 次提交
  7. 15 4月, 2015 2 次提交
  8. 25 3月, 2015 1 次提交
  9. 25 11月, 2014 1 次提交
    • M
      bugon.cocci: fix Options at the macro · 7426977c
      Mauro Carvalho Chehab 提交于
      The comma after --no-includes makes coccinelle to not run the script:
      
      /usr/bin/spatch -D report --very-quiet --no-show-diff --cocci-file ./scripts/coccinelle/misc/bugon.cocci --no-includes, --include-headers --patch . --dir drivers/media/platform/coda/ -I ./arch/x86/include -I arch/x86/include/generated -I include -I ./arch/x86/include/uapi -I arch/x86/include/generated/uapi -I ./include/uapi -I include/generated/uapi -I ./include/linux/kconfig.h
      Usage: spatch.opt --sp-file <SP> <infile> [-o <outfile>] [--iso-file <iso>] [options]
      Options are:
        --sp-file                    <file> the semantic patch file
        -o                           <file> the output file
        --in-place                   do the modification on the file directly
        --backup-suffix              suffix to use when making a backup for inplace
      ...
      
      At least with Fedora 20 coccinelle package:
      	coccinelle-1.0.0-0.rc20.1.fc21.x86_64
      Signed-off-by: NMauro Carvalho Chehab <mchehab@osg.samsung.com>
      Acked-by: NJulia Lawall <julia.lawall@lip6.fr>
      Tested-by: NWolfram Sang <wsa@the-dreams.de>
      Fixes: 5be1df66 (Coccinelle: Script to replace if and BUG with BUG_ON)
      Cc: stable@vger.kernel.org
      Signed-off-by: NMichal Marek <mmarek@suse.cz>
      7426977c
  10. 26 9月, 2014 1 次提交
  11. 06 8月, 2014 3 次提交
  12. 10 6月, 2014 2 次提交
  13. 30 3月, 2014 1 次提交
  14. 14 8月, 2013 1 次提交
  15. 04 7月, 2013 1 次提交
  16. 22 2月, 2013 2 次提交
  17. 24 1月, 2013 1 次提交
  18. 09 12月, 2012 1 次提交
  19. 13 7月, 2012 1 次提交
  20. 25 5月, 2012 2 次提交
  21. 25 2月, 2012 2 次提交
  22. 15 1月, 2012 1 次提交
  23. 03 12月, 2010 1 次提交
    • J
      scripts/coccinelle: update for compatability with Coccinelle 0.2.4 · a1087ef6
      Julia Lawall 提交于
      For doubleinit.cocci, Coccinelle 0.2.4 requires a comma after ... in a
      field list.  Coccinelle also now behaves gracefully when a definition is
      provided for a virtual that doesn't exist, so there is no need for the
      semantic patch code to check for this case.
      
      Updated the documentation to reflect the fact that the best results will
      now be obtained with Coccinelle version 0.2.4 or later.
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      a1087ef6
  24. 31 8月, 2010 2 次提交