Displaying 20 results from an estimated 36 matches for "do_reloc".
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 relo...
2019 Aug 21
2
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...drm_nouveau_gem_pushbuf *req = data;
struct drm_nouveau_gem_pushbuf_push *push;
+ struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
struct drm_nouveau_gem_pushbuf_bo *bo;
struct nouveau_channel *chan = NULL;
struct validate_op op;
struct nouveau_fence *fence = NULL;
- int i, j, ret = 0, do_reloc = 0;
+ int i, j, ret = 0;
+ bool do_reloc = false;
if (unlikely(!abi16))
return -ENOMEM;
@@ -753,7 +744,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
}
/* Validate buffer list */
- ret = nouveau_gem_pushbuf_validate(chan, file_priv, bo, req->buffers,
+revalidate...
2008 Aug 20
0
anonymous tracing
...ris 10 Update 6 B5, I was 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 undefin...
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 exe...
2019 Oct 21
1
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...drm_nouveau_gem_pushbuf *req = data;
struct drm_nouveau_gem_pushbuf_push *push;
+ struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
struct drm_nouveau_gem_pushbuf_bo *bo;
struct nouveau_channel *chan = NULL;
struct validate_op op;
struct nouveau_fence *fence = NULL;
- int i, j, ret = 0, do_reloc = 0;
+ int i, j, ret = 0;
+ bool do_reloc = false;
if (unlikely(!abi16))
return -ENOMEM;
@@ -755,7 +746,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
}
/* Validate buffer list */
- ret = nouveau_gem_pushbuf_validate(chan, file_priv, bo, req->buffers,
+revalidate...
2019 Nov 04
2
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...drm_nouveau_gem_pushbuf *req = data;
struct drm_nouveau_gem_pushbuf_push *push;
+ struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
struct drm_nouveau_gem_pushbuf_bo *bo;
struct nouveau_channel *chan = NULL;
struct validate_op op;
struct nouveau_fence *fence = NULL;
- int i, j, ret = 0, do_reloc = 0;
+ int i, j, ret = 0;
+ bool do_reloc = false;
if (unlikely(!abi16))
return -ENOMEM;
@@ -755,7 +746,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
}
/* Validate buffer list */
- ret = nouveau_gem_pushbuf_validate(chan, file_priv, bo, req->buffers,
+revalidate...
2019 Aug 20
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...drm_nouveau_gem_pushbuf *req = data;
struct drm_nouveau_gem_pushbuf_push *push;
+ struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
struct drm_nouveau_gem_pushbuf_bo *bo;
struct nouveau_channel *chan = NULL;
struct validate_op op;
struct nouveau_fence *fence = NULL;
- int i, j, ret = 0, do_reloc = 0;
+ int i, j, ret = 0;
+ bool do_reloc = false;
if (unlikely(!abi16))
return -ENOMEM;
@@ -753,7 +744,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
}
/* Validate buffer list */
- ret = nouveau_gem_pushbuf_validate(chan, file_priv, bo, req->buffers,
+revalidate...
2019 Sep 03
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...;
> struct drm_nouveau_gem_pushbuf_push *push;
> + struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
> struct drm_nouveau_gem_pushbuf_bo *bo;
> struct nouveau_channel *chan = NULL;
> struct validate_op op;
> struct nouveau_fence *fence = NULL;
> - int i, j, ret = 0, do_reloc = 0;
> + int i, j, ret = 0;
> + bool do_reloc = false;
>
> if (unlikely(!abi16))
> return -ENOMEM;
> @@ -753,7 +744,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
> }
>
> /* Validate buffer list */
> - ret = nouveau_gem_pushbuf_validate...
2019 Nov 05
0
[PATCH 2/3] drm/nouveau: slowpath for pushbuf ioctl
...;
> struct drm_nouveau_gem_pushbuf_push *push;
> + struct drm_nouveau_gem_pushbuf_reloc *reloc = NULL;
> struct drm_nouveau_gem_pushbuf_bo *bo;
> struct nouveau_channel *chan = NULL;
> struct validate_op op;
> struct nouveau_fence *fence = NULL;
> - int i, j, ret = 0, do_reloc = 0;
> + int i, j, ret = 0;
> + bool do_reloc = false;
>
> if (unlikely(!abi16))
> return -ENOMEM;
> @@ -755,7 +746,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
> }
>
> /* Validate buffer list */
> - ret = nouveau_gem_pushbuf_validate...
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_FindUnixNam...
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 sh...
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(&...
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 !
Win...
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
...gem->driver_private;
+ pbbo = nouveau_gem_object(gem);
ret = ttm_bo_reserve(&pbbo->bo, false, false, true,
chan->fence.sequence);
@@ -669,7 +669,8 @@ nouveau_gem_ioctl_pushbuf_call(struct drm_device *dev, void *data,
/* Apply any relocations that are required */
if (do_reloc) {
- ret = ttm_bo_kmap(&pbbo->bo, 0, pbbo->bo.mem.num_pages, &pbbo->kmap);
+ ret = ttm_bo_kmap(&pbbo->bo, 0, pbbo->bo.mem.num_pages,
+ &pbbo->kmap);
if (ret) {
NV_ERROR(dev, "kmap pb: %d\n", ret);
goto out;
--
1.6.3.3
2010 Jan 06
0
[PATCH] Fix null deref in nouveau_fence_emit due to deleted fence
...f (nr_buffers == 0)
return 0;
@@ -541,6 +530,7 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
struct drm_nouveau_gem_pushbuf_bo *bo = NULL;
struct nouveau_channel *chan;
struct validate_op op;
+ struct nouveau_fence* fence = 0;
uint32_t *pushbuf = NULL;
int ret = 0, do_reloc = 0, i;
@@ -597,7 +587,8 @@ nouveau_gem_ioctl_pushbuf(struct drm_device *dev, void *data,
OUT_RINGp(chan, pushbuf, req->nr_dwords);
- ret = nouveau_fence_emit(op.fence);
+ ret = nouveau_fence_new(chan, &fence, false)
+ || nouveau_fence_emit(fence);
if (ret) {
NV_ERROR(dev, &quo...
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
...>] btrfs_alloc_free_block+0x399/0x3a0
[ 347.237725] [<ffffffff81218617>] __btrfs_cow_block+0x137/0x550
[ 347.237728] [<ffffffff81218baf>] btrfs_cow_block+0xff/0x250
[ 347.237731] [<ffffffff8121d2f1>] btrfs_search_slot+0x421/0x980
[ 347.237735] [<ffffffff8127fa0e>] do_relocation+0x3be/0x510
[ 347.237740] [<ffffffff812839f3>] relocate_tree_blocks+0x5e3/0x610
[ 347.237743] [<ffffffff812849a4>] relocate_block_group+0x444/0x6c0
[ 347.237747] [<ffffffff81284dc9>] btrfs_relocate_block_group+0x1a9/0x2d0
[ 347.237751] [<ffffffff8125de36>] btrfs...