Felix Fietkau <nbd@xxxxxxxx> writes: > Hi Kalle, > > here's my my updated pull request for 5.13. > It replaces the previous ones and fixes a few more regressions. > > - Felix > > The following changes since commit fa9f5d0e0b45a06802f7cb3afed237be6066821e: > > iwlegacy: avoid -Wempty-body warning (2021-04-11 12:31:01 +0300) > > are available in the Git repository at: > > https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-04-12 > > for you to fetch changes up to 0751f8b9394c8d957b269c41ee278ebd8074f015: > > mt76: mt7921: introduce MCU_EVENT_LP_INFO event parsing (2021-04-12 00:04:23 +0200) > > ---------------------------------------------------------------- > mt76 patches for 5.13 > > * code cleanup > * mt7915/mt7615 decap offload support > * driver fixes > * mt7613 eeprom support > * MCU code unification > * threaded NAPI support > * new device IDs > * mt7921 device reset support > * rx timestamp support > > ---------------------------------------------------------------- Still problems: In commit 68b49712c107 ("mt76: mt7921: fix kernel crash when the firmware fails to download") Fixes tag Fixes: 5c14a5f944b (""mt76: mt7921: introduce mt7921e support) has these problem(s): - SHA1 should be at least 12 digits long Can be fixed by setting core.abbrev to 12 (or more) or (for git v2.11 or later) just making sure it is not set (or set to "auto"). - Subject has leading but no trailing quotes - Subject does not match target commit subject Just use git log -1 --format='Fixes: %h ("%s")' -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches