Displaying 20 results from an estimated 140 matches for "enlisted".
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 call...
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
distribution. How do I do this? It is
2016 Aug 17
3
CFP Gluster Developer Summit
I propose to present on one or more of the following topics:
* NFS-Ganesha Architecture, Roadmap, and Status
* Architecture of the High Availability Solution for Ganesha and Samba
- detailed walk through and demo of current implementation
- difference between the current and storhaug implementations
* High Level Overview of autoconf/automake/libtool configuration
(I gave a presentation in BLR
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 t...
2016 Aug 23
2
CFP Gluster Developer Summit
On 08/17/2016 09:56 AM, Kaleb S. KEITHLEY wrote:
> I propose to present on one or more of the following topics:
>
> * NFS-Ganesha Architecture, Roadmap, and Status,Jiffin Thotton copresenter.
> * Architecture of the High Availability Solution for Ganesha and Samba
> - detailed walk through and demo of current implementation
> - difference between the current and storhaug
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
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
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 ?
I''m getting 2 or three of these a day...Any ideas ?
The 192.168.250.zz is a eth0:3 on a box that currently only has eth0:1
active
Dec 1 15:47:40 machine-name kernel: Shorewall:all2all:REJECT:IN= OUT=eth0
SRC=my.real.ip.addr DST=66.228.216.22 LEN=68 TOS=0x00 PREC=0xC0 TTL=255
ID=12031 PROTO=ICMP TYPE=3 CODE=1 [SRC=66.228.216.22 DST=192.168.250.zz
LEN=40 TOS=0x00 PREC=0x00 TTL=46
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 t...
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
FWIW, I'm putting together (hopefully to be done by the end of this
weekend) a substantial refactoring of the TableGen backend API along with
shiny new documentation (reStructuredText with sphinx) of all of TableGen,
including documentation about how to write backends and---depending on how
adventurous I get---a more detailed coverage of the syntax.
Also, Reed, in your TableGen talk, IIRC,
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, Ste 215
West Lafayette, IN 47906
W:
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 OpenProject or something like this
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