search for: outreachy

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

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 fro...
2018 Mar 25
2
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
...e, head)) { > > if (nvkm_cstate_valid(clk, cstate, max_volt, clk->temp)) > > break; > > } > > -- > > 2.7.4 > > > > -- > > You received this message because you are subscribed to the Google > Groups "outreachy-kernel" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to outreachy-kernel+unsubscribe at googlegroups.com. > > To post to this group, send email to outreachy-kernel at googlegroups.com. > > To view this discussion on the web v...
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
....prev, typeof(*cstate), head)) { > + cstate = list_prev_entry(cstate, head)) { > if (nvkm_cstate_valid(clk, cstate, max_volt, clk->temp)) > break; > } > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe at googlegroups.com. > To post to this group, send email to outreachy-kernel at googlegroups.com. > To view this discussion on the web visit https://groups....
2018 Mar 19
0
[Outreachy kernel] [PATCH] gpu: drm: Use list_{next/prev}_entry instead of list_entry
...ead.prev, typeof(*cstate), head)) { > + cstate = list_prev_entry(cstate, head)) { > if (nvkm_cstate_valid(clk, cstate, max_volt, clk->temp)) > break; > } > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe at googlegroups.com. > To post to this group, send email to outreachy-kernel at googlegroups.com. > To view this discussion on the web visit https://groups....
2018 Mar 21
0
[Outreachy kernel] [PATCH] drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()
...is should unref the ttm bo */ > - drm_gem_object_unreference_unlocked(&bo->gem_base); > + drm_gem_object_put_unlocked(&bo->gem_base); > } > } > > -- > 2.7.4 > > -- > You received this message because you are subscribed to the Google Groups "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe at googlegroups.com. > To post to this group, send email to outreachy-kernel at googlegroups.com. > To view this discussion on the web visit https://groups....
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 -- 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 should be a public consultation on the dev list. -- cheers, --renato
2016 Mar 10
3
Re: [libvirt] Usability Enhancement: Import/Export VMs GUI
...ideal solution would work across all KVM frontends. > This is a great idea, but I don't know about such one-click solution. This could be suitable for virt-manager and libguestfs projects (Cc'd both projects). If nobody grabs it right now, it could be at least suggested as GSoC and/or Outreachy project idea. Or were you looking forward to adding such solution? Have a nice day, Martin
2018 Feb 12
1
LLVM Weekly - #215, Feb 12th 2018
...21058.html). Slides and recordings from the [LLVM Devroom at FOSDEM 2018](https://fosdem.org/2018/schedule/track/llvm_toolchain/) are now available. ## On the mailing lists * Tanya Lattner is [looking](http://lists.llvm.org/pipermail/llvm-dev/2018-February/121161.html) for project proposals for Outreachy internships. "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 wou...
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 so...
2015 Nov 26
2
Newbie alert
...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 I'm already quite active. I would like to join the centos >> project.Any help on getting started is appreciated :) >> >> Kind Regards, >> >> Shraddha > > I'm not a centos dev, so...
2018 Jan 10
0
Interested in writing an Instruction Scheduler for Nouveau (X.Org)
...ium/drivers/nouveau/codegen/ > 2. What would be the primary mode of communication? (IRC/slack..) IRC (freenode, #dri-devel and #nouveau) As far as mailing lists, mesa-dev at lists.freedesktop.org and nouveau at lists.freedesktop.org > 3. I've been shortlisted for GSoC (under CERN) and Outreachy Round 15 (under > Mediawiki) projects but couldn't get selected due to my enrollment in a > full-time academic course. Will that be an issue in X.Org as well? Yes, EVoC doesn't have a fixed timeline like GSoC, but it does require 3-4 months of vacation where you would be able to work...
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 > project.Any help on getting started is appreciated :) > > Kind Regards, > > Shraddha I'm not a centos dev, so I'll let others speak to s...
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 >>> project.Any help on getting started is appreciated :) >>> >>> Kind Regards, >>> >>> Shraddha &...
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
...intentions you see no value in establishing > good practices and processes. There is a proverbial road paved with all > good intentions. Hear, hear. I think the need for such discussion more openly is rising. I'd be happy with a feedback driven input into the foundation (on cases like Outreachy), but that process needs to be defined and it needs to be open. > [This is where Chris will step in and say this isn't the right forum > for discussing how the Foundation is set up or behaves, and he is right. > So I will stop here.] We should't dwell on Rafael's matter any...
2018 May 07
0
LLVM Weekly - #227, May 7th 2018
...tension is the motivating use case. * Rafael Avila de Espindola has announced that he is [leaving the LLLVM project](http://lists.llvm.org/pipermail/llvm-dev/2018-May/122922.html), citing unhappiness with changes in the community: specifically the adoption of a code of conduct and involvement with Outreachy. A range of LLVM developers expressed sadness about this decision, and paid tribute to Rafael's contributions. * Dean Michael Berris [shares](http://lists.llvm.org/pipermail/llvm-dev/2018-May/122941.html) the current plans for Sydney developers/users meetups. The plan is to start regular works...
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
...ncestry (1,2). This goes > directly against my ethical views and I think I must leave the project > to not be associated with this. > > So long, and thanks for all the bugs, > Rafael > > [1] http://lists.llvm.org/pipermail/llvm-dev/2018-February/121161.html > [2] https://www.outreachy.org/apply/eligibility/ > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://...