Change logs for dwarves source package in Jammy

  • dwarves (1.25-0ubuntu1~22.04.2) jammy; urgency=medium
    
      * Backport 1.25 dwarves to stable series (LP: #2025988)
        - Use statically linked vendored libbpf
        - Relax autopkgtest libbpf-dev depends
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 05 Jul 2023 09:46:31 +0100
  • dwarves (1.25-0ubuntu1~22.04.1) jammy; urgency=medium
    
      * Backport 1.25 dwarves to stable series (LP: #2025988)
        - Use statically linked vendored libbpf
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 05 Jul 2023 09:46:31 +0100
  • dwarves (1.22-8) unstable; urgency=medium
    
      * Add binutils-multiarch to the autopkgtest dependencies.
    
     -- Domenico Andreoli <email address hidden>  Wed, 02 Mar 2022 23:29:15 +0100
  • dwarves (1.22-5) unstable; urgency=medium
    
      * Add test: minimal Linux kernel build with BTF.
    
     -- Domenico Andreoli <email address hidden>  Fri, 04 Feb 2022 18:59:44 +0100
  • dwarves (1.22-4) unstable; urgency=high
    
      [Ben Hutchings]
      * Fix inconsistent usage of HAVE_BTF and HAVE_BPF in
        add_cmake_libbpf_enabled_option.patch. Closes: #1004311.
    
     -- Domenico Andreoli <email address hidden>  Wed, 26 Jan 2022 12:24:40 +0100
  • dwarves (1.22-2ubuntu1) jammy; urgency=medium
    
      * Revert to bpf 1.21 as pahole segfaults during kernel builds.
    
     -- Dimitri John Ledkov <email address hidden>  Tue, 25 Jan 2022 16:12:39 +0000
  • dwarves (1.22-2build1) jammy; urgency=medium
    
      * Rebuild against new libpbf 0.5.0.
    
     -- Gianfranco Costamagna <email address hidden>  Tue, 25 Jan 2022 19:19:37 +0100
  • dwarves (1.22-2) unstable; urgency=medium
    
      * Mark dwarves binary as Multi-Arch foreign.
      * Update libbpf-dev Build-Depends version.
      * Consolidate and forward patches.
      * Add test: pahole-struct-with-hole.
      * Disable BPF support on hurd-i386, kfreebsd-amd64 and kfreebsd-i386:
        - add add_cmake_libbpf_enabled_option.patch
      * Rename branch debian/master to debian/main.
    
     -- Domenico Andreoli <email address hidden>  Fri, 21 Jan 2022 19:55:31 +0100
  • dwarves (1.22-1) unstable; urgency=low
    
      * New upstream release.
        Changes since 1.20:
    
        pahole:
        - Allow encoding BTF to a separate BTF file (detached) instead of to a new
          ".BTF" ELF section in the file being encoded (vmlinux usually).
        - Introduce -j/--jobs option to specify the number of threads to
          use. Without arguments means one thread per CPU. So far used for
          the DWARF loader, will be used as well for the BTF encoder.
        - Show all different types with the same name, not just the first one found.
        - Introduce sorted type output (--sort), needed with multithreaded
          DWARF loading, to use with things like 'btfdiff' that expects
          the output from DWARF and BTF types to be comparable using 'diff'.
        - Stop assuming that reading from stdin means pretty printing as this broke
          pre-existing scripts, introduce a explicit --prettify command line option.
        - Improve type resolution for the --header command line option.
        - Disable incomplete CTF encoder, this needs to be done using the external
          libctf library.
        - Do not consider the ftrace filter when encoding BTF for kernel functions.
        - Add --kabi_prefix to avoid deduplication woes when using
          _RH_KABI_REPLACE()
        - Add --with_flexible_array to show just types with flexible arrays.
    
        DWARF Loader:
        - Multithreaded loading, requires elfutils >= 0.178.
        - Lock calls to non-thread safe elfutils' libdw functions (dwarf_decl_file()
          and dwarf_decl_line())
        - Change hash table size to one that performs better with current typical
          vmlinux files.
        - Allow tweaking the hash table size from the command line.
        - Stop allocating memory for strings obtained from libdw, just defer freeing
          the Dwfl handler so that references to its strings can be safely kept.
        - Use a frontend cache for the latest lookup result.
        - Allow ignoring some DWARF tags when loading for encoding
          BTF, as BTF doesn't have equivalents for things like
          DW_TAG_inline_expansion and DW_TAG_label.
        - Allow ignoring some DWARF tag attributes, such as DW_AT_alignment,
          not used when encoding BTF.
        - Do not query for non-C attributes when loading a C language CU
          (compilation unit).
    
        BTF encoder:
        - Preparatory work for multithreaded encoding, the focus for 1.23.
    
        btfdiff:
        - Support diffing against a detached BTF file,
          e.g.: 'btfdiff vmlinux vmlinux.btf'
        - Support multithreaded DWARF loading, using the new pahole --sort
          option to have the output from both BTF and DWARF sorted and thus
          comparable via 'diff'.
    
        Build:
        - Support building with libc libraries lacking either obstacks or argp, such
          as Alpine Linux's musl libc.
        - Support systems without getconf() to obtain the data cacheline size, such
          as musl libc.
        - Add a buildcmd.sh for test builds, tested using the same set of containers
          used for testing the Linux kernel perf tools.
        - Enable selecting building with a shared libdwarves library or statically.
        - Allow one to use the libbpf package found in distributions instead
          of with the accompanying libbpf git submodule.
    
        Cleanups:
        - Address lots of compiler warnings accumulated by not using -Wextra, it'll
          be added in the next release after allowing not to use it to build libbpf.
        - Address covscan report issues.
    
        Documentation:
        - Improve the --nr_methods/-m pahole man page entry.
        - Clarify that currently --nr_methods doesn't work together witn -C.
    
      * Refresh patches.
      * Drop patch no_shared_no_ebl, can do without it.
      * Build-Depends on linux-libc-dev (>= 5.14) for BTF_KIND_FLOAT.
      * Rename source package to dwarves. Closes: #705969.
      * Rename binary package to pahole and add a transitional dummy package.
      * Patch pahole manpage to fix groff's warning.
      * Configure gbp to sign tags by default.
      * Remove superfluous file patterns from debian/copyright.
    
     -- Domenico Andreoli <email address hidden>  Tue, 19 Oct 2021 23:31:29 +0200