Re: [PATCH 0/2] Fix network commands w/ USB Eth gadget

2023-07-23 Thread Tom Rini
On Sun, Jul 23, 2023 at 07:14:17PM +0200, Miquel Raynal wrote: > Hi Tom, > > tr...@konsulko.com wrote on Sat, 22 Jul 2023 10:43:37 -0400: > > > On Sat, Jul 22, 2023 at 12:25:35AM +0200, Miquel Raynal wrote: > > > > > Hello, > > > > > > I recently came across serious issues using U-Boot on Beagl

Re: [PATCH 0/2] Fix network commands w/ USB Eth gadget

2023-07-23 Thread Miquel Raynal
Hi Tom, tr...@konsulko.com wrote on Sat, 22 Jul 2023 10:43:37 -0400: > On Sat, Jul 22, 2023 at 12:25:35AM +0200, Miquel Raynal wrote: > > > Hello, > > > > I recently came across serious issues using U-Boot on Beagle Bone > > Black. The USB Ethernet gadget is behaving in a way that is not > > co

Re: [PATCH 0/2] Fix network commands w/ USB Eth gadget

2023-07-22 Thread Tom Rini
On Sat, Jul 22, 2023 at 12:25:35AM +0200, Miquel Raynal wrote: > Hello, > > I recently came across serious issues using U-Boot on Beagle Bone > Black. The USB Ethernet gadget is behaving in a way that is not > compliant with the uclass expectations, leading to use-after-free > accesses often prod

[PATCH 0/2] Fix network commands w/ USB Eth gadget

2023-07-21 Thread Miquel Raynal
Hello, I recently came across serious issues using U-Boot on Beagle Bone Black. The USB Ethernet gadget is behaving in a way that is not compliant with the uclass expectations, leading to use-after-free accesses often producing data aborts. All network commands are affected. There are two problem