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>
…
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.
Description
Languages
C
97.6%
Assembly
1%
Shell
0.5%
Python
0.3%
Makefile
0.3%