Displaying 8 results from an estimated 8 matches for "write_buff".
Did you mean:
write_buf
2005 Nov 01
2
xen, lvm, drbd, bad kernel messages
..._generic_mapping_read
+1442/1472] do_generic_mapping_read+0x5a2/0x5c0
Nov 1 13:52:13 localhost kernel: [__generic_file_aio_read+514/576]
__generic_file_aio_read+0x202/0x240
Nov 1 13:52:13 localhost kernel: [file_read_actor+0/224]
file_read_actor+0x0/0xe0
Nov 1 13:52:13 localhost kernel: [write_buffer+4/64] write_buffer
+0x4/0x40
Nov 1 13:52:13 localhost kernel: [generic_file_read+180/208]
generic_file_read+0xb4/0xd0
Nov 1 13:52:13 localhost kernel: [autoremove_wake_function+0/96]
autoremove_wake_function+0x0/0x60
Nov 1 13:52:13 localhost kernel: [generic_file_read+0/208]
generic_...
2013 Aug 30
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
Hi,
I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash
occurs executing a movdqa instruction with an unaligned src address. The
attached patch to the compiler-rt project fixes the problem by using
memcpy() to read data from the write_buffer[] in GCDAProfiling.c.
This is my first patch submission to llvm so please let me know if I've
missed any steps. I'm not on the mailing list so please include me on any
replies.
I haven't run the tests on this change but would be happy to do so if
someone could point me to documenta...
2013 Sep 05
2
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
...Hi,
>>
>> I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash
>> occurs executing a movdqa instruction with an unaligned src address.
>> The attached patch to the compiler-rt project fixes the problem by
>> using memcpy() to read data from the write_buffer[] in GCDAProfiling.c.
>>
>> This is my first patch submission to llvm so please let me know if I've
>> missed any steps. I'm not on the mailing list so please include me on
>> any replies.
>>
>> I haven't run the tests on this change but would be h...
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
...ph Kain wrote:
> Hi,
>
> I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash
> occurs executing a movdqa instruction with an unaligned src address.
> The attached patch to the compiler-rt project fixes the problem by
> using memcpy() to read data from the write_buffer[] in GCDAProfiling.c.
>
> This is my first patch submission to llvm so please let me know if I've
> missed any steps. I'm not on the mailing list so please include me on
> any replies.
>
> I haven't run the tests on this change but would be happy to do so if
> so...
2013 Sep 05
0
[LLVMdev] Fix crash in llvm_gcda_emit_arcs()
...;>> I've been seeing a crash in llvm_gcda_emit_arcs() on x86_64. The crash
>>> occurs executing a movdqa instruction with an unaligned src address.
>>> The attached patch to the compiler-rt project fixes the problem by
>>> using memcpy() to read data from the write_buffer[] in GCDAProfiling.c.
>>>
>>> This is my first patch submission to llvm so please let me know if I've
>>> missed any steps. I'm not on the mailing list so please include me on
>>> any replies.
>>>
>>> I haven't run the tests on th...
2014 Jun 24
1
Speex Decoding Issue
...Buffer->u.spx->pstChunkList[idx]->pbyBuffer, pstAudioBuffer->u.spx->pstChunkList[idx]->dwChunkSize);
while(speex_decode_int(dec_state, &bits, output_frame) != -1);
// Sends each decoded sample to the DAC at the specified TIMER IRQ period
pstAudioDriverInterface->write_buffer(output_frame, sizeof(output_frame));
}
// Freeing memory
speex_bits_destroy(&bits);
speex_decoder_destroy(dec_state);
Everything I get is a very noise "hiss" output. When we playback a RAW PCM file or a WAV file in our hardware, it is perfectly clear and sounds good. Howe...
2014 Apr 30
1
3TB non-system disk reports wrong size on Centos 6 x86_64
root at five-72 ~
# dd if=/dev/zero of=/dev/sdb bs=1M count=1000
1000+0 records in
1000+0 records out
1048576000 bytes (1.0 GB) copied, 8.67101 s, 121 MB/s
root at five-72 ~
# parted /dev/sdb
GNU Parted 2.1
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) mklabel gpt
(parted) print
Model: ATA ST3000DM001-1CH1 (scsi) -->
2013 May 22
19
Install vTPM on Xen-4.2.2
Hi,
I‘m trying to install vTPM based on Xen-4.2.2, linux-kernel 3.9.1 (Dom0)
and TPM emulator. However, I cannot find the TPM backed driver in this
version of Dom0 linux kernel. There is no CONFIG_XEN_TPMDEV_BACKEND in the
kernel config file. The config file for Dom0 is attached. Maybe it provides
some useful information.
So, how to install a Xen TPM backend driver in the Dom0 linux-kernel.