Displaying 20 results from an estimated 70 matches for "dhowell".
Did you mean:
bhowell
2013 Mar 07
2
[PATCH] VSOCK: Split vm_sockets.h into kernel/uapi
Split the vSockets header into kernel and UAPI parts. The former gets the bits
that used to be in __KERNEL__ guards, while the latter gets everything that is
user-visible. Tested by compiling vsock (+transport) and a simple user-mode
vSockets application.
Reported-by: David Howells <dhowells at redhat.com>
Acked-by: Dmitry Torokhov <dtor at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
---
include/linux/vm_sockets.h | 23 +++++++++++++++++++++++
include/uapi/linux/vm_sockets.h | 23 ++++++++---------------
2 files changed, 31 insertions(+), 15 de...
2013 Mar 07
2
[PATCH] VSOCK: Split vm_sockets.h into kernel/uapi
Split the vSockets header into kernel and UAPI parts. The former gets the bits
that used to be in __KERNEL__ guards, while the latter gets everything that is
user-visible. Tested by compiling vsock (+transport) and a simple user-mode
vSockets application.
Reported-by: David Howells <dhowells at redhat.com>
Acked-by: Dmitry Torokhov <dtor at vmware.com>
Signed-off-by: Andy King <acking at vmware.com>
---
include/linux/vm_sockets.h | 23 +++++++++++++++++++++++
include/uapi/linux/vm_sockets.h | 23 ++++++++---------------
2 files changed, 31 insertions(+), 15 de...
2016 Jan 26
3
[v3,11/41] mips: reuse asm-generic/barrier.h
...6ebdc26 100644
> --- a/Documentation/memory-barriers.txt
> +++ b/Documentation/memory-barriers.txt
> @@ -1,3 +1,4 @@
> +
> ============================
> LINUX KERNEL MEMORY BARRIERS
> ============================
> @@ -5,6 +6,22 @@
> By: David Howells <dhowells at redhat.com>
> Paul E. McKenney <paulmck at linux.vnet.ibm.com>
>
> +==========
> +DISCLAIMER
> +==========
> +
> +This document is not a specification; it is intentionally (for the sake of
> +brevity) and unintentionally (due to being human) incomplete. T...
2016 Jan 26
3
[v3,11/41] mips: reuse asm-generic/barrier.h
...6ebdc26 100644
> --- a/Documentation/memory-barriers.txt
> +++ b/Documentation/memory-barriers.txt
> @@ -1,3 +1,4 @@
> +
> ============================
> LINUX KERNEL MEMORY BARRIERS
> ============================
> @@ -5,6 +6,22 @@
> By: David Howells <dhowells at redhat.com>
> Paul E. McKenney <paulmck at linux.vnet.ibm.com>
>
> +==========
> +DISCLAIMER
> +==========
> +
> +This document is not a specification; it is intentionally (for the sake of
> +brevity) and unintentionally (due to being human) incomplete. T...
2018 Sep 06
2
[RFC] UAPI: Check headers by compiling all together as C++
...y performing bitwise ops in LE space not CPU space
- Handle conflicting fix to use of 'private' in keyctl.h
- Move kernel internal coda bits to coda internal headers
- Move coda_psdev.h header to fs/coda/.
The patches can also be found here:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=uapi-check
Thanks,
David
---
David Howells (11):
UAPI: drm: Fix use of C++ keywords as structural members
UAPI: keys: Fix use of C++ keywords as structural members
UAPI: virtio_net: Fix use of C++ keywords as structural members
UAPI: bcache: Fix use of...
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
...his isn't valid outside of the
kernel.
And lastly:
(8) Compile all of the UAPI headers (with a few exceptions) together as
C++ to catch new errors occurring as part of the regular build
process.
The patches can also be found here:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=uapi-check
Thanks,
David
---
David Howells (11):
UAPI: drm: Fix use of C++ keywords as structural members
UAPI: keys: Fix use of C++ keywords as structural members
UAPI: virtio_net: Fix use of C++ keywords as structural members
UAPI: bcache: Fix use of...
2018 Sep 05
9
[RFC] UAPI: Check headers by compiling all together as C++
...his isn't valid outside of the
kernel.
And lastly:
(8) Compile all of the UAPI headers (with a few exceptions) together as
C++ to catch new errors occurring as part of the regular build
process.
The patches can also be found here:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=uapi-check
Thanks,
David
---
David Howells (11):
UAPI: drm: Fix use of C++ keywords as structural members
UAPI: keys: Fix use of C++ keywords as structural members
UAPI: virtio_net: Fix use of C++ keywords as structural members
UAPI: bcache: Fix use of...
2009 Jan 24
1
Stat textbook recommendation
Monte,
For a list of online sources that may be useful, go to
http://www.uvm.edu/~dhowell/methods/Websites/Archives.html
and check out some of the material referenced there. Clay Helberg's site
is particularly helpful. Unfortunately it is virtually impossible to
keep links current, so some are likely to be dead--although you can
often find them via Google.
Dave Howell
--
David...
2010 Dec 22
1
compiling a module
I am interested in fscache module. I know where to get the userland
tools (http://people.redhat.com/dhowells/fscache/) but I am not sure
where to obtain its module. Moreover, I am not sure once I get the
source code how I can compile it for Centos 5.2.
Has anyone compiled, fscache before?
TIA
2015 Jan 14
0
[PATCH v3 08/16] mn10300: drop dead code
...g the patch
from an old kernel.
It's not really needed: the generic pci_iomap does the right thing here.
The new file isn't compiled so it's safe to drop.
Cc: Bjorn Helgaas <bhelgaas at google.com>
Cc: linux-pci at vger.kernel.org
Cc: trivial at kernel.org
Cc: David Howells <dhowells at redhat.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Can relevant people please ack this for merging through virtio tree?
arch/mn10300/unit-asb2305/pci-iomap.c | 35 -----------------------------------
1 file changed, 35 deletions(-)
delete mode 100644 arch/mn10300...
2015 Jan 14
0
[PATCH v3 08/16] mn10300: drop dead code
...g the patch
from an old kernel.
It's not really needed: the generic pci_iomap does the right thing here.
The new file isn't compiled so it's safe to drop.
Cc: Bjorn Helgaas <bhelgaas at google.com>
Cc: linux-pci at vger.kernel.org
Cc: trivial at kernel.org
Cc: David Howells <dhowells at redhat.com>
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
Can relevant people please ack this for merging through virtio tree?
arch/mn10300/unit-asb2305/pci-iomap.c | 35 -----------------------------------
1 file changed, 35 deletions(-)
delete mode 100644 arch/mn10300...
2017 Apr 05
3
[PATCH 02/38] Annotate hardware config module parameters in arch/x86/mm/
...ults set in case parameters aren't specified and
some drivers support automatic configuration (e.g. PNP or PCI) in addition
to manually coded parameters.
This patch annotates drivers in arch/x86/mm/.
Suggested-by: Alan Cox <gnomes at lxorguk.ukuu.org.uk>
Signed-off-by: David Howells <dhowells at redhat.com>
cc: Steven Rostedt <rostedt at goodmis.org>
cc: Ingo Molnar <mingo at kernel.org>
cc: Thomas Gleixner <tglx at linutronix.de>
cc: "H. Peter Anvin" <hpa at zytor.com>
cc: x86 at kernel.org
cc: linux-kernel at vger.kernel.org
cc: nouveau at lists.f...
2011 Oct 06
1
Wilcox Test / Mann Whitney U Test
Hello List,
I'm trying to prepare some lecture notes on non parametric methods,
and I can't manually reproduce the results of the wilcox.test function
for ordinal data.
The data I'm using are from David Howell's website, available here
http://www.uvm.edu/~dhowell/StatPages/More_Stuff/OrdinalChisq/OrdinalChiSq.html
If I run the wilcox.test function on the data I get a p-value of
.0407, but when I do it myself I get a p-value of 0.0530. It's not so
much the jump across 0.05, but the fact that I thought I knew what the
function was doing.
I know from th...
2006 May 09
2
H323 calls will not stay connected
Have Asterisk connected to a H323 compatible legacy PBX using QSIG protocol
and IP trunks.
I can call to Asterisk, and from Asterisk using X-Lite softphone but
whenever either end picks up, the calls disconnects.
No gatekeeper is installed. I have attached a copy of my h323 logfile for
debugging.
What do you suggest what change needs to take place to keep calls connected?
11:33:19:864
2019 Mar 14
1
[PATCH 00/38] VFS: Convert trivial filesystems and more
...fs_context.
(4) Converts binderfs (which was trivial before January).
(5) Converts ramfs, tmpfs, rootfs and devtmpfs.
(6) Kills off mount_pseudo(), mount_pseudo_xattr(), mount_ns(),
sget_userns().
The patches can be found here also:
https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
on branch:
mount-api-viro
David
---
David Howells (38):
vfs: Provide sb->s_iflags settings in fs_context struct
vfs: Provide a mount_pseudo-replacement for fs_context
vfs: Convert aio to fs_context
vfs: Convert anon_inodes to fs_context
vfs: Conver...
2016 Jan 26
3
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 02:20:46PM -0800, Paul E. McKenney wrote:
> On Thu, Jan 14, 2016 at 01:24:34PM -0800, Leonid Yegoshin wrote:
> > On 01/14/2016 12:48 PM, Paul E. McKenney wrote:
> > >
> > >So SYNC_RMB is intended to implement smp_rmb(), correct?
> > Yes.
> > >
> > >You could use SYNC_ACQUIRE() to implement read_barrier_depends() and
>
2016 Jan 26
3
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 02:20:46PM -0800, Paul E. McKenney wrote:
> On Thu, Jan 14, 2016 at 01:24:34PM -0800, Leonid Yegoshin wrote:
> > On 01/14/2016 12:48 PM, Paul E. McKenney wrote:
> > >
> > >So SYNC_RMB is intended to implement smp_rmb(), correct?
> > Yes.
> > >
> > >You could use SYNC_ACQUIRE() to implement read_barrier_depends() and
>
2016 Jan 27
2
[PATCH] documentation: Add disclaimer
...+++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a61be39c7b51..98626125f484 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -4,8 +4,24 @@
By: David Howells <dhowells at redhat.com>
Paul E. McKenney <paulmck at linux.vnet.ibm.com>
+ Will Deacon <will.deacon at arm.com>
+ Peter Zijlstra <peterz at infradead.org>
-Contents:
+==========
+DISCLAIMER
+==========
+
+This document is not a specification; it is intentionally (for the s...
2016 Jan 27
2
[PATCH] documentation: Add disclaimer
...+++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/Documentation/memory-barriers.txt b/Documentation/memory-barriers.txt
index a61be39c7b51..98626125f484 100644
--- a/Documentation/memory-barriers.txt
+++ b/Documentation/memory-barriers.txt
@@ -4,8 +4,24 @@
By: David Howells <dhowells at redhat.com>
Paul E. McKenney <paulmck at linux.vnet.ibm.com>
+ Will Deacon <will.deacon at arm.com>
+ Peter Zijlstra <peterz at infradead.org>
-Contents:
+==========
+DISCLAIMER
+==========
+
+This document is not a specification; it is intentionally (for the s...
2023 May 20
3
[PATCH v21 22/30] ocfs2: Provide a splice-read stub
Provide a splice_read stub for ocfs2. This emits trace lines and does an
atime lock/update before calling filemap_splice_read(). Splicing from
direct I/O is handled by the caller.
A couple of new tracepoints are added for this purpose.
Signed-off-by: David Howells <dhowells at redhat.com>
cc: Christoph Hellwig <hch at lst.de>
cc: Al Viro <viro at zeniv.linux.org.uk>
cc: Jens Axboe <axboe at kernel.dk>
cc: Mark Fasheh <mark at fasheh.com>
cc: Joel Becker <jlbec at evilplan.org>
cc: Joseph Qi <joseph.qi at linux.alibaba.com>
cc: o...