Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sysfs/cpu: Make crash_hotplug attribute world-readable
@ 2024-07-11 10:34 Petr Tesarik
  2024-07-11 17:25 ` Petr Tesařík
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Petr Tesarik @ 2024-07-11 10:34 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J. Wysocki, Eric Biederman, kexec
  Cc: linux-kernel, Petr Tesarik, Petr Tesarik

From: Petr Tesarik <ptesarik@suse.com>

There is no reason to restrict access to this attribute, as it merely
reports whether crash elfcorehdr is automatically updated on CPU hot
plug/unplug and/or online/offline events.

Note that since commit 79365026f8694 ("crash: add a new kexec flag for
hotplug support"), this maps to the same flag which is world-accessible
through /sys/devices/system/memory/crash_hotplug.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
---
 drivers/base/cpu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/cpu.c b/drivers/base/cpu.c
index c61ecb0c2ae2..73d69791d0d3 100644
--- a/drivers/base/cpu.c
+++ b/drivers/base/cpu.c
@@ -308,7 +308,7 @@ static ssize_t crash_hotplug_show(struct device *dev,
 {
 	return sysfs_emit(buf, "%d\n", crash_check_hotplug_support());
 }
-static DEVICE_ATTR_ADMIN_RO(crash_hotplug);
+static DEVICE_ATTR_RO(crash_hotplug);
 #endif
 
 static void cpu_device_release(struct device *dev)
-- 
2.45.2


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-12  6:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-11 10:34 [PATCH] sysfs/cpu: Make crash_hotplug attribute world-readable Petr Tesarik
2024-07-11 17:25 ` Petr Tesařík
2024-07-12  3:35 ` Baoquan He
2024-07-12  4:30 ` Sourabh Jain
2024-07-12  6:21   ` Petr Tesařík
2024-07-12  6:31     ` Sourabh Jain
2024-07-12  6:48       ` Petr Tesarik
2024-07-12  6:54         ` Sourabh Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox