Displaying 13 results from an estimated 13 matches for "fanc".
Did you mean:
fancy
2016 Jul 19
4
[PATCH v3] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
---
v2:
- Remove useless initialisation to NULL
v1:
- Refactor the patch to make code more readable
---
drivers/block/virtio_blk.c | 26 ++++++++----...
2016 Jul 19
4
[PATCH v3] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
---
v2:
- Remove useless initialisation to NULL
v1:
- Refactor the patch to make code more readable
---
drivers/block/virtio_blk.c | 26 ++++++++----...
2016 Jul 18
2
[PATCH v2] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
---
v1:
- Refactor the patch to make code more readable
---
drivers/block/virtio_blk.c | 32 +++++++++++---------------------
1 file changed, 11 ins...
2016 Jul 18
2
[PATCH v2] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
---
v1:
- Refactor the patch to make code more readable
---
drivers/block/virtio_blk.c | 32 +++++++++++---------------------
1 file changed, 11 ins...
2016 Jul 18
0
[PATCH v2] virtio_blk: Fix a slient kernel panic
...itialization fails due to lacking memory. At that moment,
> kernel will panic in guest machine, if virtio is used to drive disk.
>
> To fix this bug, we should take care of allocation failure, and return
> correct value to let caller know what happen.
>
> Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
> Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
> Signed-off-by: Minfei Huang <mnghuan at gmail.com>
> ---
> v1:
> - Refactor the patch to make code more readable
> ---
> drivers/block/virtio_blk.c | 32 +++++++++++----------...
2016 Jul 19
0
[PATCH v3] virtio_blk: Fix a slient kernel panic
...itialization fails due to lacking memory. At that moment,
> kernel will panic in guest machine, if virtio is used to drive disk.
>
> To fix this bug, we should take care of allocation failure, and return
> correct value to let caller know what happen.
>
> Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
> Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
> Signed-off-by: Minfei Huang <mnghuan at gmail.com>
> ---
> v2:
> - Remove useless initialisation to NULL
> v1:
> - Refactor the patch to make code more readable
> ---
>...
2016 Jul 29
0
[PATCH v3] virtio_blk: Fix a slient kernel panic
...initialization fails due to lacking memory. At that moment,
> kernel will panic in guest machine, if virtio is used to drive disk.
>
> To fix this bug, we should take care of allocation failure, and return
> correct value to let caller know what happen.
>
> Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
> Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
> Signed-off-by: Minfei Huang <mnghuan at gmail.com>
> ---
> v2:
> - Remove useless initialisation to NULL
> v1:
> - Refactor the patch to make code more readable
> ---
>...
2016 Aug 09
0
[PATCH RESEND] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Reviewed-by: Cornelia Huck <cornelia.huck at de.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
---
drivers/block/virtio_...
2016 Aug 09
0
[PATCH RESEND] virtio_blk: Fix a slient kernel panic
...ion will return 0,
although initialization fails due to lacking memory. At that moment,
kernel will panic in guest machine, if virtio is used to drive disk.
To fix this bug, we should take care of allocation failure, and return
correct value to let caller know what happen.
Tested-by: Chao Fan <fanc.fnst at cn.fujitsu.com>
Signed-off-by: Minfei Huang <mnghuan at gmail.com>
Signed-off-by: Minfei Huang <minfei.hmf at alibaba-inc.com>
Reviewed-by: Cornelia Huck <cornelia.huck at de.ibm.com>
Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com>
---
drivers/block/virtio_...
2012 May 20
1
CRAN (and crantastic) updates this week
...umplyr
Extends ddply to allow calculation of cumulative quantities.
* dma (1.1)
Maintainer: Tyler H. McCormick
Author(s): Tyler H. McCormick, Adrian Raftery, David Madigan
License: GPL-2
http://crantastic.org/packages/dma
Dynamic model averaging for binary and continuous outcomes.
* fanc (0.18)
Maintainer: Kei Hirose
Author(s): Kei Hirose, Michio Yamamoto
License: GPL (>= 2)
http://crantastic.org/packages/fanc
This package computes the penalized maximum likelihood estimates of
factor loadings and unique variances for various tuning parameters.
The pathwise coordi...
2013 May 24
0
Rcpp with OpenMP - Need example Makevars
Dear R experts,
recently I started developing a Rcpp package "OpenMPTest".
Within that package I want to use OpenMP, as in the following code example:
// header file
#include <omp.h>
using namespace Rcpp ;
RcppExport SEXP testOpenMP( SEXP nThreads ) ;
// cpp file
SEXP testOpenMP( SEXP nThreads ) {
BEGIN_RCPP
NumericVector numberThreads = NumericVector( nThreads );
2004 Jan 09
3
Screen Pop & Remote Agents
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):