poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add missing btf{-dump}.pk ChangeLog entries


From: David Faust
Subject: [PATCH] Add missing btf{-dump}.pk ChangeLog entries
Date: Tue, 16 Feb 2021 11:10:12 -0800

The ChangeLog entries for the recent BTF patches got lost somewhere
along the way. Re-add them. The two commits are:

898e01b1cce1756992e2ca1e04f2106a7452b29c - pickles: Add btf-dump.pk...
0e4d28a83c3a77222e75dbe35a4fe9842d87338d - pickles. Improvements to...
---

Hi!

I think these got lost when the above patches were committed on my
behalf, as I had removed the ChangeLog hunks :)

(Is HACKING still up-to-date in that regard? Obviously this isn't
a problem if the hacker is the one committing, but on the occasion
where commits are added on someone else's behalf it's very easy to
forget to add the ChangeLog entry.)

OK to push (and test write access)?

 ChangeLog | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 46e10aef..98e86dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,18 @@
        parse_args_2.
        (parse_args_1): Likewise for QUIET_ARG.
 
+2021-02-12  David Faust  <david.faust@oracle.com>
+
+       * pickles/btf-dump.pk: New pickle.
+       * pickles/Makefile.am (dist_pickles_DATA): Add `btf-dump.pk`.
+
+2021-02-12  David Faust  <david.faust@oracle.com>
+
+       * pickles/btf.pk (BTF_Type) Make several fields `offset`s where
+       appropriate. Correct bitfield to use integral struct. Correct variable
+       data for BTF_KIND_STRUCT.
+       (BTF_Section) New type.
+
 2021-02-08  David Faust  <david.faust@oracle.com>
 
        * libbpoke/pkl-anal.c: Forbid anonymous members in unions.
-- 
2.30.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]