Displaying 20 results from an estimated 76 matches for "0x136".
Did you mean:
0x13
2012 Aug 24
4
[PATCH] Btrfs: pass lockdep rwsem metadata to async commit transaction
The freeze rwsem is taken by sb_start_intwrite() and dropped during the
commit_ or end_transaction(). In the async case, that happens in a worker
thread. Tell lockdep the calling thread is releasing ownership of the
rwsem and the async thread is picking it up.
Josef and I worked out a more complicated solution that made the async
commit thread join and potentially get a later transaction, but
2010 Jul 10
1
deadlock possiblity introduced by "drm/nouveau: use drm_mm in preference to custom code doing the same thing"
...0/0x5a1
[ 2417.746769] [<ffffffffa0108b24>] nouveau_pci_probe+0x10/0x12 [nouveau]
[ 2417.746778] [<ffffffff8121f2c7>] local_pci_probe+0x12/0x16
[ 2417.746781] [<ffffffff8121faaf>] pci_device_probe+0x60/0x8f
[ 2417.746784] [<ffffffff812aced7>] driver_probe_device+0xa7/0x136
[ 2417.746788] [<ffffffff812acfc2>] __driver_attach+0x5c/0x80
[ 2417.746790] [<ffffffff812ac632>] bus_for_each_dev+0x54/0x89
[ 2417.746793] [<ffffffff812acd46>] driver_attach+0x19/0x1b
[ 2417.746796] [<ffffffff812abf48>] bus_add_driver+0x183/0x2ef
[ 2417.746799] [&...
2016 Dec 12
2
[PATCH] drm/nouveau: fix unknown chipset for GTX 1060
...struct nvkm_notify *notify)
@@ -2644,6 +2672,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
case 0x12b: device->chip = &nv12b_chipset; break;
case 0x130: device->chip = &nv130_chipset; break;
case 0x134: device->chip = &nv134_chipset; break;
+ case 0x136: device->chip = &nv136_chipset; break;
default:
nvdev_error(device, "unknown chipset (%08x)\n", boot0);
goto done;
--
2.1.4
2020 Jan 21
2
imap panic: file array.c: line 10 (array_idx_modifiable_i)
...L_ADDRESS ::1 UID STORE](client_handle_input+0x268) [0x563d342d58f8] -> dovecot/imap [EMAIL_ADDRESS ::1 UID STORE](client_input+0x7e) [0x563d342d5d6e] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x6f) [0x7fa18df0860f] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0x136) [0x7fa18df09c06] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x4c) [0x7fa18df086ac] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x40) [0x7fa18df08810] -> /usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) [0x7fa18de88fd3] -> dovecot/imap [EMAIL_ADDRESS ::1 UID ST...
2009 Jan 13
2
deliver: command died with signal 6
...eliver(maildir_transaction_save_commit_pre+0x68) [0x41c638] -> /usr/local/dovecot/libexec/dovecot/deliver(maildir_transaction_commit+0x70) [0x417320] -> /usr/local/dovecot-1.0.15/lib/dovecot/lda/lib10_quota_plugin.so [0x2a9557d3a8] -> /usr/local/dovecot/libexec/dovecot/deliver(deliver_save+0x136) [0x410856] -> /usr/local/dovecot/libexec/dovecot/deliver(main+0x1023) [0x411c43] -> /lib64/tls/libc.so.6(__libc_start_main+0xdb) [0x3cbd81c40b] -> /usr/local/dovecot/libexec/dovecot/deliver [0x40ffaa]
Jan 12 20:38:53 smtp2.ulh.mydomain.net deliver(quarantine at mydomain.net): Raw backtr...
2012 Feb 24
1
v2.0.13 problems after kernel patch for CVE-2011-1083 applied on Centos 5
...3afb3] -> /usr/lib64/dovecot/libdovecot.so.0(io_loop_handle_add+0x118) [0x3cb5447708] -> /usr/lib64/dovecot/libdovecot.so.0(io_add+0xa5) [0x3cb5446e15] -> /usr/lib64/dovecot/libdovecot.so.0(master_service_init_finish+0x1c6) [0x3cb54355a6] -> /usr/lib64/dovecot/libdovecot-login.so.0(main+0x136) [0x37a000bdf6] -> /lib64/libc.so.6(__libc_start_main+0xf4) [0x3cb301d994] -> dovecot/pop3-login(main+0x49) [0x401b99]
dovecot: master: Error: service(pop3-login): child 27603 killed with signal 6 (core not dumped - add -D parameter to service pop3-login { executable }
dovecot: master: Error:...
2017 Feb 14
1
[PATCH] drm/nouveau/core: recognise GP107 chipset
...nt_ctor(struct nvkm_object *object, void *data, u32 size,
struct nvkm_notify *notify)
@@ -2673,6 +2701,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
case 0x130: device->chip = &nv130_chipset; break;
case 0x134: device->chip = &nv134_chipset; break;
case 0x136: device->chip = &nv136_chipset; break;
+ case 0x137: device->chip = &nv137_chipset; break;
default:
nvdev_error(device, "unknown chipset (%08x)\n", boot0);
goto done;
--
2.9.3
2012 Sep 12
2
Deadlock in btrfs-cleaner, related to snapshot deletion
...8561] [<ffffffffa00d5c55>] __btrfs_free_extent+0xb5/0x670 [btrfs]
[ 386.318592] [<ffffffffa00d6324>] run_delayed_tree_ref+0x114/0x190 [btrfs]
[ 386.318623] [<ffffffffa00dac2e>] run_one_delayed_ref+0xde/0xf0 [btrfs]
[ 386.318654] [<ffffffffa00dad76>] run_clustered_refs+0x136/0x3d0 [btrfs]
[ 386.318685] [<ffffffffa00db100>] btrfs_run_delayed_refs+0xf0/0x2d0 [btrfs]
[ 386.318721] [<ffffffffa00ecf99>] __btrfs_end_transaction+0xf9/0x3c0 [btrfs]
[ 386.318753] [<ffffffffa00dcd35>] ? btrfs_drop_snapshot+0x545/0x600 [btrfs]
[ 386.318789] [<ffffffff...
2004 May 18
3
nmbd crash on z/800 64 bit RHEL v 3.0
...e750]
#3 [(nil)]
#4 /lib64/ld64.so.1 [0x1000000d9c6]
#5 nmbd(unix_strupper+0x54) [0x155555ece7c]
#6 nmbd(StrnCaseCmp+0x48) [0x155555fa9f0]
#7 nmbd(strnequal+0x58) [0x155555faafc]
#8 nmbd(initiate_myworkgroup_startup+0x40) [0x155555a8584]
#9 nmbd(register_my_workgroup_one_subnet+0x136) [0x155555966ea]
#10 nmbd(register_my_workgroup_and_names+0x38) [0x1555559689c]
#11 nmbd(main+0x45a) [0x1555558e09e]
#12 /lib64/tls/libc.so.6(__libc_start_main+0x164) [0x100001831c8]
#13 nmbd [0x1555558c4da]
Thanks again. Samba Rocks!
Cheers;
E!
-----------------
Eric Wilson
&...
2008 Jul 08
3
Temp folder size problem?
I haven't been able to find anything directly addressing this problem. I'm running eeebuntu Hardy on a eee PC 900 and trying to install a program (CDC's EpiInfo), but I get an error message saying, "Could not create temporary file, not enough free temporary disk space. Please free up disk space and rerun this installation."
I'm assuming that the temporary file is trying
2020 Jan 27
3
imap panic: file array.c: line 10 (array_idx_modifiable_i)
...ID STORE [0x563d342e25f6] -> dovecot/imap EMAIL_ADDRESS ::1 UID STORE [0x563d342d58f8] -> dovecot/imap EMAIL_ADDRESS ::1 UID STORE [0x563d342d5d6e] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_call_io+0x6f) [0x7fa18df0860f] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0x136) [0x7fa18df09c06] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_handler_run+0x4c) [0x7fa18df086ac] -> /usr/lib/dovecot/libdovecot.so.0(io_loop_run+0x40) [0x7fa18df08810] -> /usr/lib/dovecot/libdovecot.so.0(master_service_run+0x13) [0x7fa18de88fd3] -> dovecot/imap EMAIL_ADDRESS ::1 UID STO...
2006 Nov 03
2
Newbie questions -- is OCFS2 what I even want?
Dear Sirs and Madams,
I run a small visual effects production company, Hammerhead Productions.
We'd like to have an easily extensible inexpensive relatively
high-performance
storage network using open-source components. I was hoping that OCFS2
would be that system.
I have a half-dozen 2 TB fileservers I'd like the rest of the network to see
as a single 12 TB disk, with the aggregate
2007 Sep 18
5
ZFS panic in space_map.c line 125
...$c
vpanic()
0xfffffffffb9b49f3()
space_map_remove+0x239()
space_map_load+0x17d()
metaslab_activate+0x6f()
metaslab_group_alloc+0x187()
metaslab_alloc_dva+0xab()
metaslab_alloc+0x51()
zio_dva_allocate+0x3f()
zio_next_stage+0x72()
zio_checksum_generate+0x5f()
zio_next_stage+0x72()
zio_write_compress+0x136()
zio_next_stage+0x72()
zio_wait_for_children+0x49()
zio_wait_children_ready+0x15()
zio_next_stage_async+0xae()
zio_wait+0x2d()
arc_write+0xcc()
dmu_objset_sync+0x141()
dsl_dataset_sync+0x23()
dsl_pool_sync+0x7b()
spa_sync+0x116()
txg_sync_thread+0x115()
thread_start+8()
It appears ZFS is still ab...
2018 Nov 21
2
Crash in director for secure lmtp proxy connections
...d] ->
/usr/lib64/dovecot/libssl_iostream_openssl.so(+0xa7e1) [0x7f31d864a7e1]
-> /usr/lib64/dovecot/libdovecot.so.0(+0x10a558) [0x7f31d893a558] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_call_io+0x73)
[0x7f31d892a203] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run_internal+0x136)
[0x7f31d892b8b6] ->
/usr/lib64/dovecot/libdovecot.so.0(io_loop_handler_run+0x50)
[0x7f31d892a2b0] -> /usr/lib64/dovecot/libdovecot.so.0(io_loop_run+0x48)
[0x7f31d892a418] ->
/usr/lib64/dovecot/libdovecot.so.0(master_service_run+0x17)
[0x7f31d88a95a7] -> dovecot/lmtp(main+0x245) [0x555b...
2010 May 19
1
Winecfg crashes when I attempt to open the "libraries" tab
...; Backtrace:
> =>0 0x68000832 GLIBC_2+0x832() in ld-linux.so.2 (0x0032e998)
> 1 0x681a3a82 abort+0x181() in libc.so.6 (0x0032eac0)
> 2 0x68199718 __assert_fail+0xf7() in libc.so.6 (0x0032eb08)
> 3 0x6834b68d in winecfg (+0xb68c) (0x0032eb68)
> 4 0x6834bff7 LibrariesDlgProc+0x136() in winecfg (0x0032ebb8)
> 5 0x687518aa WINPROC_wrapper+0x19() in user32 (0x0032ebe8)
> 6 0x687530fd in user32 (+0x930fc) (0x0032ec48)
> 7 0x6875333d in user32 (+0x9333c) (0x0032ec98)
> 8 0x686e1eb4 DefDlgProcW+0x83() in user32 (0x0032ece8)
> 9 0x687518aa WINPROC_wrapper+0...
2013 Mar 05
3
nouveau lockdep splat
...d0
> [ 0.633710] [<ffffffff812b0eab>] ? __pci_set_master+0x2b/0x90
> [ 0.633711] [<ffffffff813f63ba>] nouveau_drm_probe+0x26a/0x2c0
> [ 0.633713] [<ffffffff812b4f15>] ? pci_match_device+0xd5/0xe0
> [ 0.633714] [<ffffffff812b5096>] pci_device_probe+0x136/0x150
> [ 0.633715] [<ffffffff81433566>] driver_probe_device+0x76/0x210
> [ 0.633716] [<ffffffff814337ab>] __driver_attach+0xab/0xb0
> [ 0.633717] [<ffffffff81433700>] ? driver_probe_device+0x210/0x210
> [ 0.633718] [<ffffffff8143175d>] bus_for_ea...
2019 Oct 09
3
[Bug 111940] New: frequent timeout warnings during normal operation
...312] nv50_instobj_release+0x2f/0xc0 [nouveau]
[410260.351389] nvkm_vmm_iter.constprop.0+0x2bc/0x810 [nouveau]
[410260.351397] ? do_invalid_op+0x37/0x40
[410260.351475] ? gp100_vmm_pgt_dma+0x200/0x200 [nouveau]
[410260.351563] ? gp100_vmm_valid+0xf8/0x290 [nouveau]
[410260.351661] nvkm_vmm_map+0x136/0x360 [nouveau]
[410260.351678] ? gp100_vmm_pgt_dma+0x200/0x200 [nouveau]
[410260.351678] nvkm_vram_map+0x56/0x80 [nouveau]
[410260.351678] nvkm_uvmm_mthd+0x66a/0x780 [nouveau]
[410260.351678] nvkm_ioctl+0xde/0x180 [nouveau]
[410260.351678] nvif_object_mthd+0x104/0x130 [nouveau]
[410260.351678...
2016 Dec 12
0
[PATCH] drm/nouveau: fix unknown chipset for GTX 1060
...y *notify)
> @@ -2644,6 +2672,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
> case 0x12b: device->chip = &nv12b_chipset; break;
> case 0x130: device->chip = &nv130_chipset; break;
> case 0x134: device->chip = &nv134_chipset; break;
> + case 0x136: device->chip = &nv136_chipset; break;
> default:
> nvdev_error(device, "unknown chipset (%08x)\n", boot0);
> goto done;
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size...
2017 Feb 14
0
[PATCH] drm/nouveau/core: recognise GP107 chipset
...struct nvkm_notify *notify)
> @@ -2673,6 +2701,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
> case 0x130: device->chip = &nv130_chipset; break;
> case 0x134: device->chip = &nv134_chipset; break;
> case 0x136: device->chip = &nv136_chipset; break;
> + case 0x137: device->chip = &nv137_chipset; break;
> default:
> nvdev_error(device, "unknown chipset (%08x)\n", boot0);
> goto done;
> --
&g...
2017 Jul 03
0
[PATCH] initial support (display-only) for GP108
...f119_dma_new,
+ .fifo = gp100_fifo_new,
+};
+
+static const struct nvkm_device_chip
nv13b_chipset = {
.name = "GP10B",
.bar = gk20a_bar_new,
@@ -2782,6 +2811,7 @@ nvkm_device_ctor(const struct nvkm_device_func *func,
case 0x134: device->chip = &nv134_chipset; break;
case 0x136: device->chip = &nv136_chipset; break;
case 0x137: device->chip = &nv137_chipset; break;
+ case 0x138: device->chip = &nv138_chipset; break;
case 0x13b: device->chip = &nv13b_chipset; break;
default:
nvdev_error(device, "unknown chipset (%08x)\n",...