similar to: [BUG 143] [RFC] Patch submitted, not in tree yet.

Displaying 20 results from an estimated 2000 matches similar to: "[BUG 143] [RFC] Patch submitted, not in tree yet."

2006 May 09
4
[PATCH] Fix checksum errors when firewalling in domU
Another checksum offload problem was reported on xen-users, when using a domU as a firewall: http://lists.xensource.com/archives/html/xen-users/2006-04/msg01150.html It also fails without VLANs. The path from dom0->domU with ip_summed==CHECKSUM_HW/proto_csum_blank==1 is broken. - skb_checksum_setup() assumes that a checksum will definitely be calculated in dev_queue_xmit(), but the
2006 Feb 22
0
Re: [PATCH] Fix IPSec for Xen checksum offload packets (Jon Mason)
Hello Xen folks, I have independently verified that this patch indeed fixes the issue (I posted a message about the issue over the summer: http://lists.xensource.com/archives/html/xen-devel/2005-08/msg00114.html). I used changeset 8911 of xen-unstable.hg. The patch as written expects kernel linux-2.6.16-rc2, but changeset 8911 uses kernel 2.6.16-rc4. I verified that the patch works with
2006 Jan 08
3
VT-x and frontend/backend drivers
Hello, As I saw in this mailing list, there should be some emulation solution for drivers when using VT-x processors. See for example : http://lists.xensource.com/archives/html/xen-devel/2005-12/msg00763.html My question is this; As I understand, the VMX support in the new VT-x processors enables us to prevent Guest OSs from performing unwanted instructions (HLT , for example). This
2020 Feb 17
2
Re: alternatives for hooking dlopen() without LD_LIBRARY_PATH or LD_AUDIT?
On 2/14/20 3:29 PM, Eric Blake wrote: > On 2/14/20 1:02 PM, Eric Blake wrote: > >> Writing my own dlopen() wrapper directly in nbdkit seems like a >> non-starter (my override has to come from a shared library before it >> can replace the shared version that would be imported from -ldl, at >> least for all subsequent shared library loads that want to bind to the
2010 May 30
0
[LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet! [patch submitted]
I just implemented this feature and here is the patch: http://llvm.org/bugs/show_bug.cgi?id=7264 Yuri
2006 Jul 06
12
kernel BUG at net/core/dev.c:1133!
Looks like the GSO is involved? I got this while running Dom0 only (no guests), with a BOINC/Rosetta@home application running on all 4 cores. changeset: 10649:8e55c5c11475 Build: x86_32p (pae). ------------[ cut here ]------------ kernel BUG at net/core/dev.c:1133! invalid opcode: 0000 [#1] SMP CPU: 0 EIP: 0061:[<c04dceb0>] Not tainted VLI EFLAGS: 00210297 (2.6.16.13-xen
2008 Sep 16
2
Kernel source - linux -2.6.18 i386 or i686
As I plow through the Kernel source to figure out why the BEET patch is not working, I notice that there are two similar directories under ~/rpmbuild/BUILD/kernel-2.6.18: linux-2.16.18.i386 and linux-2.16.18.i686 So which one am I suppose to be patching? Currently, the patch starts out with: diff -urN a/net/ipv4/xfrm4_input.c b/net/ipv4/xfrm4_input.c I followed the kernel source setup
2017 Apr 19
1
[PATCH] appliance: Pass root=UUID=... to supermin.
By passing root=UUID=... to supermin, we make the appliance boot process less sensitive to the non-deterministic process of scanning SCSI disks (of which much more to come). This patch should be tested alongside the supermin patch posted here: https://www.redhat.com/archives/libguestfs/2017-April/msg00174.html which in turn requires this supermin patch series:
2005 Sep 15
0
[PATCH 2/2] [BUG 183] NETFRONT: Use per-interface grant_ref pools
In netfront, the current driver reserves pools of grant refs for the tx and rx paths, each big enough to satisfy one virtual nic. With more than one nic active you will run out. Both the tx and rx path will BUG() when you do. This patch creates separate tx and rx ref pools for each interface. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim
2005 Sep 15
0
[PATCH 1/2] [BUG 183] NETFRONT: Use per-interface grant_{tx, rx}_ref
This patch fixes the root cause of bug 183: per-interface transaction ids are being used to index global tables. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 08
0
[PATCH 2/4] [XMTEST] Network tests: 02_network_local_ping_pos
Single domU, ping loopback and the local eth0. Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Dec 08
0
[PATCH 1/4] [XMTEST] Network tests: Network test library/utilities
Some network test utilities for the library: Signed-off-by: Jim Dykman <dykman@us.ibm.com> Jim _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Dec 13
2
AD, 4.5.0, DRS or deletion question
Hi all, I have a strange behaviour on our AD. DC=ForestDnsZones,DC=ad,DC=domain,DC=tld Authentification\DC208 via RPC DSA object GUID: 20f711ed-cb02-4543-badb-28d3ed4c4ae1 Last attempt @ NTTIME(0) was successful 0 consecutive failure(s). Last success @ NTTIME(0) DC=ForestDnsZones,DC=ad,DC=domain,DC=tld NTDS DN:
2010 Jun 10
2
submit button param is duplicated when a form is submitted a second time
Hello, Below I''ve pasted a simple example to reproduce what I say in the subject. I wonder... Is it a bug? Is there any workaround? Thanks! require ''rubygems'' require ''mechanize'' agent = Mechanize.new page = agent.get(''http://google.com/'') google_form = page.form(''f'') google_form.q = ''ruby
2007 Feb 09
0
Tickets submitted
Mr. Kanies, #489 - Owner, User, and Group in /etc/puppet/puppetd.conf #490 - State file not recovering gracefully #491 - System fails if state file exists and localconfig file does not Thank you, -- Rob -- ____________________________________________________________________________________ Cheap talk? Check out Yahoo! Messenger''s low PC-to-Phone call rates. http://voice.yahoo.com
2006 Jan 11
0
File_column : how can I resize/convert/whatever an image according to form-submitted values?
Hi guys, I want to have a file upload form which would allow the user to ask for certain transformations of the image before saving it - most importantly, to resize it. Now, how can I make an instance of FileColumn enabled model process these imagemagick instructions? My model looks looks somewhat like : class Image < ActiveRecord::Base attr_accessor :resize_dimension, :resize_to
2005 May 26
0
Validation of Correct Date Submitted on Form
From what I can tell there is not validates_ functionality for dates is their? Do people just make custom validations for that too or it their a validates_functionality that I am missing? John Kopanas john-Iau1QiYlxLpBDgjK7y7TUQ@public.gmane.org
2007 Jul 16
0
fyi - additional comments submitted
Hello, I tried to send some additional comments by marking up the design doc and sending to this reflector. The document exceeds the 40KB limit of e-mail size sent to the reflector. Hopefully, the moderator will approve submission of the comments, but thought I should let the reflector know they are coming. Alternatively I could send the .fdf file that has the comments, if that would be
2009 Jan 24
1
How do you prefer patches to be submitted?
How do you prefer patches to be submitted? Inline or as attachment? To this mailing list or to another address? Thanks in advance.
2009 Mar 23
0
GSoC Application submitted.
Hi, all. I have submitted my application just now. it's at: http://socghop.appspot.com/student_proposal/show/google/gsoc2009/aleaxander/t123783762744 Thanks. -- regards liu Aleaxander