lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 23 Jul 2020 12:58:46 +0200
From:   Thomas Gleixner <tglx@...utronix.de>
To:     kernel test robot <lkp@...el.com>, qianjun.kernel@...il.com
Cc:     peterz@...radead.org, will@...nel.org, luto@...nel.org,
        linux-kernel@...r.kernel.org, urezki@...il.com,
        laoar.shao@...il.com, jun qian <qianjun.kernel@...il.com>,
        0day robot <lkp@...el.com>, lkp@...ts.01.org
Subject: Re: [Softirq] a76eadba0d: WARNING:at_net/mac80211/rx.c:#ieee80211_rx_napi[mac80211]

kernel test robot <lkp@...el.com> writes:
> [  106.856151] WARNING: CPU: 5 PID: 4569 at net/mac80211/rx.c:4708 ieee80211_rx_napi+0x44d/0x560 [mac80211]

Bah. I clearly should have noticed when looking at the patch.

     pending = softirq_pending();

     set_softirq_pending(0);

     while (pending) {
           ....

           if (timeout)
           	break;
     }

That drops everything which has not yet been processed and the above
warning is due to this.

Thanks,

        tglx

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ