Re: [PATCH v5 09/10] mbimmodem: add support for SIM I/O operations

Denis Kenzior <[email protected]> Fri, 28 Nov 2025 10:36:53 -0600
Newsgroups dev.linux.lists.ofono
Message-ID <[email protected]>
Hi Muhammad,

On 11/27/25 11:49 AM, Muhammad Asif wrote:
> Signed-off-by: Muhammad Asif <[email protected]>

No Signed-off-by for oFono contributions.  Please see HACKING, "Submitting 
patches" section.

> ---
>   drivers/mbimmodem/mbim.c |   5 +
>   drivers/mbimmodem/mbim.h |  16 +++
>   drivers/mbimmodem/sim.c  | 223 ++++++++++++++++++++++++++++++++++-----
>   drivers/mbimmodem/util.c |  37 +++++++
>   drivers/mbimmodem/util.h |   1 +
>   5 files changed, 255 insertions(+), 27 deletions(-)
> 

This patch seems to be corrupt:

[denkenz@archdev ofono]$ git am 
~/Downloads/v5-09-10-mbimmodem-add-support-for-SIM-I-O-operations.patch
Applying: mbimmodem: add support for SIM I/O operations
error: corrupt patch at line 423
Patch failed at 0001 mbimmodem: add support for SIM I/O operations
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
[denkenz@archdev ofono]$ git am --abort

Regards,
-Denis