RobertCNelson / linux-dev

MIT License
151 stars 96 forks source link

rt-patch updated for kernet 3.14.2 #29

Closed facontidavide closed 10 years ago

facontidavide commented 10 years ago

Hi,

I updated the patch for PREEMPT_RT with the latest patch: "patch-3.14.2-rt3.patch" (released the 3rd of May).

RobertCNelson commented 10 years ago

Very close! (and thanks for the ping!) the rt patchset add's a few files so to catch them i usually do:

cd KERNEL/
patch -p1 < xyz
git add --all
git commit -a -m 'something' -s
git format-patch -1
meld 0001-something.patch ../patches/rt/0001-rt-3.14-patchset.patch

So pushed as: https://github.com/RobertCNelson/linux-dev/commit/a46db7b10b8e06628a12dc64ee9ae6d38e9d814f

Regards,

facontidavide commented 10 years ago

thanks, I will keep it in mind for the next time ᐧ

On Mon, May 5, 2014 at 11:36 PM, Robert Nelson notifications@github.comwrote:

Very close! (and thanks for the ping!) the rt patchset add's a few files so to catch them i usually do:

cd KERNEL/ patch -p1 < xyz git add --all git commit -a -m 'something' -s git format-patch -1 meld 0001-something.patch ../patches/rt/0001-rt-3.14-patchset.patch

So pushed as: a46db7bhttps://github.com/RobertCNelson/linux-dev/commit/a46db7b10b8e06628a12dc64ee9ae6d38e9d814f

Regards,

— Reply to this email directly or view it on GitHubhttps://github.com/RobertCNelson/linux-dev/pull/29#issuecomment-42243759 .

Davide Faconti

Icarus Technology SLU http://www.icarustechnology.com

NIF: B64096571

tel. +34666722156

Rbla de Catalunya 38, 8ª planta

08007, Barcelona, Spain

www.icarustechnology.com

RobertCNelson commented 10 years ago

How is the rt patchset working in v3.14.x? Do the preempt options actually boot and does it seem to be working?

mhaberler commented 10 years ago

yes, that be really interesting! any latency figures, Davide?