All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+ofono@kernel.org
To: Denis Kenzior <denkenz@gmail.com>
Cc: ofono@lists.linux.dev
Subject: Re: [PATCH 1/6] stkagent: Use l_utf8_get_codepoint
Date: Tue, 06 Feb 2024 16:30:28 +0000	[thread overview]
Message-ID: <170723702872.363.12796756081058858167.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240205213150.1001245-1-denkenz@gmail.com>

Hello:

This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:

On Mon,  5 Feb 2024 15:31:22 -0600 you wrote:
> The GetKey() validation path ensures that the agent returns a single
> UTF8 character.  It performs g_utf8_strlen with a maximum size of 10
> bytes in order to minimize unnecessary processing.  Convert this code
> to use the more fitting l_utf8_get_codepoint function, which will read
> a single UTF8 character from the stream.
> ---
>  src/stkagent.c | 12 ++++++++++--
>  1 file changed, 10 insertions(+), 2 deletions(-)

Here is the summary with links:
  - [1/6] stkagent: Use l_utf8_get_codepoint
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=f5e6f0f6fddd
  - [2/6] core: Remove g_utf8_strlen use
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=fdd0c0fca72b
  - [3/6] unit: Remove g_utf8_strlen use
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c814b1f9b9b6
  - [4/6] qmimodem: Drop use of g_utf8_validate
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=39e2707386fd
  - [5/6] simutil: Drop use of g_utf8_validate_len
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=bce36de2f98e
  - [6/6] unit: Update to the new API
    https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=98a0809de309

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-02-06 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-05 21:31 [PATCH 1/6] stkagent: Use l_utf8_get_codepoint Denis Kenzior
2024-02-05 21:31 ` [PATCH 2/6] core: Remove g_utf8_strlen use Denis Kenzior
2024-02-05 21:31 ` [PATCH 3/6] unit: " Denis Kenzior
2024-02-05 21:31 ` [PATCH 4/6] qmimodem: Drop use of g_utf8_validate Denis Kenzior
2024-02-05 21:31 ` [PATCH 5/6] simutil: Drop use of g_utf8_validate_len Denis Kenzior
2024-02-05 21:31 ` [PATCH 6/6] unit: Update to the new API Denis Kenzior
2024-02-06 16:30 ` patchwork-bot+ofono [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=170723702872.363.12796756081058858167.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+ofono@kernel.org \
    --cc=denkenz@gmail.com \
    --cc=ofono@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.