Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/admin-guide/cgroup-v1/
H A Ddevices.rst10 whitelist with each cgroup. A whitelist entry has 4 fields.
18 devices from the whitelist or add new entries. A child cgroup can
38 will add the 'a *:* rwm' entry to the whitelist.
51 CAP_SYS_ADMIN is needed to modify the whitelist or move another
63 from their whitelist and all the locally set whitelist entries will be
64 re-evaluated. In case one of the locally set whitelist entries would provide
65 more access than the cgroup's parent, it'll be removed from the whitelist.
81 it'll propagate down and after revalidating B's entries, the whitelist entry
84 group whitelist entries denied devices
91 Notice that new whitelist entries will not be propagated::
[all …]
/linux/kernel/kcsan/
H A Ddebugfs.c48 bool whitelist; /* if list is a blacklist or whitelist */ member
120 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs()
128 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument
133 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist()
206 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info()
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c180 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg()
181 engine->whitelist.list[i].reg : in get_whitelist_reg()
308 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset()
320 pr_err("Invalid whitelist *before* %s reset!\n", name); in check_whitelist_across_reset()
366 pr_err("Invalid whitelist *after* %s reset in fresh context!\n", in check_whitelist_across_reset()
461 int count = engine->whitelist.count; in whitelist_writable_count()
464 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count()
465 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count()
519 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist()
520 u32 reg = i915_mmio_reg_offset(engine->whitelist in check_dirty_whitelist()
[all...]
H A Dintel_engine_cs.c1563 intel_wa_list_free(&engine->whitelist); in intel_engine_cleanup_common()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c280 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run()
281 if (glob_match(name, sel->whitelist.tests[i].name)) in should_run()
285 if (!sel->whitelist.cnt && !sel->num_set) in should_run()
339 if (match_subtest_desc(&sel->whitelist, test_name, in should_run_subtest()
343 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest()
353 for (i = 0; i < sel->whitelist.cnt; i++) { in should_tmon()
354 if (glob_match(name, sel->whitelist.tests[i].name) && in should_tmon()
355 !sel->whitelist.tests[i].subtest_cnt) in should_tmon()
620 subtest_state->should_tmon = match_subtest_desc(&env.tmon_selector.whitelist, in test__start_subtest_with_desc()
1022 free_test_filter_set(&test_selector->whitelist);
[all...]
H A Dtest_sockmap.c108 {"whitelist", required_argument, NULL, 'n' },
140 char *whitelist;
1791 if (!opt->whitelist) in test_txmsg_push()
1793 ptr = strdup(opt->whitelist); in test_txmsg_push()
1959 options.whitelist = strdup(optarg); in populate_progs()
1960 if (!options.whitelist) in populate_progs()
2008 if (options.whitelist) in check_whitelist()
2009 free(options.whitelist); in check_whitelist()
153 char *whitelist; global() member
H A Dtest_progs.h65 struct test_filter_set whitelist;
64 struct test_filter_set whitelist; global() member
/linux/security/safesetid/
H A DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/linux/arch/x86/kernel/cpu/
H A Dcommon.c1172 #define VULNWL(vendor, family, model, whitelist) \ argument
1173 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1175 #define VULNWL_INTEL(vfm, whitelist) \ argument
1176 X86_MATCH_VFM(vfm, whitelist)
1178 #define VULNWL_AMD(family, whitelist) \ argument
1179 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1181 #define VULNWL_HYGON(family, whitelist) \ argument
1182 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
1466 /* Set ITLB_MULTIHIT bug if cpu is not in the whitelist and not mitigated */ in cpu_set_bug_bits()
1488 * flag and protect from vendor-specific bugs via the whitelist in cpu_set_bug_bits()
[all...]
/linux/Documentation/power/
H A Dvideo.rst26 whitelist of systems, and automatically selects working method for a
29 whitelist, please try to find a working solution, and submit whitelist
H A Ds2ram.rst8 1) Check suspend.sf.net, program s2ram there has long whitelist of
/linux/drivers/misc/mei/
H A Dbus-fixup.c78 static void whitelist(struct mei_cl_device *cldev) in whitelist() function
566 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcsan.rst154 * 将 ``blacklist`` 或 ``whitelist`` 写入 ``/sys/kernel/debug/kcsan`` 会改变报告
/linux/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c1142 } whitelist[] = { in pmac_i2c_devscan() local
1174 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/linux/kernel/module/
H A DKconfig453 UNUSED_KSYMS_WHITELIST allows to whitelist symbols that must be kept