bpf: Handle multiple variable additions into packet pointers in verifier.
David S. Miller authored

We must accumulate into reg->aux_off rather than use a plain assignment.

Add a test for this situation to test_align.
Reported-by: default avatarAlexei Starovoitov <ast@fb.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
6832a333
Name Last commit Last update
Documentation Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma
arch bpf, arm64: fix faulty emission of map access in tail calls
block Merge branch 'for-linus' of git://git.kernel.dk/linux-block
certs scripts/spelling.txt: add "intialise(d)" pattern and fix typo instances
crypto treewide: use kv[mz]alloc* rather than opencoded variants
drivers ethernet: aquantia: remove redundant checks on error status
firmware firmware/Makefile: force recompilation if makefile changes
fs Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
include xdp: refine xdp api with regards to generic xdp
init Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
ipc mm: introduce kv[mz]alloc helpers
kernel bpf: Handle multiple variable additions into packet pointers in verifier.
lib Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dma
mm Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
net tipc: make macro tipc_wait_for_cond() smp safe
samples samples/bpf: run cleanup routines when receiving SIGTERM
scripts treewide: spelling: correct diffrent[iate] and banlance typos
security Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
sound alsa: use set_memory.h header
tools bpf: Handle multiple variable additions into packet pointers in verifier.
usr initramfs: provide a way to ignore image provided by bootloader
virt Merge branch 'akpm' (patches from Andrew)
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.