Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
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-v5.15/kernel/kcsan/
Ddebugfs.c48 bool whitelist; /* if list is a blacklist or whitelist */ member
54 .whitelist = false, /* default is blacklist */
126 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs()
134 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument
139 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist()
209 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c183 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg()
184 engine->whitelist.list[i].reg : in get_whitelist_reg()
311 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset()
464 int count = engine->whitelist.count; in whitelist_writable_count()
467 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count()
468 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count()
522 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist()
523 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in check_dirty_whitelist()
778 if (engine->whitelist.count == 0) in live_dirty_whitelist()
805 if (engine->whitelist.count == 0) in live_reset_whitelist()
[all …]
Dintel_workarounds.c1371 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build()
1387 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build()
1392 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build()
1405 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build()
1418 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build()
1441 struct i915_wa_list *w = &engine->whitelist; in cml_whitelist_build()
1453 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build()
1505 struct i915_wa_list *w = &engine->whitelist; in tgl_whitelist_build()
1539 struct i915_wa_list *w = &engine->whitelist; in dg1_whitelist_build()
1554 struct i915_wa_list *w = &engine->whitelist; in intel_engine_init_whitelist()
[all …]
Dintel_engine_types.h364 struct i915_wa_list whitelist; member
Dintel_engine_cs.c1023 intel_wa_list_free(&engine->whitelist); in intel_engine_cleanup_common()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_progs.c84 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run()
85 if (glob_match(name, sel->whitelist.strs[i])) in should_run()
89 if (!sel->whitelist.cnt && !sel->num_set) in should_run()
603 &env->subtest_selector.whitelist, in parse_arg()
607 if (parse_str_list(arg, &env->test_selector.whitelist, in parse_arg()
870 free_str_set(&env.test_selector.whitelist); in main()
873 free_str_set(&env.subtest_selector.whitelist); in main()
Dtest_sockmap.c146 char *whitelist; member
1794 if (!opt->whitelist) in check_whitelist()
1796 ptr = strdup(opt->whitelist); in check_whitelist()
1967 options.whitelist = strdup(optarg); in main()
1968 if (!options.whitelist) in main()
2013 if (options.whitelist) in main()
2014 free(options.whitelist); in main()
Dtest_progs.h55 struct str_set whitelist; member
/Linux-v5.15/drivers/staging/fwserial/
DTODO9 GUID-to-port matching/whitelist/blacklist.
/Linux-v5.15/drivers/misc/mei/
Dbus-fixup.c71 static void whitelist(struct mei_cl_device *cldev) in whitelist() function
495 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
497 MEI_FIXUP(MEI_UUID_PAVP, whitelist),
/Linux-v5.15/security/safesetid/
DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/Linux-v5.15/arch/x86/kernel/cpu/
Dcommon.c1031 #define VULNWL(vendor, family, model, whitelist) \ argument
1032 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1034 #define VULNWL_INTEL(model, whitelist) \ argument
1035 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1037 #define VULNWL_AMD(family, whitelist) \ argument
1038 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1040 #define VULNWL_HYGON(family, whitelist) \ argument
1041 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
/Linux-v5.15/drivers/gpio/
Dgpiolib-of.c438 const char *whitelist[] = { in of_find_regulator_gpio() local
453 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
/Linux-v5.15/Documentation/power/
Dvideo.rst26 whitelist of systems, and automatically selects working method for a
29 whitelist, please try to find a working solution, and submit whitelist
Ds2ram.rst8 1) Check suspend.sf.net, program s2ram there has long whitelist of
/Linux-v5.15/Documentation/dev-tools/
Dkcsan.rst102 `DebugFS interface`_ blacklist/whitelist feature.
157 * Writing either ``blacklist`` or ``whitelist`` to ``/sys/kernel/debug/kcsan``
159 can be used to silence frequently occurring data races; the whitelist feature
/Linux-v5.15/scripts/gcc-plugins/
Drandomize_layout_plugin.c48 static const struct whitelist_entry whitelist[] = { variable
788 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
/Linux-v5.15/security/
DKconfig167 bool "Allow usercopy whitelist violations to fallback to object size"
175 whitelist size. This option will be removed once it seems like
/Linux-v5.15/arch/powerpc/platforms/powermac/
Dlow_i2c.c1169 } whitelist[] = { in pmac_i2c_devscan() local
1201 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/Linux-v5.15/Documentation/driver-api/usb/
Dgadget.rst485 Peripheral List". That's just a whitelist, used to reject peripherals
486 not supported with a given Linux OTG host. *This whitelist is
/Linux-v5.15/tools/objtool/Documentation/
Dstack-validation.txt313 3) add funcB to uaccess_safe_builtin whitelist in tools/objtool/check.c, if
/Linux-v5.15/Documentation/process/
Dcoding-style.rst340 whitelist'.
349 Recommended replacements for 'blacklist/whitelist' are:
/Linux-v5.15/init/
DKconfig2324 UNUSED_KSYMS_WHITELIST allows to whitelist symbols that must be kept