Displaying 20 results from an estimated 137 matches for "379,7".
Did you mean:
79,7
2010 Mar 08
3
[PATCH 0/2] virtio: console: Trivial fixes based on review comments
Hello,
Here are a couple of small fixes for the virtio_console code, it's mostly
stylistic fixes.
Michael, can you push these to Linus? Thanks.
Amit Shah (2):
virtio: console: Fix type of 'len' as unsigned int
virtio: console: Use better variable names for fill_queue operation
drivers/char/virtio_console.c | 29 ++++++++++++++++-------------
1 files changed, 16
2010 Mar 08
3
[PATCH 0/2] virtio: console: Trivial fixes based on review comments
Hello,
Here are a couple of small fixes for the virtio_console code, it's mostly
stylistic fixes.
Michael, can you push these to Linus? Thanks.
Amit Shah (2):
virtio: console: Fix type of 'len' as unsigned int
virtio: console: Use better variable names for fill_queue operation
drivers/char/virtio_console.c | 29 ++++++++++++++++-------------
1 files changed, 16
2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...k(&nvdev->lock);
> } else {
> - DRMLISTDEL(&nvbo->head);
> - pthread_mutex_unlock(&nvdev->lock);
> drmIoctl(bo->device->fd, DRM_IOCTL_GEM_CLOSE, &req);
> }
> if (bo->map)
> @@ -379,7 +377,6 @@ nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align,
> uint64_t size, union nouveau_bo_config *config,
> struct nouveau_bo **pbo)
> {
> - struct nouveau_device_priv *nvdev = nouveau_device(dev);
> struct n...
2009 Nov 16
1
Refactored upgrade patch...
This patch includes feedback from apevec to remain backward compatible
with the previous karg, ovirt_local_boot.
2015 Feb 25
2
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...;> - DRMLISTDEL(&nvbo->head);
> >> - pthread_mutex_unlock(&nvdev->lock);
> >> drmIoctl(bo->device->fd, DRM_IOCTL_GEM_CLOSE, &req);
> >> }
> >> if (bo->map)
> >> @@ -379,7 +377,6 @@ nouveau_bo_new(struct nouveau_device *dev, uint32_t
> flags, uint32_t align,
> >> uint64_t size, union nouveau_bo_config *config,
> >> struct nouveau_bo **pbo)
> >> {
> >> - struct nouveau_device_priv *nvdev = n...
2009 Nov 13
1
[PATCH] Provides an explicit upgrade path for an installed node.
...ize="$4; print "vol_logging_size="$5; print "vol_data_size="$6;}')
;;
- ovirt_local_boot*)
- local_boot=1
+ ovirt_upgrade*)
+ upgrade=1
;;
ovirt_standalone*)
standalone=1
@@ -379,7 +379,7 @@ start() {
ip_gateway=$gateway
fi
# save boot parameters as defaults for ovirt-config-*
- params="bootif init vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size local_boot standalone overcommit ip_address ip_netmask ip_gate...
2009 Nov 16
2
Resend...
Resending the refactored patch: I realized after I emailed it that it
referenced the wrong bugzilla.
2013 Nov 20
1
[PATCH net 2/3] virtio-net: fix num calculation on frag skb allocation failure
...77,7 @@ err_buf:
dev->stats.rx_dropped++;
dev_kfree_skb(head_skb);
while (--num_buf) {
- buf = virtqueue_get_buf(rq->vq, &len);
+ buf = rq_get_buf(rq, &len);
if (unlikely(!buf)) {
pr_debug("%s: rx error: %d buffers missing\n",
dev->name, num_buf);
@@ -379,7 +386,6 @@ err_buf:
}
page = virt_to_head_page(buf);
put_page(page);
- --rq->num;
}
return NULL;
}
@@ -675,9 +681,8 @@ static int virtnet_poll(struct napi_struct *napi, int budget)
again:
while (received < budget &&
- (buf = virtqueue_get_buf(rq->vq, &am...
2013 Nov 20
1
[PATCH net 2/3] virtio-net: fix num calculation on frag skb allocation failure
...77,7 @@ err_buf:
dev->stats.rx_dropped++;
dev_kfree_skb(head_skb);
while (--num_buf) {
- buf = virtqueue_get_buf(rq->vq, &len);
+ buf = rq_get_buf(rq, &len);
if (unlikely(!buf)) {
pr_debug("%s: rx error: %d buffers missing\n",
dev->name, num_buf);
@@ -379,7 +386,6 @@ err_buf:
}
page = virt_to_head_page(buf);
put_page(page);
- --rq->num;
}
return NULL;
}
@@ -675,9 +681,8 @@ static int virtnet_poll(struct napi_struct *napi, int budget)
again:
while (received < budget &&
- (buf = virtqueue_get_buf(rq->vq, &am...
2015 Feb 25
3
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...bo->head);
> >>>> - pthread_mutex_unlock(&nvdev->lock);
> >>>> drmIoctl(bo->device->fd, DRM_IOCTL_GEM_CLOSE, &req);
> >>>> }
> >>>> if (bo->map)
> >>>> @@ -379,7 +377,6 @@ nouveau_bo_new(struct nouveau_device *dev,
> uint32_t
> >> flags, uint32_t align,
> >>>> uint64_t size, union nouveau_bo_config *config,
> >>>> struct nouveau_bo **pbo)
> >>>> {
> >>>>...
2000 Feb 04
0
Patch that allows equal sign in options
...argument.",
filename, linenum);
@@ -364,7 +365,7 @@
goto parse_int;
case oIdentityFile:
- cp = strtok(NULL, WHITESPACE);
+ cp = strtok(NULL, WHITESPACE_EQ);
if (!cp)
fatal("%.200s line %d: Missing argument.", filename, linenum);
if (*activep) {
@@ -378,7 +379,7 @@
case oUser:
charptr = &options->user;
parse_string:
- cp = strtok(NULL, WHITESPACE);
+ cp = strtok(NULL, WHITESPACE_EQ);
if (!cp)
fatal("%.200s line %d: Missing argument.", filename, linenum);
if (*activep && *charptr == NULL)
@@ -400,7 +401,7 @@
ca...
2014 Sep 08
1
[PATCH] gpio: rename g92 class to g94
...V_GPIO ] = nv92_gpio_oclass;
+ device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gpio_oclass;
device->oclass[NVDEV_SUBDEV_I2C ] = nv94_i2c_oclass;
device->oclass[NVDEV_SUBDEV_FUSE ] = &g80_fuse_oclass;
device->oclass[NVDEV_SUBDEV_CLOCK ] = &nva3_clock_oclass;
@@ -379,7 +379,7 @@ nv50_identify(struct nouveau_device *device)
case 0xa5:
device->cname = "GT216";
device->oclass[NVDEV_SUBDEV_VBIOS ] = &nouveau_bios_oclass;
- device->oclass[NVDEV_SUBDEV_GPIO ] = nv92_gpio_oclass;
+ device->oclass[NVDEV_SUBDEV_GPIO ] = nv94_gp...
2012 Dec 27
3
[PATCH] hostfile: list known names (if any) for new hostkeys
...++++++++++++++++++++++++++++--------------
hostfile.h | 8 ++++++--
sshconnect.c | 39 +++++++++++++++++++++++++++++++++------
sshconnect2.c | 4 ++--
5 files changed, 71 insertions(+), 26 deletions(-)
diff --git a/auth.c b/auth.c
index 7bc6f40..1ca07e1 100644
--- a/auth.c
+++ b/auth.c
@@ -379,7 +379,7 @@ check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host,
const struct hostkey_entry *found;
hostkeys = init_hostkeys();
- load_hostkeys(hostkeys, host, sysfile);
+ load_hostkeys(hostkeys, host, NULL, sysfile);
if (userfile != NULL) {
user_hostfile = tilde_expand_...
[PATCH libguestfs 0/2] build: Allow programs using libguestfs to be compiled from against build dir.
2020 Mar 10
6
[PATCH libguestfs 0/2] build: Allow programs using libguestfs to be compiled from against build dir.
These changes allow virt-v2v to be compiled against the build
directory of a non-installed libguestfs.
Note that some small changes are also required to common and virt-v2v
itself. I will post those separately.
Rich.
2009 Nov 16
3
[PATCH] Add support for vendor hooks during ovirt-early start()
...ot;;
+ bootparams="$bootparams $i"
+ }
esac
done
+ if [ -n "${vendor_script}" ]; then
+ . ${vendor_script}
+ vendor_pre_hook
+ fi
+
if [ -z "$ip_netmask" ]; then
ip_netmask=$netmask
fi
@@ -379,7 +397,8 @@ start() {
ip_gateway=$gateway
fi
# save boot parameters as defaults for ovirt-config-*
- params="bootif init vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size local_boot standalone overcommit ip_address ip_netmask ip_gate...
2020 Mar 10
0
[PATCH libguestfs 2/2] build: Allow OCaml programs using libguestfs to be compiled against build dir.
...e due to the way that ocamlfind works.
---
.gitignore | 1 +
ocaml/Makefile.am | 19 ++++++++++++++++++-
run.in | 2 ++
3 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index 1ebc5421f..cdc90453c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -379,6 +379,7 @@ Makefile.in
/ocaml/examples/guestfs-ocaml.3
/ocaml/examples/inspect_vm
/ocaml/examples/stamp-guestfs-ocaml.pod
+/ocaml/guestfs
/ocaml/guestfs-c-actions.c
/ocaml/guestfs-c-errnos.c
/ocaml/guestfs.ml
diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am
index c85efee64..c02246270 10064...
2023 Feb 16
0
[RFC PATCH v1 02/12] vsock: read from socket's error queue
...h | 1 +
> net/vmw_vsock/af_vsock.c | 26 ++++++++++++++++++++++++++
> 2 files changed, 27 insertions(+)
>
>diff --git a/include/linux/socket.h b/include/linux/socket.h
>index 13c3a237b9c9..19a6f39fa014 100644
>--- a/include/linux/socket.h
>+++ b/include/linux/socket.h
>@@ -379,6 +379,7 @@ struct ucred {
> #define SOL_MPTCP 284
> #define SOL_MCTP 285
> #define SOL_SMC 286
>+#define SOL_VSOCK 287
>
> /* IPX options */
> #define IPX_TYPE 1
>diff --git a/net/vmw_vsock/af_vsock.c b/net/vmw_vsock/af_vsock.c
>index b5e51ef4a74c..f752b30b71d6 100644
&...
2009 Apr 20
0
upslog patch
...t;user> if started as root\n");
@@ -371,6 +372,7 @@
char *prog = NULL;
const char *user = NULL;
struct passwd *new_uid = NULL;
+ const char *pidfilebase = "upslog";
logformat = DEFAULT_LOGFORMAT;
user = RUN_AS_USER;
@@ -379,7 +381,7 @@
prog = argv[0];
- while ((i = getopt(argc, argv, "+hs:l:i:f:u:V")) != -1) {
+ while ((i = getopt(argc, argv, "+hs:l:i:f:u:Vp:")) != -1) {
switch(i) {
case 'h':
help(...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...> } else {
>> - DRMLISTDEL(&nvbo->head);
>> - pthread_mutex_unlock(&nvdev->lock);
>> drmIoctl(bo->device->fd, DRM_IOCTL_GEM_CLOSE, &req);
>> }
>> if (bo->map)
>> @@ -379,7 +377,6 @@ nouveau_bo_new(struct nouveau_device *dev, uint32_t flags, uint32_t align,
>> uint64_t size, union nouveau_bo_config *config,
>> struct nouveau_bo **pbo)
>> {
>> - struct nouveau_device_priv *nvdev = nouveau_device(dev);
>&...
2015 Feb 25
0
[PATCH 2/2] nouveau: Do not add most bo's to the global bo list.
...DRMLISTDEL(&nvbo->head);
>>>> - pthread_mutex_unlock(&nvdev->lock);
>>>> drmIoctl(bo->device->fd, DRM_IOCTL_GEM_CLOSE, &req);
>>>> }
>>>> if (bo->map)
>>>> @@ -379,7 +377,6 @@ nouveau_bo_new(struct nouveau_device *dev, uint32_t
>> flags, uint32_t align,
>>>> uint64_t size, union nouveau_bo_config *config,
>>>> struct nouveau_bo **pbo)
>>>> {
>>>> - struct nouveau_device...