dwarves.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFT] Testing 1.22
@ 2021-05-27 15:20 Arnaldo Carvalho de Melo
  2021-05-27 16:54 ` Andrii Nakryiko
                   ` (2 more replies)
  0 siblings, 3 replies; 44+ messages in thread
From: Arnaldo Carvalho de Melo @ 2021-05-27 15:20 UTC (permalink / raw)
  To: Andrii Nakryiko, Jiri Olsa
  Cc: Michal Suchánek, dwarves, bpf, kernel-team, Michael Petlan

Hi guys,

	Its important to have 1.22 out of the door ASAP, so please clone
what is in tmp.master and report your results.

	To make it super easy:

[acme@quaco pahole]$ cd /tmp
[acme@quaco tmp]$ git clone git://git.kernel.org/pub/scm/devel/pahole/pahole.git
Cloning into 'pahole'...
remote: Enumerating objects: 6510, done.
remote: Total 6510 (delta 0), reused 0 (delta 0), pack-reused 6510
Receiving objects: 100% (6510/6510), 1.63 MiB | 296.00 KiB/s, done.
Resolving deltas: 100% (4550/4550), done.
[acme@quaco tmp]$ cd pahole/
[acme@quaco pahole]$ git checkout origin/tmp.master
Note: switching to 'origin/tmp.master'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 0d17503db0580a66 btf_encoder: fix and complete filtering out zero-sized per-CPU variables
[acme@quaco pahole]$ git log --oneline -5
0d17503db0580a66 (HEAD, origin/tmp.master) btf_encoder: fix and complete filtering out zero-sized per-CPU variables
fb418f9d8384d3a9 dwarves: Make handling of NULL by destructos consistent
f049fe9ebf7aa9c2 dutil: Make handling of NULL by destructos consistent
1512ab8ab6fe76a9 pahole: Make handling of NULL by destructos consistent
1105b7dad2d0978b elf_symtab: Use zfree() where applicable
[acme@quaco pahole]$ mkdir build
[acme@quaco pahole]$ cd build
[acme@quaco build]$ cmake ..
<SNIP>
-- Build files have been written to: /tmp/pahole/build
[acme@quaco build]$ cd ..
[acme@quaco pahole]$ make -j8 -C build
make: Entering directory '/tmp/pahole/build'
<SNIP>
[100%] Built target pahole
make[1]: Leaving directory '/tmp/pahole/build'
make: Leaving directory '/tmp/pahole/build'
[acme@quaco pahole]$

Then make sure build/pahole is in your path and try your workloads.

Jiri, Michael, if you could run your tests with this, that would be awesome,

Thanks in advance!

- Arnaldo

^ permalink raw reply	[flat|nested] 44+ messages in thread

end of thread, other threads:[~2021-07-28 11:21 UTC | newest]

Thread overview: 44+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 15:20 [RFT] Testing 1.22 Arnaldo Carvalho de Melo
2021-05-27 16:54 ` Andrii Nakryiko
2021-05-27 19:04   ` Arnaldo
2021-05-27 19:14     ` Andrii Nakryiko
2021-05-27 19:55       ` Arnaldo
2021-05-27 20:41         ` Andrii Nakryiko
2021-05-27 21:08           ` Jiri Olsa
2021-05-27 21:57             ` Arnaldo
2021-05-28 19:45           ` Arnaldo Carvalho de Melo
2021-05-29  2:36             ` Andrii Nakryiko
2021-06-01 18:31               ` Arnaldo Carvalho de Melo
2021-06-01 18:32                 ` Arnaldo Carvalho de Melo
2021-05-30  0:40             ` Andrii Nakryiko
2021-06-01 18:24               ` Arnaldo Carvalho de Melo
2021-06-03 14:57               ` Arnaldo Carvalho de Melo
2021-06-05  2:55                 ` Andrii Nakryiko
2021-06-07 13:20                   ` Parallelizing vmlinux BTF encoding. was " Arnaldo Carvalho de Melo
2021-06-07 15:42                     ` Yonghong Song
2021-06-08  0:53                     ` Andrii Nakryiko
2021-06-08 12:59                       ` Arnaldo Carvalho de Melo
2021-06-15 19:01                         ` Arnaldo Carvalho de Melo
2021-06-15 19:13                           ` Andrii Nakryiko
2021-06-15 19:38                             ` Arnaldo Carvalho de Melo
2021-06-15 20:05                               ` Andrii Nakryiko
2021-06-15 20:25                                 ` Arnaldo Carvalho de Melo
2021-06-15 21:26                                   ` Andrii Nakryiko
2021-05-30 21:45             ` Jiri Olsa
2021-06-01 19:07               ` Arnaldo Carvalho de Melo
2021-06-02 10:21 ` Michael Petlan
2021-07-15 21:31 ` Michal Suchánek
2021-07-16 13:25   ` Arnaldo Carvalho de Melo
2021-07-16 13:35     ` Luca Boccassi
2021-07-16 19:08       ` Luca Boccassi
     [not found]         ` <20210716201248.GL24916@kitsune.suse.cz>
2021-07-17 14:35           ` Luca Boccassi
2021-07-17 15:10             ` Michal Suchánek
2021-07-17 15:14               ` Luca Boccassi
2021-07-17 16:36                 ` Michal Suchánek
2021-07-17 16:39                   ` Luca Boccassi
2021-07-19 10:30                 ` Michal Suchánek
2021-07-19 10:34                   ` Luca Boccassi
2021-07-19 12:10     ` Luca Boccassi
2021-07-19 21:08       ` Arnaldo Carvalho de Melo
2021-07-28 10:53         ` Expected release date of v1.22 Deepak Kumar Mishra
2021-07-28 11:21           ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).