aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/coccinelle/misc
AgeCommit message (Expand)AuthorFilesLines
2024-02-29coccinelle: semantic patch to check for potential struct_size callsJacob Keller1-0/+74
2022-08-07update Coccinelle URLJulia Lawall10-10/+10
2022-07-16coccinelle: Remove script that checks replacing 0/1 with false/true in functi...Steven Rostedt (Google)1-59/+0
2022-07-03coccinelle: Extend address test from ifaddr semantic patch to test expressionsJérémy LEFAURE1-3/+1
2022-01-15scripts/coccinelle: drop bugon.cocciJulia Lawall1-63/+0
2021-09-11coccinelle: semantic patch to check for inappropriate do_div() callsWen Yang1-0/+155
2021-05-01coccinelle: misc: minmax: suppress patch generation for err returnsDenis Efremov1-1/+17
2021-05-01coccinelle: irqf_oneshot: reduce the severity due to false positivesKrzysztof Kozlowski1-2/+2
2021-05-01coccinelle: misc: add swap scriptDenis Efremov1-0/+122
2021-05-01coccinelle: misc: update uninitialized_var.cocci documentationDenis Efremov1-5/+10
2021-05-01coccinelle: misc: restrict patch mode in flexible_array.cocciDenis Efremov1-2/+21
2021-05-01coccinelle: misc: add minmax scriptDenis Efremov1-0/+206
2020-11-09remove boolinit.cocciPeter Zijlstra1-195/+0
2020-10-03coccinelle: misc: add flexible_array.cocci scriptDenis Efremov1-0/+88
2020-09-21coccinelle: misc: add excluded_middle.cocci scriptDenis Efremov1-0/+39
2020-09-05coccinelle: misc: add uninitialized_var.cocci scriptDenis Efremov1-0/+51
2020-08-06Merge branch 'for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawa...Linus Torvalds1-0/+209
2020-08-04coccinelle: misc: add array_size_dup script to detect missed overflow checksDenis Efremov1-0/+209
2020-07-10scripts: add dummy report mode to add_namespace.cocciMatthias Maennich1-1/+7
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller1-0/+75
2019-10-07scripts: add_namespace: Fix coccicheck failedYueHaibing1-0/+2
2019-09-10scripts: Coccinelle script for namespace dependencies.Matthias Maennich1-0/+23
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505Thomas Gleixner15-25/+40
2019-03-28scripts: coccinelle: Fix description of badty.cocciMichael Stefaniuc1-1/+1
2019-01-06scripts: coccinelle: boolinit: drop warnings on named constantsJulia Lawall1-0/+5
2018-12-17scripts: coccinelle: Correct warning messageJulia Lawall1-6/+6
2018-12-17scripts: coccinelle: only suggest true/false in files that already use themJulia Lawall1-10/+21
2018-01-16Coccinelle: array_size: report even if include is missingJérémy Lefaure1-2/+2
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-18/+33
2017-11-16coccinelle: orplus: reorganize to improve performanceJulia Lawall1-14/+29
2017-11-14Coccinelle: use false positive annotationJulia Lawall1-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2016-12-11Coccinelle: misc: Add support for devm variant in all modesVaishali Thakkar1-3/+12
2016-12-11Coccinelle: misc: Improve the result given by context modeVaishali Thakkar1-1/+2
2016-12-11Coccinelle: misc: Improve the matching of rulesVaishali Thakkar1-13/+23
2016-12-11Coccinelle: Add misc/boolconv.cocciAndrew F. Davis1-0/+90
2016-10-11Coccinelle: flag conditions with no effectNicholas Mc Guire1-0/+64
2016-06-20Coccinelle: noderef: Add new rules and correct the old ruleVaishali Thakkar1-1/+17
2016-04-20scripts: coccinelle: remove check to move constants to rightWolfram Sang1-171/+0
2016-02-18coccinelle: bugon: reduce rule applicabilityJulia Lawall1-1/+1
2016-02-18Coccinelle: array_size: reduce rule applicabilityJulia Lawall1-1/+1
2016-02-18Coccinelle: reduce rule applicabilityJulia Lawall1-1/+1
2015-10-26coccinelle: Improve checking for missing NULL terminatorsDaniel Granat1-5/+28
2015-10-26coccinelle: misc: remove "complex return code" warningsJohan Hovold1-180/+0
2015-10-26coccinelle: misc: move constants to the rightJulia Lawall1-0/+171
2015-06-03coccinelle: simple_return: Add a blank lineFabio Estevam1-1/+1
2015-05-25coccinelle: irqf_oneshot.cocci: Improve the generated commit logFabio Estevam1-2/+5
2015-05-21scripts/coccinelle/misc/irqf_oneshot.cocci: Fix grammarFabio Estevam1-1/+1
2015-05-21scripts/coccinelle/misc/semicolon.cocci: Use imperative moodFabio Estevam1-1/+1
2015-05-20coccinelle: ifaddr: Fix the sentenceFabio Estevam1-2/+1
2015-05-20coccinelle: returnvar: Use imperative moodFabio Estevam1-1/+1
2015-04-15scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick1-1/+1
2015-03-25irqf_oneshot.cocci: add check of devm_request_threaded_irq()Valentin Rothberg1-0/+24
2014-11-24bugon.cocci: fix Options at the macroMauro Carvalho Chehab1-1/+1
2014-09-26coccinelle: misc: semantic patch to delete overly complex return code processingJulia Lawall1-0/+180
2014-08-06Coccinelle: Script to replace if and BUG with BUG_ONHimangi Saraogi1-0/+62
2014-08-06Coccinelle: Script to detect incorrect argument to sizeofHimangi Saraogi1-0/+76
2014-08-06Coccinelle: Script to use ARRAY_SIZE instead of division of two sizeofsHimangi Saraogi1-0/+87
2014-06-10coccicheck: Add unneeded return variable testPeter Senna Tschudin1-0/+66
2014-06-09coccinelle: Check for missing NULL terminators in of_device_id tablesStephen Boyd1-0/+62
2014-03-29Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin1-103/+0
2013-08-13coccinelle: replace 0/1 with false/true in functions returning boolRasmus Villemoes1-0/+58
2013-07-03Coccinelle: Update the options used to the new option schemeNicolas Palix8-8/+8
2013-02-22scripts/coccinelle: find constant additions that could be bit orsJulia Lawall1-0/+55
2013-02-22scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin1-0/+103
2013-01-24scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin1-0/+83
2012-12-09scripts/coccinelle/misc/warn.cocci: use WARNJulia Lawall1-0/+109
2012-07-13scripts/coccinelle: Find threaded IRQs requests which are missing IRQF_ONESHOTLars-Peter Clausen1-0/+65
2012-05-25scripts/coccinelle: sizeof of pointerJulia Lawall1-0/+65
2012-05-25scripts/coccinelle: address test is always trueJulia Lawall1-0/+35
2012-02-25coccinelle: semantic patch for bool issuesJulia Lawall1-0/+178
2012-02-25coccinelle: semantic patch to check for PTR_ERR after reassignmentJulia Lawall1-0/+41
2012-01-15scripts/coccinelle: improve the coverage of some semantic patchesJulia Lawall1-4/+4
2010-12-03scripts/coccinelle: update for compatability with Coccinelle 0.2.4Julia Lawall1-3/+3
2010-08-31Coccinelle: Add misc/ifcol.cocciNicolas Palix1-0/+48
2010-08-31Coccinelle: Add misc/doubleinit.cocciNicolas Palix1-0/+53