search for: kern_crit

Displaying 20 results from an estimated 41 matches for "kern_crit".

2012 May 07
0
[PATCH V2] btrfs: fix message printing
...INFO "btrfs: open %s failed\n", device->name); goto error; } filemap_write_and_wait(bdev->bd_inode->i_mapping); @@ -3719,7 +3719,7 @@ static int __btrfs_map_block(struct btrfs_mapping_tree *map_tree, int rw, read_unlock(&em_tree->lock); if (!em) { - printk(KERN_CRIT "unable to find logical %llu len %llu\n", + printk(KERN_CRIT "btrfs: unable to find logical %llu len %llu\n", (unsigned long long)logical, (unsigned long long)*length); BUG(); @@ -4129,7 +4129,7 @@ int btrfs_map_bio(struct btrfs_root *root, int rw, struct...
2009 Jul 10
2
[PATCH 1/1] a fix of logging return value.
in ocfs2_file_aio_write(), log_exit() could don't log the value which is really returned. this patch fixes it. Signed-off-by: Wengang Wang <wen.gang.wang at oracle.com> --- fs/ocfs2/file.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 62442e4..a49fa44 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -1918,8
2007 Apr 18
2
[Bridge] The problem of bridge+netfilter+nat
...ter: Argh!! br_nf_post_routing: bad mac.raw pointer.[eth3][Bridge_0] I checked the code, it is caused by some certain types of packets. /* Be very paranoid. */ if (skb->mac.raw < skb->head || skb->mac.raw + ETH_HLEN > skb->data) { printk(KERN_CRIT "br_netfilter: Argh!! br_nf_post_routing: " "bad mac.raw pointer."); if (skb->dev != NULL) { printk("[%s]", skb->dev->name); if (has_bridge_parent(skb->dev))...
2010 Dec 08
2
[PATCH] xen: gntdev: move use of GNTMAP_contains_pte next to the map_op
...k_t lock; struct list_head list; }; @@ -67,14 +68,16 @@ static void hypercall_vm_open(struct vm_area_struct * vma) static void hypercall_vm_close(struct vm_area_struct * vma) { struct mmap_hypercall *priv = vma->vm_private_data; - struct page *page; + struct page *page, *tpage; printk(KERN_CRIT "hypercall_vm_close: vma %p %#lx-%#lx (%#lx) priv %p\n", vma, vma->vm_start, vma->vm_end, vma->vm_end - vma->vm_start, priv); - list_for_each_entry(page, &priv->list, lru) { + spin_lock(&priv->lock); + list_for_each_entry_safe(page, tpage, &priv-&g...
2017 May 11
2
CentOS 6 / Intel CPU support
https://access.redhat.com/support/policy/intel shows mainly Xeon CPUs. What about Intel Core i7-6700 Quad-Core Skylake has the current EL6 variant support for it? Any experience? Feedback would be greatly appreciated. Thanks, LF
2008 Jul 16
2
[PATCH] stopmachine: add stopmachine_timeout v2
...thread on our CPU. */ put_cpu(); wait_for_completion(&finished); @@ -169,10 +195,32 @@ kill_threads: for_each_online_cpu(i) if (threads[i]) kthread_stop(threads[i]); + atomic_set(&num_threads, 0); mutex_unlock(&lock); kfree(threads); return err; + +timeout: + printk(KERN_CRIT "stopmachine: Failed to stop machine in time(%lds).\n", + stopmachine_timeout); + for_each_online_cpu(i) { + if (!cpu_isset(i, prepared_cpus) && i != smp_processor_id()) + printk(KERN_CRIT "stopmachine: cpu#%d seems to be " + "stuck.\n", i); + /* Unbi...
2008 Jul 16
2
[PATCH] stopmachine: add stopmachine_timeout v2
...thread on our CPU. */ put_cpu(); wait_for_completion(&finished); @@ -169,10 +195,32 @@ kill_threads: for_each_online_cpu(i) if (threads[i]) kthread_stop(threads[i]); + atomic_set(&num_threads, 0); mutex_unlock(&lock); kfree(threads); return err; + +timeout: + printk(KERN_CRIT "stopmachine: Failed to stop machine in time(%lds).\n", + stopmachine_timeout); + for_each_online_cpu(i) { + if (!cpu_isset(i, prepared_cpus) && i != smp_processor_id()) + printk(KERN_CRIT "stopmachine: cpu#%d seems to be " + "stuck.\n", i); + /* Unbi...
2008 Jul 17
1
[PATCH] stopmachine: add stopmachine_timeout v4
...thread on our CPU. */ put_cpu(); wait_for_completion(&finished); @@ -169,10 +195,32 @@ kill_threads: for_each_online_cpu(i) if (threads[i]) kthread_stop(threads[i]); + atomic_set(&num_threads, 0); mutex_unlock(&lock); kfree(threads); return err; + +timeout: + printk(KERN_CRIT "stopmachine: Failed to stop machine in time(%lds).\n", + stopmachine_timeout); + for_each_online_cpu(i) { + if (!cpu_isset(i, prepared_cpus) && i != smp_processor_id()) + printk(KERN_CRIT "stopmachine: cpu#%d seems to be " + "stuck.\n", i); + /* Unbi...
2008 Jul 17
1
[PATCH] stopmachine: add stopmachine_timeout v4
...thread on our CPU. */ put_cpu(); wait_for_completion(&finished); @@ -169,10 +195,32 @@ kill_threads: for_each_online_cpu(i) if (threads[i]) kthread_stop(threads[i]); + atomic_set(&num_threads, 0); mutex_unlock(&lock); kfree(threads); return err; + +timeout: + printk(KERN_CRIT "stopmachine: Failed to stop machine in time(%lds).\n", + stopmachine_timeout); + for_each_online_cpu(i) { + if (!cpu_isset(i, prepared_cpus) && i != smp_processor_id()) + printk(KERN_CRIT "stopmachine: cpu#%d seems to be " + "stuck.\n", i); + /* Unbi...
2017 May 11
2
CentOS 6 / Intel CPU support
...78: /* Skylake-Y */ > 804 case 77: /* Atom Avoton */ > 805 case 71: /* Broadwell-H */ > 806 case 70: /* Crystal Well */ > 807 break; > 808 default: > 809 if (boot_cpu_data.x86_model > 63) { > 810 printk(KERN_CRIT > 811 "Detected CPU family %d model %d\n", > 812 boot_cpu_data.x86, > 813 boot_cpu_data.x86_model); > 814 mark_hardware_unsupported("Intel CPU model"); > 815 } > 81...
2007 Apr 18
1
[PATCH 0/7] Using %gs for per-cpu areas on x86
OK, here it is. Benchmarks still coming. This is against Andi's 2.6.18-rc7-git3 tree, and replaces the patches between (and not including) i386-pda-asm-offsets and i386-early-fault. One patch is identical, one is mildly modified, the rest are re-implemented but inspired by Jeremy's PDA work. Thanks, Rusty. -- Help! Save Australia from the worst of the DMCA: http://linux.org.au/law
2007 Apr 18
1
[PATCH 0/7] Using %gs for per-cpu areas on x86
OK, here it is. Benchmarks still coming. This is against Andi's 2.6.18-rc7-git3 tree, and replaces the patches between (and not including) i386-pda-asm-offsets and i386-early-fault. One patch is identical, one is mildly modified, the rest are re-implemented but inspired by Jeremy's PDA work. Thanks, Rusty. -- Help! Save Australia from the worst of the DMCA: http://linux.org.au/law
2017 May 11
0
CentOS 6 / Intel CPU support
...and EX */ 803 case 78: /* Skylake-Y */ 804 case 77: /* Atom Avoton */ 805 case 71: /* Broadwell-H */ 806 case 70: /* Crystal Well */ 807 break; 808 default: 809 if (boot_cpu_data.x86_model > 63) { 810 printk(KERN_CRIT 811 "Detected CPU family %d model %d\n", 812 boot_cpu_data.x86, 813 boot_cpu_data.x86_model); 814 mark_hardware_unsupported("Intel CPU model"); 815 } 816 break; 81...
2005 Jan 18
0
[PATCH] ext3: commit superblock before panicking
...10/fs/ext3/super.c 2005-01-18 15:43:55.311501654 -0500 @@ -143,9 +143,6 @@ if (sb->s_flags & MS_RDONLY) return; - if (test_opt (sb, ERRORS_PANIC)) - panic ("EXT3-fs (device %s): panic forced after error\n", - sb->s_id); if (test_opt (sb, ERRORS_RO)) { printk (KERN_CRIT "Remounting filesystem read-only\n"); sb->s_flags |= MS_RDONLY; @@ -156,6 +153,9 @@ if (journal) journal_abort(journal, -EIO); } + if (test_opt (sb, ERRORS_PANIC)) + panic ("EXT3-fs (device %s): panic forced after error\n", + sb->s_id); ext3_commit_s...
2017 May 11
0
CentOS 6 / Intel CPU support
...; 804 case 77: /* Atom Avoton */ >> 805 case 71: /* Broadwell-H */ >> 806 case 70: /* Crystal Well */ >> 807 break; >> 808 default: >> 809 if (boot_cpu_data.x86_model > 63) { >> 810 printk(KERN_CRIT >> 811 "Detected CPU family %d model %d\n", >> 812 boot_cpu_data.x86, >> 813 boot_cpu_data.x86_model); >> 814 mark_hardware_unsupported("Intel CPU model"); >> 815...
2018 Aug 30
3
[PATCH 0/2] drm/nouveau: Use more standard logging styles
Reduces object size ~4kb Joe Perches (2): drm/nouveau: Add new logging function nv_cli_printk drm/nouveau: Convert NV_PRINTK macros and uses to new nv_cli_<level> macros drivers/gpu/drm/nouveau/nouveau_abi16.c | 2 +- drivers/gpu/drm/nouveau/nouveau_chan.c | 12 +++---- drivers/gpu/drm/nouveau/nouveau_drm.c | 21 +++++++++++ drivers/gpu/drm/nouveau/nouveau_drv.h | 44
2017 May 11
3
CentOS 6 / Intel CPU support
...* Atom Avoton */ >>> 805 case 71: /* Broadwell-H */ >>> 806 case 70: /* Crystal Well */ >>> 807 break; >>> 808 default: >>> 809 if (boot_cpu_data.x86_model > 63) { >>> 810 printk(KERN_CRIT >>> 811 "Detected CPU family %d model %d\n", >>> 812 boot_cpu_data.x86, >>> 813 boot_cpu_data.x86_model); >>> 814 mark_hardware_unsupported("Intel CPU model")...
2011 Jan 12
72
PCI passthrough issue
Hello, I''m facing a strange issue with network card PCI passthrough on my openwrt test domU. - With network PCI passthrough, DNS lookup failed for some domains (exemple, google.com) but not for other (free.fr my ISP, or my domain jbfavre.org). I can ping an IP address without any problem. - Starting domU as a "normal" (ie without PCI passthrough), no problem. As far as I can
2005 Jun 10
11
/etc/network/interfaces
If I''m using eth1 as my lan zone on my router box, it needs a static ip... what do I set the gateway option to in /etc/network/interfaces since this computer is actually the gateway for the rest of the lan? Itself? My "net" NIC''s address? Something else? My lan isn''t getting internet access using the default Shorewall config file (edited per
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
...readonly(osb) || > - ocfs2_is_hard_readonly(osb))) > - return; > + pr_crit("OCFS2: File system is now read-only.\n"); > + sb->s_flags |= MS_RDONLY; > + ocfs2_set_ro_flag(osb, 0); > + } > > - printk(KERN_CRIT "File system is now read-only due to the potential " > - "of on-disk corruption. Please run fsck.ocfs2 once the file " > - "system is unmounted.\n"); > - sb->s_flags |= MS_RDONLY; > - ocfs2_set_ro_flag(osb, 0); > + re...