search for: new_handl

Displaying 16 results from an estimated 16 matches for "new_handl".

Did you mean: new_handle
2018 Dec 28
19
[Bug 2948] New: implement "copy-data" sftp extension
https://bugzilla.mindrot.org/show_bug.cgi?id=2948 Bug ID: 2948 Summary: implement "copy-data" sftp extension Product: Portable OpenSSH Version: -current Hardware: All URL: https://tools.ietf.org/html/draft-ietf-secsh-filexfer- extensions-00#section-7 OS: All Status: NEW
2018 Jul 05
2
Segfault on ubuntu 18.04
...return(expr), name, parentenv, handler) 5: tryCatchOne(expr, names, parentenv, handlers[[1L]]) 6: tryCatchList(expr, classes, parentenv, handlers) 7: tryCatch(loadNamespace(name), error = function(e) stop(e)) 8: getNamespace(ns) 9: asNamespace(ns) 10: getExportedValue(pkg, name) 11: curl::new_handle 12: handle(name) 13: handle_find(url) 14: handle_url(handle, url, ...) 15: httr::GET(url, path = path, httr::write_disk(path = tmp), auth) 16: remote_package_name.github_remote(remote) 17: remote_package_name(remote) 18: install_remote(..., quiet = quiet) 19: doTryCatch(return(expr), name, parente...
2016 Oct 06
0
[PATCH] VMCI: Doorbell create and destroy fixes
...if (vmci_handle_is_invalid(*handle)) { u32 context_id = vmci_get_context_id(); + if (context_id == VMCI_INVALID_ID) { + pr_warn("Failed to get context ID\n"); + result = VMCI_ERROR_NO_RESOURCES; + goto free_mem; + } + /* Let resource code allocate a free ID for us */ new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); } else { @@ -525,7 +531,7 @@ int vmci_doorbell_destroy(struct vmci_handle handle) entry = container_of(resource, struct dbell_entry, resource); - if (vmci_guest_code_active()) { + if (!hlist_unhashed(&entry->node)) { int result;...
2016 Oct 06
0
[PATCH] VMCI: Doorbell create and destroy fixes
...if (vmci_handle_is_invalid(*handle)) { u32 context_id = vmci_get_context_id(); + if (context_id == VMCI_INVALID_ID) { + pr_warn("Failed to get context ID\n"); + result = VMCI_ERROR_NO_RESOURCES; + goto free_mem; + } + /* Let resource code allocate a free ID for us */ new_handle = vmci_make_handle(context_id, VMCI_INVALID_ID); } else { @@ -525,7 +531,7 @@ int vmci_doorbell_destroy(struct vmci_handle handle) entry = container_of(resource, struct dbell_entry, resource); - if (vmci_guest_code_active()) { + if (!hlist_unhashed(&entry->node)) { int result;...
2018 Jul 05
0
Segfault on ubuntu 18.04
...xpr, names, parentenv, handlers[[1L]]) >> 6: tryCatchList(expr, classes, parentenv, handlers) >> 7: tryCatch(loadNamespace(name), error = function(e) stop(e)) >> 8: getNamespace(ns) >> 9: asNamespace(ns) >> 10: getExportedValue(pkg, name) >> 11: curl::new_handle >> 12: handle(name) >> 13: handle_find(url) >> 14: handle_url(handle, url, ...) >> 15: httr::GET(url, path = path, httr::write_disk(path = tmp), auth) >> 16: remote_package_name.github_remote(remote) >> 17: remote_package_name(remote) >> 18: install_remote...
2018 Jul 06
0
Segfault on ubuntu 18.04
...handler) > 5: tryCatchOne(expr, names, parentenv, handlers[[1L]]) > 6: tryCatchList(expr, classes, parentenv, handlers) > 7: tryCatch(loadNamespace(name), error = function(e) stop(e)) > 8: getNamespace(ns) > 9: asNamespace(ns) > 10: getExportedValue(pkg, name) > 11: curl::new_handle > 12: handle(name) > 13: handle_find(url) > 14: handle_url(handle, url, ...) > 15: httr::GET(url, path = path, httr::write_disk(path = tmp), auth) > 16: remote_package_name.github_remote(remote) > 17: remote_package_name(remote) > 18: install_remote(..., quiet = quiet) > 19...
2003 Jan 14
2
2.4.21-pre3 - problems with ext3
...l_cachep+15e6/24b0> Trace; c01382d2 <_alloc_pages+82/210> Trace; c0138564 <__alloc_pages+104/1a0> Trace; c012f9b6 <find_or_create_page+86/110> Trace; f88b44dc <[jbd]__jbd_kmalloc+2c/c0> Trace; f88c2c75 <[ext3]ext3_block_truncate_page+85/490> Trace; f88ab55b <[jbd]new_handle+4b/70> Trace; f88ab625 <[jbd]journal_start+a5/c0> Trace; f88c0b44 <[ext3]start_transaction+94/a0> Trace; f88c3858 <[ext3]ext3_truncate+d8/480> Trace; c020c28c <skb_copy_datagram_iovec+4c/690> Trace; c0209fe1 <alloc_skb+361/370> Trace; c012c063 <vmtruncate+d3/9e0...
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware to address Greg's and all other's code review comments. Summary of changes: - Rebase our linux kernel tree from v3.5 to v3.7. - Fix all checkpatch warnings and errors. Fix some checkpatch with -strict errors. This addresses Greg's comment: On 15 Nov 2012
2013 Jan 08
13
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware to address Greg's and all other's code review comments. Summary of changes: - Rebase our linux kernel tree from v3.5 to v3.7. - Fix all checkpatch warnings and errors. Fix some checkpatch with -strict errors. This addresses Greg's comment: On 15 Nov 2012
2003 Aug 02
7
[2.6] Perl weirdness with ext3 and HTREE
Hi I have mailed about this previously, but back then it was not really confirmed, so I have let it be at that. Anyhow, problem is that for some reason 2.5/2.6 ext3 with HTREE support do not like what perl-5.8.0 does during installation. It *seems* like one of the temporary files created during manpage installation do not get unlinked properly, or gets into the hash (this possible?) and cause
2018 May 08
3
help with json data from the web into data frame in R
Hi David, .. I think I've got it :-) Please let me know if you see anything glaringly wrong with this: library(RCurl) zWebObj <- postForm("https://www.semantic-mediawiki.org/w/api.php", "action" = "ask", "query" = "[[Category:City]]|?Capital%20of|?Has%20area", "format" = "json" .opts = list(ssl.verifypeer =
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later
2012 Oct 16
11
[PATCH 00/10] VMCI for Linux upstreaming
* * * In an effort to improve the out-of-the-box experience with Linux kernels for VMware users, VMware is working on readying the Virtual Machine Communication Interface (vmw_vmci) and VMCI Sockets (vmw_vsock) kernel modules for inclusion in the Linux kernel. The purpose of this post is to acquire feedback on the vmw_vmci kernel module. The vmw_vsock kernel module will be presented in a later
2012 Nov 05
7
VFS ACL with SMB2
Hello, I have a question because POSIX ACL with SMB2 max protocol does not work properly.Did you test VFS xattr acls with SMB2 max protocol? Is it working corectly? Best regards/Adrian Berlin --
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware. -split guest, host and core driver code into different files -use EXPORT_SYMBOLS_GPL -remove vmci_device_get and vmci_device_release APIs -simplify the event deliver mechanism -driver ioctl code cleanup -sparse clean * * * In an effort to improve the out-of-the-box experience with
2012 Oct 30
29
[PATCH 00/12] VMCI for Linux upstreaming
* * * This series of VMCI linux upstreaming patches include latest udpate from VMware. -split guest, host and core driver code into different files -use EXPORT_SYMBOLS_GPL -remove vmci_device_get and vmci_device_release APIs -simplify the event deliver mechanism -driver ioctl code cleanup -sparse clean * * * In an effort to improve the out-of-the-box experience with