similar to: [PATCH] init: Don't allocate modules on the stack (RHBZ#1339691).

Displaying 20 results from an estimated 8000 matches similar to: "[PATCH] init: Don't allocate modules on the stack (RHBZ#1339691)."

2016 May 25
0
Re: [PATCH] init: Don't allocate modules on the stack (RHBZ#1339691).
On Wednesday 25 May 2016 17:38:47 Richard W.M. Jones wrote: > If the modules are unstripped and/or especially large, then the stack > can overflow. > --- LGTM. -- Pino Toscano
2016 Jun 14
1
[PATCH supermin] init: Delete initramfs files before chrooting into the appliance.
After supermin has finished running, the initramfs files sit around occupying swappable memory but serving no further purpose. This saves a little memory, at the cost of about 1ms of extra boot time. --- init/init.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 48 insertions(+), 2 deletions(-) diff --git a/init/init.c b/init/init.c index 733d66e..5ac53e9 100644 ---
2016 May 27
2
Re: supermin init segfaults when kernel has large modules
Continuing the discussion from: https://bugzilla.redhat.com/show_bug.cgi?id=1339691#c17 [Luiz: There's no need to subscribe to the mailing list, once I've moderated your first message the others will go through.] > IMO, supermin should use the kernel the host is running as a hint and > try that one first. This shouldn't be hard to do. > > This BZ should be enough evidence
2016 Feb 17
0
[PATCH supermin v2 1/4] init: Uncompress modules before adding them to the mini initrd.
When building the mini initrd, previously we copied the modules into the initrd as-is, so for example if the module was xz-compressed, we copied the foo.ko.xz file to the initrd. This requires that the mini init binary is linked to zlib & lzma, so that it knows how to uncompress these modules when insmoding them at boot time. Also since the init is statically linked, it required _static_
2006 Feb 20
1
Unstripped stuff
Hi! I was running lintian on our package... Among the copious errors and warnings there are: W: xen-utils: manpage-has-errors-from-man usr/share/man/man1/xm.1.gz 668: warning: can't find numbered character 160 Should we try to fix this, perhaps? E: xen-hypervisor-pae: unstripped-binary-or-object ./boot/xen_pae-syms-3.0.1 E: xen-hypervisor: unstripped-binary-or-object ./boot/xen-syms-3.0.1
2017 Apr 19
0
[PATCH supermin 2/3] init: Move variable declarations to the top of the function.
No functional change, just change the style to the one used by libguestfs. --- init/init.c | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/init/init.c b/init/init.c index e3d1107..473a5c5 100644 --- a/init/init.c +++ b/init/init.c @@ -96,6 +96,18 @@ static char line[1024]; int main () { + FILE *fp; + size_t n; + char *root,
2001 Feb 05
1
"wineserver: /home/Ani/.wine/config is not a valid registry file"
Okay went to: http://wine.dataparty.no/ form there downloaded the rpm, http://wine.dataparty.no/rpm/unstripped/wine-cvs-unstripped-013001-1.i386.rpm downloaded the config file and worked through the install guide. I edited the config file to mirror my window setup: c:\ = \mnt\c d:\ = \temp e:\ = \web f:\ = \documents g:\ = \music h:\ = \mnt\cdrom i:\ = \mnt\zip then as a check did $wine -v and
2012 Nov 10
2
[LLVMdev] Inlining bitcast functions...
Spoke too soon... running the inst combine pass does seem to resolve the linker/inlining issue. But the resulting code fails to run correctly. I was expecting the same result that I get when running with unstripped modules, that is passing test runs. When it still failed, I guessed the failure mode to be the same, but it isn't. Not sure WHAT to make of this...
2001 Apr 05
2
Newbie...WINE setup?
Hi all, I just installed Linux-Mandrake 7.2 Powerpack Deluxe, and now I am installing programs. First I installed AIM. That worked fine, but now I want to install a windows emulator for my games. I have been told to use WINE. I downloaded the RPM, opened it and hit "Install". But I got some errors. Now you have to understand I know almost NOTHING about linux. I am a very advanced Windows
2001 Nov 22
1
Wine / Whine
In the information on your site you talk of stripped and unstripped wine, ok so I load both of them onto my machine. When i look at the installation guide it says download the wine and wineserver? What is the wineserver it hasn't been mentioned yet?
2001 Nov 29
2
Autocad without an installed Windows
Hello I tried to install an old version of autocad (13, student edition, Release 13c4a), on a MSWindows-free box. I ran : $ wine d:\setup32.exe It begun all right, I had the installation screens, then it failed with the following messages : err:win:WIN_FindWndPtr window 10029 belongs to other process err:win:WIN_FindWndPtr window 10021 belongs to other process err:win:WIN_FindWndPtr window
2012 Nov 10
0
[LLVMdev] Inlining bitcast functions...
On Fri, Nov 9, 2012 at 3:58 PM, Relph, Richard <Richard.Relph at amd.com> wrote: > Eli, > Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that
2012 Nov 09
3
[LLVMdev] Inlining bitcast functions...
Eli, Thanks. I don't think it's a bug in the linker, really… it's required to treat (stripped) opaque types as different, since it really has no way to know if the caller and the callee really are referring to the same thing… though it then seems to turn right around and do exactly that by inserting the bitcast. ;-) (That does come from the linker.) That the linker 'works
2002 Jun 11
5
problem installing WINE on Mandrake v8.2 - confirm with textutils
I'm trying to install WINE on my newly installed Mandrake v8.2 system. The error I receive is "file /usr/bin/expand from install of wine-cvs-unstripped-061102-1 conflicts with file from package textutils-2.0.17-7mdk" Any input would be greatly appreciated. Thanks, Josh
2015 Sep 09
2
RFC: Reducing Instr PGO size overhead
Thank you for doing this. The size issue is actually a big concern for me. So this is step in the right direction. Two other points to consider, that would help us: 1) When using -fcoverage-mapping, some of the information is emitted in the text section. This is creating linking issues with very large files. It does not seem any of this information should necessarily be in the text
2002 Feb 26
1
eFaxViewer problem
The installation of the eFax veiwer worked fine. No glitches. But when running the eFaxViewer it allows me to open the document and it displays it. But after a minute or so my xterm window get filled with the message err:local:LOCAL_GetBlock not enough space in GDI heap 0207 for 20 bytes err:region:CombineRgn Invalid rgn=0000 And the only way to stops this is to open up a new xterm and kill
2002 Sep 13
1
Derive 5.05
Derive 5.05 works fine with the "wine-cvs-unstripped-090902.rpm" except for the unreadable font in the command line that is used to input math expression. Is it a bug, or does it depend on any missing windows's file ? Thank you
2001 Jul 10
1
Windows2000 questions
I am about to configure Wine on RH7.1 and have it work with windows2000 and OfficeXP with 2 partitions in NTFS / FAT32....any considerations or general opinions? I just downloaded the unstripped and want to get going...... I have not seen any postings dealing with this. TIA ~PJ
2006 Apr 05
1
NUT and debuggers (was: newhidups crashes intermittently (double free or corruption))
2006/4/4, Niels Baggesen <nba@users.sourceforge.net>: > On Tue, Apr 04, 2006 at 10:57:51PM +0200, Nick Rosier wrote: > > Again, with an unstripped version of newhidups. But it doesn't seem to > > give more information; no core dump either. Anything else I can try? > > Strace it and hope the file doesn't fill up my disk :-) > > It is probably better to try
2001 Sep 20
1
No driver found for Display
l installed wine from wine-cvs-unstripped-091501-1.i386.rpm on Redhat 7.1 and always get this message. l tried to install another package but they didn't work l think l have a Xfree86 problem l don't know what should l do? err:module:BUILTIN32_LoadLibraryExA loaded .so but dll display.dll still not found err:dc:CreateDCA no driver found for DISPLAY FIXME:pthread_rwlock_rdlock