mbox series

[v5,0/2] kni: fix build warnings with Linux 5.17+

Message ID 20220608121117.1445731-1-andrew.rybchenko@oktetlabs.ru (mailing list archive)
Headers
Series kni: fix build warnings with Linux 5.17+ |

Message

Andrew Rybchenko June 8, 2022, 12:11 p.m. UTC
  v5:
    - fix broken build

v4:
    - restore original patch author
    - resend with cover letter to address patchwork recognition as a
      series

v3:
    - split single patch into two
    - clarify patches summary and description

Ke Zhang (2):
  kni: use dedicated function to set random MAC address
  kni: fix warning about discarding const qualifier

 kernel/linux/kni/compat.h   |  4 ++++
 kernel/linux/kni/kni_misc.c | 13 +++++++++----
 kernel/linux/kni/kni_net.c  |  4 ++++
 3 files changed, 17 insertions(+), 4 deletions(-)
  

Comments

Andrew Rybchenko June 8, 2022, 5:23 p.m. UTC | #1
On 6/8/22 15:11, Andrew Rybchenko wrote:
> v5:
>      - fix broken build
> 
> v4:
>      - restore original patch author
>      - resend with cover letter to address patchwork recognition as a
>        series
> 
> v3:
>      - split single patch into two
>      - clarify patches summary and description
> 
> Ke Zhang (2):
>    kni: use dedicated function to set random MAC address
>    kni: fix warning about discarding const qualifier
> 
>   kernel/linux/kni/compat.h   |  4 ++++
>   kernel/linux/kni/kni_misc.c | 13 +++++++++----
>   kernel/linux/kni/kni_net.c  |  4 ++++
>   3 files changed, 17 insertions(+), 4 deletions(-)
> 

With review notes from Ferruh processed applied to dpdk-next-net/main.