Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Daniel Borkmann says: ==================== bpf 2021-12-08 We've added 12 non-merge commits during the last 22 day(s) which contain a total of 29 files changed, 659 insertions(+), 80 deletions(-). The main changes are: 1) Fix an off-by-two error in packet range markings and also add a batch of new tests for coverage of these corner cases, from Maxim Mikityanskiy. 2) Fix a compilation issue on MIPS JIT for R10000 CPUs, from Johan Almbladh. 3) Fix two functional regressions and a build warning related to BTF kfunc for modules, from Kumar Kartikeya Dwivedi. 4) Fix outdated code and docs regarding BPF's migrate_disable() use on non- PREEMPT_RT kernels, from Sebastian Andrzej Siewior. 5) Add missing includes in order to be able to detangle cgroup vs bpf header dependencies, from Jakub Kicinski. 6) Fix regression in BPF sockmap tests caused by missing detachment of progs from sockets when they are removed from the map, from Joh...
Showing
- Documentation/locking/locktypes.rst 3 additions, 6 deletionsDocumentation/locking/locktypes.rst
- arch/mips/net/bpf_jit_comp.h 1 addition, 1 deletionarch/mips/net/bpf_jit_comp.h
- block/fops.c 1 addition, 0 deletionsblock/fops.c
- drivers/gpu/drm/drm_gem_shmem_helper.c 1 addition, 0 deletionsdrivers/gpu/drm/drm_gem_shmem_helper.c
- drivers/gpu/drm/i915/gt/intel_gtt.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/gt/intel_gtt.c
- drivers/gpu/drm/i915/i915_request.c 1 addition, 0 deletionsdrivers/gpu/drm/i915/i915_request.c
- drivers/gpu/drm/lima/lima_device.c 1 addition, 0 deletionsdrivers/gpu/drm/lima/lima_device.c
- drivers/gpu/drm/msm/msm_gem_shrinker.c 1 addition, 0 deletionsdrivers/gpu/drm/msm/msm_gem_shrinker.c
- drivers/gpu/drm/ttm/ttm_tt.c 1 addition, 0 deletionsdrivers/gpu/drm/ttm/ttm_tt.c
- drivers/net/ethernet/huawei/hinic/hinic_sriov.c 1 addition, 0 deletionsdrivers/net/ethernet/huawei/hinic/hinic_sriov.c
- drivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c 2 additions, 0 deletionsdrivers/net/ethernet/marvell/octeontx2/nic/otx2_ptp.c
- drivers/pci/controller/dwc/pci-exynos.c 1 addition, 0 deletionsdrivers/pci/controller/dwc/pci-exynos.c
- drivers/pci/controller/dwc/pcie-qcom-ep.c 1 addition, 0 deletionsdrivers/pci/controller/dwc/pcie-qcom-ep.c
- drivers/usb/cdns3/host.c 1 addition, 0 deletionsdrivers/usb/cdns3/host.c
- include/linux/bpf.h 3 additions, 14 deletionsinclude/linux/bpf.h
- include/linux/btf.h 10 additions, 4 deletionsinclude/linux/btf.h
- include/linux/cacheinfo.h 0 additions, 1 deletioninclude/linux/cacheinfo.h
- include/linux/device/driver.h 1 addition, 0 deletionsinclude/linux/device/driver.h
- include/linux/filter.h 1 addition, 4 deletionsinclude/linux/filter.h
- kernel/bpf/btf.c 2 additions, 9 deletionskernel/bpf/btf.c
Please register or sign in to comment