search for: decompression

Displaying 20 results from an estimated 968 matches for "decompression".

2016 Jan 06
0
[klibc:master] gzip: Fix silent fallback to decompression
...libc.git;a=commit;h=0016a343f734cfe002dd45ab97a67b857ffe2e6d Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Wed, 6 Jan 2016 01:21:27 +0000 Committer: H. Peter Anvin <hpa at linux.intel.com> CommitDate: Tue, 5 Jan 2016 17:51:26 -0800 [klibc] gzip: Fix silent fallback to decompression If the gzip utilities are built without support for compression, they will always attempt to carry out decompression even if the command name and options don't imply that. Instead they should fail with an explicit error in this case. Signed-off-by: Ben Hutchings <ben at decadent.org.uk&gt...
2016 Jan 06
0
[PATCH klibc] gzip: Fix silent fallback to decompression
If the gzip utilities are built without support for compression, they will always attempt to carry out decompression even if the command name and options don't imply that. Instead they should fail with an explicit error in this case. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/gzip/gzip.c | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --g...
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
Gabriel Barazer wrote: > Hi, > > After upgrading kernel to 2.6.22 on a Vmware workstation guest version = > 5.5 and 6 , the kernel decompression stage ("Decompressing Linux...") = > is hanging for a very long time (~5 minutes) before finally = > succeeding (displaying "done.\nBooting the kernel.\n"). During this = > time, the VM process is eating all the CPU time during the = > decompression, like an inf...
2007 Aug 04
2
2.6.22 x86_64 : kernel initial decompression hangs on vmware
Gabriel Barazer wrote: > Hi, > > After upgrading kernel to 2.6.22 on a Vmware workstation guest version = > 5.5 and 6 , the kernel decompression stage ("Decompressing Linux...") = > is hanging for a very long time (~5 minutes) before finally = > succeeding (displaying "done.\nBooting the kernel.\n"). During this = > time, the VM process is eating all the CPU time during the = > decompression, like an inf...
2013 Apr 16
3
[LLVMdev] RFC: Using zlib to decompress debug info sections.
Hi! TL;DR WDYT of adding zlib decompression capabilities to LLVMObject library? ld.gold from GNU binutils has --compress-debug-sections=zlib option, which uses zlib to compress .debug_xxx sections and renames them to .zdebug_xxx. binutils (and GDB) support this properly, while LLVM command line tools don't: $ ld --version GNU gold (GNU...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at gmail.com>wrote: > On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>wrote: > >> Hi! >> >> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >> library? >> > >> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >> which uses zlib to compress .debug_xxx sections and renames them to >> .zdebug_xxx. >> binutils (and GDB) support this properly, while LLVM...
2014 Nov 26
1
Second copy engine on GF116
...n Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger <aritger at nvidia.com> wrote: >>>>> Hi Ilia, >>>>> >>>>> Actually 0x90b8 is different than copy engine. I'm not very familiar >>>>> with it, but 0x90b8 is an engine for performing LZO decompression as >>>>> part of performing the copy. It has a variety of limitations (e.g., >>>>> cannot handle blocklinear format), and was only in a few Fermi chips, >>>>> as I understand it. >>>> >>>> According to our driver source, GF100, G...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com>wrote: > Hi! > > TL;DR WDYT of adding zlib decompression capabilities to LLVMObject library? > > ld.gold from GNU binutils has --compress-debug-sections=zlib option, > which uses zlib to compress .debug_xxx sections and renames them to > .zdebug_xxx. > binutils (and GDB) support this properly, while LLVM command line tools > don't:...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...> > On Tue, Apr 16, 2013 at 8:31 PM, Michael Spencer <bigcheesegs at gmail.com> > wrote: >> >> On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com> >> wrote: >>> >>> Hi! >>> >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >>> library? >>> >>> >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >>> which uses zlib to compress .debug_xxx sections and renames them to >>> .zdebug_xxx. >>> binutils (and GDB) sup...
2003 Sep 16
3
Memdisk Decompression problems...
Hi.. Well i too am having the same memdisk decompression error that states "ran out of input data" since the first when memdisk started supporting booting compressed images !!! I posted this several times but alwsys cudlnt understand whatthe admins want (like what inof they need to debug the problem)... I even offered to send screenshots o...
2013 Apr 16
2
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...M, Michael Spencer <bigcheesegs at gmail.com> > > wrote: > >> > >> On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com> > >> wrote: > >>> > >>> Hi! > >>> > >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject > >>> library? > >>> > >>> > >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, > >>> which uses zlib to compress .debug_xxx sections and renames them to > >>> .zdebug_xxx. >...
2006 Sep 08
2
problem with compression and decompression
Hi, I am facing a problem with my Voice Communication application. I am using the Speex API, and have based my application on the given example files sampleenc.c and sampledec.c. I'm using the OpenAL SDK for voice capture. I have provided below the two main functions within which the problem exists. "Compress()" and "Decompress()". Below the code for these functions, I
2014 Nov 25
3
Second copy engine on GF116
...lia Mirkin wrote: >> On Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger <aritger at nvidia.com> wrote: >> > Hi Ilia, >> > >> > Actually 0x90b8 is different than copy engine. I'm not very familiar >> > with it, but 0x90b8 is an engine for performing LZO decompression as >> > part of performing the copy. It has a variety of limitations (e.g., >> > cannot handle blocklinear format), and was only in a few Fermi chips, >> > as I understand it. >> >> According to our driver source, GF100, GF104, GF110, GF114, and GF116 >&gt...
2020 Apr 16
0
[PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
...;jroedel at suse.de> > > > > > > The inat-tables.c file has some arrays in it that contain pointers to > > > other arrays. These pointers need to be relocated when the kernel > > > image is moved to a different location. > > > > > > The pre-decompression boot-code has no support for applying ELF > > > relocations, so initialize these arrays at runtime in the > > > pre-decompression code to make sure all pointers are correctly > > > initialized. > > I need to check the whole series, but as far as I can understand fr...
2013 Mar 15
0
[PATCH 4.1] Add DomU xz kernel decompression
...y own backport and Bastian''s were entirely identical, I haven''t tested it other than to compile it... Thanks, Ian. commit 5e73e3548ce70e433a03843ac4fc21a49277baad Author: Ian Jackson <ian.jackson@eu.citrix.com> Date: Fri Mar 15 18:09:51 2013 +0000 Add DomU xz kernel decompression Signed-off-by: Jan Beulich <jbeulich@novell.com> xen-unstable changeset: 4afea3d65321c40bb8afec833c860f92176bfb42 xen-unstable date: Wed Mar 9 16:19:36 2011 +0000 Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> [ This is byte-for-byte identical...
2013 Apr 16
0
[LLVMdev] RFC: Using zlib to decompress debug info sections.
...gs at gmail.com> >> > wrote: >> >> >> >> On Tue, Apr 16, 2013 at 2:37 AM, Alexey Samsonov <samsonov at google.com> >> >> wrote: >> >>> >> >>> Hi! >> >>> >> >>> TL;DR WDYT of adding zlib decompression capabilities to LLVMObject >> >>> library? >> >>> >> >>> >> >>> ld.gold from GNU binutils has --compress-debug-sections=zlib option, >> >>> which uses zlib to compress .debug_xxx sections and renames them to >> >&gt...
2010 May 03
1
Help decompressing Speex audio
I have an audio file compressed by JSpeex that I'm trying to decompress on the iPhone. I've been trying to work from the speexdec example in an attempt to port the core logic to ObjC. I have a class that does the decode and passes the result back to another class. (currently the other class is a unit test.) My other class is writing the converted output to disk. I compare the results of my
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow suit. 1: xen: add LZ4 decompression support 2: libxc: add LZ4 decompression support Signed-off-by: Jan Beulich <jbeulich@suse.com>
2020 Oct 12
1
LZ4 Kernel Decompression not supported
...03 I have a Debian 7, and two Gentoo DomU Guests running fine. I am trying to get an Ubuntu 20.04 DomU Guest running but I get this error when trying to run the netboot kernel image xc_dom_probe_bzimage_kernel unable to LZ4 decompress kernel I understand that CentOS Xen does not support LZ4 decompression. Is there a workaround for this? Regards Francis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20201012/ab57b775/attachment-0005.html>
2014 Nov 21
3
Second copy engine on GF116
On Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger <aritger at nvidia.com> wrote: > Hi Ilia, > > Actually 0x90b8 is different than copy engine. I'm not very familiar > with it, but 0x90b8 is an engine for performing LZO decompression as > part of performing the copy. It has a variety of limitations (e.g., > cannot handle blocklinear format), and was only in a few Fermi chips, > as I understand it. According to our driver source, GF100, GF104, GF110, GF114, and GF116 all have it. [So GF106, GF108, GF117, GF119 don'...