Add ksplice-create --git option to build Ksplice updates from Git commits.
[ksplice.git] / ChangeLog
blob55569191c2b56ff095b947e4eee1c7cbcbd62973
1 2008-11-21 : 0.9.4
2  - Added support for patching kernels built in a separate Kbuild output
3    directory (O=dir)
4  - Added additional metadata to the Ksplice update tarballs
5  - Updated Ksplice for kernel 2.6.28
7 2008-11-07 : 0.9.3
8  - Added hooks for calling functions at various points during the update process
9  - Added support for applying an update only to loaded target modules
10  - Added support for building updated target modules along with a Ksplice update
11  - Added run-pre matching of the bug table, exception table, and exported
12    symbol table
13  - Improved robustness of the stack check with respect to optimized tail calls
14  - Fixed several bugs in the run-pre matching disassembly code
15  - Added patching of rodata sections that did not change in size
16  - Added patching of bug table entries whose line numbers changed
17  - Added an experimental API for shadow data structures
19 2008-10-17 : 0.9.2
20  - Added run-pre matching of string sections
21  - Fixed safety_record handling for patch reversals
22  - Improved performance substantially in both userspace and kernelspace
23  - Added support for patching kernels whose text is mapped read-only
24  - Added support for patching compilation units involving markers
25  - Improved the udis86 disassembler's support for disassembling the kernel
27 2008-09-26 : 0.9.1
28  - Replaced objdiff with an improved matching algorithm in objmanip keep-primary
29  - Added support for moving functions between compilation units
30  - Various safety improvements
32 2008-09-12 : 0.9.0
33  - Added support for ARM architecture (requires an -ffunction-sections kernel)
34  - Rewrote the relocation handling code to ease porting to other architectures
35  - Modified the update build system so that it uses the kernel build system
36  - Switched the module control interface from /proc to /sys
37  - Switched the preferred debugging interface from printk to debugfs
38  - Restructured the kernel code to make it easier to merge Ksplice into Linux
39  - Simplified ksplice-create by moving all ELF manipulation to objmanip
40  - Added libudis86 for enhanced run-pre matching
41  - Added support for automatically modifying the exported symbol table
42  - Various safety improvements
44 2008-06-22 : 0.8.7
45  - Updated the nop table for binutils 2.18
46  - Improved relocation handling on x86-64
48 2008-05-25 : 0.8.6
49  - Removed some compiler warnings
51 2008-05-24 : 0.8.5
52  - Added a workaround for Fedora System.map problem
53  - Improved the page table code
54  - Improved kernel stack check debugging
56 2008-04-29 : 0.8.4
57  - Fixed architecture detection on ASP Linux
59 2008-04-28 : 0.8.3
60  - Improved kernel stack check
62 2008-04-27 : 0.8.2
63  - Improved kernel stack check
65 2008-04-24 : 0.8.1
66  - Fixed 2.6.25 init_mm problem
68 2008-04-22 : 0.8.0
69  - Initial release