Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/kernel/kcsan/
Ddebugfs.c43 bool whitelist; /* if list is a blacklist or whitelist */ member
49 .whitelist = false, /* default is blacklist */
121 if (report_filterlist.whitelist) in kcsan_skip_report_debugfs()
129 static void set_report_filterlist_whitelist(bool whitelist) in set_report_filterlist_whitelist() argument
134 report_filterlist.whitelist = whitelist; in set_report_filterlist_whitelist()
204 report_filterlist.whitelist ? "whitelisted" : "blacklisted", in show_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c182 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg()
183 engine->whitelist.list[i].reg : in get_whitelist_reg()
303 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset()
445 int count = engine->whitelist.count; in whitelist_writable_count()
448 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count()
449 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count()
502 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist()
503 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in check_dirty_whitelist()
737 if (engine->whitelist.count == 0) in live_dirty_whitelist()
764 if (engine->whitelist.count == 0) in live_reset_whitelist()
[all …]
Dintel_workarounds.c1440 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build()
1456 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build()
1461 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build()
1474 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build()
1487 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build()
1510 struct i915_wa_list *w = &engine->whitelist; in cml_whitelist_build()
1522 struct i915_wa_list *w = &engine->whitelist; in cnl_whitelist_build()
1533 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build()
1585 struct i915_wa_list *w = &engine->whitelist; in tgl_whitelist_build()
1620 struct i915_wa_list *w = &engine->whitelist; in intel_engine_init_whitelist()
[all …]
Dintel_engine_types.h408 struct i915_wa_list whitelist; member
Dintel_engine_cs.c950 intel_wa_list_free(&engine->whitelist); in intel_engine_cleanup_common()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_progs.c61 for (i = 0; i < sel->whitelist.cnt; i++) { in should_run()
62 if (strstr(name, sel->whitelist.strs[i])) in should_run()
66 if (!sel->whitelist.cnt && !sel->num_set) in should_run()
499 &env->subtest_selector.whitelist)) in parse_arg()
502 if (parse_str_list(arg, &env->test_selector.whitelist)) in parse_arg()
740 free_str_set(&env.test_selector.whitelist); in main()
743 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.h56 struct str_set whitelist; member
/kernel/linux/linux-5.10/drivers/cpufreq/
Dcpufreq-dt-platdev.c18 static const struct of_device_id whitelist[] __initconst = { variable
181 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
/kernel/linux/linux-5.10/drivers/staging/hungtask/
Dhungtask_base.c26 static struct hlist_head whitelist[WHITELIST_LEN]; variable
165 if (!whitelist_empty && hashlist_find(whitelist, WHITELIST_LEN, tgid)) in get_task_type()
207 hashlist_clear(whitelist, WHITELIST_LEN); in refresh_whitelist_pids()
217 if (hashlist_insert(whitelist, WHITELIST_LEN, in refresh_whitelist_pids()
863 hashlist_clear(whitelist, WHITELIST_LEN); in htbase_monitorlist_update()
1025 INIT_HLIST_HEAD(&whitelist[i]); in htbase_create_sysfs()
/kernel/linux/linux-5.10/drivers/staging/fwserial/
DTODO9 GUID-to-port matching/whitelist/blacklist.
/kernel/linux/linux-5.10/security/safesetid/
DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dcommon.c1030 #define VULNWL(vendor, family, model, whitelist) \ argument
1031 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, whitelist)
1033 #define VULNWL_INTEL(model, whitelist) \ argument
1034 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1036 #define VULNWL_AMD(family, whitelist) \ argument
1037 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1039 #define VULNWL_HYGON(family, whitelist) \ argument
1040 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/misc/mei/
Dbus-fixup.c68 static void whitelist(struct mei_cl_device *cldev) in whitelist() function
489 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkcsan.rst116 `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
/kernel/linux/linux-5.10/scripts/gcc-plugins/
Drandomize_layout_plugin.c48 static const struct whitelist_entry whitelist[] = { variable
792 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
/kernel/linux/linux-5.10/security/
DKconfig156 bool "Allow usercopy whitelist violations to fallback to object size"
164 whitelist size. This option will be removed once it seems like
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
Dlow_i2c.c1172 } whitelist[] = { in pmac_i2c_devscan() local
1204 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/objtool/Documentation/
Dstack-validation.txt313 3) add funcB to uaccess_safe_builtin whitelist in tools/objtool/check.c, if
/kernel/linux/linux-5.10/Documentation/process/
Dcoding-style.rst324 whitelist'.
333 Recommended replacements for 'blacklist/whitelist' are:

12