From: patchwork-bot+ofono@kernel.org
To: Denis Kenzior <denkenz@gmail.com>
Cc: ofono@lists.linux.dev
Subject: Re: [PATCH 01/17] umlrunner: Also mount /var/lib as tmpfs
Date: Fri, 02 Feb 2024 23:30:30 +0000 [thread overview]
Message-ID: <170691663056.19326.7160291387196376588.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240130212137.814082-1-denkenz@gmail.com>
Hello:
This series was applied to ofono.git (master)
by Denis Kenzior <denkenz@gmail.com>:
On Tue, 30 Jan 2024 15:21:06 -0600 you wrote:
> /var/lib is used by oFono to store various long term settings. Make
> sure the settings from the system are not used by mistake. Also, since
> the host filesystem is mounted read-only, updating of /var/lib locations
> by oFono wouldn't work anyway, which might be confusing.
> ---
> tools/umlrunner | 2 ++
> 1 file changed, 2 insertions(+)
Here is the summary with links:
- [01/17] umlrunner: Also mount /var/lib as tmpfs
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=aba0f71b784a
- [02/17] build: Only enable backtrace(3) in maintainer mode
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=05eabee2524d
- [03/17] build: Bring in more ell classes
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=2a9ccea64b54
- [04/17] provisiondb: Remove some duplicate MCCMNC entries
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=19a0d53ba5d5
- [05/17] storage: Introduce storage_get_file_path()
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=cebe22caedd1
- [06/17] storage: Convert g_strdup_* use to l_strdup_*
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=d650fe8936cf
- [07/17] common: Drop GLib use from gprs_auth_proto_to_string
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=6f63dbbbb5c9
- [08/17] common: Drop GLib use from gprs_proto_to_string
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=c934b708742c
- [09/17] storage: Remove mode parameter
(no matching commit)
- [10/17] storage: Use l_malloc
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=4619f19d3ac7
- [11/17] storage: Remove mode argument
(no matching commit)
- [12/17] storage: Use void * instead of unsigned char *
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=75998e0898bc
- [13/17] storage: use l_file_set_contents
(no matching commit)
- [14/17] lte: Refactor lte settings management
(no matching commit)
- [15/17] lte: Add provisioning support
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=69adffb51633
- [16/17] phonesim: Add lte atom
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=783b036d7bc8
- [17/17] lte: Write provisioned info to disk
https://git.kernel.org/pub/scm/network/ofono/ofono.git/?id=53c13ead095c
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2024-02-02 23:30 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-30 21:21 [PATCH 01/17] umlrunner: Also mount /var/lib as tmpfs Denis Kenzior
2024-01-30 21:21 ` [PATCH 02/17] build: Only enable backtrace(3) in maintainer mode Denis Kenzior
2024-01-30 21:21 ` [PATCH 03/17] build: Bring in more ell classes Denis Kenzior
2024-01-30 21:21 ` [PATCH 04/17] provisiondb: Remove some duplicate MCCMNC entries Denis Kenzior
2024-01-30 21:21 ` [PATCH 05/17] storage: Introduce storage_get_file_path() Denis Kenzior
2024-01-30 21:21 ` [PATCH 06/17] storage: Convert g_strdup_* use to l_strdup_* Denis Kenzior
2024-01-30 21:21 ` [PATCH 07/17] common: Drop GLib use from gprs_auth_proto_to_string Denis Kenzior
2024-01-30 21:21 ` [PATCH 08/17] common: Drop GLib use from gprs_proto_to_string Denis Kenzior
2024-01-30 21:21 ` [PATCH 09/17] storage: Remove mode parameter Denis Kenzior
2024-01-30 21:21 ` [PATCH 10/17] storage: Use l_malloc Denis Kenzior
2024-01-30 21:21 ` [PATCH 11/17] storage: Remove mode argument Denis Kenzior
2024-01-30 21:21 ` [PATCH 12/17] storage: Use void * instead of unsigned char * Denis Kenzior
2024-01-30 21:21 ` [PATCH 13/17] storage: use l_file_set_contents Denis Kenzior
2024-01-30 21:21 ` [PATCH 14/17] lte: Refactor lte settings management Denis Kenzior
2024-01-30 21:21 ` [PATCH 15/17] lte: Add provisioning support Denis Kenzior
2024-01-30 21:21 ` [PATCH 16/17] phonesim: Add lte atom Denis Kenzior
2024-01-30 21:21 ` [PATCH 17/17] lte: Write provisioned info to disk Denis Kenzior
2024-02-02 23: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=170691663056.19326.7160291387196376588.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox