search for: new_f

Displaying 3 results from an estimated 3 matches for "new_f".

Did you mean: new_fb
2003 Apr 25
0
[Bug 85] New: couldn't write file ,call syscall ,ex. sys_open
...t; #include <asm-i386/uaccess.h> #include <linux/netfilter_ipv4.h> static unsigned int myfirewall(unsigned int hooknum,struct sk_buff **skb, const struct net_device *in, const struct net_device *out,int (*okfn)(struct sk_buff*)) { mm_segment_t old_fs =get_fs() ; mm_segment_t new_fs =get_ds(); printk("The old fs is [%lu]\n",old_fs.seg) ; printk("The neww fs is [%lu]\n ",new_fs.seg) ; /* I found the old_fs and new_fs is in the same address * But in other module is different ,why,can you tell me */ int fd = 0; char pathname[50] ="/test/l...
2013 May 24
3
[BUG, PATCH] xen-4.1-3 xend/XendDomainInfo.py#device_configure() TypeError
Hello, I noticed a bug in Xen-4.1-3, which is also still present in xen+git. I know that the Python xend is deprecated, but I''m stuck with xen-4.1 until xen is usable with libvirt, so my patch might still be helpful for others. This is a follow-up to <http://lists.xen.org/archives/html/xen-users/2012-11/msg00069.html>, which still keeps me busy. /xen/xend/server/SrvDomain.py
2009 Jul 12
0
Bug#536720: xen-utils-3.2-1: Missing import statement / Syntax Errors in XendPBD.py
...shaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch return func(*params) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendAPI.py", line 619, in <lambda> wrapped_f = (lambda *args: new_f(f, *args)) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendAPI.py", line 642, in <lambda> _ctor_event_dispatch(s, ctor, api_cls, session, args)) File "/usr/lib/xen-3.2-1/lib/python/xen/xend/XendAPI.py", line 154, in _ctor_event_dispatch result = ctor(xenapi, s...