__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh # SPDX-License-Identifier: GPL-2.0+ # # Give zero status if this is a simple test and non-zero otherwise. # Simple tests do not contain locking, RCU, or SRCU. # # Usage: # simpletest.sh file.litmus # # Copyright IBM Corporation, 2019 # # Author: Paul E. McKenney <[email protected]> litmus=$1 if test -f "$litmus" -a -r "$litmus" then : else echo ' --- ' error: \"$litmus\" is not a readable file exit 255 fi exclude="^[[:space:]]*\(" exclude="${exclude}spin_lock(\|spin_unlock(\|spin_trylock(\|spin_is_locked(" exclude="${exclude}\|rcu_read_lock(\|rcu_read_unlock(" exclude="${exclude}\|synchronize_rcu(\|synchronize_rcu_expedited(" exclude="${exclude}\|srcu_read_lock(\|srcu_read_unlock(" exclude="${exclude}\|synchronize_srcu(\|synchronize_srcu_expedited(" exclude="${exclude}\)" if grep -q $exclude $litmus then exit 255 fi exit 0
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| checkalllitmus.sh | File | 1.76 KB | 0755 |
|
| checkghlitmus.sh | File | 1.85 KB | 0755 |
|
| checklitmus.sh | File | 552 B | 0755 |
|
| checklitmushist.sh | File | 1.88 KB | 0755 |
|
| checktheselitmus.sh | File | 1.12 KB | 0755 |
|
| cmplitmushist.sh | File | 3.24 KB | 0755 |
|
| hwfnseg.sh | File | 415 B | 0755 |
|
| initlitmushist.sh | File | 2.22 KB | 0755 |
|
| judgelitmus.sh | File | 4.6 KB | 0755 |
|
| newlitmushist.sh | File | 1.8 KB | 0755 |
|
| parseargs.sh | File | 3.25 KB | 0755 |
|
| runlitmus.sh | File | 2.42 KB | 0755 |
|
| runlitmushist.sh | File | 2.09 KB | 0755 |
|
| simpletest.sh | File | 856 B | 0755 |
|