lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 4 Feb 2021 19:21:23 +0100
From:   Loic Poulain <loic.poulain@...aro.org>
To:     Jakub Kicinski <kuba@...nel.org>,
        David Miller <davem@...emloft.net>
Cc:     Network Development <netdev@...r.kernel.org>,
        Bjørn Mork <bjorn@...k.no>,
        Dan Williams <dcbw@...hat.com>,
        Carl Yin(殷张成) <carl.yin@...ctel.com>,
        mpearson@...ovo.com, cchen50@...ovo.com, jwjiang@...ovo.com,
        ivan.zhang@...ctel.com, Naveen Kumar <naveen.kumar@...ctel.com>
Subject: Re: [PATCH net-next v3 0/5] Add MBIM over MHI support

Hi Jakub,

On Thu, 4 Feb 2021 at 19:09, Loic Poulain <loic.poulain@...aro.org> wrote:
>
> This patch adds MBIM decoding/encoding support to mhi-net, using
> mhi-net rx and tx_fixup 'proto' callbacks introduced in the series.

This series has been rebased on top of the recently submitted:
    [PATCH net-next v5 1/2] net: mhi-net: Add re-aggregation of
fragmented packets
Since I assumed it would be merged first, but let me know if it's not fine.

Regards,
Loic


>
> v2:
>    - net.c: mhi_net_dev as rx/tx_fixup parameter
>    - mbim: Check nth size/sequence in nth16_verify
>    - mbim: Add netif_dbg message for verbose error
>    - mbim: Add inline comment for MHI MBIM limitation (no DSS)
>    - mbim: Fix copyright issue
>    - mbim: Reword commit message
>
> v3:
>    - net: dedicated commit for mhi.h
>    - net: add rx_length_errors stat change
>    - net: rename rx_fixup to rx
>    - net: proto rx returns void
>    - mbim: remove all unecessary parenthesis
>    - mbim: report errors and rx_length_errors
>    - mbim: rate_limited errors in rx/tx path
>    - mbim: create define for NDP signature mask
>    - mbim: switch-case to if for signature check
>    - mbim: skb_cow_head() to fix headroom if necessary
>
> Loic Poulain (5):
>   net: mhi: Add protocol support
>   net: mhi: Add dedicated folder
>   net: mhi: Create mhi.h
>   net: mhi: Add rx_length_errors stat
>   net: mhi: Add mbim proto
>
>  drivers/net/Makefile         |   2 +-
>  drivers/net/mhi/Makefile     |   3 +
>  drivers/net/mhi/mhi.h        |  40 +++++
>  drivers/net/mhi/net.c        | 408 +++++++++++++++++++++++++++++++++++++++++++
>  drivers/net/mhi/proto_mbim.c | 294 +++++++++++++++++++++++++++++++
>  drivers/net/mhi_net.c        | 384 ----------------------------------------
>  6 files changed, 746 insertions(+), 385 deletions(-)
>  create mode 100644 drivers/net/mhi/Makefile
>  create mode 100644 drivers/net/mhi/mhi.h
>  create mode 100644 drivers/net/mhi/net.c
>  create mode 100644 drivers/net/mhi/proto_mbim.c
>  delete mode 100644 drivers/net/mhi_net.c
>
> --
> 2.7.4
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ