1. 22 Aug, 2007 3 commits
  2. 21 Aug, 2007 10 commits
  3. 20 Aug, 2007 21 commits
  4. 19 Aug, 2007 4 commits
  5. 18 Aug, 2007 2 commits
    • Chris Wright's avatar
      x86: properly initialize temp insn buffer for paravirt patching · d34fda4a
      Chris Wright authored
      With commit ab144f5e the patching code
      now collects the complete new instruction stream into a temp buffer
      before finally patching in the new insns.  In some cases the paravirt
      patchers will choose to leave the patch site unpatched (length mismatch,
      clobbers mismatch, etc).
      
      This causes the new patching code to copy an uninitialized temp buffer,
      i.e.  garbage, to the callsite.  Simply make sure to always initialize
      the buffer with the original instruction stream.  A better fix is to
      audit all the patchers and return proper length so that apply_paravirt()
      can skip copies when we leave the patch site untouched.
      Signed-off-by: default avatarChris Wright <chrisw@sous-sol.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      d34fda4a
    • Linus Torvalds's avatar
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 18115f45
      Linus Torvalds authored
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 4549/1: KS8695: Fix build errors
        [ARM] 4546/1: s3c2410: fix architecture typo for s3c2442
        [ARM] 4544/1: arm: fix section mismatch in pxa fb
      18115f45