From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 112182 invoked by alias); 17 Nov 2017 15:44:50 -0000 Mailing-List: contact elfutils-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: elfutils-devel-owner@sourceware.org Received: (qmail 104990 invoked by uid 48); 17 Nov 2017 15:44:41 -0000 From: "brueckner at linux dot vnet.ibm.com" To: elfutils-devel@sourceware.org Subject: [Bug libdw/22452] Failed to obtain CFI data for a OP_call_frame_CFA when looking for func entrypoc in an s390 kernel module Date: Fri, 17 Nov 2017 15:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libdw X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: brueckner at linux dot vnet.ibm.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2017-q4/txt/msg00053.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22452 --- Comment #3 from H. Brueckner --- (In reply to Mark Wielaard from comment #1) > One tricky issue here is the fact that kernel modules are ET_REL files > that still need relocations applied (you can see there is also a > .rela.eh_frame section). libdwfl can do simple relocations, but might not > know about all relocation types used in an .eh_frame section (I haven't > checked yet). At least, I checked the reloc types for s390 (backends/s390_reloc.def) and = the list is complete wrt kernel modules. Not sure if there is further work to = be done for non-simple relocations. --=20 You are receiving this mail because: You are on the CC list for the bug.