Never inline init_symbol_arrays, to avoid conflicting stack garbage.
[ksplice.git] / ChangeLog
blob63ce9f19ed901e0457b6eb8f6fb56cac037660ac
1 2009-03-10 : 0.9.7
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
8 2009-01-21 : 0.9.6
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
15 2008-12-19 : 0.9.5
16  - Added support for building updates from Git commits in ksplice-create
17  - Prevent reversing Ksplice updates that have been partially cold applied
19 2008-11-21 : 0.9.4
20  - Added support for patching kernels built in a separate Kbuild output
21    directory (O=dir)
22  - Added additional metadata to the Ksplice update tarballs
23  - Updated Ksplice for kernel 2.6.28
25 2008-11-07 : 0.9.3
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
30    symbol table
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
37 2008-10-17 : 0.9.2
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
45 2008-09-26 : 0.9.1
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
50 2008-09-12 : 0.9.0
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
62 2008-06-22 : 0.8.7
63  - Updated the nop table for binutils 2.18
64  - Improved relocation handling on x86-64
66 2008-05-25 : 0.8.6
67  - Removed some compiler warnings
69 2008-05-24 : 0.8.5
70  - Added a workaround for Fedora System.map problem
71  - Improved the page table code
72  - Improved kernel stack check debugging
74 2008-04-29 : 0.8.4
75  - Fixed architecture detection on ASP Linux
77 2008-04-28 : 0.8.3
78  - Improved kernel stack check
80 2008-04-27 : 0.8.2
81  - Improved kernel stack check
83 2008-04-24 : 0.8.1
84  - Fixed 2.6.25 init_mm problem
86 2008-04-22 : 0.8.0
87  - Initial release