search for: 2354,7

Displaying 13 results from an estimated 13 matches for "2354,7".

Did you mean: 2054,7
2007 Nov 16
1
3.0.27a out monday.
Just spoke to Jerry, we'll be doing a 3.0.27a on Monday to fix a regression that broke smbfs mounts from Linux. Sorry for the problem. Jeremy.
2019 Mar 06
1
[RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
...d_idx & (vq->num - 1); > used = vq->used->ring + start; > - if (vhost_copy_to_user(vq, used, heads, count * sizeof *used)) { > + if (vhost_put_used(vq, heads, start, count)) { > vq_err(vq, "Failed to write used"); > return -EFAULT; > } > @@ -2293,8 +2354,7 @@ int vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, > > /* Make sure buffer is written before we update index. */ > smp_wmb(); > - if (vhost_put_user(vq, cpu_to_vhost16(vq, vq->last_used_idx), > - &vq->used->idx)) { > + if (vho...
2019 Mar 06
1
[RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
...d_idx & (vq->num - 1); > used = vq->used->ring + start; > - if (vhost_copy_to_user(vq, used, heads, count * sizeof *used)) { > + if (vhost_put_used(vq, heads, start, count)) { > vq_err(vq, "Failed to write used"); > return -EFAULT; > } > @@ -2293,8 +2354,7 @@ int vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, > > /* Make sure buffer is written before we update index. */ > smp_wmb(); > - if (vhost_put_user(vq, cpu_to_vhost16(vq, vq->last_used_idx), > - &vq->used->idx)) { > + if (vho...
2019 Mar 06
0
[RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
...vq, start = vq->last_used_idx & (vq->num - 1); used = vq->used->ring + start; - if (vhost_copy_to_user(vq, used, heads, count * sizeof *used)) { + if (vhost_put_used(vq, heads, start, count)) { vq_err(vq, "Failed to write used"); return -EFAULT; } @@ -2293,8 +2354,7 @@ int vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, /* Make sure buffer is written before we update index. */ smp_wmb(); - if (vhost_put_user(vq, cpu_to_vhost16(vq, vq->last_used_idx), - &vq->used->idx)) { + if (vhost_put_used_idx(vq)) { v...
2019 Mar 07
0
[RFC PATCH V2 2/5] vhost: fine grain userspace memory accessors
...; >> used = vq->used->ring + start; >> - if (vhost_copy_to_user(vq, used, heads, count * sizeof *used)) { >> + if (vhost_put_used(vq, heads, start, count)) { >> vq_err(vq, "Failed to write used"); >> return -EFAULT; >> } >> @@ -2293,8 +2354,7 @@ int vhost_add_used_n(struct vhost_virtqueue *vq, struct vring_used_elem *heads, >> >> /* Make sure buffer is written before we update index. */ >> smp_wmb(); >> - if (vhost_put_user(vq, cpu_to_vhost16(vq, vq->last_used_idx), >> - &vq->used->idx...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...1, pin1, apic2, pin2); @@ -2337,7 +2338,7 @@ static inline void check_timer(void) apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */ enable_8259A_irq(0); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { printk(" works.\n"); return; } @@ -2353,7 +2354,7 @@ static inline void check_timer(void) unlock_ExtINT_logic(); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { printk(" works.\n"); return; } Index: linux-2.6.16-rc6/arch/i386/kernel/smpboot.c =================================================================== -...
2007 Apr 18
0
[RFC, PATCH 22/24] i386 Consolidate redundant timer code
...1, pin1, apic2, pin2); @@ -2337,7 +2338,7 @@ static inline void check_timer(void) apic_write_around(APIC_LVT0, APIC_DM_FIXED | vector); /* Fixed mode */ enable_8259A_irq(0); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { printk(" works.\n"); return; } @@ -2353,7 +2354,7 @@ static inline void check_timer(void) unlock_ExtINT_logic(); - if (timer_irq_works()) { + if (mach_timer_irq_works()) { printk(" works.\n"); return; } Index: linux-2.6.16-rc6/arch/i386/kernel/smpboot.c =================================================================== -...
2019 Mar 06
12
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
This series tries to access virtqueue metadata through kernel virtual address instead of copy_user() friends since they had too much overheads like checks, spec barriers or even hardware feature toggling. This is done through setup kernel address through vmap() and resigter MMU notifier for invalidation. Test shows about 24% improvement on TX PPS. TCP_STREAM doesn't see obvious improvement.
2019 Mar 06
12
[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
This series tries to access virtqueue metadata through kernel virtual address instead of copy_user() friends since they had too much overheads like checks, spec barriers or even hardware feature toggling. This is done through setup kernel address through vmap() and resigter MMU notifier for invalidation. Test shows about 24% improvement on TX PPS. TCP_STREAM doesn't see obvious improvement.
2017 May 04
4
[PATCH 0/3] generator: Allow returned strings to be annotated as devices.
If we want to permit more than 255 drives to be added, then we will have to add the disks to the same virtio-scsi target using different unit (LUN) numbers. Unfortunately SCSI LUN enumeration in the Linux is not deterministic (eg. two disks with target=0, lun=[0,1] can be enumerated as /dev/sda or /dev/sdb randomly). Dealing with that will require some very complex device name translation on the
2007 Apr 16
0
[969] branches/wxruby2/wxwidgets_282/doc/textile/window.txtl: Cleanup and fixing of broken links.
...initially </ins><span class="cx"> and also from your "SizeEvent":sizeevent.html handler function. </span><span class="cx"> </span><span class="cx"> h4. See also </span><span class="lines">@@ -2357,7 +2354,7 @@ </span><span class="cx"> </span><span class="cx"> h3(#Window_setscrollpage). Window#set_scroll_page </span><span class="cx"> </span><del>- *set_scroll_page*(%(arg-type)Integer% orientation, %(arg-type)Integer% pa...
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...RString "description", [Dev_or_Path "path"], []; + style = RString "description", [String (Dev_or_Path, "path")], []; tests = [ InitISOFS, Always, TestResultString ( [["file"; "/empty"]], "empty"), []; @@ -2354,7 +2354,7 @@ C<guestfs_is_file>, C<guestfs_is_blockdev> (etc), C<guestfs_is_zero>." }; { defaults with name = "command"; added = (1, 9, 1); - style = RString "output", [StringList "arguments"], []; + style = RString "output&q...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.