1. 26 Dec, 2008 2 commits
  2. 25 Dec, 2008 3 commits
  3. 23 Dec, 2008 1 commit
    • H. Peter Anvin's avatar
      x86: prioritize the FPU traps for the error code · adf77bac
      H. Peter Anvin authored
      In the case of multiple FPU errors, prioritize the error codes,
      instead of returning __SI_FAULT, which ends up pushing a 0 as the
      error code to userspace, a POSIX violation.
      
      For i386, we will simply return if there are no errors at all; for
      x86-64 this is probably a "can't happen" (and the code should be
      unified), but for this patch, return __SI_FAULT|SI_KERNEL if this ever
      happens.
      Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
      adf77bac
  4. 19 Dec, 2008 1 commit
  5. 18 Dec, 2008 4 commits
  6. 17 Dec, 2008 27 commits
  7. 16 Dec, 2008 2 commits
    • Tao Ma's avatar
      ocfs2: Always update xattr search when creating bucket. · 83099bc6
      Tao Ma authored
      When we create xattr bucket during the process of xattr set, we always
      need to update the ocfs2_xattr_search since even if the bucket size is
      the same as block size, the offset will change because of the removal
      of the ocfs2_xattr_block header.
      Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
      Signed-off-by: default avatarMark Fasheh <mfasheh@suse.com>
      83099bc6
    • Zachary Amsden's avatar
      x86: clean up dead code in vmi_32.c · fde90711
      Zachary Amsden authored
      Impact: cleanup, remove dead debug code
      
      I ran across some old debugging code in vmi paravirt-ops code that was
      already dead, but still potentially useful.  After reviewing recent
      changes to the way kernel page tables are allocated and initialized, and
      the lack of bugs caught by this debugging code, I've concluded it is now
      totally useless to have around, and it's already been #if 0'd for quite
      some time.
      
      There's no rush to get this in mainline, but it's also totally harmless,
      so I'll let the x86 maintainers decide where it should be tucked.  I've
      been out of the mainstream dev loop for a couple months, so apologies if
      I haven't got any protocol changes in order.
      
      Remove mummified remains found in vmi_32.c
      Signed-off-by: default avatarZachary Amsden <zach@vmware.com>
      Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
      fde90711