mbox series

[net,0/3] net: qualcomm: rmnet: Updates 2018-10-02

Message ID 1538527923-29562-1-git-send-email-subashab@codeaurora.org
Headers show
Series net: qualcomm: rmnet: Updates 2018-10-02 | expand

Message

Subash Abhinov Kasiviswanathan Oct. 3, 2018, 12:52 a.m. UTC
This series is a set of small fixes for rmnet driver

Patch 1 is a fix for a scenario reported by syzkaller 
Patch  2 & 3 are fixes for incorrect allocation flags

Sean Tranchetti (1):
  net: qualcomm: rmnet: Skip processing loopback packets

Subash Abhinov Kasiviswanathan (2):
  net: qualcomm: rmnet: Fix incorrect allocation flag in transmit
  net: qualcomm: rmnet: Fix incorrect allocation flag in receive path

 drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Comments

David Miller Oct. 3, 2018, 5:17 a.m. UTC | #1
From: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Date: Tue,  2 Oct 2018 18:52:00 -0600

> This series is a set of small fixes for rmnet driver
> 
> Patch 1 is a fix for a scenario reported by syzkaller 
> Patch  2 & 3 are fixes for incorrect allocation flags

Series applied and queued up for -stable, thanks.