[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v10 07/12] xen: provide version information in hypfs
On 29.05.20 11:53, Jan Beulich wrote: On 29.05.2020 11:19, Jürgen Groß wrote:On 29.05.20 10:34, Jan Beulich wrote:On 19.05.2020 09:21, Juergen Gross wrote:@@ -373,6 +374,52 @@ void __init do_initcalls(void) (*call)(); }+#ifdef CONFIG_HYPFS+static unsigned int __read_mostly major_version; +static unsigned int __read_mostly minor_version; + +static HYPFS_DIR_INIT(buildinfo, "buildinfo"); +static HYPFS_DIR_INIT(compileinfo, "compileinfo"); +static HYPFS_DIR_INIT(version, "version"); +static HYPFS_UINT_INIT(major, "major", major_version); +static HYPFS_UINT_INIT(minor, "minor", minor_version);These two lines fail to build with gcc 4.1 ("unknown field 'content' specified in initializer"), which I've deliberately tried as a last minute post-commit, pre-push check. I therefore reverted this change before pushing. Paul, Jürgen - please advise how to proceed, considering today's deadline. I'd accept pushing the rest of the series, if a fix for the issue will then still be permitted in later. Otherwise I'd have to wait for a fixed (incremental) versionThe attached patch should fix this problem (assuming the anonymous union is to blame). Could you verify that, please?Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Tested-by: Jan Beulich <jbeulich@xxxxxxxx>In case the patch is fine, I'll resend the rest of the series with that patch included, as there are adaptions in later patches needed.No need to, if you trust me to have made the right changes - I've also verified the rest of the series builds fine there. Thanks, of course I trust you. :-) Juergen
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |