search for: outreachi

Displaying 20 results from an estimated 22 matches for "outreachi".

Did you mean: outreach
2018 Feb 09
0
Seeking Outreachy internship project proposals
LLVM is participating in the Outreachy May 2018 to August 2018 internships. We are seeking mentors to propose projects that Outreachy interns can work on during their internship. For our first time with this program, the LLVM Foundation will be sponsoring 1 intern. Ideally we would like a few project proposals for applicants to pick from. These can range from entry level documentation projects to
2018 Mar 25
2
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 12:44 PM, Julia Lawall <julia.lawall at lip6.fr> wrote: > > > On Mon, 19 Mar 2018, Arushi Singhal wrote: > > > This patch replace list_entry with list_{next/prev}_entry as it makes > > the code more clear to read. > > Done using coccinelle: > > > > @@ > > expression e1; > > identifier e3; > > type t; >
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, Mar 19, 2018 at 10:35:30AM +0530, Arushi Singhal wrote: > This patch replace list_entry with list_{next/prev}_entry as it makes > the code more clear to read. > Done using coccinelle: > > @@ > expression e1; > identifier e3; > type t; > @@ > ( > - list_entry(e1->e3.next,t,e3) > + list_next_entry(e1,e3) > | > - list_entry(e1->e3.prev,t,e3)
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
On Mon, 19 Mar 2018, Arushi Singhal wrote: > This patch replace list_entry with list_{next/prev}_entry as it makes > the code more clear to read. > Done using coccinelle: > > @@ > expression e1; > identifier e3; > type t; > @@ > ( > - list_entry(e1->e3.next,t,e3) > + list_next_entry(e1,e3) > | > - list_entry(e1->e3.prev,t,e3) > +
2018 Mar 21
0
[Outreachy kernel] [PATCH] drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
On Tue, Mar 20, 2018 at 11:29:27AM -0700, Santha Meena Ramamoorthy wrote: > Replace drm_gem_object_reference/unreference function with *_get/put() > suffixes, because it is shorter and consistent with the kernel > kref_get/put() functions. The following Coccinelle script was used: > > @@ > expression e; > @@ > > ( > -drm_gem_object_reference(e); >
2018 Mar 19
4
[PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
This patch replace list_entry with list_{next/prev}_entry as it makes the code more clear to read. Done using coccinelle: @@ expression e1; identifier e3; type t; @@ ( - list_entry(e1->e3.next,t,e3) + list_next_entry(e1,e3) | - list_entry(e1->e3.prev,t,e3) + list_prev_entry(e1,e3) ) Signed-off-by: Arushi Singhal <arushisinghal19971997 at gmail.com> --- drivers/gpu/drm/drm_lease.c
2015 Nov 26
2
Newbie alert
Hello guys! I'm Shraddha , an opensource enthusiast and a regular contributor to the linux-kernel project. I'm currently an intern at Linux Kernel selected through the Outreachy program. I started contributing to opensource only 5 months ago but I'm already quite active. I would like to join the centos project.Any help on getting started is appreciated :) Kind Regards, Shraddha --
2018 May 08
0
I am leaving llvm
On 8 May 2018 at 16:34, James Courtier-Dutton via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Has something changed? > So, it seams that LLVM do not participate in Outreachy. Last email from Tanya was looking for folks to participate, there was no update that it wouldn't happen. Maybe this is a new development? Anyway, I think if the foundation considers this again, there
2016 Mar 10
3
Re: [libvirt] Usability Enhancement: Import/Export VMs GUI
On Fri, Mar 04, 2016 at 04:23:18PM +0000, bancfc@openmailbox.org wrote: >The single most important usability feature missed by our less technical >users who migrate from VirtualBox is a one click import/export of VMs >and their config settings. > >I was optimistic about the Gnome Boxes effort on Govf lib but >unfortunately it was never realized and I would hesitate to recommend
2018 Feb 12
1
LLVM Weekly - #215, Feb 12th 2018
LLVM Weekly - #215, Feb 12th 2018 ================================= If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/215>. Welcome to the two hundred and fifteenth issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
Hello everyone, I am doing an outreachy internship at Openstack Ironic. In the sushy-tools project, we are using libvirt VMs to simulate bare metal machines for testing purposes. In the XML description of a domain, there are a bunch of disk elements giving information about the various storage devices attached to the domain. Is there some way to get the size/capacity of those disks using the
2015 Nov 26
2
Newbie alert
On Thu, 26 Nov 2015, Digimer wrote: > On 26/11/15 11:51 AM, Shraddha Barke wrote: >> Hello guys! >> >> I'm Shraddha , an opensource enthusiast and a regular contributor to the >> linux-kernel project. I'm currently an intern at Linux Kernel selected >> through the Outreachy program. I started contributing to opensource only 5 >> months ago but
2018 Jan 10
0
Interested in writing an Instruction Scheduler for Nouveau (X.Org)
On Tue, Dec 26, 2017 at 2:15 AM, Neha Gupta <gneha21 at yahoo.in> wrote: > Greetings all, > > I have been looking at the X.Org ideas page and the project " Instruction > Scheduler for Nouveau" caught my eye. I'm learning about Operating Systems > for 8 months in academics course and udacity linux and operating system > courses, and thus the idea seems
2015 Nov 26
0
Newbie alert
On 26/11/15 11:51 AM, Shraddha Barke wrote: > Hello guys! > > I'm Shraddha , an opensource enthusiast and a regular contributor to the > linux-kernel project. I'm currently an intern at Linux Kernel selected > through the Outreachy program. I started contributing to opensource only 5 > months ago but I'm already quite active. I would like to join the centos >
2015 Nov 26
0
Newbie alert
On 26/11/15 12:01 PM, Shraddha Barke wrote: > > > On Thu, 26 Nov 2015, Digimer wrote: > >> On 26/11/15 11:51 AM, Shraddha Barke wrote: >>> Hello guys! >>> >>> I'm Shraddha , an opensource enthusiast and a regular contributor to >>> the >>> linux-kernel project. I'm currently an intern at Linux Kernel selected >>>
2018 May 07
2
I am leaving llvm
> However, the main point here is why we have it and who is doing it. I > know Chandler and Tanya for a while and, while I do not speak for > them, I trust them to *want* to do the right thing (tm). > > If they miss the mark, or make mistakes, I'd first point out to them, > not assume ill intent. This has been my personal experience and I have > no reason to change
2018 May 07
0
I am leaving llvm
On 7 May 2018 at 18:31, <paul.robinson at sony.com> wrote: > I agree 100% that the Foundation is full of people with good intentions. > I have been on a board like that, and it is extremely seductive; the > downside is, having such good intentions you see no value in establishing > good practices and processes. There is a proverbial road paved with all > good intentions.
2018 May 07
0
LLVM Weekly - #227, May 7th 2018
LLVM Weekly - #227, May 7th 2018 ================================ If you prefer, you can read a HTML version of this email at <http://llvmweekly.org/issue/227>. Welcome to the two hundred and twenty-seventh issue of LLVM Weekly, a weekly newsletter (published every Monday) covering developments in LLVM, Clang, and related projects. LLVM Weekly is brought to you by [Alex
2017 May 31
5
[Bug 1153] New: Sets with timeouts can be saved to a file but not reloaded
https://bugzilla.netfilter.org/show_bug.cgi?id=1153 Bug ID: 1153 Summary: Sets with timeouts can be saved to a file but not reloaded Product: nftables Version: unspecified Hardware: All OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft
2018 May 02
0
I am leaving llvm
On Wed, May 2, 2018 at 7:37 PM, Rafael Avila de Espindola via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Summary: > > I am leaving llvm effectively immediately. I am sorry for any > inconvenience this may cause. > > Practicalities: > > I can unsubscribe myself from the email lists and I disabled email > notification on bugzilla and phabricator. Could someone