Hey Larry Thank you for the prompt reply. I am not a kernel dev. My intension was to seek help and understand how this impacts my system. I looked for removing the taint. However, it seems Nvidia driver is the one that is tainting the kernel. Since this is the laptop I use for work, I don't think I can remove NVidia driver. If I understand correctly, using the Nouveau driver instead the proprietary one should remove the taint. Is there any other way I can help ? Regards, Amitav On Tue, Sep 2, 2014 at 12:11 AM, Larry Finger <Larry.Finger@xxxxxxxxxxxx> wrote: > On 09/01/2014 01:28 PM, Amitav Mohanty wrote: >> Hey >> >> How do I interpret the following kernel warning? >> >> Sep 01 17:13:30 TSS-ARCH kernel: ------------[ cut here ]------------ >> Sep 01 17:13:30 TSS-ARCH kernel: WARNING: CPU: 0 PID: 4 at >> net/wireless/reg.c:1806 reg_process_hint+0x2d1/0x460 [cfg80211]() > > That warning comes from > > /* > * Two consecutive Country IE hints on the same wiphy. > * This should be picked up early by the driver/stack > */ > if (WARN_ON(regdom_changes(country_ie_request->alpha2))) > return REG_REQ_OK; > return REG_REQ_ALREADY_SET; > > The problem appears to arise in iwldvm, but before anyone devotes very much > effort to finding the cause, you will need to reproduce it without that "P" > taint. From the module list, the offending module appears to be unloaded, but > the taint remains. > > Larry > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html