Anders Roxell anders.roxell@linaro.org writes:
Hi Kevin,
Added latest RT patches from v4.1.3-rt3
Cheers, Anders
The following changes since commit c8bde72f9af412de57f0ceae218d648640118b0b:
Linux 4.1.3 (2015-07-21 10:10:33 -0700)
are available in the git repository at:
git://git.linaro.org/people/anders.roxell/linux-rt.git tags/v4.1.3-rt3-lno1
for you to fetch changes up to 409a9705f61a3e62dadb7172e20f2f422d8241b3:
Merge branch 'v4.1.2-rt1' into v4.1.3-rt3 (2015-07-26 11:14:37 +0200)
Linux 4.1.3-rt3
Changes since v4.1.2-rt1
fix compile of locktorture. Patch by Wolfgang M. Reimer.
fix compile pid_namespace without lockdep on ARM. Patch by Grygorii Strashko
The annoying "cpufreq_stat_notifier_trans: No policy found" is finally gone.
xor / raid_pq The max latency will increase into the ms range if the raid6_pq is loaded. This should not matter under normal circumstances because that module should only be loaded at boot time if required (and not while a -RT task is active in production). It might also get loaded at run-time manually. Dropping the preempt_disable() might cause different results for the individual implementations. People who don't care (load it at run-time) don't need to load it at all. People who care (load it boot time) would prefer to stick with the best implementation. Therefore I think it is enough to document this (don't load it at run time if you don't need it) and I cross it off my list. Patches are welcome if someone needs / has an improvement.
Created a new branch linux-linaro-lsk-v4.1-rt, and pulled this into it.
Thanks,
Kevin