Linux kernel source tree
Go to file
Olof Johansson 25e3e8119a Fix omap sdma handling for missing auxdata for v5.6 merge window
Turns out I was overly optimistic about making platform data optional, and
 we still need it to pass various quirk flags. If the platform data is missing
 for whatever reason, we will currently try to access non-existing data later
 on.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCAAvFiEEkgNvrZJU/QSQYIcQG9Q+yVyrpXMFAl4grGYRHHRvbnlAYXRv
 bWlkZS5jb20ACgkQG9Q+yVyrpXM9og//fbjc6NBwGGg8yrlJkJTe27CEPlomA/J8
 FKzZXC53uknnh4d/z9y4Gl9FJ2MJ0JLytWhi4UR8sA22FLapGeIUIjk84WMq1iZS
 lcr66pFA8Tmj8PDEwajJY0WlElZysxd35vrjuTG9f6SAN6L5SmnlLVfwsWVuUqEw
 smltUJlLoIOsSfjnCgCebsAA5toI3z39nP7Llv6Z141hoFCpmz4LuCMkJ68PMLp6
 6V2h7zWOMRLwXkG5WpucpxHDsY6KNPvNwUYq3shgorv/j2sLXpNWVlnGsIEN2ZQj
 klH0thyIom5zKG1scS2aK8g5E5etAeJRTwzEA2HTexq01GCMQ0EGWPqugVAJjzWK
 H9tVWwVjnbJklvZUY6K6rYUDALpkOZprV1jWl9M0OtJs5ca6mLMeEhWlaBFj24RG
 eCzHNYeDj5YttETAgD4mWY+ERWM3/zlc51gsxRyEnloWnfAtI2VchPcPHUHqNtjB
 hVtFPQu7bIx7lzOQvdI4D7r4B6G4JORYzPyQZWFezpBovWB3smyFnAx1DWEkS7a1
 FlMluSZVJc4rsV5VhwWYKclqHvVP7sASIwNRgMXAHhZU3U2r1J3ZNTHDaO886ii+
 gUiH4PlsRmT/1QOJNbCY8NslA+SOU9fLlhmFfbNgeBRDODP1MJH3m3Dp1kzvyred
 DvOdb+zc2Iw=
 =Lb4D
 -----END PGP SIGNATURE-----

Merge tag 'omap-for-v5.6/sdma-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/dt

Fix omap sdma handling for missing auxdata for v5.6 merge window

Turns out I was overly optimistic about making platform data optional, and
we still need it to pass various quirk flags. If the platform data is missing
for whatever reason, we will currently try to access non-existing data later
on.

* tag 'omap-for-v5.6/sdma-fix-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferenced

Link: https://lore.kernel.org/r/pull-1579200367-372444@atomide.com
Signed-off-by: Olof Johansson <olof@lixom.net>
2020-01-16 15:57:11 -08:00
arch arm64: dts: bitmain: Source common clock for UART controllers 2020-01-16 15:48:11 -08:00
block for-linus-20191212 2019-12-13 14:27:19 -08:00
certs
crypto
Documentation ARM: dts: Amlogic updates for v5.6 2020-01-16 15:47:10 -08:00
drivers Fix omap sdma handling for missing auxdata for v5.6 merge window 2020-01-16 15:57:11 -08:00
fs Merge branch 'remove-ksys-mount-dup' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux 2019-12-15 11:36:12 -08:00
include ARM: dts: Amlogic updates for v5.6 2020-01-16 15:47:10 -08:00
init fs: remove ksys_dup() 2019-12-12 19:00:36 +01:00
ipc
kernel treewide conversion from FIELD_SIZEOF() to sizeof_field() 2019-12-13 14:02:12 -08:00
lib
LICENSES
mm
net io_uring-5.5-20191212 2019-12-13 14:24:54 -08:00
samples
scripts
security
sound sound fixes for 5.5-rc2 2019-12-13 14:40:38 -08:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge branch 'mmp/hsic' into arm/dt 2020-01-06 09:33:53 -08:00
Makefile Linux 5.5-rc2 2019-12-15 15:16:08 -08:00
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

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.