David Miller <da...@davemloft.net> writes: > From: Linus Torvalds <torva...@linux-foundation.org> > Date: Mon, 9 Jan 2017 12:08:02 -0800 > >> On Sun, Jan 8, 2017 at 7:38 PM, David Miller <da...@davemloft.net> wrote: >>> >>> git://git.kernel.org/pub/scm/linux/kernel/git/davem/net >> >> Hmm. This still doesn't contain the rtlwifi oops fix that was posted >> back before christmas. >> >> Kalle said it was applied to the wireless-drivers tree as commit >> 60f59ce02785 in his tree, but it's never gotten to me. >> >> What's up? It's three weeks later, and people are hitting the bug. > > I haven't received a bug fix pull from Kalle since Dec 22nd: > > http://patchwork.ozlabs.org/patch/708247/ > > That one has: > > rtlwifi: Fix kernel oops introduced with commit e49656147359 > > Is that what you're talking about? > > In the thread I said I pulled it but indeed I don't have that commit > in my tree either, weird. > > I just tried to pull that git URL right now and I get nothing: > > > git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git > tags/wireless-drivers-for-davem-2016-12-22 > > It looks like the rtlwifi fix is in his "pending" branch.
Be careful, there are two recent rtlwifi fixes in wireless-drivers: 60f59ce02785 rtlwifi: rtl_usb: Fix missing entry in USB driver's private data 22b68b93ae25 rtlwifi: Fix kernel oops introduced with commit e49656147359 You should have 22b68b93ae25 in your tree, but not 60f59ce02785. The reason why you didn't get 60f59ce02785 in my pull request was that I committed it late: commit 60f59ce0278557f7896d5158ae6d12a4855a72cc Author: Larry Finger <larry.fin...@lwfinger.net> AuthorDate: Wed Dec 21 11:18:55 2016 -0600 Commit: Kalle Valo <kv...@codeaurora.org> CommitDate: Fri Dec 30 15:38:13 2016 +0200 I'll send you a new pull request tomorrow (my time). -- Kalle Valo