All of lore.kernel.org
 help / color / mirror / Atom feed
* Task for OPW
@ 2015-10-22 11:29 Lasya Venneti
  2015-10-22 11:37 ` George Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Lasya Venneti @ 2015-10-22 11:29 UTC (permalink / raw)
  To: xen-devel; +Cc: George Dunlap


[-- Attachment #1.1: Type: text/plain, Size: 120 bytes --]

Hello :-)

Could you please give me a small task I can complete for Outreachy/OPW,
before the deadline?

Thanks
Lasya V

[-- Attachment #1.2: Type: text/html, Size: 206 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Task for OPW
  2015-10-22 11:29 Task for OPW Lasya Venneti
@ 2015-10-22 11:37 ` George Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: George Dunlap @ 2015-10-22 11:37 UTC (permalink / raw)
  To: Lasya Venneti, xen-devel; +Cc: George Dunlap

On 22/10/15 12:29, Lasya Venneti wrote:
> Hello :-)
> 
> Could you please give me a small task I can complete for Outreachy/OPW,
> before the deadline?

In xen/common/sched_credit.c there's a function named __runq_insert()
which takes two arguments: cpu and svc.

However, the cpu argument is redundant: you can get all the information
you need from svc.

Submit a (tested) patch which removes cpu as an argument to the function
but has the same functionality.

You can find a lot of practical advice about how to send patches with
git here:

http://wiki.xenproject.org/wiki/Submitting_Xen_Project_Patches

I generally recommend using stg to actually manage your patch series:

http://wiki.xenproject.org/wiki/Submitting_Xen_Patches_with_StGit

But be sure to read the first one as well, as it contains lots of extra
information about what makes a good patch, the Signed-off-by: line, and
so on.

Thanks,
 -George

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-22 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 11:29 Task for OPW Lasya Venneti
2015-10-22 11:37 ` George Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.