search for: teoh

Displaying 20 results from an estimated 24 matches for "teoh".

Did you mean: eoh
2008 Mar 15
1
extent_io.c: bio_add_page() error check for bio ptr
bio_add_page() requires non-NULL bio ptr for dereferencing. Signed-off-by: Peter Teoh <htmldeveloper@gmail.com> --- extent_io.c.orig1 2008-03-16 12:43:59.000000000 +0800 +++ extent_io.c 2008-03-16 12:45:03.000000000 +0800 @@ -1729,6 +1729,7 @@ static int submit_extent_page(int rw, st if (bio_ret && *bio_ret) { bio = *bio_ret; +...
2019 Jan 06
2
empty list assertion
sorry, ignore my earlier email. I followed this: https://stackoverflow.com/questions/42881901/how-to-compile-some-modules-in-llvm-with-debug-mode-others-with-release-mode and got the debug build completed. On Sat, Jan 5, 2019 at 10:02 AM Peter Teoh <htmldeveloper at gmail.com> wrote: > will this help? > > > https://opensource.apple.com/source/lldb/lldb-69/docs/building-with-debug-llvm.txt.auto.html > > On Sat, Jan 5, 2019 at 9:04 AM m m via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > >> Hi, >...
2008 Apr 25
2
reversing the effects of mkfs.btrfs?
...n one of my partition. Mistakes, it was my data partition (ext3 based). I have not yet mounted the device, but the mkfs.btrfs continued to completion. Is it possible to salvage my ext3 filesystem? Anyway to reverse the effect of mkfs.btrfs? Thank you for your help/answer. -- Regards, Peter Teoh
2018 Sep 03
4
Basic Coverage
Hi My goal is that given a binary and the corresponding input. I want to know what IR level basic blocks are covered. I need the detail information, which is the set of all the covered BBs rather than just a number. I want to know whether there are some tools that can support this requirements. If not, I think maybe instrumentation can helps. However, I do not know too much about this. Any
2009 Apr 02
5
Error in starting "wine file" in x86_64 FC10 env
...1, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfa000000/33554432, I/O @ 0x00009c00/128, BIOS @ 0x????????/131072 (==) Matched nv for the autoconfigured driver New driver is "nv" (==) Using default built-in configuration (30 lines) Any other information needed? -- Regards, Peter Teoh
2019 Jan 10
2
empty list assertion
.../ Target-dependent interfaces > //===----------------------------------------------------------------------===// > include "ABCRegisterInfo.td" include "ABC.td" | > > > ------------------------------------------------------------------------ > *From:* Peter Teoh <htmldeveloper at gmail.com> > *Sent:* Sunday, January 6, 2019 12:10 AM > *To:* m m > *Cc:* via llvm-dev > *Subject:* Re: [llvm-dev] empty list assertion > sorry, ignore my earlier email. > > I followed this: > https://stackoverflow.com/questions/42881901/how-to-compi...
2019 Jan 05
2
empty list assertion
Hi, I'm trying to do a Debug build for the 1st time and I keep getting this assertion: llvm-tblgen: CodeGenDAGPatterns.cpp:64: llvm::EEVT::TypeSet::TypeSet(llvm::ArrayRef<llvm::MVT::SimpleValueType>): Assertion `!VTList.empty() && "empty list?"' failed. I do not know what list this assertion is referring to. Does anyone know? I always did Release builds before
2015 Dec 01
2
Compilation errors
...rs make[2]: *** [projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/x86_64/floatdidf.c.o] Error 1 make[1]: *** [projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-x86_64.dir/all] Error 2 make: *** [all] Error 2 Can anyone comment on the error? -- Regards, Peter Teoh
2008 Apr 22
1
systemtap probe points for Xen hypervisor
...d, I supposed it will need a patch before systemtap can be used to probe the Xen hypervisor, right? Or is it not a logical thing to do? My target of interest will be to trace/analyze the behavior of the Xen hypervisor, and the domX guest as well. Thank you for your answer. -- Regards, Peter Teoh _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Feb 01
2
How to read group descriptor?
Hi All, I am trying to read group descriptor from disk. I am able to read the superblock structure successfully. But I am not getting successful to get the group descriptor. Here is my code. Please check out what is missing. #include<linux/ext3_fs.h> #include<sys/types.h> #include<sys/stat.h> #include<stdio.h> #include<unistd.h> #include<fcntl.h>
2007 Jul 29
2
Execution Flow when Guest Page Fault
I would like to know approximately the overall execution flow when the guest O/S page fault - how is the page fault transfer to a page fault in the host O/S? Thanks. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2015 Dec 01
2
Compilation errors
...gnu.org/onlinedocs/gcc/Warning-Options.html, assuming that > either you're building with gcc, or that Clang has the same > interpretation of "pedantic"). Again, by default, LLVM_ENABLE_WERROR > is set to OFF, so it should normally remain a warning. > > On 12/1/15, Peter Teoh via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> While doing a make on the recently checkout version: >> >> I got the following errors: >> >> [ 68%] Built target dd >> [ 68%] Built target compiler-rt-headers >> [ 68%] Building C object >> pro...
2008 Apr 10
1
fsfuzz testing: some results
...40 6a 00 6a 00 ff 75 34 ff 75 30 ff 75 0c ff 75 08 e8 84 f6 ff ff 83 c4 40 85 c0 74 04 <0f> 0b eb fe 8b 45 08 8b 55 0c 01 46 58 11 56 5c 8b 4d bc 01 81 EIP: [<f8b936b3>] btrfs_alloc_extent+0xba/0x328 [btrfs] SS:ESP 0068:f7945c20 ---[ end trace 41a23788337ff97c ]--- -- Regards, Peter Teoh
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
Hi, The test-suite expects to be built standalone but it looks like you have it in the same tree as LLVM. You'll need to remove it. From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Peter Teoh via llvm-dev Sent: 28 February 2016 14:31 To: llvm-dev at lists.llvm.org Subject: [llvm-dev] [cfe-dev] [3.8 Release] We have branched With reference to the following thread: http://lists.llvm.org/pipermail/llvm-dev/2016-January/094100.html I am having the same issue. First I did a git pull of a...
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
With reference to the following thread: http://lists.llvm.org/pipermail/llvm-dev/2016-January/094100.html I am having the same issue. First I did a git pull of all the relevant directories and then doing a cmake: cmake -DLLVM_ENABLE_DOXYGEN=ON -DLLVM_ENABLE_WERROR=OFF -DLLVM_TARGETS_TO_BUILD="X86" ../llvm and followed by make: [ 22%] Built target LLVMVectorize [ 25%] Built target
2015 Sep 28
2
VirtualBox + Virsh
2015 Sep 29
0
Re: VirtualBox + Virsh
...com/questions/2778638/libvirt-and-virtualbox-getting-started > Regards, > Julian Zhou > > _______________________________________________ > libvirt-users mailing list > libvirt-users@redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users > -- Regards, Peter Teoh
2008 Mar 14
0
kmem_cache_alloc() return value check
kmem_cache_alloc() only return two possible value: NULL for error, and non-NULL for valid pointer. IS_ERR() check for return value is not right, I guessed? -- Regards, Peter Teoh -------------- next part -------------- A non-text attachment was scrubbed... Name: wrong_is_err_check.patch Type: text/x-patch Size: 385 bytes Desc: not available Url : http://oss.oracle.com/pipermail/btrfs-devel/attachments/20080315/6a95c261/wrong_is_err_check.bin
2006 Feb 28
1
How to determine the power draw on TDM2400P?
For example, how much power would a server with 3 of the TDM2400P fully loaded cards draw? We're trying to figure out what APC power we should have to achieve approx 30 minutes back-up time. Would appreciate any learnings or methods on calculating the power draw and determining the appropriate back-up device. Thank you. Melisa.
2016 Feb 01
1
Advice on virtio, or any virtualization solution for hdparm
At the present moment, my guest is running inside qemu and host is kvm intel, running Ubuntu 14.04, kernel is 4.3.0 stable. From within the guest, when I run "hdparm -i /dev/sdb" on the guest, I get: HDIO_GET_IDENTITY failed: Invalid argument as the error,but on the host, I will get the full harddisk/SSD info. Can I know how to resolve this so that the output is the same for both