hamadmarri / cacule-cpu-scheduler

The CacULE CPU scheduler is based on interactivity score mechanism. The interactivity score is inspired by the ULE scheduler (FreeBSD scheduler).
266 stars 32 forks source link

one chunk rejected #5

Closed ROBERT-MCDOWELL closed 4 years ago

ROBERT-MCDOWELL commented 4 years ago

Hi,

I copy the 5.8 patch in my kernel 5.8.3 root folder and run patch -p1 everything ok but one chunk rejected. here it is:

-- Makefile 2020-08-04 01:04:51.327366223 +1000 +++ linux-5.8-cachy/Makefile 2020-08-04 00:13:59.710682597 +1000 @@ -2,8 +2,8 @@ VERSION = 5 PATCHLEVEL = 8 SUBLEVEL = 0 -EXTRAVERSION = -NAME = Kleptomaniac Octopus +EXTRAVERSION = -cachy +NAME = Cachy

DOCUMENTATION

To see a list of typical targets execute "make help"

Thanks

hamadmarri commented 4 years ago

Hi Robert,

You can edit the Makefile manually by updating

EXTRAVERSION = NAME = Kleptomaniac Octopus

to EXTRAVERSION = -cachy NAME = Cachy

or you can just leave it as before, it is just to show the kernel version when selecting the kernel in grub booting.

Thanks

ROBERT-MCDOWELL commented 4 years ago

Hi Hamad, ok thanks! PS: my wite's name is also Sarah and she's also very very patient ;)