-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compilation problems on RH kernel 5.14 (Rocky 9.2) #6
base: main
Are you sure you want to change the base?
Conversation
Thank you for your patch.
I am not able to look at it right now, but will take a look at the end of January.
…On 3 Jan 2024, 10:50, at 10:50, J-cztery ***@***.***> wrote:
This is for KNC only to get the module compiling. Done only some
limited testing yet.
You can view, comment on, or merge this pull request online at:
#6
-- Commit Summary --
* Fix compilation problems on RH kernel 5.14 (Rocky 9.2)
-- File Changes --
M mpss3/mpss-modules/dma/mic_dma_lib.c (28)
M mpss3/mpss-modules/host/acptboot.c (5)
M mpss3/mpss-modules/host/linux.c (8)
M mpss3/mpss-modules/host/linvcons.c (25)
M mpss3/mpss-modules/host/pm_ioctl.c (2)
M mpss3/mpss-modules/host/tools_support.c (27)
M mpss3/mpss-modules/host/uos_download.c (26)
M mpss3/mpss-modules/host/vhost/mic_vhost.c (4)
M mpss3/mpss-modules/host/vmcore.c (11)
M mpss3/mpss-modules/include/mic/micscif_nm.h (4)
M mpss3/mpss-modules/include/mic/micscif_rma.h (12)
M mpss3/mpss-modules/include/mic_common.h (17)
A mpss3/mpss-modules/include/micscif_time.h (25)
M mpss3/mpss-modules/micscif/micscif_api.c (20)
M mpss3/mpss-modules/micscif/micscif_debug.c (78)
M mpss3/mpss-modules/micscif/micscif_nm.c (10)
M mpss3/mpss-modules/micscif/micscif_rma.c (20)
M mpss3/mpss-modules/micscif/micscif_select.c (37)
-- Patch Links --
https://github.com/jjkeijser/mpss/pull/6.patch
https://github.com/jjkeijser/mpss/pull/6.diff
--
Reply to this email directly or view it on GitHub:
#6
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Signed-off-by: Jacek Tomaka <[email protected]>
Signed-off-by: Jacek Tomaka <[email protected]>
FWIW: this version also run on Rocky 9.3. unchanged. |
thanks for your continued efforts on this. Unfortunately I currently don't have access to a KNC server so I cannot independently verify your patches. I will keep your PR in mind and come back to it when I have access to a KNC box again. |
No worries @jjkeijser if you don't need it, this is fine. But you inspired us to upgrade out Centos 6 based machines to Rocky 9.2 so wanted to give back a little. We still have a good couple of hundred KNCs so they have just got another life for now;) |
This is for KNC only to get the module compiling. Done only some limited testing yet.