From: Tiwei Bie <tiwei.bie@linux.dev>
To: richard@nod.at, anton.ivanov@cambridgegreys.com,
johannes@sipsolutions.net
Cc: linux-um@lists.infradead.org, tiwei.btw@antgroup.com,
tiwei.bie@linux.dev
Subject: [PATCH v2 5/7] um: Remove unused offset and child_err fields from stub_data
Date: Wed, 27 Aug 2025 08:57:01 +0800 [thread overview]
Message-ID: <20250827005703.3847636-6-tiwei.bie@linux.dev> (raw)
In-Reply-To: <20250827005703.3847636-1-tiwei.bie@linux.dev>
From: Tiwei Bie <tiwei.btw@antgroup.com>
They are no longer used. Remove them.
Signed-off-by: Tiwei Bie <tiwei.btw@antgroup.com>
---
arch/um/include/shared/skas/stub-data.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/um/include/shared/skas/stub-data.h b/arch/um/include/shared/skas/stub-data.h
index c261a77a32f6..27db38e95df9 100644
--- a/arch/um/include/shared/skas/stub-data.h
+++ b/arch/um/include/shared/skas/stub-data.h
@@ -53,8 +53,7 @@ struct stub_syscall {
};
struct stub_data {
- unsigned long offset;
- long err, child_err;
+ long err;
int syscall_data_len;
/* 128 leaves enough room for additional fields in the struct */
--
2.34.1
next prev parent reply other threads:[~2025-08-27 0:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 0:56 [PATCH v2 0/7] um: Misc cleanups Tiwei Bie
2025-08-27 0:56 ` [PATCH v2 1/7] um: Add missing trailing newline to help messages Tiwei Bie
2025-08-27 0:56 ` [PATCH v2 2/7] um: vector: Fix indentation for help message Tiwei Bie
2025-08-27 0:56 ` [PATCH v2 3/7] um: Fix help message for ssl-non-raw Tiwei Bie
2025-08-27 0:57 ` [PATCH v2 4/7] um: Indent time-travel help messages Tiwei Bie
2025-08-27 0:57 ` Tiwei Bie [this message]
2025-08-27 0:57 ` [PATCH v2 6/7] um: Remove outdated comment about STUB_DATA_PAGES Tiwei Bie
2025-08-27 0:57 ` [PATCH v2 7/7] um: Centralize stub size calculations Tiwei Bie
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=20250827005703.3847636-6-tiwei.bie@linux.dev \
--to=tiwei.bie@linux.dev \
--cc=anton.ivanov@cambridgegreys.com \
--cc=johannes@sipsolutions.net \
--cc=linux-um@lists.infradead.org \
--cc=richard@nod.at \
--cc=tiwei.btw@antgroup.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).