search for: _stext

Displaying 20 results from an estimated 69 matches for "_stext".

2003 Feb 14
0
[Bug 50] New: Kernel panic with netfilter
...;] [<c0105000>] [<c01057be>] [<c0105040>] Code: ff 40 10 a1 50 01 45 c0 83 48 14 18 a1 38 01 45 c0 ff 40 10 >>EIP; c0474fc9 <init+9/80> <===== >>ebx; c04a05f0 <__initcall_init+0/4> >>edx; c04a9a88 <irq_stat+8/40> >>edi; c0105000 <_stext+0/0> Trace; c0105000 <_stext+0/0> Trace; c0105053 <init+13/140> Trace; c0105000 <_stext+0/0> Trace; c01057be <kernel_thread+2e/40> Trace; c0105040 <init+0/140> Code; c0474fc9 <init+9/80> 00000000 <_EIP>: Code; c0474fc9 <init+9/80> <=====...
2011 Oct 13
0
Centos 5.7 - bridging firewall crash (only since the update) - dmesg output included - Trying to vfree() nonexistent vm area (ffffffff885d9000) ....
...ge() Oct 13 09:27:46 new kernel: Oct 13 09:27:46 new kernel: Call Trace: Oct 13 09:27:46 new kernel: [<ffffffff884e7000>] :iw_cm:iw_cm_init_qp_attr+0x0/0xb1 Oct 13 09:27:46 new kernel: [<ffffffff800d3e04>] map_vm_area+0x216/0x306 Oct 13 09:27:46 new kernel: [<ffffffff80001ff8>] _stext+0xff8/0x1000 Oct 13 09:27:46 new kernel: [<ffffffff800d4219>] __vmalloc_area_node+0x134/0x15c Oct 13 09:27:46 new kernel: [<ffffffff800403a4>] load_module+0x961/0x19f5 Oct 13 09:27:46 new kernel: [<ffffffff800a2dfd>] autoremove_wake_function+0x0/0x2e Oct 13 09:27:46 new kernel:...
2009 May 11
3
[LLVMdev] Assign symbol the address of a section
...es produced by LLVM and other compilers divide code up into various sections, e.g. the .text section. What is the recommended approach to assigning a symbol the address of a section using LLVM? Using GCC/LD, you can do this with a linker script, e.g. in a linker script you can do: _text = .; _stext = .; These symbols are then available in the corresponding C code using an "extern" definition. But, LLVM doesn't support linker scripts--so what's the trick? Thanks and regards, Matt
2017 Oct 12
2
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...+++ b/include/asm-generic/sections.h > @@ -30,6 +30,9 @@ > * __irqentry_text_start, __irqentry_text_end > * __softirqentry_text_start, __softirqentry_text_end > */ > +#ifdef CONFIG_DEFAULT_HIDDEN > +#pragma GCC visibility push(default) > +#endif > extern char _text[], _stext[], _etext[]; > extern char _data[], _sdata[], _edata[]; > extern char __bss_start[], __bss_stop[]; > @@ -46,6 +49,9 @@ extern char __softirqentry_text_start[], __softirqentry_text_end[]; > > /* Start and end of .ctors section - used for constructor calls. */ > extern char __...
2017 Oct 12
2
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...+++ b/include/asm-generic/sections.h > @@ -30,6 +30,9 @@ > * __irqentry_text_start, __irqentry_text_end > * __softirqentry_text_start, __softirqentry_text_end > */ > +#ifdef CONFIG_DEFAULT_HIDDEN > +#pragma GCC visibility push(default) > +#endif > extern char _text[], _stext[], _etext[]; > extern char _data[], _sdata[], _edata[]; > extern char __bss_start[], __bss_stop[]; > @@ -46,6 +49,9 @@ extern char __softirqentry_text_start[], __softirqentry_text_end[]; > > /* Start and end of .ctors section - used for constructor calls. */ > extern char __...
2020 Apr 08
0
[RFC PATCH 14/26] x86/alternatives: Handle native insns in text_poke_loc*()
On Tue, Apr 07, 2020 at 10:03:11PM -0700, Ankur Arora wrote: > struct text_poke_loc { > s32 rel_addr; /* addr := _stext + rel_addr */ > - s32 rel32; > - u8 opcode; > + union { > + struct { > + s32 rel32; > + u8 opcode; > + } emulated; > + struct { > + u8 len; > + } native; > + }; > const u8 text[POKE_MAX_OPCODE_SIZE]; > }; NAK, this grows the structure from 16 to...
2007 Jun 25
0
xen and atl1
...Attansic L1 Gigabit Ethernet Adapter). Installed Centos 5 64_x86 and build atl1 from this source -> http://www.hogchain.net/attansic/AtL1Linux_v1.0.41.0.tar.gz After an insmod atl1 Centos say good bye with a kernel panic. I could only remind that there stand "Bad RIP value." and "_stext...." The driver runs fine with a non-xen kernel. Sorry for my scanty description. Its only a general question. Do someone have some informations? With google I don't have success. My next step is mailing to xen mailinglist. Thanks!
2006 Mar 08
3
Kernel panic with load balancing
...s. Linux router''s kernel is 2.6.15.6 patched with Julian Anastasov''s patches (http://www.ssi.bg/~ja/#routes). I''ve also tried with other kernel versions. Kernel panic follows: CPU: 0 EIP: 0060:[<00000000>] Not tainted VLI EFLAGS: 00010202 (2.6.15.6) EIP is at _stext+0x3feffde0/0x1e eax: d7cd4b00 ebx: c0379280 ecx: 000018ff edx: c0379280 esi: 00000000 edi: 00000001 ebp: 003b6007 esp: c0341f5c ds: 007b es: 007b ss: 0068 Process swapper (pid: 0, threadinfo=c0340000 task=c02ebb00) Stack: c011fb0e d7cd4b00 00000000 c03776e8 0000000a c011fcee c...
2008 Feb 05
1
[PATCH] virtio_net: Fix open <-> interrupt race
...6/0x1a <4> [<000000000010a182>] cpu_idle+0x216/0x238 <4>([<000000000010a162>] cpu_idle+0x1f6/0x238) <4> [<0000000000568656>] rest_init+0xaa/0xb8 <4> [<000000000084ee2c>] start_kernel+0x3fc/0x490 <4> [<0000000000100020>] _stext+0x20/0x80 <4> <4> <0>Kernel panic - not syncing: Fatal exception in interrupt <4> After looking at the code and the dump I think the following scenario happened: Ifup was running on cpu2 and the interrupt arrived on cpu0. Now virtnet_open on cpu 2 managed to exe...
2008 Feb 05
1
[PATCH] virtio_net: Fix open <-> interrupt race
...6/0x1a <4> [<000000000010a182>] cpu_idle+0x216/0x238 <4>([<000000000010a162>] cpu_idle+0x1f6/0x238) <4> [<0000000000568656>] rest_init+0xaa/0xb8 <4> [<000000000084ee2c>] start_kernel+0x3fc/0x490 <4> [<0000000000100020>] _stext+0x20/0x80 <4> <4> <0>Kernel panic - not syncing: Fatal exception in interrupt <4> After looking at the code and the dump I think the following scenario happened: Ifup was running on cpu2 and the interrupt arrived on cpu0. Now virtnet_open on cpu 2 managed to exe...
2009 Mar 04
1
pv_ops kernel 2.6.29-rc6 boot failure
...;] call_softirq+0x1c/0x30 [<ffffffff8021301a>] do_softirq+0x40/0x8a [<ffffffff8023ec57>] irq_exit+0x3f/0x41 [<ffffffff803d7ad6>] xen_evtchn_do_upcall+0x137/0x153 [<ffffffff80211cde>] xen_do_hypervisor_callback+0x1e/0x30 <EOI> <0> [<ffffffff802093aa>] ? _stext+0x3aa/0x1006 [<ffffffff802093aa>] ? _stext+0x3aa/0x1006 [<ffffffff8020db5b>] ? xen_safe_halt+0x10/0x1a [<ffffffff8020b370>] ? xen_idle+0x34/0x48 [<ffffffff8020fb61>] ? cpu_idle+0x4d/0x6b [<ffffffff8053856d>] ? rest_init+0x61/0x63 Code: c3 ff ff ff 48 89 df e8 62 f...
2017 Oct 18
0
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...>> @@ -30,6 +30,9 @@ >> * __irqentry_text_start, __irqentry_text_end >> * __softirqentry_text_start, __softirqentry_text_end >> */ >> +#ifdef CONFIG_DEFAULT_HIDDEN >> +#pragma GCC visibility push(default) >> +#endif >> extern char _text[], _stext[], _etext[]; >> extern char _data[], _sdata[], _edata[]; >> extern char __bss_start[], __bss_stop[]; >> @@ -46,6 +49,9 @@ extern char __softirqentry_text_start[], __softirqentry_text_end[]; >> >> /* Start and end of .ctors section - used for constructor calls. */ &g...
2003 Feb 04
0
[Bug 42] New: Kernel panic in PSD
...05220 <default_idle+0/28> Trace; c0105220 <default_idle+0/28> Trace; c010a138 <call_do_IRQ+5/d> Trace; c0105220 <default_idle+0/28> Trace; c0105220 <default_idle+0/28> Trace; c0105243 <default_idle+23/28> Trace; c01052a9 <cpu_idle+41/54> Trace; c0105000 <_stext+0/0> Trace; c0105027 <rest_init+27/28> Code; c01fc7c4 <ipt_psd_match+c4/400> 00000000 <_EIP>: Code; c01fc7c4 <ipt_psd_match+c4/400> <===== 0: 39 41 08 cmp %eax,0x8(%ecx) <===== Code; c01fc7c7 <ipt_psd_match+c7/400> 3: 74 0...
2009 Jun 17
0
MPTSAS is broken in xen-3.4.x ?
...tsas] [ 23.820333] [<c0303411>] driver_register+0x7d/0xd3 [ 23.820333] [<e355d000>] mptsas_init+0x0/0xce [mptsas] [ 23.820333] [<c02ae22a>] __pci_register_driver+0x32/0x60 [ 23.820333] [<e355d0ba>] mptsas_init+0xba/0xce [mptsas] [ 23.820333] [<c0102044>] _stext+0x44/0x135 [ 23.820333] [<c0155fe1>] tracepoint_module_notify+0x21/0x24 [ 23.820333] [<c01366e6>] notifier_call_chain+0x2a/0x47 [ 23.820333] [<c013693b>] __blocking_notifier_call_chain+0x3f/0x49 [ 23.820333] [<c014178f>] sys_init_module+0x87/0x182 [ 23.820333]...
2017 Oct 11
0
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...44 --- a/include/asm-generic/sections.h +++ b/include/asm-generic/sections.h @@ -30,6 +30,9 @@ * __irqentry_text_start, __irqentry_text_end * __softirqentry_text_start, __softirqentry_text_end */ +#ifdef CONFIG_DEFAULT_HIDDEN +#pragma GCC visibility push(default) +#endif extern char _text[], _stext[], _etext[]; extern char _data[], _sdata[], _edata[]; extern char __bss_start[], __bss_stop[]; @@ -46,6 +49,9 @@ extern char __softirqentry_text_start[], __softirqentry_text_end[]; /* Start and end of .ctors section - used for constructor calls. */ extern char __ctors_start[], __ctors_end[];...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...x80 # set IDTE flag 0: +# +# find out if we have the ESSA instruction +# + la %r1,0f-.LPG1(%r13) # set program check address + stg %r1,__LC_PGM_NEW_PSW+8 + lghi %r1,0 + .long 0xb9ab0001 # essa get state + oi 6(%r12),0x01 # set ESSA flag +0: + lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space, # virtual and never return ... .align 16 diff -urpN linux-2.6/arch/s390/lib/uaccess64.S linux-2.6-patched/arch/s390/lib/uaccess64.S --- linux-2.6/arch/s390/lib/uaccess64.S 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/a...
2007 Apr 18
0
[patch 2/9] Guest page hinting: unused / free pages on s390.
...x80 # set IDTE flag 0: +# +# find out if we have the ESSA instruction +# + la %r1,0f-.LPG1(%r13) # set program check address + stg %r1,__LC_PGM_NEW_PSW+8 + lghi %r1,0 + .long 0xb9ab0001 # essa get state + oi 6(%r12),0x01 # set ESSA flag +0: + lpswe .Lentry-.LPG1(13) # jump to _stext in primary-space, # virtual and never return ... .align 16 diff -urpN linux-2.6/arch/s390/lib/uaccess64.S linux-2.6-patched/arch/s390/lib/uaccess64.S --- linux-2.6/arch/s390/lib/uaccess64.S 2006-09-01 12:49:25.000000000 +0200 +++ linux-2.6-patched/a...
2003 Mar 04
6
[Bug 22] Linux kernel crashes when incoming/outgoing interfaces differ
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=22 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bowles@ambisys.com Component|unknown |ip_tables (kernel) OS/Version|other
2007 Apr 18
2
[Bridge] Re: [2.4.22] bad interaction between e100 and bridge: BUG at dev.c:991!
...; Trace; c0107170 <default_idle+0/50> > Trace; c0107170 <default_idle+0/50> > Trace; c010e458 <call_do_IRQ+5/d> > Trace; c0107170 <default_idle+0/50> > Trace; c010719c <default_idle+2c/50> > Trace; c0107232 <cpu_idle+52/70> > Trace; c0105000 <_stext+0/0> > > Code; c0284b29 <skb_checksum_help+59/a0> > 00000000 <_EIP>: > Code; c0284b29 <skb_checksum_help+59/a0> <===== > 0: 0f 0b ud2a <===== > Code; c0284b2b <skb_checksum_help+5b/a0> > 2: df 03...
2009 Jan 22
17
Critical bug: VT-d fault causes disk corruption or Dom0 kernel panic.
All, We met several system failures on different hardware platforms, which are all caused by VT-d fault. err 1: disk is corrupted by VT-d fault on SATA. err 2: Dom0 kernel panics at booting, which is caused VT-d fault on UHCI. err 3, Dom0 complains disk errors while creating HVM guests. The culprit would be changeset 19054 "x86_64: Remove statically-partitioned Xen heap.". Detailed