search for: config_migrate

Displaying 20 results from an estimated 125 matches for "config_migrate".

2016 May 16
1
[PATCH v5 02/12] mm: migrate: support non-lru movable page migration
On (05/09/16 11:20), Minchan Kim wrote: > +++ b/include/linux/migrate.h > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > #ifdef CONFIG_MIGRATION > > +extern int PageMovable(struct page *page); > +extern void __SetPageMovable(struct page *page, struct address_space *mapping); > +extern void __ClearPageMovable(struct page *page); > extern void
2016 May 16
1
[PATCH v5 02/12] mm: migrate: support non-lru movable page migration
On (05/09/16 11:20), Minchan Kim wrote: > +++ b/include/linux/migrate.h > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > #ifdef CONFIG_MIGRATION > > +extern int PageMovable(struct page *page); > +extern void __SetPageMovable(struct page *page, struct address_space *mapping); > +extern void __ClearPageMovable(struct page *page); > extern void
2010 Nov 27
1
[next-rc] Compile Error fs/btrfs/diskio.c
I''ve been getting a compile error when building the ''next-rc'' branch of btrfs-unstable. CC fs/btrfs/disk-io.o fs/btrfs/disk-io.c: In function ‘btree_migratepage’: fs/btrfs/disk-io.c:716: error: called object ‘0u’ is not a function make[2]: *** [fs/btrfs/disk-io.o] Error 1 make[1]: *** [fs/btrfs] Error 2 make: *** [fs] Error 2 Line 716 of fs/btrfs/disk-io.c is:
2016 May 16
2
[PATCH v5 02/12] mm: migrate: support non-lru movable page migration
On (05/09/16 11:20), Minchan Kim wrote: [..] > +++ b/include/linux/migrate.h > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > #ifdef CONFIG_MIGRATION > > +extern int PageMovable(struct page *page); > +extern void __SetPageMovable(struct page *page, struct address_space *mapping); > +extern void __ClearPageMovable(struct page *page); > extern
2016 May 16
2
[PATCH v5 02/12] mm: migrate: support non-lru movable page migration
On (05/09/16 11:20), Minchan Kim wrote: [..] > +++ b/include/linux/migrate.h > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > #ifdef CONFIG_MIGRATION > > +extern int PageMovable(struct page *page); > +extern void __SetPageMovable(struct page *page, struct address_space *mapping); > +extern void __ClearPageMovable(struct page *page); > extern
2008 Jan 25
0
[PATCH] libxc/makefiles - Use VPATH
...or libelf inclusion into libxenctrl. Signed-off-by: Bastian Blank <waldi@debian.org> diff -r 31adb5c972d0 -r 11b2e8baa6bf tools/libxc/Makefile --- a/tools/libxc/Makefile Thu Jan 24 14:41:26 2008 +0000 +++ b/tools/libxc/Makefile Fri Jan 25 19:16:02 2008 +0100 @@ -31,20 +31,11 @@ GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domai GUEST_SRCS-$(CONFIG_MIGRATE) += xc_domain_restore.c xc_domain_save.c GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c -# symlink libelf from xen/common/libelf/ -LIBELF_SRCS := libelf-tools.c libelf-loader.c -LIBELF_SRCS += libelf-dominfo.c libelf-relocate.c +VPATH = ../../xen/common/libe...
2019 Oct 01
3
CTDB and nfs-ganesha
Hi there ? I seem to be having trouble wrapping my brain about the CTDB and ganesha configuration. I thought I had it figured out, but it doesn?t seem to be doing any checking of the nfs-ganesha service. I put nfs-ganesha-callout as executable in /etc/ctdb I create nfs-checks-ganesha.d folder in /etc/ctdb and in there I have 20.nfs_ganesha.check In my ctdbd.conf file I have: # Options to
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning, I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2) I would like to get the XENFB driver working on domU. But currently in xen/arm there''s no support for VFB, atleast qemu is not supported. But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer. So there are
2016 May 17
0
[PATCH v5 02/12] mm: migrate: support non-lru movable page migration
On Mon, May 16, 2016 at 04:17:51PM +0900, Sergey Senozhatsky wrote: > On (05/09/16 11:20), Minchan Kim wrote: > [..] > > +++ b/include/linux/migrate.h > > @@ -32,11 +32,16 @@ extern char *migrate_reason_names[MR_TYPES]; > > > > #ifdef CONFIG_MIGRATION > > > > +extern int PageMovable(struct page *page); > > +extern void __SetPageMovable(struct
2019 Jul 09
1
CTDB Samba 4.10 example?
No I didnt. Thanks im following your advices. But where can i find the "config-migrate.sh" script? Am 09.07.2019 um 12:15 schrieb Ralph Boehme via samba: > On 7/9/19 10:49 AM, Micha Ballmann via samba wrote: >> Hello, >> >> from SAMBA 4.9/4.10 there was a big change regarding CTDB. Does anyone >> have an example configuration, how to configure a CTDB cluster
2006 Jul 28
1
Re: [Xen-changelog] [xen-unstable] [IA64] Creates tools/libxc/ia64 directory.
...> +++ b/tools/libxc/Makefile Tue Jul 11 11:29:25 2006 -0600 > @@ -30,9 +30,11 @@ GUEST_SRCS-y += xc_load_bin.c > GUEST_SRCS-y += xc_load_bin.c > GUEST_SRCS-y += xc_load_elf.c > GUEST_SRCS-y += xg_private.c > -GUEST_SRCS-$(CONFIG_IA64) += xc_ia64_stubs.c > GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c xc_linux_save.c > GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c > + > +# This Makefile only adds files if CONFIG_IA64 is y. > +include ia64/Makefile > > CFLAGS += -Werror > CFLAGS += -fno-strict-aliasing I''m not sure this is the best way....
2010 Nov 29
0
[GIT PULL] Btrfs updates for 2.6.37-rc
Hi everyone, The master branch of the btrfs unstable tree: git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git master Has a collection of btrfs bug fixes. The three most important fixes here address crashes in the btrfs O_DIRECT code, add a migrate_page operation to avoid metadata corruption as btree pages go through migration, and fix up our NFS support. Otherwise we have
2011 Mar 16
3
[PATCH] tools: do not link against unused libraries
...f -r f35234b6636a -r 7e326d27d899 tools/misc/Makefile --- a/tools/misc/Makefile Tue Mar 15 16:33:59 2011 +0000 +++ b/tools/misc/Makefile Wed Mar 16 10:38:52 2011 +0000 @@ -14,6 +14,14 @@ TARGETS-$(CONFIG_X86) += xen-detect xen- TARGETS-$(CONFIG_X86) += xen-detect xen-hvmctx xen-hvmcrash TARGETS-$(CONFIG_MIGRATE) += xen-hptool TARGETS := $(TARGETS-y) + +LDLIBS_xenperf := $(LDLIBS_libxenctrl) +LDLIBS_xenpm := $(LDLIBS_libxenctrl) +LDLIBS_xenlockprof := $(LDLIBS_libxenctrl) +LDLIBS_xenwatchdogd := $(LDLIBS_libxenctrl) +LDLIBS_xen-hvmctx := $(LDLIBS_libxenctrl) +LDLIBS_xen-hvmcrash := $(LDLIBS...
2019 Oct 01
0
CTDB and nfs-ganesha
...nd in there I have > 20.nfs_ganesha.check You may want to symlink some of the others across, such as 00.portmapper.check. > In my ctdbd.conf file I have: Aha! In >=4.9 nothing looks at that file anymore. If you run https://git.samba.org/?p=samba.git;a=blob_plain;f=ctdb/doc/examples/config_migrate.sh;h=8479aeb39f383bf9d3a05d79b9357a7e07a6a836;hb=refs/heads/v4-9-stable on it then you'll get some useful suggestions... but keep reading below... > # Options to ctdbd, read by ctdbd_wrapper(1) > # > # See ctdbd.conf(5) for more information about CTDB configuration variables. >...
2019 Oct 02
3
CTDB and nfs-ganesha
...ha.check You may want to symlink some of the others across, such as 00.portmapper.check. > In my ctdbd.conf file I have: Aha! In >=4.9 nothing looks at that file anymore. If you run https://git.samba.org/?p=samba.git;a=blob_plain;f=ctdb/doc/examples/config_migrate.sh;h=8479aeb39f383bf9d3a05d79b9357a7e07a6a836;hb=refs/heads/v4-9-stable on it then you'll get some useful suggestions... but keep reading below... > # Options to ctdbd, read by ctdbd_wrapper(1) > # > # See ctdbd.conf(5) for more information about CTDB con...
2016 May 09
5
[PATCH v5 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2016 May 09
5
[PATCH v5 00/13] Support non-lru page migration
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrated with current compaction algorithm which supports only LRU pages. In the end, compaction cannot
2019 Oct 02
0
CTDB and nfs-ganesha
...You may want to symlink some of the others across, such as 00.portmapper.check. > In my ctdbd.conf file I have: Aha! In >=4.9 nothing looks at that file anymore. If you run https://git.samba.org/?p=samba.git;a=blob_plain;f=ctdb/doc/examples/config_migrate.sh;h=8479aeb39f383bf9d3a05d79b9357a7e07a6a836;hb=refs/heads/v4-9-stable on it then you'll get some useful suggestions... but keep reading below... > # Options to ctdbd, read by ctdbd_wrapper(1) > # > # See ctdbd.conf(5) for more inform...
2019 Oct 02
1
CTDB and nfs-ganesha
...ha.check You may want to symlink some of the others across, such as 00.portmapper.check. > In my ctdbd.conf file I have: Aha! In >=4.9 nothing looks at that file anymore. If you run https://git.samba.org/?p=samba.git;a=blob_plain;f=ctdb/doc/examples/config_migrate.sh;h=8479aeb39f383bf9d3a05d79b9357a7e07a6a836;hb=refs/heads/v4-9-stable on it then you'll get some useful suggestions... but keep reading below... > # Options to ctdbd, read by ctdbd_wrapper(1) > # > # See ctdbd.conf(5) for more information about CTDB con...
2019 Jun 13
0
[PATCH 10/22] memremap: add a migrate callback to struct dev_pagemap_ops
This replaces the hacky ->fault callback, which is currently directly called from common code through a hmm specific data structure as an exercise in layering violations. Signed-off-by: Christoph Hellwig <hch at lst.de> --- include/linux/hmm.h | 6 ------ include/linux/memremap.h | 6 ++++++ include/linux/swapops.h | 15 --------------- kernel/memremap.c | 31