Commit Graph

3 Commits

Author SHA1 Message Date
John Kacur 6fb5605830 rv/reactor: remove MODULE_LICENSE in non-modules
JIRA: https://issues.redhat.com/browse/RHEL-10080

commit 2fd5ed8b65a62eaf78e30098cf95b9d58461a8a5
Author: Nick Alcock <nick.alcock@oracle.com>
Date:   Tue Mar 7 18:01:56 2023 +0000

	rv/reactor: remove MODULE_LICENSE in non-modules

	Since commit 8b41fc4454 ("kbuild: create modules.builtin without
	Makefile.modbuiltin or tristate.conf"), MODULE_LICENSE declarations
	are used to identify modules. As a consequence, uses of the macro
	in non-modules will cause modprobe to misidentify their containing
	object file as a module when it is not (false positives), and modprobe
	might succeed rather than failing with a suitable error message.

	So remove it in the files in this commit, none of which can be built as
	modules.

	Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
	Suggested-by: Luis Chamberlain <mcgrof@kernel.org>
	Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
	Cc: Luis Chamberlain <mcgrof@kernel.org>
	Cc: linux-modules@vger.kernel.org
	Cc: linux-kernel@vger.kernel.org
	Cc: Hitomi Hasegawa <hasegawa-hitomi@fujitsu.com>
	Cc: Daniel Bristot de Oliveira <bristot@kernel.org>
	Cc: Steven Rostedt <rostedt@goodmis.org>
	Cc: Masami Hiramatsu <mhiramat@kernel.org>
	Cc: linux-trace-devel@vger.kernel.org
	Cc: linux-trace-kernel@vger.kernel.org
	Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>

Signed-off-by: John Kacur <jkacur@redhat.com>
2023-11-13 16:08:37 -05:00
Alessandro Carminati c81eb3ef76 rv/reactor: add __init/__exit annotations to module init/exit funcs
Bugzilla: https://bugzilla.redhat.com/2129758

commit 93d71986a60c37395e0a1d2f7fe170ef1e0a8ba4
From: Xiu Jianfeng <xiujianfeng@huawei.com>
Date: Tue, 6 Sep 2022 22:12:10 +0800

    rv/reactor: add __init/__exit annotations to module init/exit funcs

    Add missing __init/__exit annotations to module init/exit funcs.

    Link: https://lkml.kernel.org/r/20220906141210.132607-1-xiujianfeng@huawei.com

    Fixes: 135b881ea885 ("rv/reactor: Add the printk reactor")
    Fixes: e88043c0ac16 ("rv/reactor: Add the panic reactor")
    Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
    Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
    Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Signed-off-by: Alessandro Carminati <acarmina@redhat.com>
2022-11-14 15:11:33 +01:00
Alessandro Carminati 4df2c410fc rv/reactor: Add the panic reactor
Bugzilla: https://bugzilla.redhat.com/2129758

commit e88043c0ac16f19960048372dcffc6df7c05c5b8
From: Daniel Bristot de Oliveira <bristot@kernel.org>
Date: Fri, 29 Jul 2022 11:38:55 +0200

    rv/reactor: Add the panic reactor

    Sample reactor that panics the system when an exception is found. This
    is useful both to capture a vmcore, or to fail-safe a critical system.

    Link: https://lkml.kernel.org/r/729aae3aba95f35738b8f8180e626d747d1d9da2.1659052063.git.bristot@kernel.org

    Cc: Wim Van Sebroeck <wim@linux-watchdog.org>
    Cc: Guenter Roeck <linux@roeck-us.net>
    Cc: Jonathan Corbet <corbet@lwn.net>
    Cc: Ingo Molnar <mingo@redhat.com>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Will Deacon <will@kernel.org>
    Cc: Catalin Marinas <catalin.marinas@arm.com>
    Cc: Marco Elver <elver@google.com>
    Cc: Dmitry Vyukov <dvyukov@google.com>
    Cc: "Paul E. McKenney" <paulmck@kernel.org>
    Cc: Shuah Khan <skhan@linuxfoundation.org>
    Cc: Gabriele Paoloni <gpaoloni@redhat.com>
    Cc: Juri Lelli <juri.lelli@redhat.com>
    Cc: Clark Williams <williams@redhat.com>
    Cc: Tao Zhou <tao.zhou@linux.dev>
    Cc: Randy Dunlap <rdunlap@infradead.org>
    Cc: linux-doc@vger.kernel.org
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-trace-devel@vger.kernel.org
    Signed-off-by: Daniel Bristot de Oliveira <bristot@kernel.org>
    Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>

Signed-off-by: Alessandro Carminati <acarmina@redhat.com>
2022-11-14 15:11:32 +01:00