diff options
| -rw-r--r-- | kernel/params.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/params.c b/kernel/params.c index cc9108c2a1fd..ce89f757e6da 100644 --- a/kernel/params.c +++ b/kernel/params.c | |||
| @@ -111,8 +111,8 @@ bool parameq(const char *a, const char *b) | |||
| 111 | static void param_check_unsafe(const struct kernel_param *kp) | 111 | static void param_check_unsafe(const struct kernel_param *kp) |
| 112 | { | 112 | { |
| 113 | if (kp->flags & KERNEL_PARAM_FL_UNSAFE) { | 113 | if (kp->flags & KERNEL_PARAM_FL_UNSAFE) { |
| 114 | pr_warn("Setting dangerous option %s - tainting kernel\n", | 114 | pr_notice("Setting dangerous option %s - tainting kernel\n", |
| 115 | kp->name); | 115 | kp->name); |
| 116 | add_taint(TAINT_USER, LOCKDEP_STILL_OK); | 116 | add_taint(TAINT_USER, LOCKDEP_STILL_OK); |
| 117 | } | 117 | } |
| 118 | } | 118 | } |
