mbox series

[PATHv1,0/9] net fixes prior lwip

Message ID 20231204120446.3277-1-maxim.uvarov@linaro.org
Headers show
Series net fixes prior lwip | expand

Message

Maxim Uvarov Dec. 4, 2023, 12:04 p.m. UTC
Add small net fixes prior lwip patch.

CI for this patch set:
https://dev.azure.com/u-boot/u-boot/_build/results?buildId=7460&view=results

Maxim Uvarov (9):
  test_net: print out net list
  net: sandbox: fix NULL pointer derefences
  net/smc911x: fix return from smc911x_send
  sandbox: eth-raw-os: successful return code is 0
  driver/net/rtl8139: remove debug print
  mach-socfpga: do not overlap defines with lwip
  bcm_ns3: fix overlap define with lwip
  omap3: rename mem_init
  Makefile: add dtbs to clean

 Makefile                                           | 3 ++-
 arch/arm/include/asm/arch-omap3/mem.h              | 2 +-
 arch/arm/mach-omap2/omap3/board.c                  | 2 +-
 arch/arm/mach-omap2/omap3/emif4.c                  | 4 ++--
 arch/arm/mach-omap2/omap3/sdrc.c                   | 6 +++---
 arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 6 ------
 arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 9 +++++++++
 arch/sandbox/cpu/eth-raw-os.c                      | 2 +-
 drivers/net/rtl8139.c                              | 2 +-
 drivers/net/sandbox.c                              | 3 +++
 drivers/net/smc911x.c                              | 2 +-
 include/configs/bcm_ns3.h                          | 6 +++---
 test/py/tests/test_net.py                          | 2 ++
 13 files changed, 29 insertions(+), 20 deletions(-)

Comments

Maxim Uvarov Dec. 18, 2023, 3:03 p.m. UTC | #1
Hi,

Do I need to resend this patchset with small comment message correction or
it can be done on the apply?

Thank you,
Maxim.

On Mon, 4 Dec 2023 at 18:06, Maxim Uvarov <maxim.uvarov@linaro.org> wrote:

> Add small net fixes prior lwip patch.
>
> CI for this patch set:
>
> https://dev.azure.com/u-boot/u-boot/_build/results?buildId=7460&view=results
>
> Maxim Uvarov (9):
>   test_net: print out net list
>   net: sandbox: fix NULL pointer derefences
>   net/smc911x: fix return from smc911x_send
>   sandbox: eth-raw-os: successful return code is 0
>   driver/net/rtl8139: remove debug print
>   mach-socfpga: do not overlap defines with lwip
>   bcm_ns3: fix overlap define with lwip
>   omap3: rename mem_init
>   Makefile: add dtbs to clean
>
>  Makefile                                           | 3 ++-
>  arch/arm/include/asm/arch-omap3/mem.h              | 2 +-
>  arch/arm/mach-omap2/omap3/board.c                  | 2 +-
>  arch/arm/mach-omap2/omap3/emif4.c                  | 4 ++--
>  arch/arm/mach-omap2/omap3/sdrc.c                   | 6 +++---
>  arch/arm/mach-socfpga/include/mach/handoff_soc64.h | 6 ------
>  arch/arm/mach-socfpga/wrap_handoff_soc64.c         | 9 +++++++++
>  arch/sandbox/cpu/eth-raw-os.c                      | 2 +-
>  drivers/net/rtl8139.c                              | 2 +-
>  drivers/net/sandbox.c                              | 3 +++
>  drivers/net/smc911x.c                              | 2 +-
>  include/configs/bcm_ns3.h                          | 6 +++---
>  test/py/tests/test_net.py                          | 2 ++
>  13 files changed, 29 insertions(+), 20 deletions(-)
>
> --
> 2.30.2
>
>
Tom Rini Dec. 18, 2023, 3:11 p.m. UTC | #2
On Mon, Dec 18, 2023 at 09:03:47PM +0600, Maxim Uvarov wrote:
> Hi,
> 
> Do I need to resend this patchset with small comment message correction or
> it can be done on the apply?

Yes, please v2 that patch and perhaps re-read all of the commits and see
if all of the commit messages could be improved / expanded upon a
little more, thanks.