I have been trying to obtain the source for the version of LinSched (user space simulator for the CFS scheduler) for kernel 2.6.35 but I am not able to find it anywhere.
This is the original git repo of LinSched for 2.6.32, which mentions that this version is deprecated and I should refer to here. Unfortunately, this link is broken. I also tried cloning the repo mentioned here, but
git clone git://google3-2.osuosl.org/linsched/2.6.35.git
throws an error:
"fatal: Unable to look up google3-2.osuosl.org (port 9418) (Name or service not known)"
Any idea how I can obtain the source for this? Was this project discontinued for some reason?
The repository has now been moved to git://git.kernel.org/pub/scm/linux/kernel/git/pjt/linsched.git
I mailed the maintainer/developer and obtained the correct link. The link can be found here
来源:https://stackoverflow.com/questions/8412372/linsched-source-for-2-6-35-kernel