Re: [PATCH] cfg80211: switch from WARN() to pr_warn() in is_user_regdom_saved()
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2020-08-19 08:46:50
On Tue, 2020-08-04 at 14:05 -0700, Rustam Kovhaev wrote:
this warning can be triggered by userspace, so it should not cause a panic if panic_on_warn is set
This is incorrect, it just addresses a particular symptom. I'll make a proper fix. johannes