search for: dike

Displaying 20 results from an estimated 21 matches for "dike".

Did you mean: die
2010 Apr 13
1
[PATCH] vhost-net: fix vq_memory_access_ok error checking
On Wed, Apr 07, 2010 at 09:59:10AM -0400, Jeff Dike wrote: > vq_memory_access_ok needs to check whether mem == NULL > > Signed-off-by: Jeff Dike <jdike at linux.intel.com> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> This was already queued by me, you do not need to fill Dave's inbox with vhost patches. >...
2010 Apr 13
1
[PATCH] vhost-net: fix vq_memory_access_ok error checking
On Wed, Apr 07, 2010 at 09:59:10AM -0400, Jeff Dike wrote: > vq_memory_access_ok needs to check whether mem == NULL > > Signed-off-by: Jeff Dike <jdike at linux.intel.com> > Signed-off-by: Michael S. Tsirkin <mst at redhat.com> This was already queued by me, you do not need to fill Dave's inbox with vhost patches. >...
2009 Mar 10
1
Active directory and winbind RID/SID to uid and gid maping across several linux servers
...dded to active directory has made the mappings the same. I know that the uid/gid are not being store in active directory(I did a 'dsquery * -scope base -attrib *' on my id in active directory). Is there any way to guaranty the RID to uid/gid mapping across several servers? Thanks, Reece Dike Here is my smb.conf [global] workgroup = MYDOMAIN server string = Samba Server Version %v security = ADS password server = 68.216.162.90 realm = MYDOMAIN.COM passdb backend = tdbsam load printers = yes cups options = raw template shell = /bin/false server signing =...
2010 Mar 18
3
[GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
...nce commit a3d3203e4bb40f253b1541e310dc0f9305be7c84: Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost Jeff Dike (1): vhost: fix error path in vhost_net_set_backend Michael S. Tsirkin (2): vhost: fix interrupt mitigation with raw sockets vhost: fix error handling in vring ioctls drivers/vhost/net.c | 10 ++++++---- drivers/vhost/vhost.c | 18 ++++++++++++------ 2 files changed, 18 i...
2010 Mar 18
3
[GIT PULL] vhost-net fixes for issues in 2.6.34-rc1
...nce commit a3d3203e4bb40f253b1541e310dc0f9305be7c84: Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 (2010-03-14 20:29:21 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost Jeff Dike (1): vhost: fix error path in vhost_net_set_backend Michael S. Tsirkin (2): vhost: fix interrupt mitigation with raw sockets vhost: fix error handling in vring ioctls drivers/vhost/net.c | 10 ++++++---- drivers/vhost/vhost.c | 18 ++++++++++++------ 2 files changed, 18 i...
2007 Oct 12
5
deciphering objects.log
Howdy -- I''ve been tracking down mem leaks (oh, the fun...), and I think there is a clue in objects.log. There are a few mentions of this file, but usually Zed saying "look at this file and it will help you". Can anyone clue me in to what the actual columns mean? 18,Float,143952,256821,112869,,, 18,String,39543,41693,2150,24.727076,55.526376,2308.000000
2020 Jun 23
0
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
...er, and then the #VC can happen on NMI because the IST stack is a goner, and we're fscked again (or on a per-cpu variable we touch in our elaborate NMI setup, etc..). There is no way I can see SNP-#VC 'work'. The best I can come up with is 'mostly', but do you like your bridges/dikes/etc.. to be mostly ok? Or do you want a guarantee they'll actually work? I'll keep repeating this, x86_64 exceptions are a trainwreck, and IST in specific is utter crap.
2003 Aug 20
1
Error code 1 during 'make install'(FreeBSD 4.6.2)
Hello, When doing "make install" under any port, I get *** Error code 1 after the "Checking if *** already installed" (see below for help2man as an example). This error seems to occur with any port, such as apg (/usr/ports/security/apg). The tarball are fetched from Internet. I think this is due to the difference of version : CVS has RELENG_4_6_2 and 'make
2005 Feb 15
0
Proposal of talk about Xen at the Libre Software Meeting 2005
...for instance start with an introduction of the issues and needs in virtualization and then describe Xen''s specifics, its internals, how it''s currently used and give an overview of what your future research directions are. Note that main User-Mode Linux designer and developer Jeff Dike as well as people from the L4Ka team might as well give a talk this year on their approaches to virtualization so it''s probably worth emphasizing the differences amongst those approaches when introducing Xen. Of course, you are very welcome if there are other topics you would like to tal...
2007 Sep 19
49
plugin dependencies
Hello all, The topic of plugin dependencies has come up before and it doesn''t seem to have been addressed by core or core doesn''t seem to think it''s an issue. I''ve looked at the current edge code and don''t see anything new, so if I''ve missed something *please* let me know. The following article makes mention of a require_plugin
2020 Nov 03
0
[patch V3 18/37] highmem: Get rid of kmap_types.h
...<asm/processor.h> -#include <asm/kmap_types.h> #include <asm/archparam.h> #include <asm/page.h> #include <linux/threads.h> --- a/arch/um/include/asm/kmap_types.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -/* - * Copyright (C) 2002 Jeff Dike (jdike at karaya.com) - */ - -#ifndef __UM_KMAP_TYPES_H -#define __UM_KMAP_TYPES_H - -/* No more #include "asm/arch/kmap_types.h" ! */ - -#define KM_TYPE_NR 14 - -#endif --- a/include/asm-generic/Kbuild +++ b/include/asm-generic/Kbuild @@ -30,7 +30,6 @@ mandatory-y += irq.h mandatory-y +...
2020 Jun 23
5
Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace)
On Tue, Jun 23, 2020 at 01:07:06PM +0200, Peter Zijlstra wrote: > On Tue, Apr 28, 2020 at 09:55:12AM +0200, Joerg Roedel wrote: > So what happens if this #VC triggers on the first access to the #VC > stack, because the malicious host has craftily mucked with only the #VC > IST stack page? > > Or on the NMI IST stack, then we get #VC in NMI before the NMI can fix > you up.
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...]]*\"(linux|asm)/(.*)\"" * \ | xargs sed -i -e 's/^[[:space:]]*#[[:space:]]*include[[:space:]]*"\(linux\|asm\)\/\(.*\)"/#include <\1\/\2>/g' Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Christoph Lameter <clameter@sgi.com> Acked-by: Jeff Dike <jdike@addtoit.com> Please pull from: git pull git://repo.or.cz/linux-2.6/trivial-mods.git fix_includes diffstat below: .../firmware_class/firmware_sample_driver.c | 2 +- arch/um/drivers/daemon_kern.c | 8 ++-- arch/um/drivers/hostaudio_kern.c...
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...]]*\"(linux|asm)/(.*)\"" * \ | xargs sed -i -e 's/^[[:space:]]*#[[:space:]]*include[[:space:]]*"\(linux\|asm\)\/\(.*\)"/#include <\1\/\2>/g' Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Christoph Lameter <clameter@sgi.com> Acked-by: Jeff Dike <jdike@addtoit.com> Please pull from: git pull git://repo.or.cz/linux-2.6/trivial-mods.git fix_includes diffstat below: .../firmware_class/firmware_sample_driver.c | 2 +- arch/um/drivers/daemon_kern.c | 8 ++-- arch/um/drivers/hostaudio_kern.c...
2010 Jan 25
24
Going from 6 to 8 disks on ASUS M2N-SLI Deluxe motherboard
My current home fileserver (running Open Solaris 111b and ZFS) has an ASUS M2N-SLI DELUXE motherboard. This has 6 SATA connections, which are currently all in use (mirrored pair of 80GB for system zfs pool, two mirrors of 400GB both in my data pool). I''ve got two more hot-swap drive bays. And I''m getting up towards 90% full on the data pool. So, it''s time to expand,
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
The patch below fixes the recent UML compilation failure in -rc5-mm1 without making the UML build reach further into the i386 headers. It splits the i386 ptrace.h and system.h into UML-usable and UML-unusable pieces. The string "abi" is in there because I did ptrace.h first, and that involves separating the ptrace ABI stuff from everything else (if pt_regs is not considered part of
2007 Apr 18
1
[RFC] [PATCH] Split host arch headers for UML's benefit
The patch below fixes the recent UML compilation failure in -rc5-mm1 without making the UML build reach further into the i386 headers. It splits the i386 ptrace.h and system.h into UML-usable and UML-unusable pieces. The string "abi" is in there because I did ptrace.h first, and that involves separating the ptrace ABI stuff from everything else (if pt_regs is not considered part of
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all
2020 Nov 03
45
[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
Following up to the discussion in: https://lore.kernel.org/r/20200914204209.256266093 at linutronix.de and the second version of this: https://lore.kernel.org/r/20201029221806.189523375 at linutronix.de this series provides a preemptible variant of kmap_atomic & related interfaces. This is achieved by: - Removing the RT dependency from migrate_disable/enable() - Consolidating all