Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-05-22 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1399257426 I see you've already fixed that: ``` commit b8eb5c3d6bce1fe1b6d5d4bbe4ee81b140f90f93 Author: Justin M. Forbes Date: Thu May 18 12:46:33 2023 -0500 Fix file listing for

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-05-18 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1396389427 This is incorrect, with !2173 we switched to using a compression variable, and are currently using xz not gz. It should be: /lib/modules/%{KVERREL}%{?3:+%{3}}/symvers.%compext\

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-05-16 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1392220963 OK, worst case scenario we can introduce a new package with these files which is going to be required by both kernel-core and kernel-uki-virt ("kernel- builtin-info") but I'd

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-05-16 Thread Justin M. Forbes (via Email Bridge)
From: Justin M. Forbes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1392108263 I believe it is okay, as the file is identical in both cases. I am also of the impression that you CAN install the packages in parallel, but in practice most people will not.

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-05-16 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1392054667 Just a humble ping @jmflinuxtx @jstancek @hertonrk-rh ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-04-25 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_130375 Yes, here's the koji build https://koji.fedoraproject.org/koji/taskinfo?taskID=100339642 My understanding is that we only get a bunch of kmod() and kernel() Provides: added (same

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-04-25 Thread Jan Stancek (via Email Bridge)
From: Jan Stancek on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1366597050 That was question I had too, when I saw the patch. But per https://docs.fedoraproject.org/en-US/packaging- guidelines/#_file_and_directory_ownership it is allowed, and your tests were

Re: [OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-04-25 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2408#note_1365997499 @jmflinuxtx @jstancek @hertonrk-rh please review! In particular, I'm not sure what the downsides of packaging System.map/ config/symvers/modules.builtin to **both** kernel-core and

[OS-BUILD PATCH] Include the information about builtin symbols into kernel-uki-virt package too

2023-04-25 Thread Vitaly Kuznetsov (via Email Bridge)
From: Vitaly Kuznetsov Include the information about builtin symbols into kernel-uki-virt package too The information about builtin symbols: symvers, modules.builtin, System.map, config and the auto generated RPM "Provides" may be required by e.g. proprietary kernel modules and there's no