]> xenbits.xensource.com Git - people/aperard/osstest.git/commit
create_build_jobs: Enable X86_GENERIC for i386 kernel pvops jobs.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 4 Dec 2023 16:46:24 +0000 (16:46 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 13 Dec 2023 12:02:14 +0000 (12:02 +0000)
commit6b5290760ef6ebe2fc33ff04b18d7a6d115eb41c
tree276e283cd55183f2386e5684c037cdfab9f5046e
parentfa0c9806e0ae9f9499391569d4d340d448a61b89
create_build_jobs: Enable X86_GENERIC for i386 kernel pvops jobs.

This is following a failure to build "arch/x86/xen/enlighten.c" in
build-i386-pvops jobs with linux 968f35f4ab1c ("Merge tag
'v6.7-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6")
in linux-linus branch.

Today the cpu type for a 32-bit x86 kernel is not specified in the
used kernel config, resulting in the M686 to be used.

Instead of using the M686 which isn't even a 64-bit cpu (thus not
capable to run a Xen guest), use the X86_GENERIC variant which is
more appropriate.

Suggested-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
mfi-common