search for: cnode

Displaying 6 results from an estimated 6 matches for "cnode".

Did you mean: inode
2015 Dec 21
3
lldb -c corefile get segmentation fault on centos7
...m+clang+lldb 3.7 successfully on centos7, and lldb -p PID works pretty well. However when I tried lldb -c corefile executable_bin, lldb itself core dumpped. Attached the following core info which is debugged by gdb: [root at dn-cn-controller-4fbd4 data1]# lldb -c a.corefile /usr/local/myproject/bin/cnode *(lldb) target create "/usr/local/myproject/bin/cnode" --core "a.corefile"* Segmentation fault (core dumped) *And then I tried gdb to check the lldb call stack:* *(gdb) info threads* Id Target Id Frame 3 Thread 0x7f81c4795700 (LWP 64) 0x00007f81c9ed46d5 in pthr...
2007 Mar 15
5
[PATCH 0/5] fix gcc warnings in CVS HEAD
Hi, I have rewritten the patches I submitted earlier today for the CVS HEAD. Some of the changes were already committed months ago. On 2007/03/15 12:30, Timo Sirainen <tss at iki.fi> wrote: > That's ok, but I'm not sure about bsearch_insert_pos(). It's the way it > is mostly because I wanted to keep bsearch() API. If it can't return > void * then maybe it could be
2009 Apr 13
1
[LLVMdev] Porting LLVM backend is no fun yet
Dan Gohman wrote: > There certainly are wishlist items for TableGen and TableGen-based > instruction descriptions, though I don't know of an official list. > Offhand, > a few things that come to mind are the ability to handle nodes with > multiple results, Is there an official workaround, BTW? - Volodya
2009 Jul 15
0
[PATCH] rename for_each_cpu() to for_each_possible_cpu()
...xen/arch/ia64/linux-xen/sn/kernel/sn2_smp.c 2009-07-15 10:01:39.000000000 +0200 @@ -211,7 +211,7 @@ sn2_global_tlb_purge(unsigned long start spin_lock(&sn2_ptcg_lock2); node_set(cpu_to_node(smp_processor_id()), nodes_flushed); i = 0; - for_each_cpu(cpu) { + for_each_possible_cpu(cpu) { cnode = cpu_to_node(cpu); if (!node_isset(cnode, nodes_flushed)) { cpu_set(cpu, selected_cpus); @@ -269,7 +269,7 @@ sn2_global_tlb_purge(struct mm_struct *m i++; } #else - for_each_cpu(cpu) { + for_each_possible_cpu(cpu) { cnode = cpu_to_node(cpu); node_set(cnode, nodes_flushed); lc...
2009 Feb 03
2
kickstart won't kick-off via network
...fg for a network installation. I changed the install line from cdrom to url: install url --url http://9.0.0.1/all/repository/CentOS5.2 This url contains the whole DVD (and can be viewed in a webbrowser). Then I generated the following entry in my pxe control file (default): LABEL centos5.2_cluto_cnode MENU LABEL CentOS 5.2 cluto ^node kernel distro/centos5.2/vmlinuz append initrd=distro/centos5.2/initrd.img ramdisk_size=7494 ks=http://9.0.0.1/all/profiles/cluto_centos5.2/cnode/ks.cfg This is part of a boot menue, therefor the MENU entry. The url of the kickstart file is also valid, I can...
2018 Sep 06
2
[RFC] UAPI: Check headers by compiling all together as C++
...byteswapping functions UAPI: ndctl: Fix g++-unsupported initialisation in headers UAPI: ndctl: Remove use of PAGE_SIZE UAPI: Check headers build for C++ Makefile | 1 fs/coda/cache.c | 2 fs/coda/cnode.c | 2 fs/coda/coda_linux.c | 2 fs/coda/coda_psdev.h | 88 +++++++++++++++ fs/coda/dir.c | 2 fs/coda/file.c | 3 - fs...