Message ID | 20200623202519.106975.94246.stgit@awfm-01.aw.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | Fixes for module unload | expand |
On Tue, Jun 23, 2020 at 04:32:18PM -0400, Dennis Dalessandro wrote: > Two fixes for unload path. One is where the module use count got messed up in a > previous fix, we missed hitting these paths. I missed hitting these paths. The > other patch is going back to kfree for the dummy netdev. We are currently > re-working how this dummy netdev stuff works and will send a series for-next > soon. > > Dennis Dalessandro (2): > IB/hfi1: Restore kfree in dummy_netdev cleanup > IB/hfi1: Fix module use count flaw due to leftover module put calls I fixed the bogus Fixes line, please be more carefull Applied to for-rc Thanks, Jason
On 6/24/2020 3:01 PM, Jason Gunthorpe wrote: > On Tue, Jun 23, 2020 at 04:32:18PM -0400, Dennis Dalessandro wrote: >> Two fixes for unload path. One is where the module use count got messed up in a >> previous fix, we missed hitting these paths. I missed hitting these paths. The >> other patch is going back to kfree for the dummy netdev. We are currently >> re-working how this dummy netdev stuff works and will send a series for-next >> soon. >> >> Dennis Dalessandro (2): >> IB/hfi1: Restore kfree in dummy_netdev cleanup >> IB/hfi1: Fix module use count flaw due to leftover module put calls > > I fixed the bogus Fixes line, please be more carefull > > Applied to for-rc > Ah, I see the bug in my presubmit checks script. Will catch it next time. -Denny