xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Contributing to Xen for Outreachy 2015
@ 2015-09-25 21:11 Shivangi Dhir
  2015-09-28 10:50 ` Fwd: " Shivangi Dhir
  0 siblings, 1 reply; 7+ messages in thread
From: Shivangi Dhir @ 2015-09-25 21:11 UTC (permalink / raw)
  To: xen-devel


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

Hi,

I am an Outreachy 2015 Applicant. I have a background in C, C++ and shell
scripting. I am also familiar with concepts of Operating Systems.

I would like to contribute to the Xen project and it would be very helpful
if I could get some help getting started.

I have gone through the beginner's guide [0] and cloned the git repository
[1].

-- 
Regards,
Shivangi Dhir

[0] http://wiki.xenproject.org/wiki/Xen_Beginners_Guide
[1] git://xenbits.xen.org/xen.git

[-- Attachment #1.2: Type: text/html, Size: 788 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] 7+ messages in thread

* Fwd: Contributing to Xen for Outreachy 2015
  2015-09-25 21:11 Contributing to Xen for Outreachy 2015 Shivangi Dhir
@ 2015-09-28 10:50 ` Shivangi Dhir
  2015-09-28 11:40   ` Julien Grall
  0 siblings, 1 reply; 7+ messages in thread
From: Shivangi Dhir @ 2015-09-28 10:50 UTC (permalink / raw)
  To: xen-devel


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

Hi,

I am an Outreachy 2015 Applicant. I have a background in C, C++ and shell
scripting. I am also familiar with concepts of Operating Systems.

I would like to contribute to the Xen project and it would be very helpful
if I could get some help getting started.

I have gone through the beginner's guide [0] and cloned the git repository
[1].

-- 
Regards,
Shivangi Dhir

[0] http://wiki.xenproject.org/wiki/Xen_Beginners_Guide
[1] git://xenbits.xen.org/xen.git

[-- Attachment #1.2: Type: text/html, Size: 1005 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] 7+ messages in thread

* Re: Fwd: Contributing to Xen for Outreachy 2015
  2015-09-28 10:50 ` Fwd: " Shivangi Dhir
@ 2015-09-28 11:40   ` Julien Grall
  2015-09-28 16:10     ` Ian Campbell
  0 siblings, 1 reply; 7+ messages in thread
From: Julien Grall @ 2015-09-28 11:40 UTC (permalink / raw)
  To: Shivangi Dhir, xen-devel; +Cc: Lars Kurth, Wei Liu, Ian Campbell

On 28/09/15 11:50, Shivangi Dhir wrote:
> Hi,

Hello,

> I am an Outreachy 2015 Applicant. I have a background in C, C++ and
> shell scripting. I am also familiar with concepts of Operating Systems.
> 
> I would like to contribute to the Xen project and it would be very
> helpful if I could get some help getting started.
> 
> I have gone through the beginner's guide [0] and cloned the git
> repository [1].

To complete your application, you have to pick up to make a small
contribution to Xen [1].

We don't seem to have many small task on bugs.xenproject.org/xen, so
I've CCed a few people who may know if we have small coverity issue to fix.

Regards,

[1] http://wiki.xenproject.org/wiki/Outreachy/Round11

-- 
Julien Grall

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

* Re: Fwd: Contributing to Xen for Outreachy 2015
  2015-09-28 11:40   ` Julien Grall
@ 2015-09-28 16:10     ` Ian Campbell
  2015-10-01  6:49       ` Shivangi Dhir
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Campbell @ 2015-09-28 16:10 UTC (permalink / raw)
  To: Julien Grall, Shivangi Dhir, xen-devel; +Cc: Lars Kurth, Wei Liu

On Mon, 2015-09-28 at 12:40 +0100, Julien Grall wrote:

> We don't seem to have many small task on bugs.xenproject.org/xen, so
> I've CCed a few people who may know if we have small coverity issue to
> fix.

I had a quick glance at coverity and found:

CID1055958: use of mkstemp in libxl_vncviewer_exec without first setting a
sensible umask. 

CID1311511: lack of error checking on the result of xc_dom_allocate in init
-xenstore-domain.c.

CID1223209: lack of error checking when calling
libxl_cpupool_qualifier_to_cpupoolid in initiate_domain_create (part of
libxl).

CID1090350: lack of error checking when calling xc_domain_get_guest_width
in xc_cpuid_pv_policy.

Fixing some of those would be useful I think.

Ian.

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

* Re: Fwd: Contributing to Xen for Outreachy 2015
  2015-09-28 16:10     ` Ian Campbell
@ 2015-10-01  6:49       ` Shivangi Dhir
  2015-10-01  7:50         ` Julien Grall
  2015-10-01  9:33         ` Wei Liu
  0 siblings, 2 replies; 7+ messages in thread
From: Shivangi Dhir @ 2015-10-01  6:49 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Julien Grall, xen-devel, Lars Kurth, Wei Liu


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

Hi,

On Mon, Sep 28, 2015 at 9:40 PM, Ian Campbell <ian.campbell@citrix.com>
wrote:
>
> I had a quick glance at coverity and found:
>
> CID1055958: use of mkstemp in libxl_vncviewer_exec without first setting a
> sensible umask.
>
> CID1311511: lack of error checking on the result of xc_dom_allocate in
init
> -xenstore-domain.c.
>
> CID1223209: lack of error checking when calling
> libxl_cpupool_qualifier_to_cpupoolid in initiate_domain_create (part of
> libxl).
>
> CID1090350: lack of error checking when calling xc_domain_get_guest_width
> in xc_cpuid_pv_policy.
>
> Fixing some of those would be useful I think.
>

I would like to fix the above coverity issues. I have cloned the git repo
[1]. I have also requested for access to the Xen project.
I am new to open source, so I am not familiar with the procedure. Is there
anything else that I need to do / know to get started?

Thanks alot.

--
Regards,
Shivangi Dhir

[1] git://xenbits.xen.org/xen.git

[-- Attachment #1.2: Type: text/html, Size: 1294 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] 7+ messages in thread

* Re: Fwd: Contributing to Xen for Outreachy 2015
  2015-10-01  6:49       ` Shivangi Dhir
@ 2015-10-01  7:50         ` Julien Grall
  2015-10-01  9:33         ` Wei Liu
  1 sibling, 0 replies; 7+ messages in thread
From: Julien Grall @ 2015-10-01  7:50 UTC (permalink / raw)
  To: Shivangi Dhir, Ian Campbell; +Cc: xen-devel, Lars Kurth, Wei Liu



On 01/10/2015 07:49, Shivangi Dhir wrote:
> Hi,

Hi Shivangi,


> On Mon, Sep 28, 2015 at 9:40 PM, Ian Campbell <ian.campbell@citrix.com
> <mailto:ian.campbell@citrix.com>> wrote:
>  >
>  > I had a quick glance at coverity and found:
>  >
>  > CID1055958: use of mkstemp in libxl_vncviewer_exec without first
> setting a
>  > sensible umask.
>  >
>  > CID1311511: lack of error checking on the result of xc_dom_allocate
> in init
>  > -xenstore-domain.c.
>  >
>  > CID1223209: lack of error checking when calling
>  > libxl_cpupool_qualifier_to_cpupoolid in initiate_domain_create (part of
>  > libxl).
>  >
>  > CID1090350: lack of error checking when calling xc_domain_get_guest_width
>  > in xc_cpuid_pv_policy.
>  >
>  > Fixing some of those would be useful I think.
>  >
>
> I would like to fix the above coverity issues. I have cloned the git
> repo [1]. I have also requested for access to the Xen project.
> I am new to open source, so I am not familiar with the procedure. Is
> there anything else that I need to do / know to get started?

You only need to fix a single coverity issue in your small contribution.

A list of useful wiki pages to read:

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

Regards,

-- 
Julien Grall

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

* Re: Fwd: Contributing to Xen for Outreachy 2015
  2015-10-01  6:49       ` Shivangi Dhir
  2015-10-01  7:50         ` Julien Grall
@ 2015-10-01  9:33         ` Wei Liu
  1 sibling, 0 replies; 7+ messages in thread
From: Wei Liu @ 2015-10-01  9:33 UTC (permalink / raw)
  To: Shivangi Dhir; +Cc: Julien Grall, xen-devel, Lars Kurth, Wei Liu, Ian Campbell

On Thu, Oct 01, 2015 at 12:19:59PM +0530, Shivangi Dhir wrote:
> Hi,
> 
> On Mon, Sep 28, 2015 at 9:40 PM, Ian Campbell <ian.campbell@citrix.com>
> wrote:
> >
> > I had a quick glance at coverity and found:
> >
> > CID1055958: use of mkstemp in libxl_vncviewer_exec without first setting a
> > sensible umask.
> >
> > CID1311511: lack of error checking on the result of xc_dom_allocate in
> init
> > -xenstore-domain.c.
> >
> > CID1223209: lack of error checking when calling
> > libxl_cpupool_qualifier_to_cpupoolid in initiate_domain_create (part of
> > libxl).
> >
> > CID1090350: lack of error checking when calling xc_domain_get_guest_width
> > in xc_cpuid_pv_policy.
> >
> > Fixing some of those would be useful I think.
> >
> 
> I would like to fix the above coverity issues. I have cloned the git repo
> [1]. I have also requested for access to the Xen project.
> I am new to open source, so I am not familiar with the procedure. Is there
> anything else that I need to do / know to get started?
> 

Note that you don't need access to coverity scan in order to fix the
bugs listed in this email. Coverity won't give you more insight than
what is already available here.

If you think the one-liner description is not enough, please let us
know. But I would encourage you read code first, and send separate email
to xen-devel for a specific bug and questions related to it.

Wei.


> Thanks alot.
> 
> --
> Regards,
> Shivangi Dhir
> 
> [1] git://xenbits.xen.org/xen.git

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

end of thread, other threads:[~2015-10-01  9:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 21:11 Contributing to Xen for Outreachy 2015 Shivangi Dhir
2015-09-28 10:50 ` Fwd: " Shivangi Dhir
2015-09-28 11:40   ` Julien Grall
2015-09-28 16:10     ` Ian Campbell
2015-10-01  6:49       ` Shivangi Dhir
2015-10-01  7:50         ` Julien Grall
2015-10-01  9:33         ` Wei Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).