Displaying 2 results from an estimated 2 matches for "00012058".
Did you mean:
  00000058
  
2016 Apr 04
2
[LLD][ELF] Dynamic relocations list depends on the input files order
...r-got.o
% as --32 r-32.s -o r-32.o
% as --32 data.s -o data.o
% lld -flavor gnu data.o -shared -o libdata.so
% lld -flavor gnu r-32.o r-got.o libdata.so -o a.out
relocation R_386_GOT32 out of range
% lld -flavor gnu r-got.o r-32.o libdata.so -o a.out
% readelf -Sr a.out
...
[ 7] .got   PROGBITS   00012058 002058 000004 00  WA  0   0  4
...
Relocation section '.rel.dyn' at offset 0x15c contains 2 entries:
 Offset     Info    Type            Sym.Value  Sym. Name
00012058  00000106 R_386_GLOB_DAT    00013000   foo
00013000  00000105 R_386_COPY        00013000   foo
BTW the D18711 patch changes...
2013 Jul 22
69
[xen-unstable] Commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, makes dom0 boot process stall several times.
Hi Jan,
After commit 2ca9fbd739b8a72b16dd790d0fff7b75f5488fb8 AMD IOMMU: allocate IRTE entries instead of using a static mapping, booting dom0 stalls several times.
Sometimes this results in RCU stall warnings from the dom0 kernel, hitting the "any" key, on normal or serial console, makes the boot continue for a while but it stalls several times.
(It also stalls on shutdown BTW)
I have