shenango / caladan

Interference-aware CPU scheduling that enables performance isolation and high CPU utilization for datacenter servers
Apache License 2.0
127 stars 54 forks source link

ksched: update PF hole from newer Linux kernel #18

Closed gohar94 closed 1 year ago

gohar94 commented 1 year ago

PF__HOLE__00004000 is removed in recent Linux kernels so using PF__HOLE__40000000 now.

https://github.com/torvalds/linux/commit/fb04563d1cae6f361892b4a339ad92100b1eb0d0

https://github.com/torvalds/linux/commit/54e6842d0775ba76db65cbe21311c3ca466e663d#diff-f8d8a1568ae83bbff6f40f9c70559a4f7dbf426a397131ba9d4fbfb947ea5222

joshuafried commented 1 year ago

Please re-submit on the internal repo