netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pull-request: bpf 2019-11-15
@ 2019-11-15 22:18 Daniel Borkmann
  2019-11-15 23:09 ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Borkmann @ 2019-11-15 22:18 UTC (permalink / raw)
  To: davem; +Cc: jakub.kicinski, daniel, ast, netdev, bpf

Hi David,

The following pull-request contains BPF updates for your *net* tree.

We've added 1 non-merge commits during the last 9 day(s) which contain
a total of 1 file changed, 3 insertions(+), 1 deletion(-).

The main changes are:

1) Fix a missing unlock of bpf_devs_lock in bpf_offload_dev_create()'s
   error path, from Dan.

Please consider pulling these changes from:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Thanks a lot!

Also thanks to reporters, reviewers and testers of commits in this pull-request:

Jakub Kicinski

----------------------------------------------------------------

The following changes since commit 2836654a2735d3bc0479edd3ca7457d909b007ed:

  Documentation: TLS: Add missing counter description (2019-11-05 18:34:06 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git 

for you to fetch changes up to d0fbb51dfaa612f960519b798387be436e8f83c5:

  bpf, offload: Unlock on error in bpf_offload_dev_create() (2019-11-07 00:20:27 +0100)

----------------------------------------------------------------
Dan Carpenter (1):
      bpf, offload: Unlock on error in bpf_offload_dev_create()

 kernel/bpf/offload.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

* Re: pull-request: bpf 2019-11-15
  2019-11-15 22:18 pull-request: bpf 2019-11-15 Daniel Borkmann
@ 2019-11-15 23:09 ` David Miller
  2019-11-17 12:25   ` Daniel Borkmann
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2019-11-15 23:09 UTC (permalink / raw)
  To: daniel; +Cc: jakub.kicinski, ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Fri, 15 Nov 2019 23:18:55 +0100

> The following pull-request contains BPF updates for your *net* tree.
> 
> We've added 1 non-merge commits during the last 9 day(s) which contain
> a total of 1 file changed, 3 insertions(+), 1 deletion(-).
> 
> The main changes are:
> 
> 1) Fix a missing unlock of bpf_devs_lock in bpf_offload_dev_create()'s
>    error path, from Dan.
> 
> Please consider pulling these changes from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git

Pulled, thanks Daniel.

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

* Re: pull-request: bpf 2019-11-15
  2019-11-15 23:09 ` David Miller
@ 2019-11-17 12:25   ` Daniel Borkmann
  2019-11-17 18:27     ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Borkmann @ 2019-11-17 12:25 UTC (permalink / raw)
  To: David Miller; +Cc: jakub.kicinski, ast, netdev, bpf

Hi David,

On 11/16/19 12:09 AM, David Miller wrote:
> From: Daniel Borkmann <daniel@iogearbox.net>
> Date: Fri, 15 Nov 2019 23:18:55 +0100
> 
>> The following pull-request contains BPF updates for your *net* tree.
>>
>> We've added 1 non-merge commits during the last 9 day(s) which contain
>> a total of 1 file changed, 3 insertions(+), 1 deletion(-).
>>
>> The main changes are:
>>
>> 1) Fix a missing unlock of bpf_devs_lock in bpf_offload_dev_create()'s
>>     error path, from Dan.
>>
>> Please consider pulling these changes from:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git
> 
> Pulled, thanks Daniel.

Do you have a chance to double check, seems the PR did not yet get pushed
out to the net tree [0,1].

Thanks a lot,
Daniel

   [0] https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/log/kernel/bpf/offload.c
   [1] https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf.git/log/kernel/bpf/offload.c

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

* Re: pull-request: bpf 2019-11-15
  2019-11-17 12:25   ` Daniel Borkmann
@ 2019-11-17 18:27     ` David Miller
  2019-11-17 20:05       ` Daniel Borkmann
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2019-11-17 18:27 UTC (permalink / raw)
  To: daniel; +Cc: jakub.kicinski, ast, netdev, bpf

From: Daniel Borkmann <daniel@iogearbox.net>
Date: Sun, 17 Nov 2019 13:25:24 +0100

> Do you have a chance to double check, seems the PR did not yet get
> pushed
> out to the net tree [0,1].

I don't know how that happened, sorry.

It should be there now :-/

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

* Re: pull-request: bpf 2019-11-15
  2019-11-17 18:27     ` David Miller
@ 2019-11-17 20:05       ` Daniel Borkmann
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Borkmann @ 2019-11-17 20:05 UTC (permalink / raw)
  To: David Miller; +Cc: jakub.kicinski, ast, netdev, bpf

On 11/17/19 7:27 PM, David Miller wrote:
> From: Daniel Borkmann <daniel@iogearbox.net>
> Date: Sun, 17 Nov 2019 13:25:24 +0100
> 
>> Do you have a chance to double check, seems the PR did not yet get
>> pushed
>> out to the net tree [0,1].
> 
> I don't know how that happened, sorry.
> 
> It should be there now :-/

Awesome, thanks a lot, no worries!

Best,
Daniel

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

end of thread, other threads:[~2019-11-17 20:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 22:18 pull-request: bpf 2019-11-15 Daniel Borkmann
2019-11-15 23:09 ` David Miller
2019-11-17 12:25   ` Daniel Borkmann
2019-11-17 18:27     ` David Miller
2019-11-17 20:05       ` Daniel Borkmann

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).