LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   RT patch for centos 8.1.1911 (https://www.linuxquestions.org/questions/centos-111/rt-patch-for-centos-8-1-1911-a-4175685514/)

zvivered 11-19-2020 09:39 PM

RT patch for centos 8.1.1911
 
Hello,

I installed a customized kernel for centos 8.1.1911
The change I did: CONFIG_CMA=y

Now I have to add the RT patch.
I downloaded: patch-4.18.16-rt9.patch.xz and then:
cd linux-4.18.0-147
xzcat ../patch-4.4.12-rt19.patch.xz | patch -p1

I got the output listed in the attached patch.txt

It seems that the patch process ended with few errors.
for example:
Hunk #1 FAILED at 38.
...
Hunk #8 FAILED at 2110.
Hunk #9 FAILED at 2130

Can you please explain the reason for those errors ?
Is it the right way to patch this kernel ?

Thank you,
Zvika

zvivered 11-19-2020 10:05 PM

1 Attachment(s)
Hello,

On a clean kernel source I also tried an older RT patch version: patch-4.18-rc8-rt1.patch.xz

Attached the output I got.
It seems that also here, the patching process is not clean.

During the patch process I'm asked:
Reversed (or previously applied) patch detected! Assume -R? [n]

What should I answer ?

Thank you,
Zvika


All times are GMT -5. The time now is 09:41 AM.