search for: do_relocations

Displaying 20 results from an estimated 36 matches for "do_relocations".

2001 Oct 14
0
DirectX 8 Library error.
...5c8000 trace:module:map_image mapping section .data1 at 0x5ca000 off 161800 size 5000 flags c0000040 trace:module:map_image mapping section .rsrc at 0x5cf000 off 166800 size 600 flags 40000040 trace:module:map_image mapping section .reloc at 0x5d0000 off 166e00 size ec00 flags 42000040 trace:module:do_relocations 44 relocations for page a000 trace:module:do_relocations 20 relocations for page c000 trace:module:do_relocations 20 relocations for page d000 trace:module:do_relocations 28 relocations for page e000 trace:module:do_relocations 404 relocations for page f000 trace:module:do_relocations 16 relocation...
2019 Aug 21
2
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
We can't copy_*_user while holding reservations, that will (soon even for nouveau) lead to deadlocks. And it breaks the cross-driver contract around dma_resv. Fix this by adding a slowpath for when we need relocations, and by pushing the writeback of the new presumed offsets to the very end. Aside from "it compiles" entirely untested unfortunately. Signed-off-by: Daniel Vetter
2008 Aug 20
0
anonymous tracing
...unable to trace fbt based calls from the sd attach point. The error messages from the console are: NOTICE: enabling probe 0 (fbt::sdattach:entry) NOTICE: enabling probe 1 (fbt:::) NOTICE: enabling probe 2 (fbt::sdattach:return) NOTICE: enabling probe 3 (dtrace:::ERROR) do_relocate: bad strndx 0 do_relocations: /kernel/drv/amd64/scsa2usb do_relocate failed scsa2usb error doing relocations fcp error reading symbols do_relocate: bad strndx 0 do_relocations: /kernel/misc/amd64/fctl do_relocate failed fctl error doing relocations <plenty of error messages related to undefined symbols> I''d lik...
2001 Oct 24
2
wine and openwall kernel-patch
Hello. Is it possible to run wine on openwall-patched linux kernel? Invoking /opt/wine/bin/wine.bin /home/ftp/pub/windows/telnet/putty.exe ... err:win32:do_relocations Standard load address for a Win32 program not available - patched kernel ? err:win32:do_relocations FATAL: Need to relocate Z:\home\ftp\pub\windows\telnet\putty.exe, but no relocation records present (stripped during link). Try to run that file directly ! /opt/wine/bin/wine.bin: can't exec '...
2019 Oct 21
1
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
We can't copy_*_user while holding reservations, that will (soon even for nouveau) lead to deadlocks. And it breaks the cross-driver contract around dma_resv. Fix this by adding a slowpath for when we need relocations, and by pushing the writeback of the new presumed offsets to the very end. Aside from "it compiles" entirely untested unfortunately. Signed-off-by: Daniel Vetter
2019 Nov 04
2
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
We can't copy_*_user while holding reservations, that will (soon even for nouveau) lead to deadlocks. And it breaks the cross-driver contract around dma_resv. Fix this by adding a slowpath for when we need relocations, and by pushing the writeback of the new presumed offsets to the very end. Aside from "it compiles" entirely untested unfortunately. Signed-off-by: Daniel Vetter
2019 Aug 20
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
We can't copy_*_user while holding reservations, that will (soon even for nouveau) lead to deadlocks. And it breaks the cross-driver contract around dma_resv. Fix this by adding a slowpath for when we need relocations, and by pushing the writeback of the new presumed offsets to the very end. Aside from "it compiles" entirely untested unfortunately. Signed-off-by: Daniel Vetter
2019 Sep 03
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
On Wed, Aug 21, 2019 at 11:50:29PM +0200, Daniel Vetter wrote: > We can't copy_*_user while holding reservations, that will (soon even > for nouveau) lead to deadlocks. And it breaks the cross-driver > contract around dma_resv. > > Fix this by adding a slowpath for when we need relocations, and by > pushing the writeback of the new presumed offsets to the very end. >
2019 Nov 05
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
On Mon, Nov 04, 2019 at 06:38:00PM +0100, Daniel Vetter wrote: > We can't copy_*_user while holding reservations, that will (soon even > for nouveau) lead to deadlocks. And it breaks the cross-driver > contract around dma_resv. > > Fix this by adding a slowpath for when we need relocations, and by > pushing the writeback of the new presumed offsets to the very end. >
2001 Jul 16
1
Problems starting applications using wine
...=de_DE fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet fixme:console:SetConsoleCtrlHandler (0x115e2b0,1) - no error checking or testing yet The only application running at the moment is "notepad.exe". All others will give lots of messages like: warn:win32:do_relocations Info: base relocations needed for C:\Programme\Notes50\js32.dll warn:dosfs:DOSFS_FindUnixName 'KERNEL32.dll' not found in '/local/w98/Programme/Notes50' warn:dosfs:DOSFS_FindUnixName 'KERNEL32.dll' not found in '/home/xch4008/.wine' warn:dosfs:DOSFS_FindUnixName '...
2001 Aug 07
1
Wine running on Solaris?
...8? If so, which version? Actually, I've ran through compilation (which itself was uneasy and a bit tricky) but can't run a single application because most of them ends with message like: err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr dfa4d914 or: err:win32:do_relocations FATAL: Need to relocate C:\WINNT\NOTEPAD.EXE, but no relocation records present (stripped during link). Try to run that file directly !wine: can't exec 'notepad.exe': error=21 or just: wine: can't exec 'C:\NOTEPAD.EXE': error=21 I'm asking maily to know if I shall ke...
2002 Feb 21
0
ADSI in wine
....2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import win32com.client >>> adsNameSpaces = win32com.client.Dispatch("ADsNameSpaces") err:win32:do_relocations Forced to relocate system DLL (base > 2GB). This is not good. err:win32:do_relocations Forced to relocate system DLL (base > 2GB). This is not good. >>> ldapNameSpace = adsNameSpaces.getobject("", "LDAP:") >>> ldapCont = ldapNameSpace.OpenDSObject("L...
2002 Jul 11
0
New in Wine
Hello! I try to run I-CAD on Mandrake-8.1 with wine. I have copied M$-98 from laptop in to /windoze, (a fatty part on my pc.) I-CAD (an evaluation) was installed in laptop. This is the message I got from shell: [maria@louhi IntelliCAD 2001]$ wine -debugmsg warn+dll icad.exe err:win32:do_relocations Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ? err:win32:do_relocations FATAL: Need to relocate C:\Program Files\CADopia\IntelliCAD 2001\icad.exe, but no relocation records present (stripped during link). Try to run that file directly ! Wine cann...
2010 Feb 19
2
[PATCH 1/2] drm/nouveau: Unmap pushbuf BOs when we're done with them.
If you're especially unlucky BOs would move around and their kmaps would end up pointing to something else in GART, then ioctl_pushbuf() would use the kmaps again corrupting textures or other pushbufs (the most noticeable symptom was a PFIFO_DMA_PUSHER from time to time). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nouveau_gem.c | 2 ++ 1
2009 Aug 18
1
[PATCH 1/2] drm/nouveau: minor gem cleanups
Signed-off-by: Pekka Paalanen <pq at iki.fi> --- drivers/gpu/drm/nouveau/nouveau_gem.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c index 64e59fb..75cae79 100644 --- a/drivers/gpu/drm/nouveau/nouveau_gem.c +++ b/drivers/gpu/drm/nouveau/nouveau_gem.c @@ -595,7 +595,7 @@
2010 Jan 06
0
[PATCH] Fix null deref in nouveau_fence_emit due to deleted fence
Currently Nouveau will unvalidate all buffers if it is forced to wait on one, and then start revalidating from the beginning. While doing so, it destroys the operation fence, causing nouveau_fence_emit to crash. This patch fixes this bug by taking the fence object out of validate_op and creating it just before emit. The fence pointer is initialized to 0 and unref'ed unconditionally. In
2009 Nov 06
2
[PATCH 1/2] drm/nv10: Keep the lower bits of PGRAPH_CTX_USER during context switches.
Before this patch they were being reset to zero on every context switch instead of leaving the saved value, causing some context switching weirdness (the most serious symptom was the memory manager corrupting the BOs it migrated because of a malfunctioning M2MF). Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- drivers/gpu/drm/nouveau/nv10_graph.c | 3 ++- 1 files changed,
2020 Aug 28
8
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
From: Thierry Reding <treding at nvidia.com> Hi, This series implements a new IOCTL to submit push buffers that can optionally return a sync FD or sync object to userspace. This is useful in cases where userspace wants to synchronize operations between the GPU and another driver (such as KMS for display). Among other things this allows extensions such as eglDupNativeFenceFDANDROID to be
2013 Nov 12
6
[PATCH 1/7] drm/nouveau: fix m2mf copy to tiled gart
From: Maarten Lankhorst <maarten.lankhorst at canonical.com> Commit de7b7d59d54852c introduced tiled GART, but a linear copy is still performed. This may result in errors on eviction, fix it by checking tiling from memtype. Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> Cc: stable at vger.kernel.org #3.10+ --- drivers/gpu/drm/nouveau/nouveau_bo.c | 33
2013 Feb 06
3
btrfs balance -> hang/crash
Hi, my btrfs "hangs" when doing a balance operation. I''m using a 3.7.1 kernel from opensuse: linux-opzz 3.7.1-2.10-m4 #11 SMP PREEMPT Fri Jan 11 18:04:04 CET 2013 x86_64 x86_64 x86_64 GNU/Linux and Btrfs v0.19+ I did a scrub which completed without errors. Then I tried "btrfs filesystem balance /" which work fine for the first 23 of 46 chunks, then ist stopped