]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fix reference state management for synchronous callbacks'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 23 Aug 2022 23:22:00 +0000 (16:22 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 25 Aug 2022 00:54:44 +0000 (17:54 -0700)
commitd0b605b92c5d42da09569f54f7349f5f9d60c25a
treea76776ce490c4efa99ea8a11f2ce554115fce960
parente38c7d2bb9d05e6872fdcc354cb4a165866a05e7
parentcfec9fbf33e5df04e838636084533bf5f19de068
Merge branch 'Fix reference state management for synchronous callbacks'

Kumar Kartikeya Dwivedi says:

====================

This is patch 1, 2 + their individual tests split into a separate series from
the RFC, so that these can be taken in, while we continue working towards a fix
for handling stack access inside the callback.

Changelog:
----------
v1 -> v2:
v1: https://lore.kernel.org/bpf/20220822131923.21476-1-memxor@gmail.com

  * Fix error for test_progs-no_alu32 due to distinct alloc_insn in errstr

RFC v1 -> v1:
RFC v1: https://lore.kernel.org/bpf/20220815051540.18791-1-memxor@gmail.com

  * Fix up commit log to add more explanation (Alexei)
  * Split reference state fix out into a separate series
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>