| /linux/certs/ |
| H A D | Kconfig | 119 string "Hashes to be preloaded into the system blacklist keyring" 136 blacklist keyring and implements a hook whereby a PKCS#7 message can 140 string "X.509 certificates to be preloaded into the system blacklist keyring" 144 containing X.509 certificates to be included in the default blacklist 148 bool "Allow root to add signed blacklist keys" 152 If set, provide the ability to load new blacklist keys at run time if
|
| H A D | Makefile | 7 obj-$(CONFIG_SYSTEM_BLACKLIST_KEYRING) += blacklist.o blacklist_hashes.o 16 $(AWK) -f $(src)/check-blacklist-hashes.awk $(CONFIG_SYSTEM_BLACKLIST_HASH_LIST) >&2; \
|
| /linux/drivers/acpi/x86/ |
| H A D | Makefile | 8 obj-$(CONFIG_X86) += blacklist.o
|
| /linux/Documentation/translations/zh_CN/maintainer/ |
| H A D | modifying-patches.rst | 38 libata: Un-break ATA blacklist
|
| /linux/tools/perf/tests/shell/base_probe/ |
| H A D | test_adding_blacklisted.sh | 23 BLACKFUNC_LIST=`head -n 5 /sys/kernel/debug/kprobes/blacklist 2> /dev/null | cut -f2`
|
| /linux/drivers/pci/pcie/ |
| H A D | aspm.c | 378 static void pcie_clkpm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_clkpm_cap_init() argument 401 link->clkpm_disable = blacklist ? 1 : 0; in pcie_clkpm_cap_init() 814 static void pcie_aspm_cap_init(struct pcie_link_state *link, int blacklist) in pcie_aspm_cap_init() argument 820 if (blacklist) { in pcie_aspm_cap_init() 1119 int blacklist = !!pcie_aspm_sanity_check(pdev); in pcie_aspm_init_link_state() local 1153 pcie_aspm_cap_init(link, blacklist); in pcie_aspm_init_link_state() 1156 pcie_clkpm_cap_init(link, blacklist); in pcie_aspm_init_link_state()
|
| /linux/drivers/s390/cio/ |
| H A D | Makefile | 10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sis5595.c | 54 static int blacklist[] = { variable 141 for (i = blacklist; *i != 0; i++) { in sis5595_setup()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_progs.c | 272 for (i = 0; i < sel->blacklist.cnt; i++) { in should_run() 273 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 274 !sel->blacklist.tests[i].subtest_cnt) in should_run() 317 if (match_subtest(&sel->blacklist, test_name, subtest_name)) in should_run_subtest() 874 { "name-blacklist", ARG_TEST_NAME_BLACKLIST, "NAMES", 0, 990 free_test_filter_set(&test_selector->blacklist); in free_test_selector() 1040 &env->test_selector.blacklist, in parse_arg() 1044 &env->test_selector.blacklist, in parse_arg()
|
| H A D | test_sockmap.c | 122 {"blacklist", required_argument, NULL, 'b' }, 154 char *blacklist; member 2030 if (!opt->blacklist) in check_blacklist() 2032 ptr = strdup(opt->blacklist); in check_blacklist() 2190 options.blacklist = strdup(optarg); in main() 2191 if (!options.blacklist) in main() 2236 if (options.blacklist) in main() 2237 free(options.blacklist); in main()
|
| H A D | test_progs.h | 66 struct test_filter_set blacklist; 65 struct test_filter_set blacklist; global() member
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-sis5595.rst | 24 "blacklist" PCI ID and refuse to load.
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 254 Keys may be added to the IMA or IMA blacklist keyrings, if the 265 bool "Create IMA machine owner blacklist keyrings (EXPERIMENTAL)" 270 This option creates an IMA blacklist keyring, which contains all
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 1226 #define VULNBL(vendor, family, model, blacklist) \ argument 1227 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, blacklist) 1235 #define VULNBL_AMD(family, blacklist) \ argument 1236 VULNBL(AMD, family, X86_MODEL_ANY, blacklist) 1238 #define VULNBL_HYGON(family, blacklist) \ argument 1239 VULNBL(HYGON, family, X86_MODEL_ANY, blacklist)
|
| /linux/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 36 libata: Un-break ATA blacklist
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 154 * 将 ``blacklist`` 或 ``whitelist`` 写入 ``/sys/kernel/debug/kcsan`` 会改变报告
|
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 2530 static void kprobe_blacklist__delete(struct list_head *blacklist) in kprobe_blacklist__delete() argument 2534 while (!list_empty(blacklist)) { in kprobe_blacklist__delete() 2535 node = list_first_entry(blacklist, in kprobe_blacklist__delete() 2543 static int kprobe_blacklist__load(struct list_head *blacklist) in kprobe_blacklist__load() argument 2570 list_add_tail(&node->list, blacklist); in kprobe_blacklist__load() 2592 kprobe_blacklist__delete(blacklist); in kprobe_blacklist__load() 2599 kprobe_blacklist__find_by_address(struct list_head *blacklist, u64 address) in kprobe_blacklist__find_by_address() argument 2603 list_for_each_entry(node, blacklist, list) { in kprobe_blacklist__find_by_address()
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | coding-style.rst | 307 和“blacklist/whitelist”。 316 “blacklist/whitelist”推薦替換爲:
|
| /linux/Documentation/hwmon/ |
| H A D | sis5595.rst | 36 "blacklist" PCI ID and refuse to load.
|
| /linux/security/integrity/ |
| H A D | Kconfig | 117 hashes to the .blacklist keyring for powerpc based platforms.
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 298 to the "blacklist" file located in /etc/hotplug. It has been noted that 300 does not use the blacklist file. Simply remove, or rename, the net.agent
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 300 Kprobes manages such functions as a blacklist. 301 If you want to add a function into the blacklist, you just need 304 Kprobes checks the given probe address against the blacklist and 305 rejects registering it, if the given address is in the blacklist.
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 415 並通過指定 ``foo.blacklist=1`` 作爲內核參數臨時阻止該模塊被加載(用有
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 414 并通过指定 ``foo.blacklist=1`` 作为内核参数临时阻止该模块被加载(用有
|
| /linux/lib/ |
| H A D | Kconfig | 425 to blacklist particular drive models, but other device drivers
|