Displaying 8 results from an estimated 8 matches for "nossum".
Did you mean:
possum
2009 Feb 28
1
kernel memory access tracer
Hi
On Fri, 27 Feb 2009 22:39:06 +0100
Vegard Nossum <vegard.nossum at gmail.com> wrote:
> I actually wanted to ask some questions about Nouveau and the NVIDIA
> drivers. I was wondering if there would be any point in extending
> kmemcheck to track this driver's use of kernel memory. We could quite
> easily make a "memory...
2023 Dec 25
2
[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings
...c syntax is intended for "constants", and is
more appropriate in this context than ``IDENTIFIER`` or &IDENTIFIER.
The DRM docs aren't very consistent on this.
Cc: Randy Dunlap <rdunlap at infradead.org>
Cc: Jonathan Corbet <corbet at lwn.net>
Signed-off-by: Vegard Nossum <vegard.nossum at oracle.com>
---
include/uapi/drm/nouveau_drm.h | 56 ++++++++++++++++------------------
1 file changed, 27 insertions(+), 29 deletions(-)
diff --git a/include/uapi/drm/nouveau_drm.h b/include/uapi/drm/nouveau_drm.h
index 0bade1592f34..c95ef8a4d94a 100644
--- a/include/uapi...
2015 May 04
2
[Bug 11253] New: --exclude=dir doesn't work with --files-from=
...esn't work with --files-from=
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: vegard.nossum at gmail.com
QA Contact: rsync-qa at samba.org
Created attachment 11015
--> https://bugzilla.samba.org/attachment.cgi?id=11015&action=edit
Reproducer/test case
If I just pass --exclude=file or --exclude=dir to rsync, the file or dir is
excluded correctly.
However, if you pass a...
2023 Dec 25
2
[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings
On 12/24/23 22:51, Vegard Nossum wrote:
> As of commit b77fdd6a48e6 ("scripts/kernel-doc: restore warning for
> Excess struct/union"), we see the following warnings when running 'make
> htmldocs':
>
> ./include/uapi/drm/nouveau_drm.h:292: warning: Excess struct member 'DRM_NOUVEAU_VM_BIND_OP...
2023 Dec 25
1
[PATCH -next] drm/nouveau: uapi: fix kerneldoc warnings
On 12/25/23 00:30, Vegard Nossum wrote:
>
> On 25/12/2023 08:40, Randy Dunlap wrote:
>> I do see one thing that I don't like in the generated html output.
>> It's not a problem with this patch.
>> The #defines for DRM_NOUVEAU_VM_BIND_OP_MAP etc. have a ';' at the
>> end of each line:...
2016 Aug 11
0
[PULL] vhost: fixes and cleanups for 4.8
...90: deprecate old transport
Michael S. Tsirkin (1):
virtio: fix error handling for debug builds
Minfei Huang (1):
virtio_blk: Fix a slient kernel panic
Stefan Hajnoczi (2):
vhost/vsock: fix vhost virtio_vsock_pkt use-after-free
virtio-vsock: fix include guard typo
Vegard Nossum (1):
9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()
Wei Yongjun (1):
virtio: fix memory leak in virtqueue_add()
include/uapi/linux/virtio_vsock.h | 2 +-
drivers/block/virtio_blk.c | 26 ++++++++------------------
drivers/s390/virtio/kvm_virtio.c | 4 +++-
dri...
2016 Aug 11
0
[PULL] vhost: fixes and cleanups for 4.8
...90: deprecate old transport
Michael S. Tsirkin (1):
virtio: fix error handling for debug builds
Minfei Huang (1):
virtio_blk: Fix a slient kernel panic
Stefan Hajnoczi (2):
vhost/vsock: fix vhost virtio_vsock_pkt use-after-free
virtio-vsock: fix include guard typo
Vegard Nossum (1):
9p/trans_virtio: use kvfree() for iov_iter_get_pages_alloc()
Wei Yongjun (1):
virtio: fix memory leak in virtqueue_add()
include/uapi/linux/virtio_vsock.h | 2 +-
drivers/block/virtio_blk.c | 26 ++++++++------------------
drivers/s390/virtio/kvm_virtio.c | 4 +++-
dri...
2016 Jan 13
0
[Bug 11671] New: --files-from= with nonexistant files and --delete-missing-args complains about vanished source files
...source
files
Product: rsync
Version: 3.1.1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: vegard.nossum at gmail.com
QA Contact: rsync-qa at samba.org
Problem:
rsync seems to indicate that files have disappeared during the transfer when
this is not the case.
Steps to reproduce:
1. Create files.txt with "foo/bar". (Make sure "foo/" doesn't exist.)
2. Run: rsync --d...