Message ID | 20230324173931.1812694-1-stefan@datenfreihafen.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | pull-request: ieee802154 for net 2023-03-24 | expand |
On Fri, 24 Mar 2023 18:39:31 +0100 Stefan Schmidt wrote: > An update from ieee802154 for your *net* tree: > > Two small fixes this time. > > Dongliang Mu removed an unnecessary null pointer check. > > Harshit Mogalapalli fixed an int comparison unsigned against signed from a > recent other fix in the ca8210 driver. Hi Stefan! I see a ieee802154-for-net-2023-03-02 tag in your tree but no ieee802154-for-net-2023-03-24: $ git pull git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git \ tags/ieee802154-for-net-2023-03-24 fatal: couldn't find remote ref tags/ieee802154-for-net-2023-03-24
Hello Jakub. On 28.03.23 04:38, Jakub Kicinski wrote: > On Fri, 24 Mar 2023 18:39:31 +0100 Stefan Schmidt wrote: >> An update from ieee802154 for your *net* tree: >> >> Two small fixes this time. >> >> Dongliang Mu removed an unnecessary null pointer check. >> >> Harshit Mogalapalli fixed an int comparison unsigned against signed from a >> recent other fix in the ca8210 driver. > > Hi Stefan! I see a ieee802154-for-net-2023-03-02 tag in your tree but > no ieee802154-for-net-2023-03-24: > > $ git pull git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git \ > tags/ieee802154-for-net-2023-03-24 > fatal: couldn't find remote ref tags/ieee802154-for-net-2023-03-24 Sorry for that. I did not update my pull request script when changing the git tree URLs to our team tree. Updated now. The tag is now on the tree above. You want me to send a new pull request or do you take it from here? regards Stefan Schmidt
On Tue, 28 Mar 2023 09:10:07 +0200 Stefan Schmidt wrote: > Sorry for that. I did not update my pull request script when changing > the git tree URLs to our team tree. Updated now. > > The tag is now on the tree above. You want me to send a new pull request > or do you take it from here? Thanks, fresh PR would be better, I can't re-trigger the patchwork checks on an existing one :(
Hello. On 29.03.23 00:14, Jakub Kicinski wrote: > On Tue, 28 Mar 2023 09:10:07 +0200 Stefan Schmidt wrote: >> Sorry for that. I did not update my pull request script when changing >> the git tree URLs to our team tree. Updated now. >> >> The tag is now on the tree above. You want me to send a new pull request >> or do you take it from here? > > Thanks, fresh PR would be better, I can't re-trigger the patchwork > checks on an existing one :( Sure, no problem. Sent a v2 just now. regards Stefan Schmidt