[3.8.y.z extended stable] Patch "recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules" has been added to staging queue

2014-07-22 Thread Kamal Mostafa
This is a note to let you know that I have just added a patch titled recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules to the linux-3.8.y-queue branch of the 3.8.y.z extended stable tree which can be found at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=

[3.13.y.z extended stable] Patch "recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules" has been added to staging queue

2014-07-15 Thread Kamal Mostafa
This is a note to let you know that I have just added a patch titled recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree which can be found at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;

[3.11.y.z extended stable] Patch "recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules" has been added to staging queue

2014-07-10 Thread Luis Henriques
This is a note to let you know that I have just added a patch titled recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree which can be found at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;

[PATCH] recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules

2014-06-17 Thread Alex Smith
On MIPS calls to _mcount in modules generate 2 instructions to load the _mcount address (and therefore 2 relocations). The mcount_loc table should only reference the first of these, so the second is filtered out by checking the relocation offset and ignoring ones that immediately follow the previou