f28efa9c492aae83387a45f3fb74941099d4a72b
when transferring struct icm_open_resp_info_t type between hifi4 framework and hifi4 driver, because this struct has an element "*dtstamp" which is a pointer, but for hifi4 firmware, this pointer occupies 4 bytes, for hifi4 driver, this pointer occupies 8 bytes. different pointer length will cause issue when reading this structure's content in hifi4 driver. By changing the pointer type to unsigned int type to fix this issue. Signed-off-by: Weiguang Kong <weiguang.kong@nxp.com>
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
…
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.2%
Assembly
2.2%
Makefile
0.3%
Perl
0.1%