All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH dwarves] dwarves: sync with libbpf-1.1
@ 2023-01-31 12:47 Alan Maguire
  2023-02-01 13:55 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Maguire @ 2023-01-31 12:47 UTC (permalink / raw)
  To: acme, yhs, ast, olsajiri, eddyz87, sinquersw, timo
  Cc: daniel, andrii, songliubraving, john.fastabend, kpsingh, sdf,
	haoluo, martin.lau, bpf, Alan Maguire

This will pull in BTF dedup improvements

082108f libbpf: Resolve unambigous forward declarations
de048b6 libbpf: Resolve enum fwd as full enum64 and vice versa
f3c51fe libbpf: Btf dedup identical struct test needs check for nested structs/arrays

Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
---
 lib/bpf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/bpf b/lib/bpf
index 645500d..6597330 160000
--- a/lib/bpf
+++ b/lib/bpf
@@ -1 +1 @@
-Subproject commit 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e
+Subproject commit 6597330c45d185381900037f0130712cd326ae59
-- 
1.8.3.1


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

* Re: [PATCH dwarves] dwarves: sync with libbpf-1.1
  2023-01-31 12:47 [PATCH dwarves] dwarves: sync with libbpf-1.1 Alan Maguire
@ 2023-02-01 13:55 ` Arnaldo Carvalho de Melo
  2023-02-01 15:11   ` Alan Maguire
  0 siblings, 1 reply; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2023-02-01 13:55 UTC (permalink / raw)
  To: Alan Maguire
  Cc: yhs, ast, olsajiri, eddyz87, sinquersw, timo, daniel, andrii,
	songliubraving, john.fastabend, kpsingh, sdf, haoluo, martin.lau,
	bpf

Em Tue, Jan 31, 2023 at 12:47:21PM +0000, Alan Maguire escreveu:
> This will pull in BTF dedup improvements
> 
> 082108f libbpf: Resolve unambigous forward declarations
> de048b6 libbpf: Resolve enum fwd as full enum64 and vice versa
> f3c51fe libbpf: Btf dedup identical struct test needs check for nested structs/arrays

So, after running cmake in the build directory to update the libbpf
submodule I'm not finding the above 3 commits:

⬢[acme@toolbox bpf]$ git log --oneline -1
6597330c45d18538 (HEAD, tag: v1.1.0) sync: latest libbpf changes from kernel
⬢[acme@toolbox bpf]$ 

This matches with the "Subproject commit" below, then:

⬢[acme@toolbox bpf]$ git log --oneline | egrep "Resolve unambigous forward declarations"\|"Resolve enum fwd as full enum64 and vice versa"\|"Btf dedup identical struct test needs check for nested structs/arrays"
758331091179fe47 libbpf: Resolve unambigous forward declarations
3a387f5a8fa8b25f libbpf: Resolve enum fwd as full enum64 and vice versa
6ebbbacb5cb11840 libbpf: Btf dedup identical struct test needs check for nested structs/arrays
⬢[acme@toolbox bpf]$

So I'm updating the commits, ok?

Thanks!

- Arnaldo

 
> Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
> ---
>  lib/bpf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/bpf b/lib/bpf
> index 645500d..6597330 160000
> --- a/lib/bpf
> +++ b/lib/bpf
> @@ -1 +1 @@
> -Subproject commit 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e
> +Subproject commit 6597330c45d185381900037f0130712cd326ae59
> -- 
> 1.8.3.1

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

* Re: [PATCH dwarves] dwarves: sync with libbpf-1.1
  2023-02-01 13:55 ` Arnaldo Carvalho de Melo
@ 2023-02-01 15:11   ` Alan Maguire
  0 siblings, 0 replies; 3+ messages in thread
From: Alan Maguire @ 2023-02-01 15:11 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo
  Cc: yhs, ast, olsajiri, eddyz87, sinquersw, timo, daniel, andrii,
	songliubraving, john.fastabend, kpsingh, sdf, haoluo, martin.lau,
	bpf

On 01/02/2023 13:55, Arnaldo Carvalho de Melo wrote:
> Em Tue, Jan 31, 2023 at 12:47:21PM +0000, Alan Maguire escreveu:
>> This will pull in BTF dedup improvements
>>
>> 082108f libbpf: Resolve unambigous forward declarations
>> de048b6 libbpf: Resolve enum fwd as full enum64 and vice versa
>> f3c51fe libbpf: Btf dedup identical struct test needs check for nested structs/arrays
> 
> So, after running cmake in the build directory to update the libbpf
> submodule I'm not finding the above 3 commits:
> 
> ⬢[acme@toolbox bpf]$ git log --oneline -1
> 6597330c45d18538 (HEAD, tag: v1.1.0) sync: latest libbpf changes from kernel
> ⬢[acme@toolbox bpf]$ 
> 
> This matches with the "Subproject commit" below, then:
> 
> ⬢[acme@toolbox bpf]$ git log --oneline | egrep "Resolve unambigous forward declarations"\|"Resolve enum fwd as full enum64 and vice versa"\|"Btf dedup identical struct test needs check for nested structs/arrays"
> 758331091179fe47 libbpf: Resolve unambigous forward declarations
> 3a387f5a8fa8b25f libbpf: Resolve enum fwd as full enum64 and vice versa
> 6ebbbacb5cb11840 libbpf: Btf dedup identical struct test needs check for nested structs/arrays
> ⬢[acme@toolbox bpf]$
> 
> So I'm updating the commits, ok?
>

perfect, thanks (I think I must have used the commit ids from 
bpf-next not the libbpf project, sorry)!
 
> Thanks!
> 
> - Arnaldo
> 
>  
>> Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
>> ---
>>  lib/bpf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/lib/bpf b/lib/bpf
>> index 645500d..6597330 160000
>> --- a/lib/bpf
>> +++ b/lib/bpf
>> @@ -1 +1 @@
>> -Subproject commit 645500dd7d2d6b5bb76e4c0375d597d4f0c4814e
>> +Subproject commit 6597330c45d185381900037f0130712cd326ae59
>> -- 
>> 1.8.3.1

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

end of thread, other threads:[~2023-02-01 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 12:47 [PATCH dwarves] dwarves: sync with libbpf-1.1 Alan Maguire
2023-02-01 13:55 ` Arnaldo Carvalho de Melo
2023-02-01 15:11   ` Alan Maguire

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.