// SPDX-License-Identifier: GPL-2.0 #include <linux/device.h> #include <linux/cpu.h> #include <asm/facility.h> #include <asm/nospec-branch.h>
ssize_t cpu_show_spectre_v1(struct device *dev, struct device_attribute *attr, char *buf) { return sprintf(buf, "Mitigation: __user pointer sanitization\n"); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Martin Schwidefsky | 27 | 100.00% | 1 | 100.00% |
Total | 27 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Martin Schwidefsky | 64 | 100.00% | 1 | 100.00% |
Total | 64 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Martin Schwidefsky | 104 | 100.00% | 1 | 100.00% |
Total | 104 | 100.00% | 1 | 100.00% |