search for: enlist

Displaying 20 results from an estimated 140 matches for "enlist".

Did you mean: unlist
2019 Jul 18
1
[PATCH v3 2/2] balloon: fix up comments
On Thursday, July 18, 2019 8:24 PM, Michael S. Tsirkin wrote: > /* > * balloon_page_alloc - allocates a new page for insertion into the balloon > - * page list. > + * page list. > * > - * Driver must call it to properly allocate a new enlisted balloon page. > - * Driver must call balloon_page_enqueue before definitively removing it > from > - * the guest system. This function returns the page address for the recently > - * allocated page or NULL in the case we fail to allocate a new page this turn. > + * Driver must cal...
2019 Jul 18
2
[PATCH v3 1/2] mm/balloon_compaction: avoid duplicate page removal
From: Wei Wang <wei.w.wang at intel.com> A #GP is reported in the guest when requesting balloon inflation via virtio-balloon. The reason is that the virtio-balloon driver has removed the page from its internal page list (via balloon_page_pop), but balloon_page_enqueue_one also calls "list_del" to do the removal. This is necessary when it's used from balloon_page_enqueue_list,
2005 Jul 20
4
poisson fit for histogram
I haven't been an R lister for a bit, but I hope to enlist someone's help here. I think this is a simple question, so I hope the answer is not much trouble. Can you please respond directly to this email address in addition to the list (if responding to the list is warranted)? I have a histogram and I want to see if the data fit a Poisson d...
2016 Aug 17
3
CFP Gluster Developer Summit
...ion - difference between the current and storhaug implementations * High Level Overview of autoconf/automake/libtool configuration (I gave a presentation in BLR in 2015, so this is perhaps less interesting?) * Packaging Howto ? RPMs and .debs (maybe a breakout session or a BOF. Would like to (re)enlist volunteers to help build packages.) -- Kaleb
2019 Jul 18
0
[PATCH v3 2/2] balloon: fix up comments
...queued. */ size_t balloon_page_list_enqueue(struct balloon_dev_info *b_dev_info, struct list_head *pages) @@ -63,14 +63,15 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue); * @n_req_pages: number of requested pages. * * Driver must call this function to properly de-allocate a previous enlisted - * balloon pages before definetively releasing it back to the guest system. + * balloon pages before definitively releasing it back to the guest system. * This function tries to remove @n_req_pages from the ballooned pages and * return them to the caller in the @pages list. * - * Note that...
2016 Aug 23
2
CFP Gluster Developer Summit
...he current and storhaug implementations > * High Level Overview of autoconf/automake/libtool configuration > (I gave a presentation in BLR in 2015, so this is perhaps less > interesting?) > * Packaging Howto ? RPMs and .debs > (maybe a breakout session or a BOF. Would like to (re)enlist volunteers > to help build packages.) > > Note addition of Jiffin as copresenter. Thank you. -- Kaleb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.gluster.org/pipermail/gluster-users/attachments/20160823/9d3f7745/attachment.html>
2013 Feb 27
0
[LLVMdev] GSoC 2013
Hi Anton, I think it would be worth to remove this signature in the bottom line: Last modified: $Date: 2009/12/16 09:03:23 $ Otherwise, new people may think this page is long time abandoned :) Also, a question: may side projects that use LLVM enlist the mutually-beneficial tasks and add new categories? For example, we are interested specifically in Polly & GPU backend, plus some minor core infrastructure improvements. Thanks, - Dima. 2013/2/27 Anton Korobeynikov <anton at korobeynikov.info> > Dear All, > > GSoC 2013 is co...
2019 Jul 18
2
[PATCH v4 1/2] mm/balloon_compaction: avoid duplicate page removal
From: Wei Wang <wei.w.wang at intel.com> A #GP is reported in the guest when requesting balloon inflation via virtio-balloon. The reason is that the virtio-balloon driver has removed the page from its internal page list (via balloon_page_pop), but balloon_page_enqueue_one also calls "list_del" to do the removal. This is necessary when it's used from balloon_page_enqueue_list,
2013 Feb 27
4
[LLVMdev] GSoC 2013
Dear All, GSoC 2013 is coming! This means it's a good time to refresh the Open Projects pages. So, please, add your ideas there, remove old / unimportant stuff, tweak current ideas. It's really important to have these pages up-to-date by the time of GSoC (next couple of weeks). Your help is needed! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint
2012 Jun 05
4
[LLVMdev] technical debt
On 06/04/2012 05:17 PM, Daniel Berlin wrote: > Can we get back to the substantive discussion about your ideas for > lessening the technical debt? The lessening requires enlisting people that are willing to do this as opposed to doing fun science like cool optimization. I,for example, find the documentaiton, cleanup and refactoring to be interesting so I don't feel cheated to work on it as opposed to implementing some new fangled register allocator. For example,...
2008 May 03
9
Any news on the rSpec books?
I admit it, when it comes to rSpec, I''m lazy. I''ve made a few feeble attempts to use it, but for once I''m waiting for a book-length treatment. At least two books were announced, I think. Can anyone in the know please report on their progress? Thanks Michael -- Michael Schuerig mailto:michael at schuerig.de http://www.schuerig.de/michael/
2007 Oct 05
20
RSpec Book(s) on the radar
I just found this one: http://tinyurl.com/3c3mfa David, are there any other RSpec books in the works? With Regards, Cody Skidmore
2003 Dec 01
7
Three way ICMP ?
...50.zz is in my DMZ on eth0 That DMZ box is a SuSE 9.0 Professional (2.4.21 Kernel) running apache and shorewall 1.4.8 without any log entries except for me to get NTP working (and I don''t have it yet...) The 66.228.216.22 is "SexTraffic.com" site that apparently tries to enlist webmasters to "sign up" for pay site portals... What in the dickens are they doing ?
2019 Jul 18
0
[PATCH v4 2/2] balloon: fix up comments
...queued. */ size_t balloon_page_list_enqueue(struct balloon_dev_info *b_dev_info, struct list_head *pages) @@ -63,14 +63,15 @@ EXPORT_SYMBOL_GPL(balloon_page_list_enqueue); * @n_req_pages: number of requested pages. * * Driver must call this function to properly de-allocate a previous enlisted - * balloon pages before definetively releasing it back to the guest system. + * balloon pages before definitively releasing it back to the guest system. * This function tries to remove @n_req_pages from the ballooned pages and * return them to the caller in the @pages list. * - * Note that...
2017 Nov 03
0
[PATCH v17 3/6] mm/balloon_compaction.c: split balloon page allocation and enqueue
...-11,22 +11,36 @@ #include <linux/balloon_compaction.h> /* - * balloon_page_enqueue - allocates a new page and inserts it into the balloon + * balloon_page_alloc - allocates a new page for insertion into the balloon * page list. + * + * Driver must call it to properly allocate a new enlisted balloon page. + * Driver must call balloon_page_enqueue before definitively removing it from + * the guest system. This function returns the page address for the recently + * allocated page or NULL in the case we fail to allocate a new page this turn. + */ +struct page *balloon_page_alloc(void)...
2012 Jun 05
0
[LLVMdev] technical debt
...ics. --Sean Silva On Mon, Jun 4, 2012 at 5:42 PM, reed kotler <rkotler at mips.com> wrote: > On 06/04/2012 05:17 PM, Daniel Berlin wrote: > > Can we get back to the substantive discussion about your ideas for > > lessening the technical debt? > > The lessening requires enlisting people that are willing to do this as > opposed to doing fun science like cool optimization. I,for example, find > the documentaiton, cleanup and refactoring to be interesting so I don't > feel cheated to work on it as opposed to implementing some new fangled > register allocator...
2011 Oct 15
1
[LLVMdev] Build bot setup
Hello, I've got a couple spare machines I'd like to enlist in build bot. I'm told that the llvm lab folks are the go-to group. I've got a couple machines prepped, I just need to register their names and passwords (I think). Let me know what else I need to do! Thanks, Joe Abbey Software Architect Arxan Technologies, Inc. 1305 Cumberland Ave, St...
2013 Feb 28
1
[LLVMdev] GSoC 2013
Hi Dima > Also, a question: may side projects that use LLVM enlist the > mutually-beneficial tasks and add new categories? For example, we are > interested specifically in Polly & GPU backend, plus some minor core > infrastructure improvements. It seems there is "TODO" page at http://polly.llvm.org/todo.html. Maybe it should contain OpenProj...
2019 Jun 07
1
[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
...rom balloon's page list and returns - * the its address to allow the driver release the page. + * its address to allow the driver to release the page. * @b_dev_info: balloon device decriptor where we will grab a page from. * * Driver must call it to properly de-allocate a previous enlisted balloon page -- 2.17.1
2019 Jun 07
1
[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
...rom balloon's page list and returns - * the its address to allow the driver release the page. + * its address to allow the driver to release the page. * @b_dev_info: balloon device decriptor where we will grab a page from. * * Driver must call it to properly de-allocate a previous enlisted balloon page -- 2.17.1