Displaying 10 results from an estimated 10 matches for "__args".
Did you mean:
t_args
2020 May 20
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
...egistrationListener.cpp:163
#5 0x00007ffff01b0eca in std::function<void (unsigned long, llvm::object::ObjectFile const&, llvm::RuntimeDyld::LoadedObjectInfo const&)>::operator()(unsigned long, llvm::object::ObjectFile const&, llvm::RuntimeDyld::LoadedObjectInfo const&) const (__args#2=..., __args#1=..., __args#0=<optimized out>, this=0x5555594e09b8) at /usr/include/c++/7/bits/std_function.h:706
#6 llvm::orc::RTDyldObjectLinkingLayer::onObjLoad (this=<optimized out>, K=3, R=..., Obj=..., MemMgr=0x5555591c4160, LoadedObjInfo=std::unique_ptr<llvm::RuntimeDyld::Loa...
2023 Aug 23
1
[PATCH drm-misc-next v2] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
...nv50_dma_push(chan, p->va, p->va_len, no_prefetch);
}
ret = nouveau_fence_emit(fence, chan);
@@ -223,7 +225,18 @@ nouveau_exec_job_init(struct nouveau_exec_job **pjob,
{
struct nouveau_exec_job *job;
struct nouveau_job_args args = {};
- int ret;
+ int i, ret;
+
+ for (i = 0; i < __args->push.count; i++) {
+ struct drm_nouveau_exec_push *p = &__args->push.s[i];
+
+ if (unlikely(p->va_len > NV50_DMA_PUSH_MAX_LENGTH)) {
+ NV_PRINTK(err, nouveau_cli(__args->file_priv),
+ "pushbuf size exceeds limit: 0x%x max 0x%x\n",
+ p->va_len, NV50_DMA...
2020 May 21
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
...#5 0x00007ffff01b0eca in std::function<void (unsigned long,
>> llvm::object::ObjectFile const&, llvm::RuntimeDyld::LoadedObjectInfo
>> const&)>::operator()(unsigned long, llvm::object::ObjectFile const&,
>> llvm::RuntimeDyld::LoadedObjectInfo const&) const (__args#2=...,
>> __args#1=..., __args#0=<optimized out>, this=0x5555594e09b8) at
>> /usr/include/c++/7/bits/std_function.h:706
>>
>> #6 llvm::orc::RTDyldObjectLinkingLayer::onObjLoad (this=<optimized out>,
>> K=3, R=..., Obj=..., MemMgr=0x5555591c4160,
>> L...
2020 May 26
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
...egistrationListener.cpp:163
#5 0x00007ffff01b0eca in std::function<void (unsigned long, llvm::object::ObjectFile const&, llvm::RuntimeDyld::LoadedObjectInfo const&)>::operator()(unsigned long, llvm::object::ObjectFile const&, llvm::RuntimeDyld::LoadedObjectInfo const&) const (__args#2=..., __args#1=..., __args#0=<optimized out>, this=0x5555594e09b8) at /usr/include/c++/7/bits/std_function.h:706
#6 llvm::orc::RTDyldObjectLinkingLayer::onObjLoad (this=<optimized out>, K=3, R=..., Obj=..., MemMgr=0x5555591c4160, LoadedObjInfo=std::unique_ptr<llvm::RuntimeDyld::Loa...
2023 Aug 23
1
[PATCH drm-misc-next] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
...= nouveau_fence_emit(fence, chan);
> @@ -223,7 +225,14 @@ nouveau_exec_job_init(struct nouveau_exec_job **pjob,
> {
> struct nouveau_exec_job *job;
> struct nouveau_job_args args = {};
> - int ret;
> + int i, ret;
> +
> + for (i = 0; i < __args->push.count; i++) {
> + struct drm_nouveau_exec_push *p = &__args->push.s[i];
> +
> + if (p->va_len > NV50_DMA_PUSH_MAX_LENGTH)
> + return -EINVAL;
>
This can probably be wrapped in unlikely(). Also, it'd be nice...
2023 Aug 22
2
[PATCH drm-misc-next] drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly
...+ nv50_dma_push(chan, p->va, p->va_len, prefetch);
}
ret = nouveau_fence_emit(fence, chan);
@@ -223,7 +225,14 @@ nouveau_exec_job_init(struct nouveau_exec_job **pjob,
{
struct nouveau_exec_job *job;
struct nouveau_job_args args = {};
- int ret;
+ int i, ret;
+
+ for (i = 0; i < __args->push.count; i++) {
+ struct drm_nouveau_exec_push *p = &__args->push.s[i];
+
+ if (p->va_len > NV50_DMA_PUSH_MAX_LENGTH)
+ return -EINVAL;
+ }
job = *pjob = kzalloc(sizeof(*job), GFP_KERNEL);
if (!job)
diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/n...
2016 Aug 17
0
Anaconda error on centos 7.2
...oIt(callbacks)
File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py",
line 186, in doInstall
turnOnFilesystems(storage, mountOnly=flags.flags.dirInstall,
callbacks=callbacks_reg)
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py",
line 227, in run
threading.Thread.run(self, *args, **kwargs)
LVMError: lvactivate failed for swap: running lvm lvchange -a y
--config devices { preferred_names=["^/dev/mapper/", "^/dev...
2009 Sep 11
5
installing Windows 2008 R2
...xend-debug reports this
(a lot):
Exception in thread Thread-50540:
Traceback (most recent call last):
File "/usr/lib64/python2.4/threading.py", line 442, in __bootstrap
self.run()
File "/usr/lib64/python2.4/threading.py", line 422, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.4/site-packages/xen/xend/
XendDomainInfo.py", line 1295, in maybeRestart
{"destroy" : self.destroy,
File "/usr/lib64/python2.4/site-packages/xen/xend/
XendDomainInfo.py", line 2557, in restart
config =...
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...match(string)
TypeError: expected string or buffer
Exception in thread Watcher:
Traceback (most recent call last):
File "/usr/lib/python2.4/threading.py", line 442, in
__bootstrap
self.run()
File "/usr/lib/python2.4/threading.py", line 422, in
run
self.__target(*self.__args, **self.__kwargs)
File
"/usr/lib/python2.4/site-packages/xen/xend/xenstore/xswatch.py",
line 63, in watchMain
watch.fn(*watch.args, **watch.kwargs)
File
"/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py",
line 98, in onReleaseDomain
self.refresh(cleanup=True)...
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good
Proceed with xVM upgrade . After running:-
# sunos.hg/bin/build-all nondebug
bash-3.2# cd packages-nondebug
bash-3.2# pwd
/usr/tmp/packages-nondebug
bash-3.2# ls -l
total 20
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber