[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen: sched: removal of redundant check in Credit
On Thu, 2016-12-15 at 23:39 +0530, Praveen Kumar wrote: > The patch gets rid of a redundant check in csched_vcpu_acct. In fact, > the function is only called from csched_tick, which already checks > that current is not the idle vcpu. The patch also adds an ASSERT to > the same effect, in order to make assumption ( i.e., no calling this > on idle vcpus) even more clear and as a guard for future mis-use. > > Signed-off-by: Praveen Kumar <kpraveen.lkml@xxxxxxxxx> > This is all good and can have my: Acked-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> _HOWEVER_ when I tried to apply the patch directly from this email I get this: (Stripping trailing CRs from patch; use --binary to disable.) checking file xen/common/sched_credit.c patch: **** malformed patch at line 6: unsigned int cpu) Which I think means that the patch has been corrupted, most likely by the email program. This is a common issue, and although it is possible to paste patches in an email client and teach it not to mangle them, I would say: 1) it's a very boring thing to do, it does not scale, it's not practical when sending patch series and it's not reliable; 2) I've only done a couple of times at the beginning of my OS contribution history, and would not be able to help on how to make that happen. For this reason, I encourage you to look at and learn alternative ways of submitting patches, like git-send-email. Personally, I use StGit for development, and it has its own sending patches machinery too. I think you should send a v3, by using one of these methods (or, in general, not in a mangled state). When doing that (and if you don't change anything), you can stick my 'Acked-by:' tag right below your own 'Signed-off-by:' Thanks and Regards, Dario -- <<This happens because I choose it to happen!>> (Raistlin Majere) ----------------------------------------------------------------- Dario Faggioli, Ph.D, http://about.me/dario.faggioli Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK) Attachment:
signature.asc _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |