903e20 - x86/kconfig: Make it easier to switch to the new ORC unwinder

Authored and Committed by Jiri Slaby 6 years ago
17 files changed. 645 lines added. 197 lines removed.
config/i386/default
file modified
+1 -1
config/i386/pae
file modified
+1 -2
config/x86_64/default
file modified
+2 -2
config/x86_64/syzkaller
file modified
+0 -1
patches.suse/0001-x86-entry-64-Refactor-IRQ-stacks-and-make-them-NMI-s.patch
file modified
+18 -6
patches.suse/0001-x86-unwind-Add-the-ORC-unwinder.patchpatches.suse/0009-x86-unwind-add-ORC-unwinder.patch
file renamed
+186 -95
patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch
file modified
+13 -17
patches.suse/0002-x86-entry-64-Initialize-the-top-of-the-IRQ-stack-bef.patch
file modified
+15 -3
patches.suse/0002-x86-kconfig-Make-it-easier-to-switch-to-the-new-ORC-.patch
file added
+99
patches.suse/0003-x86-dumpstack-Fix-occasionally-missing-registers.patchpatches.suse/0003-x86-dumpstack-fix-occasionally-missing-registers.patch
file renamed
+16 -3
patches.suse/0003-x86-kconfig-Consolidate-unwinders-into-multiple-choi.patch
file added
+157
patches.suse/0004-x86-dumpstack-Fix-interrupt-and-exception-stack-boun.patchpatches.suse/0004-x86-dumpstack-fix-interrupt-and-exception-stack-boun.patch
file renamed
+16 -3
patches.suse/0005-objtool-Add-ORC-unwind-table-generation.patchpatches.suse/0005-objtool-add-ORC-unwind-table-generation.patch
file renamed
+19 -6
patches.suse/0006-objtool-x86-Add-facility-for-asm-code-to-provide-unw.patchpatches.suse/0006-objtool-x86-add-facility-for-asm-code-to-provide-unw.patch
file renamed
+22 -9
patches.suse/0007-x86-entry-64-Add-unwind-hint-annotations.patchpatches.suse/0007-x86-entry-64-add-unwind-hint-annotations.patch
file renamed
+46 -33
patches.suse/0008-x86-asm-Add-unwind-hint-annotations-to-sync_core.patchpatches.suse/0008-x86-asm-add-unwind-hint-annotations-to-sync_core.patch
file renamed
+17 -4
series.conf
file modified
+17 -12
    - x86/kconfig: Make it easier to switch to the new ORC unwinder
      (bnc#1018348).
    - x86/kconfig: Consolidate unwinders into multiple choice
      selection (bnc#1018348).
    - Update config files.
    - Refresh
      patches.suse/0001-x86-entry-64-Refactor-IRQ-stacks-and-make-them-NMI-s.patch.
    - Refresh
      patches.suse/0002-dwarf-do-not-throw-away-unwind-info.patch.
    - Refresh
      patches.suse/0002-x86-entry-64-Initialize-the-top-of-the-IRQ-stack-bef.patch.
    
    Update to version from -tip. ORC is in -tip completely. So make sure
    we use the upstream version.
    
        
file modified
+1 -1
file modified
+1 -2
file modified
+2 -2
file modified
+0 -1
patches.suse/0001-x86-unwind-Add-the-ORC-unwinder.patch patches.suse/0009-x86-unwind-add-ORC-unwinder.patch
file renamed
+186 -95
patches.suse/0003-x86-dumpstack-Fix-occasionally-missing-registers.patch patches.suse/0003-x86-dumpstack-fix-occasionally-missing-registers.patch
file renamed
+16 -3
patches.suse/0004-x86-dumpstack-Fix-interrupt-and-exception-stack-boun.patch patches.suse/0004-x86-dumpstack-fix-interrupt-and-exception-stack-boun.patch
file renamed
+16 -3
patches.suse/0005-objtool-Add-ORC-unwind-table-generation.patch patches.suse/0005-objtool-add-ORC-unwind-table-generation.patch
file renamed
+19 -6
patches.suse/0006-objtool-x86-Add-facility-for-asm-code-to-provide-unw.patch patches.suse/0006-objtool-x86-add-facility-for-asm-code-to-provide-unw.patch
file renamed
+22 -9
patches.suse/0007-x86-entry-64-Add-unwind-hint-annotations.patch patches.suse/0007-x86-entry-64-add-unwind-hint-annotations.patch
file renamed
+46 -33
patches.suse/0008-x86-asm-Add-unwind-hint-annotations-to-sync_core.patch patches.suse/0008-x86-asm-add-unwind-hint-annotations-to-sync_core.patch
file renamed
+17 -4
file modified
+17 -12