[0/2] net/9p: fix response size check in p9_check_errors()

Message ID cover.1669072186.git.linux_oss@crudebyte.com
Headers
Series net/9p: fix response size check in p9_check_errors() |

Message

Christian Schoenebeck Nov. 21, 2022, 11:09 p.m. UTC
  Follow-up fix for:
https://lore.kernel.org/linux-kernel/Y3hADWgV9JeajmfF@codewreck.org/

Stefano, I am optimistic that this also works with Xen, but I have not
tested it.

Christian Schoenebeck (2):
  net/9p: distinguish zero-copy requests
  net/9p: fix response size check in p9_check_errors()

 include/net/9p/9p.h |  2 ++
 net/9p/client.c     | 12 ++++++++----
 2 files changed, 10 insertions(+), 4 deletions(-)
  

Comments

Stefano Stabellini Nov. 22, 2022, 2:27 a.m. UTC | #1
On Tue, 22 Nov 2022, Christian Schoenebeck wrote:
> Follow-up fix for:
> https://lore.kernel.org/linux-kernel/Y3hADWgV9JeajmfF@codewreck.org/
> 
> Stefano, I am optimistic that this also works with Xen, but I have not
> tested it.

Tested-by: Stefano Stabellini <sstabellini@kernel.org>


> Christian Schoenebeck (2):
>   net/9p: distinguish zero-copy requests
>   net/9p: fix response size check in p9_check_errors()
> 
>  include/net/9p/9p.h |  2 ++
>  net/9p/client.c     | 12 ++++++++----
>  2 files changed, 10 insertions(+), 4 deletions(-)
> 
> -- 
> 2.30.2
>