[PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del

Markus Armbruster posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201125100220.50251-1-armbru@redhat.com
Maintainers: Jason Wang <jasowang@redhat.com>
net/net.c | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
[PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
Posted by Markus Armbruster 3 years, 5 months ago
This is a regression fix, but the regression is already in 5.0.  I
think it's too late for 5.2.  If I'm right, then the issue should be
documented in the release notes (I can do that).

Markus Armbruster (1):
  net: Fix handling of id in netdev_add and netdev_del

 net/net.c | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

-- 
2.26.2


Re: [PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
Posted by Jason Wang 3 years, 5 months ago
On 2020/11/25 下午6:02, Markus Armbruster wrote:
> This is a regression fix, but the regression is already in 5.0.  I
> think it's too late for 5.2.  If I'm right, then the issue should be
> documented in the release notes (I can do that).


Please do that and I've queued this for the next release.

Thanks


>
> Markus Armbruster (1):
>    net: Fix handling of id in netdev_add and netdev_del
>
>   net/net.c | 20 ++++++++++++++++++--
>   1 file changed, 18 insertions(+), 2 deletions(-)
>


Re: [PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
Posted by Markus Armbruster 3 years, 5 months ago
Jason Wang <jasowang@redhat.com> writes:

> On 2020/11/25 下午6:02, Markus Armbruster wrote:
>> This is a regression fix, but the regression is already in 5.0.  I
>> think it's too late for 5.2.  If I'm right, then the issue should be
>> documented in the release notes (I can do that).
>
>
> Please do that and I've queued this for the next release.

Done.  Thanks!


Re: [PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
Posted by Markus Armbruster 3 years, 3 months ago
Jason Wang <jasowang@redhat.com> writes:

> On 2020/11/25 下午6:02, Markus Armbruster wrote:
>> This is a regression fix, but the regression is already in 5.0.  I
>> think it's too late for 5.2.  If I'm right, then the issue should be
>> documented in the release notes (I can do that).
>
>
> Please do that and I've queued this for the next release.

Ping?


Re: [PATCH 0/1] net: Fix handling of id in netdev_add and netdev_del
Posted by Jason Wang 3 years, 3 months ago
On 2021/1/15 下午9:56, Markus Armbruster wrote:
> Jason Wang <jasowang@redhat.com> writes:
>
>> On 2020/11/25 下午6:02, Markus Armbruster wrote:
>>> This is a regression fix, but the regression is already in 5.0.  I
>>> think it's too late for 5.2.  If I'm right, then the issue should be
>>> documented in the release notes (I can do that).
>>
>> Please do that and I've queued this for the next release.
> Ping?
>
>

Hi Markus:

I plan to send a pull request by the end of this week which should 
contain this series.

Thanks