search for: node_data

Displaying 20 results from an estimated 194 matches for "node_data".

2012 Feb 22
3
Error 400 on SERVER: Cannot append, variable node_data is defined in this scope at
...in.com'', ''port'' => ''2564'' }, ''node3'' => { ''server'' => ''node3.some.domain.com'', ''port'' => ''2564'' } } } } class testclass ( $node_data ) { node_data += { ''node4'' => { ''server'' => ''node4.another.domain.com'', ''port'' => ''2564'' }, ''node5'' => { ''server'' => ''node5.s...
2012 Aug 17
5
Hiera, Hashes, and Create_resources
Howdy: I need some help please to get hiera configuration data derived from YAML, thru puppet. I have studied Internet search results and puppet documentation on create_resources and custom defines but need a little help along. I can print out the YAML from variables, arrays, and, finally, hashes too from a puppet manifest. One thing that is stumping me is how to access from the custom define
2007 May 17
1
[PATCH] ocfs: use list_for_each_entry where benefical
...;tmp_list) { - item = list_entry(iter, struct dlm_work_item, list); + list_for_each_entry_safe(item, next, &tmp_list, list) { workfunc = item->func; list_del_init(&item->list); @@ -549,7 +547,6 @@ static int dlm_remaster_locks(struct dlm { int status = 0; struct dlm_reco_node_data *ndata; - struct list_head *iter; int all_nodes_done; int destroy = 0; int pass = 0; @@ -567,8 +564,7 @@ static int dlm_remaster_locks(struct dlm /* safe to access the node data list without a lock, since this * process is the only one to change the list */ - list_for_each(iter, &d...
2017 Nov 17
0
[RFC PATCH v2 4/5] ACPI/IORT: Support paravirtualized IOMMU
...@ static bool __init arm_smmu_is_coherent(struct acpi_iort_node *node) return smmu->flags & ACPI_IORT_SMMU_COHERENT_WALK; } +static int __init paravirt_count_resources(struct acpi_iort_node *node) +{ + struct acpi_iort_pviommu *pviommu; + + pviommu = (struct acpi_iort_pviommu *)node->node_data; + + /* Mem + IRQs */ + return 1 + pviommu->interrupt_count; +} + +static void __init paravirt_init_resources(struct resource *res, + struct acpi_iort_node *node) +{ + int i; + int num_res = 0; + int hw_irq, trigger; + struct acpi_iort_pviommu *pviommu; + + pviommu = (struct acpi_iort_pvi...
2017 Jul 13
1
[PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
...ype) > --- > mm/mmzone.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/mm/mmzone.c b/mm/mmzone.c > index a51c0a6..08a2a3a 100644 > --- a/mm/mmzone.c > +++ b/mm/mmzone.c > @@ -13,6 +13,7 @@ struct pglist_data *first_online_pgdat(void) > { > return NODE_DATA(first_online_node); > } > +EXPORT_SYMBOL_GPL(first_online_pgdat); > > struct pglist_data *next_online_pgdat(struct pglist_data *pgdat) > { > @@ -41,6 +42,7 @@ struct zone *next_zone(struct zone *zone) > } > return zone; > } > +EXPORT_SYMBOL_GPL(next_zone); &g...
2017 Jul 13
1
[PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
...ype) > --- > mm/mmzone.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/mm/mmzone.c b/mm/mmzone.c > index a51c0a6..08a2a3a 100644 > --- a/mm/mmzone.c > +++ b/mm/mmzone.c > @@ -13,6 +13,7 @@ struct pglist_data *first_online_pgdat(void) > { > return NODE_DATA(first_online_node); > } > +EXPORT_SYMBOL_GPL(first_online_pgdat); > > struct pglist_data *next_online_pgdat(struct pglist_data *pgdat) > { > @@ -41,6 +42,7 @@ struct zone *next_zone(struct zone *zone) > } > return zone; > } > +EXPORT_SYMBOL_GPL(next_zone); &g...
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
...node_socket = TCPSocket.open(vm.host.hostname, vm.vnc_port) + + # begin new thread to process server->client messages + Thread.start do + @logger.debug "listening for server->client data" + while(true)do + node_data = node_socket.recv VNC_DATA_MAX_LEN + break if node_data.size <= 0 + client.write node_data + end + end + + # process client -> server messages + @logger.debug "listening for client->server d...
2006 Sep 29
4
[PATCH 4/6] xen: export NUMA topology in physinfo hcall
...nclude <xen/acm.h> #include <xen/acm_ops.h> +#include <xen/numa_structs.h> #ifdef __ia64__ #define XC_PAGE_SHIFT 14 @@ -387,6 +388,8 @@ int xc_readconsolering(int xc_handle, int clear); typedef xen_sysctl_physinfo_t xc_physinfo_t; +typedef node_data_t xc_memory_chunk_t; +typedef uint64_t xc_node_to_cpu_t; int xc_physinfo(int xc_handle, xc_physinfo_t *info); diff -r 6f3c6fb05af3 tools/python/xen/lowlevel/xc/xc.c --- a/tools/python/xen/lowlevel/xc/xc.c Mon Sep 11 13:45:23 2006 -0500 +++ b/tools/python/xen/lowlevel/xc/xc.c Sat...
2013 Jun 17
1
Kernel panic in pin_pagetable_pfn
...0 end: 1e0000000 [ 0.000000] RAMDISK: 009b9000 - 08cc2000 [ 0.000000] DMI not present or invalid. [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-00000001e0000000 [ 0.000000] Bootmem setup node 0 0000000000000000-00000001e0000000 [ 0.000000] NODE_DATA [0000000000001000 - 0000000000005fff] [ 0.000000] bootmap [0000000000008000 - 0000000000043fff] pages 3c [ 0.000000] (7 early reservations) ==> bootmem [0000000000 - 01e0000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.000000...
2010 Sep 21
4
PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot
...[ 0.000000] #2 [0001000000 - 00019125f8] TEXT DATA BSS [ 0.000000] #3 [0001933000 - 0001976000] XEN START INFO [ 0.000000] #4 [0000010000 - 0000012000] TRAMPOLINE [ 0.000000] #5 [0000012000 - 0000040000] PGTABLE [ 0.000000] #6 [0001912600 - 0001917600] NODE_DATA [ 0.000000] #7 [0001917600 - 0001918600] BOOTMEM [ 0.000000] #8 [0001918600 - 0001918618] BOOTMEM [ 0.000000] #9 [0001919000 - 000191a000] BOOTMEM [ 0.000000] #10 [000191a000 - 000191b000] BOOTMEM [ 0.000000] #11 [000191b000 - 000191c000]...
2010 Sep 21
4
PROBLEM: [BISECTED] 2.6.35.5 xen domU panics just after the boot
...[ 0.000000] #2 [0001000000 - 00019125f8] TEXT DATA BSS [ 0.000000] #3 [0001933000 - 0001976000] XEN START INFO [ 0.000000] #4 [0000010000 - 0000012000] TRAMPOLINE [ 0.000000] #5 [0000012000 - 0000040000] PGTABLE [ 0.000000] #6 [0001912600 - 0001917600] NODE_DATA [ 0.000000] #7 [0001917600 - 0001918600] BOOTMEM [ 0.000000] #8 [0001918600 - 0001918618] BOOTMEM [ 0.000000] #9 [0001919000 - 000191a000] BOOTMEM [ 0.000000] #10 [000191a000 - 000191b000] BOOTMEM [ 0.000000] #11 [000191b000 - 000191c000]...
2007 Apr 18
8
[patch 0/6] i386 gdt and percpu cleanups
Hi Andi, This is a series of patches based on your latest queue (as of the other day, at least). It includes: - the most recent patch to compute the appropriate amount of percpu space to allocate, using a separate reservation for modules where needed. - make the percpu sections page-aligned, so that percpu variables can be page aligned if needed (which is used by gdt_page) -
2007 Apr 18
8
[patch 0/6] i386 gdt and percpu cleanups
Hi Andi, This is a series of patches based on your latest queue (as of the other day, at least). It includes: - the most recent patch to compute the appropriate amount of percpu space to allocate, using a separate reservation for modules where needed. - make the percpu sections page-aligned, so that percpu variables can be page aligned if needed (which is used by gdt_page) -
2017 Jul 12
0
[PATCH v12 7/8] mm: export symbol of next_zone and first_online_pgdat
...ule. Signed-off-by: Wei Wang <wei.w.wang at intel.com> --- mm/mmzone.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/mmzone.c b/mm/mmzone.c index a51c0a6..08a2a3a 100644 --- a/mm/mmzone.c +++ b/mm/mmzone.c @@ -13,6 +13,7 @@ struct pglist_data *first_online_pgdat(void) { return NODE_DATA(first_online_node); } +EXPORT_SYMBOL_GPL(first_online_pgdat); struct pglist_data *next_online_pgdat(struct pglist_data *pgdat) { @@ -41,6 +42,7 @@ struct zone *next_zone(struct zone *zone) } return zone; } +EXPORT_SYMBOL_GPL(next_zone); static inline int zref_in_nodemask(struct zoneref...
2005 Jan 07
0
[PATCH] linux-2.6.10-bk9
...nel/i386_ksyms.c.bk7 2005-01-06 17:30:48.000000000 -0500 +++ linux-2.6.10/arch/xen/i386/kernel/i386_ksyms.c 2005-01-06 20:54:39.000000000 -0500 @@ -61,7 +61,6 @@ /* platform dependent support */ EXPORT_SYMBOL(boot_cpu_data); -EXPORT_SYMBOL(MCA_bus); #ifdef CONFIG_DISCONTIGMEM EXPORT_SYMBOL(node_data); EXPORT_SYMBOL(physnode_map); --- linux-2.6.10/kernel/sysctl.c.bk7 2005-01-06 20:58:23.000000000 -0500 +++ linux-2.6.10/kernel/sysctl.c 2005-01-06 21:28:43.000000000 -0500 @@ -681,7 +681,7 @@ .proc_handler = &proc_unknown_nmi_panic, }, #endif -#if defined(CONFIG_X86) +#if defined(...
2012 May 30
0
Bug#675266: xen-hypervisor-4.0-amd64: Hard reset when starting a DomU on HP DL585 G7 // Opteron 6238
...before... I found some difference in the dmesg output on the two servers: on the non working DL585: [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000180000000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000180000000 [ 0.000000] NODE_DATA [0000000000008000 - 000000000000ffff] [ 0.000000] bootmap [0000000000010000 - 000000000003ffff] pages 30 [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0180000000] [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] [ 0.00000...
2011 Jul 21
2
Libguestfs hangs after issuing a launch command
...000] init_memory_mapping: 0000000000000000-000000001f3fd000 [ 0.000000] RAMDISK: 1f2df000 - 1f3f0000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-000000001f3fd000 [ 0.000000] Initmem setup node 0 0000000000000000-000000001f3fd000 [ 0.000000] NODE_DATA [000000001f3f5000 - 000000001f3f9fff] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] acti...
2019 Nov 22
0
[RFC 06/13] ACPI/IORT: Support VIOT virtio-pci node
...v, acpi_dma_configure(dev, attr); } +static __init struct iort_pci_devid * +viommu_pci_get_devid(struct acpi_iort_node *node) +{ + unsigned int val; + struct iort_pci_devid *devid; + struct acpi_viot_iort_virtio_pci_iommu *viommu; + + viommu = (struct acpi_viot_iort_virtio_pci_iommu *)node->node_data; + + val = le32_to_cpu(viommu->devid); + + devid = kzalloc(sizeof(*devid), GFP_KERNEL); + if (!devid) + return ERR_PTR(-ENOMEM); + + devid->segment = val >> 16; + devid->bus = PCI_BUS_NUM(val); + devid->devfn = val & 0xff; + + return devid; +} + struct iort_dev_config { co...
2013 Oct 28
2
dracut Warning: Boot has failed. To debug this issue add "rdshell" to the kernel command line.
...t or invalid. No AGP bridge found last_pfn = 0x40800 max_arch_pfn = 0x400000000 init_memory_mapping: 0000000000000000-0000000040800000 RAMDISK: 020a0000 - 02ae1000 No NUMA configuration found Faking a node at 0000000000000000-0000000040800000 Initmem setup node 0 0000000000000000-0000000040800000 NODE_DATA [000000003fdd2000 - 000000003fdf8fff] Zone PFN ranges: DMA 0x00000010 -> 0x00001000 DMA32 0x00001000 -> 0x00100000 Normal empty Movable zone start PFN for each node early_node_map[2] active PFN ranges 0: 0x00000010 -> 0x000000a0 0: 0x00000100 -> 0x00040800 SFI: S...
2011 Jan 19
1
[BUG] Problem Booting Xen 4.0.1 on 2.6.32.26/27
...10180 [ 0.000000] NUMA: Using 27 for the hash shift. [ 0.000000] Using node hash shift of 27 [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Bootmem setup node 0 0000000000000000-0000000228000000 [ 0.000000] NODE_DATA [0000000000010180 - 000000000001817f] [ 0.000000] bootmap [0000000000019000 - 000000000005dfff] pages 45 [ 0.000000] (12 early reservations) ==> bootmem [0000000000 - 0228000000] [ 0.0[ 0.000000] #1 [001480b000 - 00148b4000] XEN PAGETABLES ==> [001480b000 - 00148b4000] [...