All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+connman@kernel.org
To: Grant Erickson <gerickson@nuovations.com>
Cc: connman@lists.linux.dev
Subject: Re: [PATCH v2 00/22] Close Two GWeb Request "Bookend" Failure "Holes"
Date: Thu, 06 Mar 2025 17:30:34 +0000	[thread overview]
Message-ID: <174128223450.1681242.11293580893014602782.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1741059516.git.gerickson@nuovations.com>

Hello:

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

On Mon,  3 Mar 2025 19:39:22 -0800 you wrote:
> There existed, prior to this set of changes, two "holes" in the
> finalization of web request sessions that can, for example in a client
> such as WISPr leave one or both of IPv4 and IPv6 "online" HTTP-based
> Internet reachability checks "dangling" and non-renewing such that an
> expected active, default network service failover does not occur when
> it should.
> 
> [...]

Here is the summary with links:
  - [v2,01/22] gweb: Leverage 'GWEB_HTTP_STATUS_CODE_UNKNOWN' mnemonic.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=f4ac0112dd7c
  - [v2,02/22] gweb: Refactor 'received_data' into 'received_data_{finalize,continue}'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=3820ccb51238
  - [v2,03/22] gweb: Added 'g_web_result_has_headers'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=f9cd89636deb
  - [v2,04/22] gweb: Add documentation to 'g_web_result_has_headers'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=8883288a058a
  - [v2,05/22] gweb: Added 'g_web_result_get_err'.
    (no matching commit)
  - [v2,06/22] gweb: Add documentation to 'g_web_result_get_err'.
    (no matching commit)
  - [v2,07/22] gweb: Add an OS err parameter to 'call_result_func'.
    (no matching commit)
  - [v2,08/22] gweb: Add documentation to 'call_result_func'.
    (no matching commit)
  - [v2,09/22] gweb: Add documentation to 'g_web_result_get_status'.
    (no matching commit)
  - [v2,10/22] gweb: Add documentation to 'received_data'.
    (no matching commit)
  - [v2,11/22] gweb: Close web request session finalization 'hole'.
    (no matching commit)
  - [v2,12/22] gweb: Add documentation to 'map_gerror'.
    (no matching commit)
  - [v2,13/22] gweb: Add documentation to 'received_data_{finalize,continue}'.
    (no matching commit)
  - [v2,14/22] gweb: Document 'struct _GWebResult'.
    (no matching commit)
  - [v2,15/22] wispr: Add and leverage 'portal_manage_failure_status'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=c312e2abc318
  - [v2,16/22] wispr: Refactor 'wispr_portal_web_result' to leverage 'g_web_result_get_err'.
    (no matching commit)
  - [v2,17/22] wispr: Document 'portal_manage_failure_status'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=d4da8dfd2382
  - [v2,18/22] wispr: Document 'wispr_portal_web_result_err'.
    (no matching commit)
  - [v2,19/22] wispr: Document 'wispr_portal_web_result_no_err'.
    (no matching commit)
  - [v2,20/22] wispr: Document 'wispr_portal_web_result'.
    (no matching commit)
  - [v2,21/22] wispr: Fix documentation typo in 'portal_manage_success_status'.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=0dc3b6a81f67
  - [v2,22/22] service: Capture and propagate '__connman_wispr_start' return status.
    https://git.kernel.org/pub/scm/network/connman/connman.git/?id=31f4ef8cdf98

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



      parent reply	other threads:[~2025-03-06 17:30 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04  3:39 [PATCH v2 00/22] Close Two GWeb Request "Bookend" Failure "Holes" Grant Erickson
2025-03-04  3:39 ` [PATCH v2 01/22] gweb: Leverage 'GWEB_HTTP_STATUS_CODE_UNKNOWN' mnemonic Grant Erickson
2025-03-04  3:39 ` [PATCH v2 02/22] gweb: Refactor 'received_data' into 'received_data_{finalize,continue}' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 03/22] gweb: Added 'g_web_result_has_headers' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 04/22] gweb: Add documentation to 'g_web_result_has_headers' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 05/22] gweb: Added 'g_web_result_get_err' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 06/22] gweb: Add documentation to 'g_web_result_get_err' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 07/22] gweb: Add an OS err parameter to 'call_result_func' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 08/22] gweb: Add documentation " Grant Erickson
2025-03-04  3:39 ` [PATCH v2 09/22] gweb: Add documentation to 'g_web_result_get_status' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 10/22] gweb: Add documentation to 'received_data' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 11/22] gweb: Close web request session finalization 'hole' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 12/22] gweb: Add documentation to 'map_gerror' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 13/22] gweb: Add documentation to 'received_data_{finalize,continue}' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 14/22] gweb: Document 'struct _GWebResult' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 15/22] wispr: Add and leverage 'portal_manage_failure_status' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 16/22] wispr: Refactor 'wispr_portal_web_result' to leverage 'g_web_result_get_err' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 17/22] wispr: Document 'portal_manage_failure_status' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 18/22] wispr: Document 'wispr_portal_web_result_err' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 19/22] wispr: Document 'wispr_portal_web_result_no_err' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 20/22] wispr: Document 'wispr_portal_web_result' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 21/22] wispr: Fix documentation typo in 'portal_manage_success_status' Grant Erickson
2025-03-04  3:39 ` [PATCH v2 22/22] service: Capture and propagate '__connman_wispr_start' return status Grant Erickson
2025-03-06 17:30 ` patchwork-bot+connman [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=174128223450.1681242.11293580893014602782.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+connman@kernel.org \
    --cc=connman@lists.linux.dev \
    --cc=gerickson@nuovations.com \
    /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.