2 - Fixed a bug where Ksplice relocations were sometimes written pointing
3 to the middle of patched sections
4 - Fixed a Makefile bug where the Ksplice core module was compiled twice
5 - Renamed or reorganized several data structures in the Ksplice kernel code
6 - Changed the Ksplice module names from primary/helper to old_code/new_code
9 - Fixed a Makefile bug that prevented the initial prebuild from succeeding
10 - Documented the ksplice-create --series, --git, and --build-modules options
11 - Added support for changing CRCs of exported symbols
12 - Added pre-post matching of altinstructions and other table sections
13 - Fixed a build failure due to depmod when using a kbuild output directory
16 - Added support for building updates from Git commits in ksplice-create
17 - Prevent reversing Ksplice updates that have been partially cold applied
20 - Added support for patching kernels built in a separate Kbuild output
22 - Added additional metadata to the Ksplice update tarballs
23 - Updated Ksplice for kernel 2.6.28
26 - Added hooks for calling functions at various points during the update process
27 - Added support for applying an update only to loaded target modules
28 - Added support for building updated target modules along with a Ksplice update
29 - Added run-pre matching of the bug table, exception table, and exported
31 - Improved robustness of the stack check with respect to optimized tail calls
32 - Fixed several bugs in the run-pre matching disassembly code
33 - Added patching of rodata sections that did not change in size
34 - Added patching of bug table entries whose line numbers changed
35 - Added an experimental API for shadow data structures
38 - Added run-pre matching of string sections
39 - Fixed safety_record handling for patch reversals
40 - Improved performance substantially in both userspace and kernelspace
41 - Added support for patching kernels whose text is mapped read-only
42 - Added support for patching compilation units involving markers
43 - Improved the udis86 disassembler's support for disassembling the kernel
46 - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
47 - Added support for moving functions between compilation units
48 - Various safety improvements
51 - Added support for ARM architecture (requires an -ffunction-sections kernel)
52 - Rewrote the relocation handling code to ease porting to other architectures
53 - Modified the update build system so that it uses the kernel build system
54 - Switched the module control interface from /proc to /sys
55 - Switched the preferred debugging interface from printk to debugfs
56 - Restructured the kernel code to make it easier to merge Ksplice into Linux
57 - Simplified ksplice-create by moving all ELF manipulation to objmanip
58 - Added libudis86 for enhanced run-pre matching
59 - Added support for automatically modifying the exported symbol table
60 - Various safety improvements
63 - Updated the nop table for binutils 2.18
64 - Improved relocation handling on x86-64
67 - Removed some compiler warnings
70 - Added a workaround for Fedora System.map problem
71 - Improved the page table code
72 - Improved kernel stack check debugging
75 - Fixed architecture detection on ASP Linux
78 - Improved kernel stack check
81 - Improved kernel stack check
84 - Fixed 2.6.25 init_mm problem