Re: [PATCH v2] ARM64: reloc: fix relocation error for big fat bareboxes

2024-05-14 Thread Sascha Hauer
On Mon, 13 May 2024 16:01:21 +0200, Ahmad Fatoum wrote: > A multi_v8 barebox with KASAN enabled is 2051804 bytes even after > compression and this breaks linking for me: > > arch/arm/cpu/common.o: in function `global_variable_offset': >

Re: [PATCH master 1/3] mci: core: reset number of parttions on card probe failure

2024-05-14 Thread Sascha Hauer
On Mon, 13 May 2024 11:58:45 +0200, Ahmad Fatoum wrote: > mci_part_add records information about MMC hardware partitions and > increments mci->nr_parts by one afterwards. > If starting up the card succeeds, this information is then used to > call mci_register_partition for each added partition.

[PATCH 2/2] usb:gadget: use helper function to queue composite requests

2024-05-14 Thread Enrico Scholz
From: Enrico Scholz Fixes bookkeeping in composite driver. Signed-off-by: Enrico Scholz --- drivers/usb/gadget/function/dfu.c | 2 +- drivers/usb/gadget/function/f_acm.c | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/usb/gadget/function/dfu.c

[PATCH 1/2] usb:gadget:composite: add public functions for managing setup requests

2024-05-14 Thread Enrico Scholz
From: Enrico Scholz The composite driver does some bookkeeping about pending requests and decides in its cleanup function whether requests must be dequeued. There are some function drivers (dfu, acm) which queue the requests directly which causes e.g. | :/ dfu /tmp/img(img)c | ... | g_multi