Displaying 20 results from an estimated 955 matches for "0xc0".
Did you mean:
0x20
2008 Jul 13
3
Hard(?) lock when reassociating ath with wpa_supplicant on RELENG_7
...aking problems on FreeBSD.
I cannot boot my notebook with the device inserted into the port, or it
will render the system unusable (100% load on cbb(4)).
And all I can see is the following:
Jul 12 14:58:39 link kernel: ath0: ath_chan_set: unable to reset channel 1 (2412 Mhz, flags 0x480 hal flags 0xc0), hal status 0
Jul 12 14:58:40 link kernel: ath0: ath_chan_set: unable to reset channel 6 (2437 Mhz, flags 0x480 hal flags 0xc0), hal status 3233070656
Jul 12 14:58:41 link kernel: ath0: ath_chan_set: unable to reset channel 7 (2442 Mhz, flags 0x480 hal flags 0xc0), hal status 3233070656
Jul 12 14:...
2003 Nov 27
1
Winword keeps on running Configuration Setup
...ThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0xdc,1,0x4073e6b8,80,0x4073e70c):
stub
fixme:advapi:SetThreadToken ((nil), 0xd8): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0xec,8,0x41426690,4,0x41426694):
stub
fixme:advapi:SetThreadToken ((nil), 0xc0): stub (NT impl. only)
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
f...
2019 Dec 26
2
nfs causes Centos 7.7 system to hang
...] lookup_slow+0x33/0xa7
[26399.968421]? [<ffffffffaf45b608>] path_lookupat+0x838/0x8b0
[26399.968445]? [<ffffffffaf424ef5>] ? kmem_cache_alloc+0x35/0x1f0
[26399.968475]? [<ffffffffaf45c45f>] ? getname_flags+0x4f/0x1a0
[26399.968481]? [<ffffffffaf45b6ab>] filename_lookup+0x2b/0xc0
[26399.968487]? [<ffffffffaf45d5f7>] user_path_at_empty+0x67/0xc0
[26399.968492]? [<ffffffffaf450695>] ? cp_new_stat+0x165/0x1a0
[26399.968497]? [<ffffffffaf45d661>] user_path_at+0x11/0x20
[26399.968501]? [<ffffffffaf450343>] vfs_fstatat+0x63/0xc0
[26399.968505]? [<ffffff...
2013 Jan 03
2
3.8-rc2: EFI framebuffer lock inversion...
...==============
[ INFO: possible circular locking dependency detected ]
3.8.0-rc2-expert #1 Not tainted
-------------------------------------------------------
Xorg/1193 is trying to acquire lock:
((fb_notifier_list).rwsem){++++.+}, at: [<ffffffff810697c1>]
__blocking_notifier_call_chain+0x51/0xc0
but task is already holding lock:
(console_lock){+.+.+.}, at: [<ffffffff81263f95>] do_fb_ioctl+0x2e5/0x5f0
which lock already depends on the new lock.
the existing dependency chain (in reverse order) is:
-> #1 (console_lock){+.+.+.}:
[<ffffffff81090a61>] __lock_acquire+0x3a...
2014 Oct 13
2
v3.17, i915 vs nouveau: possible recursive locking detected
=============================================
[ INFO: possible recursive locking detected ]
3.17.0 #50 Not tainted
---------------------------------------------
Xorg/1170 is trying to acquire lock:
(&dev->struct_mutex){+.+.+.}, at: [<ffffffffa010ae93>] i915_gem_unmap_dma_buf+0x33/0xc0 [i915]
but task is already holding lock:
(&dev->struct_mutex){+.+.+.}, at: [<ffffffffa001cd1a>] drm_gem_object_handle_unreference_unlocked+0xca/0x120 [drm]
other info that might help us debug this:
Possible unsafe locking scenario:
CPU0
----
lock(&dev->struc...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...t; 4; i++)
errs() << BufPtr[i] << "\n";
if (BufPtr != BufEnd )
errs() << "BP != BE ok\n";
if (BufPtr[0] == 'B')
errs() << "B ok\n";
if (BufPtr[1] == 'C')
errs() << "C ok\n";
if (BufPtr[2] == 0xc0)
errs() << "0xc0 ok\n";
if (BufPtr[3] == 0xde)
errs() << "0xde ok\n";
return BufPtr != BufEnd &&
BufPtr[0] == 'B' &&
BufPtr[1] == 'C' &&
BufPtr[2] == 0xc0 &&...
2017 Aug 07
1
gluster stuck when trying to list a successful mount
...17] [<ffffffff810f5fb3>] ? futex_wait+0x1a3/0x280
[Mon Aug 7 17:09:32 2017] [<ffffffff811de5e5>] ? kmem_cache_alloc+0x35/0x1e0
[Mon Aug 7 17:09:32 2017] [<ffffffff8120f23f>] ? getname_flags+0x4f/0x1a0
[Mon Aug 7 17:09:32 2017] [<ffffffff8120c94b>] filename_lookup+0x2b/0xc0
[Mon Aug 7 17:09:32 2017] [<ffffffff81210367>] user_path_at_empty+0x67/0xc0
[Mon Aug 7 17:09:32 2017] [<ffffffff810f5570>] ? futex_wake+0x80/0x160
[Mon Aug 7 17:09:32 2017] [<ffffffff812103d1>] user_path_at+0x11/0x20
[Mon Aug 7 17:09:32 2017] [<ffffffff81203843>] vfs...
2014 Mar 13
2
[LLVMdev] load bytecode from string for jiting problem
...d char *BufPtr,
const unsigned char *BufEnd) at
http://llvm.org/docs/doxygen/html/ReaderWriter_8h_source.html#l00067)
if (sr.str()[0] == 'B')
std::cout << "B ok\n";
if (sr.str()[1] == 'C')
std::cout << "C ok\n";
if (sr.str()[2] == (char) 0xc0)
std::cout << "0xc0 ok\n";
if (sr.str()[3] == (char) 0xde)
std::cout << "0xde ok\n";
3) I try to parse the gv by
MemoryBuffer* mbjit = MemoryBuffer::getMemBuffer (sr.str());
LLVMContext& context = getGlobalContext();
ErrorOr<Module*> Module...
2014 Mar 19
2
[LLVMdev] load bytecode from string for jiting problem
...gt; errs() << "BP != BE ok\n";
> if (BufPtr[0] == 'B')
> errs() << "B ok\n";
> if (BufPtr[1] == 'C')
> errs() << "C ok\n";
> if (BufPtr[2] == 0xc0)
> errs() << "0xc0 ok\n";
> if (BufPtr[3] == 0xde)
> errs() << "0xde ok\n";
>
> return BufPtr != BufEnd &&
> BufPtr[0] == 'B' &&
> BufPtr[1] == 'C...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...[0] == 'B')
std::cout << "B ok\n";
if (sr.str()[1] == 'C')
std::cout << "C ok\n";
if (sr.str()[2] == (char) 0xc0)
std::cout << "0xc0 ok\n";
if (sr.str()[3] == (char) 0xde)
std::cout << "0xde ok\n";
llvm::MemoryBuffer* mbjit = llvm::MemoryBuffer::getMemBufferCopy (s...
2008 Jul 22
2
pv_ops - 2.6.26 - unable to handle kernel paging request
Xen: 3.1.2 (or thereabouts), 64bit
dom0: 2.6.18.8, pae
pv-ops, 2.6.26
BUG: unable to handle kernel paging request at 69746174
IP: [<c015e221>] move_freepages+0x61/0xc0
*pdpt = 0000000204ed6007
Oops: 0002 [#1] SMP
Modules linked in:
Pid: 6859, comm: sh Not tainted (2.6.26-linode13 #1)
EIP: 0061:[<c015e221>] EFLAGS: 00010002 CPU: 2
EIP is at move_freepages+0x61/0xc0
EAX: 69746174 EBX: 25413325 ECX: c158e038 EDX: 732e316d
ESI: c158e020 EDI: 00000000 EBP: c158...
2008 Jul 22
2
pv_ops - 2.6.26 - unable to handle kernel paging request
Xen: 3.1.2 (or thereabouts), 64bit
dom0: 2.6.18.8, pae
pv-ops, 2.6.26
BUG: unable to handle kernel paging request at 69746174
IP: [<c015e221>] move_freepages+0x61/0xc0
*pdpt = 0000000204ed6007
Oops: 0002 [#1] SMP
Modules linked in:
Pid: 6859, comm: sh Not tainted (2.6.26-linode13 #1)
EIP: 0061:[<c015e221>] EFLAGS: 00010002 CPU: 2
EIP is at move_freepages+0x61/0xc0
EAX: 69746174 EBX: 25413325 ECX: c158e038 EDX: 732e316d
ESI: c158e020 EDI: 00000000 EBP: c158...
2017 Jan 24
1
[PATCH 2/2] drm/nouveau: Queue hpd_work on (runtime) resume
...__rpm_callback+0x32/0x70
[ 246.899693] [<ffffffff8c5ff2b4>] rpm_callback+0x24/0x80
[ 246.899695] [<ffffffff8c4ced30>] ? pci_pm_runtime_resume+0xa0/0xa0
[ 246.899698] [<ffffffff8c5fffee>] rpm_suspend+0x11e/0x6f0
[ 246.899701] [<ffffffff8c60149b>] pm_runtime_work+0x7b/0xc0
[ 246.899707] [<ffffffff8c0afe58>] process_one_work+0x1f8/0x750
[ 246.899710] [<ffffffff8c0afdd9>] ? process_one_work+0x179/0x750
[ 246.899713] [<ffffffff8c0b03fb>] worker_thread+0x4b/0x4f0
[ 246.899717] [<ffffffff8c0bf8fc>] ? preempt_count_sub+0x4c/0x80
[ 246.89972...
2014 Oct 16
0
[Intel-gfx] v3.17, i915 vs nouveau: possible recursive locking detected
...=========================
> [ INFO: possible recursive locking detected ]
> 3.17.0 #50 Not tainted
> ---------------------------------------------
> Xorg/1170 is trying to acquire lock:
> (&dev->struct_mutex){+.+.+.}, at: [<ffffffffa010ae93>] i915_gem_unmap_dma_buf+0x33/0xc0 [i915]
>
> but task is already holding lock:
> (&dev->struct_mutex){+.+.+.}, at: [<ffffffffa001cd1a>] drm_gem_object_handle_unreference_unlocked+0xca/0x120 [drm]
>
> other info that might help us debug this:
> Possible unsafe locking scenario:
>
> CP...
2014 Mar 20
2
[LLVMdev] load bytecode from string for jiting problem
...std::cout << "B ok\n";
>> if (sr.str()[1] == 'C')
>> std::cout << "C ok\n";
>> if (sr.str()[2] == (char) 0xc0)
>> std::cout << "0xc0 ok\n";
>> if (sr.str()[3] == (char) 0xde)
>> std::cout << "0xde ok\n";
>> llvm::MemoryBuffer* mbjit = llv...
2019 Feb 16
0
About Porting Android to nouveau
...M:
> return G80_SURFACE_FORMAT_RGBA8_UNORM;
> break;
> default:
> break;
> }
I don't understand why that was necessary. All 4 of RGBX8, RGBA8,
BGRX8, BGRA8 appear to be in NV50_ENG2D_SUPPORTED_FORMATS, so that
should fall under the
if ((id >= 0xc0) && (NV50_ENG2D_SUPPORTED_FORMATS & (1ULL << (id - 0xc0))))
return id;
logic. And if they weren't, the 2d engine wouldn't be happy if you
handed it unknown formats.
> ———————————
> Nv50_blit.h
>
> ———————————
> Function nv50_2d_format_supported
>...
2016 Jan 07
2
Domain name search path use during PXE booting
...T, CP_LEN_2, FINISH, END } state, postcpstate;
+
+ state = START;
+ while (state != END) {
+ switch (state) {
+ case START:
+ cpp = udata;
+ state = LABEL;
+ break;
+
+ case LABEL:
+ len = *inp++;
+ if ((len & 0xc0) == 0xc0) { /* pointer */
+ state = CP_LEN_1;
+ len = (len & ~0xc0) << 8;
+ pcount = 0;
+ } else if (len > 0) { /* label length */
+ state = ADD_LABEL;
+ } else { /* end of strin...
2014 Feb 07
1
Time sync
...0.000000000
Receive Timestamp: 0.000000000
Transmit Timestamp: 3600768998.104618303 (2014/02/07 14:36:38)
Originator - Receive Timestamp: 0.000000000
Originator - Transmit Timestamp: 3600768998.104618303
(2014/02/07 14:36:38)
14:34:05.797337 IP (tos 0xc0, ttl 64, id 0, offset 0, flags [DF], proto UDP
(17), length 76)
domainc01.zirc.tak.lan.ntp > 10.48.16.29.49352: NTPv1, length 48
Server, Leap indicator: (0), Stratum 13 (secondary reference),
poll 3s, precision -20
Root Delay: 0.000000, Root dispersion: 7.947891, Reference-I...
2023 Dec 09
2
BUG: KFENCE: memory corruption in free_async+0x1d8/0x1e0
...nce-#183):
[21963.079711] free_async+0x1d8/0x1e0
[21963.079728] usbdev_ioctl+0x138/0x1c40
[21963.079744] __arm64_sys_ioctl+0xd0/0x130
[21963.079769] invoke_syscall+0x7c/0x130
[21963.079793] el0_svc_common.constprop.0+0x6c/0x160
[21963.079815] do_el0_svc+0x38/0x120
[21963.079835] el0_svc+0x34/0xc0
[21963.079856] el0t_64_sync_handler+0x11c/0x150
[21963.079876] el0t_64_sync+0x198/0x19c
[21963.079892]
[21963.079899] kfence-#183: 0x0000000070088b17-0x00000000bed184b6, size=5,
cache=kmalloc-128
[21963.079899]
[21963.079916] allocated by task 1647 on cpu 2 at 21963.076359s:
[21963.079946] proc_...
2018 Feb 23
2
v4.16-rc2: virtio-block + ext4 lockdep splats / sleeping from invalid context
...162.434510] mark_lock+0x744/0x750
[ 162.435208] __lock_acquire+0xab8/0x18c0
[ 162.435982] lock_acquire+0x48/0x68
[ 162.436678] _raw_read_lock+0x3c/0x50
[ 162.449520] jbd2_trans_will_send_data_barrier+0x44/0xc8
[ 162.450681] ext4_sync_file+0x1e0/0x330
[ 162.451535] vfs_fsync_range+0x48/0xc0
[ 162.452323] dio_complete+0x1fc/0x220
[ 162.453094] dio_bio_end_aio+0xf0/0x130
[ 162.453935] bio_endio+0xe8/0xf8
[ 162.454625] blk_update_request+0x80/0x2e8
[ 162.455450] blk_mq_end_request+0x20/0x70
[ 162.456240] virtblk_request_done+0x24/0x30
[ 162.457080] __blk_mq_complete_request...