Message ID | 20211119054512.10620-1-pkshih@realtek.com (mailing list archive) |
---|---|
Headers | show |
Series | rtw89: fix crash when loading firmware file on certain platforms | expand |
Ping-Ke Shih <pkshih@realtek.com> writes: > First patch is to avoid writing "partition size" on read-only firmware > buffer, so it has to fix the crash. > The later two patches are used to make the semantics clear, but they don't > change the logic at all. > > I hope at least first patch can be taken into 5.16-rc, so people can avoid > this crash. My plan is to take patch 1 to wireless-drivers. And, after patch 1 trickles down to wireless-drivers-next, patch 2-3 to wireless-drivers-next. Sounds good to everyone?
On Fri, 19 Nov 2021 13:05:56 +0100, Kalle Valo wrote: > > Ping-Ke Shih <pkshih@realtek.com> writes: > > > First patch is to avoid writing "partition size" on read-only firmware > > buffer, so it has to fix the crash. > > The later two patches are used to make the semantics clear, but they don't > > change the logic at all. > > > > I hope at least first patch can be taken into 5.16-rc, so people can avoid > > this crash. > > My plan is to take patch 1 to wireless-drivers. And, after patch 1 > trickles down to wireless-drivers-next, patch 2-3 to > wireless-drivers-next. Sounds good to everyone? Yes, sounds like a good plan. thanks, Takashi
> -----Original Message----- > From: Takashi Iwai <tiwai@suse.de> > Sent: Friday, November 19, 2021 9:57 PM > To: Kalle Valo <kvalo@codeaurora.org> > Cc: Pkshih <pkshih@realtek.com>; linux-wireless@vger.kernel.org; tiwai@suse.de; > Larry.Finger@lwfinger.net > Subject: Re: [PATCH v3 0/3] rtw89: fix crash when loading firmware file on certain platforms > > On Fri, 19 Nov 2021 13:05:56 +0100, > Kalle Valo wrote: > > > > Ping-Ke Shih <pkshih@realtek.com> writes: > > > > > First patch is to avoid writing "partition size" on read-only firmware > > > buffer, so it has to fix the crash. > > > The later two patches are used to make the semantics clear, but they don't > > > change the logic at all. > > > > > > I hope at least first patch can be taken into 5.16-rc, so people can avoid > > > this crash. > > > > My plan is to take patch 1 to wireless-drivers. And, after patch 1 > > trickles down to wireless-drivers-next, patch 2-3 to > > wireless-drivers-next. Sounds good to everyone? > > Yes, sounds like a good plan. > I also agree with your plan. -- Ping-Ke