search for: caviot

Displaying 4 results from an estimated 4 matches for "caviot".

Did you mean: caviots
2007 Oct 25
2
zfs receive - list contents of incremental stream?
...nd fs -newer ...'' to learn what''s changed between fs at 0 and fs at 1. I''d probably use this functionality to produce a list of files to backup with cpio. I don''t want to make archival backups using the stream produced by ''zfs send'' because of caviots regarding the liklihood of change in future releases. If not ''zfs receive, is there another utility that would do this job? Thanks. This message posted from opensolaris.org
2008 Nov 24
0
[LLVMdev] how to track down a kernel miscompilation?
...wn (per-file) passes to the build process or debug specific passes. Directories arch/x86/boot and arch/x86/boot/compressed specify NOLLVM in their makefile which causes the make system to use gcc to build the directory. options to opt are controlled by OPT_OPTIONS in the top level makefile. Some caviots and notes: * This has only been tested in kvm and qemu and mostly only with virtio net and block devices. Other configurations are untested * The kernel is compiled at -O0 with some optimizations in the opt step. This is because... * instcombine breaks the kernel Andrew On Mon, Nov 24, 2008 at...
2008 Nov 24
1
[LLVMdev] how to track down a kernel miscompilation?
...process or debug specific passes. > > Directories arch/x86/boot and arch/x86/boot/compressed specify NOLLVM > in their makefile which causes the make system to use gcc to build the > directory. options to opt are controlled by OPT_OPTIONS in the top > level makefile. > > Some caviots and notes: > * This has only been tested in kvm and qemu and mostly only with > virtio net and block devices. Other configurations are untested > * The kernel is compiled at -O0 with some optimizations in the opt > step. This is because... > * instcombine breaks the kernel > &g...
2008 Nov 24
4
[LLVMdev] how to track down a kernel miscompilation?
Hi, I am trying to build the Linux kernel with LLVM. 'ARCH=um' appears to work, now I am trying to get 'ARCH=x86' to work. So far it seems there is something wrong with the boot vga code (it finds no video modes), the acpi code, and the serial console code. I am now trying to compile drivers/ with llvm-gcc and the rest with gcc-4.2 (I have a wrapper script), I am compiling to