Re: [PATCH 0/3] tftp fixups

2022-09-12 Thread Sascha Hauer
On Mon, Sep 05, 2022 at 10:56:55AM +0200, Enrico Scholz wrote: > Fixups for the "tftp" branch in next. > > Enrico Scholz (3): > fixup! tftp: implement 'windowsize' (RFC 7440) support > fixup! tftp: detect out-of-memory situations > tftp: make read() fail in error case > > fs/tftp.c | 29 ++

Re: [PATCH 0/3] tftp fixups

2022-09-05 Thread Ahmad Fatoum
On 05.09.22 10:56, Enrico Scholz wrote: > Fixups for the "tftp" branch in next. > > Enrico Scholz (3): > fixup! tftp: implement 'windowsize' (RFC 7440) support > fixup! tftp: detect out-of-memory situations > tftp: make read() fail in error case This fixes the issue of kfifo underflow I run

[PATCH 0/3] tftp fixups

2022-09-05 Thread Enrico Scholz
Fixups for the "tftp" branch in next. Enrico Scholz (3): fixup! tftp: implement 'windowsize' (RFC 7440) support fixup! tftp: detect out-of-memory situations tftp: make read() fail in error case fs/tftp.c | 29 ++--- 1 file changed, 22 insertions(+), 7 deletions(-)