Displaying 20 results from an estimated 56 matches for "nfit".
Did you mean:
fit
2019 Feb 20
0
CEBA-2019:0351 CentOS 7 kmod-redhat-nfit BugFix Update
...Bugfix Advisory 2019:0351
Upstream details at : https://access.redhat.com/errata/RHBA-2019:0351
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
100b89a64dfe51d043ba9073aeb9583c7a043d13c2e9edc0c41e27c69d55afaf kmod-redhat-nfit-3.10.0_957-1.el7_6.x86_64.rpm
Source:
c4452514eb68bc395aa9492ee434fb054918b1a3cfb75d75d7ddd2a17ddf650f kmod-redhat-nfit-3.10.0_957-1.el7_6.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
Twitter: @JohnnyCentOS
2019 May 15
1
[PATCH v9 1/7] libnvdimm: nd_region flush callback support
...virtio_pmem driver requires this special
> flush function. For rest of the region types we are registering
> existing flush function. Report error returned by host fsync
> failure to userspace.
>
> Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
> ---
> drivers/acpi/nfit/core.c | 4 ++--
> drivers/nvdimm/claim.c | 6 ++++--
> drivers/nvdimm/nd.h | 1 +
> drivers/nvdimm/pmem.c | 13 ++++++++-----
> drivers/nvdimm/region_devs.c | 26 ++++++++++++++++++++++++--
> include/linux/libnvdimm.h | 8 +++++++-
> 6 files chang...
2009 May 05
0
stepAICc function (based on MASS:::stepAIC.default)
...*(edf+1))/(n-edf-1)) #calculate AICc
)
env <- environment(formula(object))
n0 <- length(object$residuals)
for (i in seq(ns)) {
tt <- scope[i]
if (trace) {
message("trying -", tt)
utils::flush.console()
}
nfit <- update(object, as.formula(paste("~ . -", tt)),
evaluate = FALSE)
nfit <- eval(nfit, envir = env)
n=length(nfit$residuals)
edf=extractAIC(nfit, scale, k = k, ...)[1L]
ans[i+1, ] <- rbind(
edf,
extractAIC(nfit, scale, k = k, ...)[2L]+((2*edf*(ed...
2017 May 04
0
[PATCH v1] ACPI: Switch to use generic UUID API
...driy.shevchenko at linux.intel.com>
For the drivers/pci parts:
Acked-by: Bjorn Helgaas <bhelgaas at google.com>
> ---
> drivers/acpi/acpi_extlog.c | 10 +++---
> drivers/acpi/bus.c | 29 ++--------------
> drivers/acpi/nfit/core.c | 40 +++++++++++-----------
> drivers/acpi/nfit/nfit.h | 3 +-
> drivers/acpi/utils.c | 4 +--
> drivers/char/tpm/tpm_crb.c | 9 +++--
> drivers/char/tpm/tpm_ppi.c...
2017 May 04
12
[PATCH v1] ACPI: Switch to use generic UUID API
...dwood at gmail.com>
Cc: Mark Brown <broonie at kernel.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
---
drivers/acpi/acpi_extlog.c | 10 +++---
drivers/acpi/bus.c | 29 ++--------------
drivers/acpi/nfit/core.c | 40 +++++++++++-----------
drivers/acpi/nfit/nfit.h | 3 +-
drivers/acpi/utils.c | 4 +--
drivers/char/tpm/tpm_crb.c | 9 +++--
drivers/char/tpm/tpm_ppi.c |...
2011 Feb 23
1
request for patch in "drop1" (add.R)
By changing three lines in drop1 from access based on $ to access
based on standard accessor methods (terms() and residuals()), it becomes
*much* easier to extend drop1 to work with other model types.
The use of $ rather than accessors in this context seems to be an
oversight rather than a design decision, but maybe someone knows better ...
In particular, if one makes these changes (which I am
2019 May 14
0
[PATCH v9 1/7] libnvdimm: nd_region flush callback support
...based
on 'nd_region' type. virtio_pmem driver requires this special
flush function. For rest of the region types we are registering
existing flush function. Report error returned by host fsync
failure to userspace.
Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
---
drivers/acpi/nfit/core.c | 4 ++--
drivers/nvdimm/claim.c | 6 ++++--
drivers/nvdimm/nd.h | 1 +
drivers/nvdimm/pmem.c | 13 ++++++++-----
drivers/nvdimm/region_devs.c | 26 ++++++++++++++++++++++++--
include/linux/libnvdimm.h | 8 +++++++-
6 files changed, 46 insertions(+), 12 delet...
2017 May 05
0
[PATCH v1] ACPI: Switch to use generic UUID API
...eikki Krogerus <heikki.krogerus at linux.intel.com>
>> Cc: Liam Girdwood <lgirdwood at gmail.com>
>> Cc: Mark Brown <broonie at kernel.org>
>> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> [..]
>> diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c
>> index 0f7982a1caaf..bd3e45ede056 100644
>> --- a/drivers/acpi/nfit/core.c
>> +++ b/drivers/acpi/nfit/core.c
>> @@ -74,11 +74,11 @@ struct nfit_table_prev {
>> struct list_head flushes;
>> };
>>
>> -static...
2019 Apr 10
0
[PATCH v5 1/6] libnvdimm: nd_region flush callback support
...re registering
existing flush function. Report error returned by host fsync
failure to userspace.
This also handles asynchronous flush requests from the block layer
by creating a child bio and chaining it with parent bio.
Signed-off-by: Pankaj Gupta <pagupta at redhat.com>
---
drivers/acpi/nfit/core.c | 4 ++--
drivers/nvdimm/claim.c | 6 ++++--
drivers/nvdimm/nd.h | 1 +
drivers/nvdimm/pmem.c | 14 ++++++++-----
drivers/nvdimm/region_devs.c | 38 ++++++++++++++++++++++++++++++++++--
include/linux/libnvdimm.h | 8 +++++++-
6 files changed, 59 insertions(+)...
2013 May 29
0
"Unable to optimize" error returned in factanal using R-3.0.1, Windows 64 bit, and OpenBLAS
...d 3 work fine).
I understand that "unable to optimize" can only come from no convergent "best fit" being found in the `factanal.fit.mle` procedure. Some detective work shows that the failure is in the call to `optim`. Specifically, when the call __passes__, it returns:
> nfit
Call:
NULL
Uniquenesses:
Fertility Agriculture Examination Education
0.420 0.492 0.270 0.005
Catholic Infant.Mortality
0.061 0.960
Loadings:
Factor1 Factor2
Fertility -0.674 0.356
Agr...
2005 Jun 26
0
Factor correlations in factanal
...row=TRUE))
}
start <- as.matrix(start)
if(nrow(start) != p)
stop(gettextf("'start' must have %d rows", p), domain = NA)
nc <- ncol(start)
if(nc < 1) stop("no starting values supplied")
best <- Inf
for (i in 1:nc) {
nfit <- factanal.fit.mle(cv, factors, start[, i],
max(cn$lower, 0), cn$opt)
if(cn$trace)
cat("start", i, "value:", format(nfit$criteria[1]),
"uniqs:", format(as.vector(round(nfit$uniquenesses, 4))),
&qu...
2017 May 05
2
[PATCH v1] ACPI: Switch to use generic UUID API
...el.com>
> Cc: Heikki Krogerus <heikki.krogerus at linux.intel.com>
> Cc: Liam Girdwood <lgirdwood at gmail.com>
> Cc: Mark Brown <broonie at kernel.org>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
[..]
> diff --git a/drivers/acpi/nfit/core.c b/drivers/acpi/nfit/core.c
> index 0f7982a1caaf..bd3e45ede056 100644
> --- a/drivers/acpi/nfit/core.c
> +++ b/drivers/acpi/nfit/core.c
> @@ -74,11 +74,11 @@ struct nfit_table_prev {
> struct list_head flushes;
> };
>
> -static u8 nfit_uuid[NFIT_UUID_MAX][16];...
2008 Sep 09
1
Addendum to wishlist bug report #10931 (factanal) (PR#12754)
...row=TRUE))
}
start <- as.matrix(start)
if(nrow(start) != p)
stop(gettextf("'start' must have %d rows", p), domain = NA)
nc <- ncol(start)
if(nc < 1) stop("no starting values supplied")
best <- Inf
for (i in 1:nc) {
nfit <- factanal.fit.mle(cv, factors, start[, i],
max(cn$lower, 0), cn$opt)
if(cn$trace)
cat("start", i, "value:", format(nfit$criteria[1]),
"uniqs:", format(as.vector(round(nfit$uniquenesses, 4))), &qu...
2004 Mar 05
1
Application of step to coxph using method="exact" (PR#6646)
...rs to fail with method="exact".
The code
step(coxph(Surv(1:100,rep(1,100))~factor(rep(1:4,25)),method="exact"))
produces the error message
Start: AIC= 733.07
Surv(1:100, rep(1, 100)) ~ factor(rep(1:4, 25))
Error in "[<-"(`*tmp*`, i + 1, , value = extractAIC(nfit, scale, k = k, :
number of items to replace is not a multiple of replacement length
The same code without specifying method
step(coxph(Surv(1:100,rep(1,100))~factor(rep(1:4,25))))
runs through, and gives what looks like a reasonable answer. Thanks, John
Kolassa
2019 Feb 21
0
CentOS-announce Digest, Vol 168, Issue 4
...1. CESA-2019:0373 Important CentOS 6 firefox Security Update
(Johnny Hughes)
2. CESA-2019:0374 Important CentOS 7 firefox Security Update
(Johnny Hughes)
3. CEEA-2019:0208 CentOS 7 kmod-redhat-qed Enhancement Update
(Johnny Hughes)
4. CEBA-2019:0351 CentOS 7 kmod-redhat-nfit BugFix Update
(Johnny Hughes)
5. CEEA-2019:0208 CentOS 7 kmod-redhat-qede Enhancement Update
(Johnny Hughes)
6. CEEA-2019:0208 CentOS 7 kmod-redhat-qedf Enhancement Update
(Johnny Hughes)
7. CEEA-2019:0208 CentOS 7 kmod-redhat-qedi Enhancement Update
(Johnny Hughes)...
2019 May 14
12
[PATCH v9 0/7] virtio pmem driver
...https://lkml.org/lkml/2018/8/31/413
[6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2
[7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2
[8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html
[9] https://lkml.org/lkml/2019/1/9/1191
drivers/acpi/nfit/core.c | 4 -
drivers/dax/bus.c | 2
drivers/dax/super.c | 19 +++++
drivers/md/dm-table.c | 14 ++++
drivers/md/dm.c | 3
drivers/nvdimm/Makefile | 1
drivers/nvdimm/claim.c | 6 +
drivers/nvdi...
2007 Jun 08
1
Need Help with robustbase package: fitnorm2 and plotnorm2
...ain = "Scatter plot FSC vs SSC")
#All of this goes as the help documentation suggests it should
# 2. Show selections for various scale factors
savepar <- par(mfrow=c(2,2))
for (Scalefactor in c(1.0, 1.5, 2.0, 2.5) )
{
# The next line gives the error I've included below.
nfit <- fitNorm2 (fdat[, "FSC-H"], fdat[, "SSC-H"], scalefac = ScaleFactor)
plotnorm2(nfit, selection = TRUE, ellipse = TRUE,
xlab="FSC-H", ylab="SSC-H",
main=paste("SSC-H vs. FSC-H (ScaleFactor=",ScaleFactor,")&qu...
2019 Apr 23
9
[PATCH v6 0/6] virtio pmem driver
...https://lkml.org/lkml/2018/8/31/413
[6] https://marc.info/?l=linux-kernel&m=153572228719237&w=2
[7] https://marc.info/?l=qemu-devel&m=153555721901824&w=2
[8] https://lists.oasis-open.org/archives/virtio-dev/201903/msg00083.html
[9] https://lkml.org/lkml/2019/1/9/1191
drivers/acpi/nfit/core.c | 4 -
drivers/dax/bus.c | 2
drivers/dax/super.c | 13 +++-
drivers/md/dm.c | 3
drivers/nvdimm/claim.c | 6 +
drivers/nvdimm/nd.h | 1
drivers/nvdimm/pmem.c | 16 +++--
drivers/nvdi...
2017 Aug 10
2
[PATCH 1/2] virtio: Reduce BUG if total_sg > virtqueue size to WARN.
On Thu, Aug 10, 2017 at 05:40:34PM +0100, Richard W.M. Jones wrote:
> If using indirect descriptors, you can make the total_sg as large as
> you want.
That would be a spec violation though, even if it happens to
work on current QEMU.
The spec says:
A driver MUST NOT create a descriptor chain longer than the Queue Size of the device.
What prompted this patch? Do we ever encounter this
2017 Aug 10
2
[PATCH 1/2] virtio: Reduce BUG if total_sg > virtqueue size to WARN.
On Thu, Aug 10, 2017 at 05:40:34PM +0100, Richard W.M. Jones wrote:
> If using indirect descriptors, you can make the total_sg as large as
> you want.
That would be a spec violation though, even if it happens to
work on current QEMU.
The spec says:
A driver MUST NOT create a descriptor chain longer than the Queue Size of the device.
What prompted this patch? Do we ever encounter this