search for: jelinek

Displaying 20 results from an estimated 25 matches for "jelinek".

2015 Jul 09
2
boot... round 2
...Thu, 2015-07-09 at 06:56 +0000, William Kennington wrote: > Does fedora have gcc5 patches? I believe they applied some of the 5.2 > changes. I'm not an expert on the gcc package, but looking at the changelog it appears to be be following the upstream 5.x branch: * Thu Jun 18 2015 Jakub Jelinek <jakub at redhat.com> 5.1.1-4 - update from the 5 branch - fix C++ ICE in build_ctor_subob_ref (#1232679, #1233030, #1233068, PR c++/66536) - PRs c++/58063, c++/65719, c++/66289, c++/66450, c++/66571, fortran/66385, libstdc++/66030, libstdc++/66464, middle-end/66429, target/65...
2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
On 09/25/2015 11:53 AM, Jakub Jelinek via llvm-dev wrote: > On Fri, Sep 25, 2015 at 01:19:48AM -0700, Renato Golin wrote: >> After long talks with lots of people, I think we have a winning >> strategy to deal with the variable nature of VMA address in AArch64. >> It seems that the best way forward is to try the dyn...
2015 Jul 09
2
boot... round 2
On Wed, 2015-07-08 at 05:06 +0300, Ady wrote: > @Adam, > > Any news / results after applying Genec's proposed patch? > > http://www.syslinux.org/archives/2015-July/023727.html?; > > TIA, > Ady Sorry for the delay - I built a Fedora live image with that patch applied and it did boot OK. -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Twitter:
2015 Jul 09
0
boot... round 2
...William Kennington wrote: > > Does fedora have gcc5 patches? I believe they applied some of the 5.2 > > changes. > > I'm not an expert on the gcc package, but looking at the changelog it > appears to be be following the upstream 5.x branch: > > * Thu Jun 18 2015 Jakub Jelinek <jakub at redhat.com> 5.1.1-4 > - update from the 5 branch > - fix C++ ICE in build_ctor_subob_ref (#1232679, #1233030, #1233068, > PR c++/66536) > - PRs c++/58063, c++/65719, c++/66289, c++/66450, c++/66571, > fortran/66385, > libstdc++/66030, libstdc++/6646...
2006 May 09
0
[Fwd: Fast track: PSARC/2006/308 zfs list option]
FYI... -------------- next part -------------- An embedded message was scrubbed... From: Sarah Jelinek <Sarah.Jelinek at Sun.COM> Subject: Fast track: PSARC/2006/308 zfs list option Date: Tue, 09 May 2006 12:07:15 -0600 Size: 3461 URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20060509/c218cff5/attachment.mht>
2017 Aug 10
2
Keys used to sign releases
...rs <jsm at polyomino.org.uk> Key fingerprint = 80F9 8B2E 0DAB 6C82 81BD F541 A7C8 C3B2 F71E DF1C - 2048R/FC26A641 2005-09-13 Richard Guenther <richard.guenther at gmail.com> Key fingerprint = 7F74 F97C 1034 68EE 5D75 0B58 3AB0 0996 FC26 A641 - 1024D/C3C45C06 2004-04-21 Jakub Jelinek <jakub at redhat.com> Key fingerprint = 33C2 35A3 4C46 AA3F FB29 3709 A328 C3A2 C3C4 5C06 Would it make sense to add something similar to our download page? thanks... don -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/l...
2015 Jul 09
1
boot... round 2
...t;> > Does fedora have gcc5 patches? I believe they applied some of the 5.2 >> > changes. >> >> I'm not an expert on the gcc package, but looking at the changelog it >> appears to be be following the upstream 5.x branch: >> >> * Thu Jun 18 2015 Jakub Jelinek <jakub at redhat.com> 5.1.1-4 >> - update from the 5 branch >> - fix C++ ICE in build_ctor_subob_ref (#1232679, #1233030, #1233068, >> PR c++/66536) >> - PRs c++/58063, c++/65719, c++/66289, c++/66450, c++/66571, >> fortran/66385, >> libstdc...
2015 Sep 29
2
Dynamic VMA in Sanitizers for AArch64
On 25 September 2015 at 20:11, Jakub Jelinek <jakub at redhat.com> wrote: > Note, in our distros we are shipping 42-bit VMA and are using patch on > top of vanilla libsanitizer (with the 1UL << 36 shadow offset) and I don't > remember any bugs reported against this not working (and the testsuite works > too). So,...
2015 Sep 25
2
Dynamic VMA in Sanitizers for AArch64
...et value that works for all VMA variants? What exactly breaks when 1<<36 is used on 42-bit VMA? On Fri, Sep 25, 2015 at 3:28 AM, Yury Gribov via llvm-dev <llvm-dev at lists.llvm.org> wrote: > On 09/25/2015 01:27 PM, Yury Gribov wrote: >> >> On 09/25/2015 11:53 AM, Jakub Jelinek via llvm-dev wrote: >>> >>> On Fri, Sep 25, 2015 at 01:19:48AM -0700, Renato Golin wrote: >>>> >>>> After long talks with lots of people, I think we have a winning >>>> strategy to deal with the variable nature of VMA address in AArch64. >&gt...
2019 Feb 07
2
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...ub Jelínek and Roland McGrath. DWARF DW_OP_entry_value extension proposal. http://dwarfstd.org/ShowIssue.php? issue=100909.1. [2 Jakub Jelínek, Roland McGrath, Jan Kratochvíl, and Alexandre Oliva. DWARF DW_TAG_call_site extension proposal. http://dwarfstd.org/ ShowIssue.php?issue=100909.2 [3] J. Jelinek “Improving debug info for optimized away parameters” https://gcc.gnu.org/wiki/summit2010?action=AttachFile&do=view&target=jelinek.pdf [4] FOSDEM talk http://bofh.nikhef.nl/events/FOSDEM/2019/K.4.201/llvm_debug.webm [5] Elfutils https://sourceware.org/elfutils/
2015 Sep 25
3
Dynamic VMA in Sanitizers for AArch64
Hi folks, After long talks with lots of people, I think we have a winning strategy to deal with the variable nature of VMA address in AArch64. It seems that the best way forward is to try the dynamic calculation at runtime, evaluate the performance, and then, only if the hit is too great, think about compile-time alternatives. I'd like to know if everyone is in agreement, so we could get
2006 Jan 03
4
zfs object sets and datasets
Hi All, I am looking at trying to understand the conceptual model of how data is grouped and partitioned within a storge pool. In looking at the on disk document that Tabriz sent out a few weeks ago I see that object sets are the grouping which ZFS uses to group objects that are related. Specifially to aid in format and layout of like objects in to a set. So, for example 1 potential object
2001 Jan 20
11
RPM of R-1.2.1 for RH 7?
There does not seem to be a RPM for Red Hat 7 of version 1.2.1. What should I do? I have a new computer with RH7. I''m willing to try to make one from the SRPM, but I''ve never done that before, and I don''t want to go to the trouble if someone else is already planning to do it soon. Likewise, I could install it from the tgz file. (I just did that on a Solaris server,
2001 Jan 20
11
RPM of R-1.2.1 for RH 7?
There does not seem to be a RPM for Red Hat 7 of version 1.2.1. What should I do? I have a new computer with RH7. I''m willing to try to make one from the SRPM, but I''ve never done that before, and I don''t want to go to the trouble if someone else is already planning to do it soon. Likewise, I could install it from the tgz file. (I just did that on a Solaris server,
2019 Feb 08
3
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...land McGrath. DWARF DW_OP_entry_value extension proposal. http://dwarfstd.org/ShowIssue.php? issue=100909.1. > [2 Jakub Jelínek, Roland McGrath, Jan Kratochvíl, and Alexandre Oliva. DWARF DW_TAG_call_site extension proposal. http://dwarfstd.org/ ShowIssue.php?issue=100909.2 > [3] J. Jelinek “Improving debug info for optimized away parameters” https://gcc.gnu.org/wiki/summit2010?action=AttachFile&do=view&target=jelinek.pdf > [4] FOSDEM talk http://bofh.nikhef.nl/events/FOSDEM/2019/K.4.201/llvm_debug.webm > [5] Elfutils https://sourceware.org/elfutils/ >...
2005 May 28
2
Re: Demonizing generic Linux issues as Fedora Core-only issues -- WAS: Hi, Bryan
...005 14:17, Les Mikesell wrote: > > If you believe that, you have to believe that Red Hat's programmers > > are always better than the original upstream program author. > > For the most part, the Red Hat crew is the best in the business. Or have you > never heard of Jakub Jelinek, Alan Cox, Rick van Riel, and many many other of > the top upstream developers that are employed in some capacity by Red Hat? I think we've beaten these topics to death, but since it is kind of fun if you don't take it too seriously: Which of these guys knows how to make perl do chara...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...a path name. Fix BOOTP request - * for domainname (domainname is NIS domain, not - * DNS domain!). Skip dummy devices for BOOTP. - * Jacek Zapala : Fixed a bug which prevented server-ip address - * from nfsroot parameter from being used. - * Olaf Kirch : Adapted to new NFS code. - * Jakub Jelinek : Free used code segment. - * Marko Kohtala : Fixed some bugs. - * Martin Mares : Debug message cleanup - * Martin Mares : Changed to use the new generic IP layer autoconfig - * code. BOOTP and RARP moved there. - * Martin Mares : Default path now contains host name instead of - * host IP add...
2019 Feb 08
2
RFC: [DebugInfo] Improving Debug Information in LLVM to Recover Optimized-out Function Parameters
...; extension proposal. http://dwarfstd.org/ShowIssue.php? issue=100909.1. > > [2 Jakub Jelínek, Roland McGrath, Jan Kratochvíl, and Alexandre > Oliva. DWARF DW_TAG_call_site extension proposal. http://dwarfstd.org/ > ShowIssue.php?issue=100909.2 > > [3] J. Jelinek “Improving debug info for optimized away parameters” > https://gcc.gnu.org/wiki/summit2010?action=AttachFile&do=view&target=jelin > ek.pdf > > [4] FOSDEM talk > http://bofh.nikhef.nl/events/FOSDEM/2019/K.4.201/llvm_debug.webm > > [5] Elfutils...
2017 Dec 07
4
[RFC] - Deduplication of debug information in linkers (LLD).
>*nod* That's been the historic ELF+DWARF approach, but both MacOS (with dsyms+DWARF) and Windows >(COFF+CodeView+PDB) don't do it that way, and instead involve the linker to a degree. >Mostly I'm wondering if it'd be reasonable to (and if anyone would be interested in doing it) do >something more like the PDB support - fully debug-aware linking. Honestly saying I only
2006 Oct 31
0
PSARC 2005/711 Zone move and clone
Author: gjelinek Repository: /hg/zfs-crypto/gate Revision: b5e2c3c08438c9b843f43151654fa3e4a23793a6 Log message: PSARC 2005/711 Zone move and clone 6292928 RFE: provide faster zone provisioning 4963361 RFE: zoneadm move command Files: update: usr/src/cmd/zoneadm/zoneadm.c