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

Christian Schoenebeck posted 2 patches 3 years, 4 months ago
There is a newer version of this series
include/net/9p/9p.h |  2 ++
net/9p/client.c     | 12 ++++++++----
2 files changed, 10 insertions(+), 4 deletions(-)
[PATCH 0/2] net/9p: fix response size check in p9_check_errors()
Posted by Christian Schoenebeck 3 years, 4 months ago
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(-)

-- 
2.30.2
Re: [PATCH 0/2] net/9p: fix response size check in p9_check_errors()
Posted by Stefano Stabellini 3 years, 4 months ago
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
>