search for: hsr

Displaying 20 results from an estimated 55 matches for "hsr".

Did you mean: hdr
2019 Jun 14
0
memory leak in vhost_net_ioctl
..._hook mm/slab.h:439 [inline] > [<000000000045bc9d>] slab_alloc mm/slab.c:3326 [inline] > [<000000000045bc9d>] kmem_cache_alloc_trace+0x13d/0x280 mm/slab.c:3553 > [<00000000cc6863ae>] kmalloc include/linux/slab.h:547 [inline] > [<00000000cc6863ae>] hsr_create_self_node+0x42/0x150 net/hsr/hsr_framereg.c:84 > [<000000000e2bb6b0>] hsr_dev_finalize+0xa4/0x233 net/hsr/hsr_device.c:441 > [<000000003b100a4a>] hsr_newlink+0xf3/0x140 net/hsr/hsr_netlink.c:69 > [<00000000b5efb0eb>] __rtnl_newlink+0x892/0xb30 net/core/...
2001 May 07
3
Samba 2.2.x and Trust Relationships?
Hi, Is it true that Samba 2.2.x PDC does not support trust relationships to other Windoze NT PDCs? Thanks in advance for your reply. Regards, Bernd Nies -- _ _ ___ ___ | || / __| _ \ Bernd Nies, System Engineer | __ \__ \ / HSR Hochschule, Oberseestr.10, CH-8640 Rapperswil |_||_|___/_|_\ +41-55-2224984, http://www.id.hsr.ch/ bnies@hsr.ch
2013 Feb 15
0
[PATCH 1/4] xen/arm: trap guest WFI
...percall.h> #include <xen/softirq.h> #include <xen/domain_page.h> +#include <public/sched.h> #include <public/xen.h> #include <asm/regs.h> #include <asm/cpregs.h> @@ -781,6 +782,11 @@ asmlinkage void do_trap_hypervisor(struct cpu_user_regs *regs) case HSR_EC_DATA_ABORT_GUEST: do_trap_data_abort_guest(regs, hsr.dabt); break; + case HSR_EC_WFI_WFE: + if ( list_empty(&current->arch.vgic.inflight_irqs) ) + do_sched_op_compat(SCHEDOP_block, 0); + regs->pc += hsr.len ? 4 : 2; + break; default:...
2012 Dec 19
6
[PATCH V2] xen: arm: fix guest register access.
...+ r = select_user_reg(regs, reg); printk("DOM%d: R%d = %#010"PRIx32" at %#010"PRIx32"\n", domid, reg, *r, regs->pc); break; @@ -518,7 +576,7 @@ static void do_cp15_32(struct cpu_user_regs *regs, union hsr hsr) { struct hsr_cp32 cp32 = hsr.cp32; - uint32_t *r = &regs->r0 + cp32.reg; + uint32_t *r = select_user_reg(regs, cp32.reg); if ( !cp32.ccvalid ) { dprintk(XENLOG_ERR, "cp_15(32): need to handle invalid condition codes\n"); diff --git a/xen/arch/arm/vg...
2004 Jul 23
1
Porting plotterm() & gamterms() from s-plus
I'm trying to plot pspline'd explanatory variables from coxph() models as per Therneau and Grambsch (Modeling Survival Data: Extending the Cox Model). They have s-plus functions for this at: http://www.mayo.edu/hsr/people/therneau/book/sfunction/gamterms.s http://www.mayo.edu/hsr/people/therneau/book/sfunction/plotterm.s I'd like to make these plots in R, but they make use of non-R functions, and I'm not sure how to adapt gamterms and plotterm to R. Have others done this, or does anyone have advice?...
2005 Jan 18
0
address statistics
Guten Tag Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel). Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht. Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen...
2001 Mar 06
0
Samba, quotas and disk capacity?
...ability to mount/umount Windows shares to Unix mountpoints. If you are on subscription services with HP, this version will also be on the March Application CD rom set that you receive as a part of that support service. Hope this helps, Don -----Original Message----- From: Bernd Nies [mailto:bnies@hsr.ch] Sent: Tuesday, March 06, 2001 7:37 AM To: samba@lists.samba.org Subject: Samba, quotas and disk capacity? Hi, We have Samba 2.0.5 on HP-UX 11.00 with a 100 Gig partition and quotas. When I use a NT4 or NT5 client and show the disk capacity of the mounted Samba share the disk capacity of t...
2005 Jan 18
0
address statistics
Guten Tag Im Rahmen einer Studienarbeit an der Hochschule fuer Technik in Rapperswil (HSR), zum Thema SPAM, haben wir Ihre E-Mail Adresse auf einer CD-ROM gefunden welche bei EBay gehandelt wird (Adresshandel). Wir haben insbesondere alle E-Mail Adressen von Schweizer Unis und ETHs herausgesucht. Nun ist es fuer unsere Statistik wichtig, dass wir wissen welche der gefundenen Adressen...
2001 Jan 22
13
Samba and quotas
Hi all, Being new on this list I do not really know if this is the correct list to post. After searching the archives I am pretty sure the answer is not yet here (or I can't search, which can be true) My problem is as follows We are currently testing a Linux/Samba server to host the home shares for about 1000 students at our school (the test is conducted with just 10 of them). With ca
2007 Oct 05
2
Limit Rates in more scalable and efficient way
Hello I''m looking for a more efficient way to limit rates to different clients. Right now as I understand it, I have to make a class for every customer/ip-address I''d like to limit bandwidth. This means lots of configuration if i had many customers to setup traffic shaping for. I can filter for ip-ranges, but then all ip''s of that range share the set bandwidth of the
2019 Jun 14
0
memory leak in vhost_net_ioctl
...slab_post_alloc_hook mm/slab.h:439 [inline] [<000000000045bc9d>] slab_alloc mm/slab.c:3326 [inline] [<000000000045bc9d>] kmem_cache_alloc_trace+0x13d/0x280 mm/slab.c:3553 [<00000000cc6863ae>] kmalloc include/linux/slab.h:547 [inline] [<00000000cc6863ae>] hsr_create_self_node+0x42/0x150 net/hsr/hsr_framereg.c:84 [<000000000e2bb6b0>] hsr_dev_finalize+0xa4/0x233 net/hsr/hsr_device.c:441 [<000000003b100a4a>] hsr_newlink+0xf3/0x140 net/hsr/hsr_netlink.c:69 [<00000000b5efb0eb>] __rtnl_newlink+0x892/0xb30 net/core/rtnetl...
2019 Jun 14
0
memory leak in vhost_net_ioctl
..._hook mm/slab.h:439 [inline] > [<000000000045bc9d>] slab_alloc mm/slab.c:3326 [inline] > [<000000000045bc9d>] kmem_cache_alloc_trace+0x13d/0x280 mm/slab.c:3553 > [<00000000cc6863ae>] kmalloc include/linux/slab.h:547 [inline] > [<00000000cc6863ae>] hsr_create_self_node+0x42/0x150 net/hsr/hsr_framereg.c:84 Oh another one. > [<000000000e2bb6b0>] hsr_dev_finalize+0xa4/0x233 net/hsr/hsr_device.c:441 > [<000000003b100a4a>] hsr_newlink+0xf3/0x140 net/hsr/hsr_netlink.c:69 > [<00000000b5efb0eb>] __rtnl_newlink+0x8...
2019 Jun 14
2
memory leak in vhost_net_ioctl
Hello Syzbot On Fri, 14 Jun 2019 02:26:02 +0800 syzbot wrote: > > Hello, > > syzbot has tested the proposed patch but the reproducer still triggered crash: > memory leak in vhost_net_ioctl > Oh sorry for my poor patch. > ANGE): hsr_slave_1: link becomes ready > 2019/06/13 18:24:57 executed programs: 18 > BUG: memory leak > unreferenced object 0xffff88811cbc6ac0 (size 64): > comm "syz-executor.0", pid 7196, jiffies 4294943804 (age 14.770s) > hex dump (first 32 bytes): > 01 00 00 00 81 88...
2019 Jun 14
2
memory leak in vhost_net_ioctl
Hello Syzbot On Fri, 14 Jun 2019 02:26:02 +0800 syzbot wrote: > > Hello, > > syzbot has tested the proposed patch but the reproducer still triggered crash: > memory leak in vhost_net_ioctl > Oh sorry for my poor patch. > ANGE): hsr_slave_1: link becomes ready > 2019/06/13 18:24:57 executed programs: 18 > BUG: memory leak > unreferenced object 0xffff88811cbc6ac0 (size 64): > comm "syz-executor.0", pid 7196, jiffies 4294943804 (age 14.770s) > hex dump (first 32 bytes): > 01 00 00 00 81 88...
2013 Mar 21
27
[PATCH 0/4] xen/arm: guest SMP support
Hi all, this small patch series implement guest SMP support for ARM, using the ARM PSCI interface for secondary cpu bringup. Stefano Stabellini (4): xen/arm: basic PSCI support, implement cpu_on xen/arm: support for guest SGI xen/arm: support vcpu_op hypercalls xen: move VCPUOP_register_vcpu_info to common code xen/arch/arm/domain.c | 66 ++++++++++++++++++++++++
2013 Feb 22
48
[PATCH v3 00/46] initial arm v8 (64-bit) support
This round implements all of the review comments from V2 and all patches are now acked. Unless there are any objections I intend to apply later this morning. Ian.
2005 Jun 13
3
validations not working with collection population droplists
.../gems/1.8/gems/actionpack-1.8.1/lib/action_controller/base.rb:330:in `process'' /usr/lib/ruby/gems/1.8/gems/actionpack-1.8.1/lib/action_controller/base.rb:273:in `process'' /usr/lib/ruby/gems/1.8/gems/rails-0.12.1/lib/dispatcher.rb:32:in `dispatch'' /home/prs6241/public_html/hsr/dispatch.fcgi:20 /home/prs6241/public_html/hsr/dispatch.fcgi:18:in `each_cgi'' /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.5/./fcgi.rb:597:in `each'' /usr/lib/ruby/gems/1.8/gems/fcgi-0.8.5/./fcgi.rb:597:in `each_cgi'' /home/prs6241/public_html/hsr/dispatch.fcgi:18 Request Param...
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series... This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8 (AArch64) model. The kernel is the same one as I am currently using with the 32 bit hypervisor I haven''t yet tried starting a guest or anything super advanced like that ;-). Also there is not real support for 64-bit domains at all, although in one or two places I
2013 Apr 30
4
Data Abort while in booting when using Julien's new patches on Arndale Board
...000 R2: 00000000 R3: 00000000 (XEN) R4: 40011000 R5: 00000001 R6: 00000001 R7: 0028fb54 (XEN) R8: 00004d24 R9: 7fffa000 R10:00000000 R11:0028fad4 R12:80000001 (XEN) HYP: SP: 0028fab4 LR: 0024718c (XEN) (XEN) HTTBR bfed2000 (XEN) HDFAR 0 (XEN) HIFAR 0 (XEN) HPFAR 0 (XEN) HCR 00002835 (XEN) HSR 94000155 (XEN) VTTBR 0000000000 (XEN) (XEN) DFSR 0 DFAR 0 (XEN) IFSR 0 IFAR 0 (XEN) (XEN) Xen stack trace from sp=0028fab4: (XEN) 0024d784 00000fff 00000000 00000001 00000001 0028fb54 40028000 0028fadc (XEN) 0026850c 0028fee4 00243404 b0000000 00000000 00020000 00000000 00000000 (XEN) 40...
2006 Dec 16
2
how to adjust link function in logistic regression to predict the proportion of correct responses in 2AFC task?
...ability level). Second, how can one implement a link function of the type f(x) = (1+exp(x)/(1+exp(x)))/2 in R? Third, can it be also done with gee and/or glmm? --------------------------------------------------------------------- Gabriel Baud-Bovy tel.: (+39) 02 2643 4839 (office) UHSR University (+39) 02 2643 3429 (laboratory) via Olgettina, 58 (+39) 02 2643 4891 (secretary) 20132 Milan, Italy fax: (+39) 02 2643 4892