mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
0d40ed6ec6f6b7cc132f3c9f048778796e427536
Commitdbad92f6e8("ANDROID: GKI: ASoC: msm: fix integer overflow for long duration offload playback") causes a link error if the kernel is built for a 32bit target, like i386. The error is:: ERROR: "__umoddi3" [sound/soc/intel/atom/snd-soc-sst-atom-hifi2-platform.ko] undefined! kernel/scripts/Makefile.modpost:108: recipe for target '__modpost' failed Fix this problem up by doing the division with the internal kernel function to do so. Bug: 153747771 Cc: Dhananjay Kumar <dhakumar@codeaurora.org> Cc: Banajit Goswami <bgoswami@codeaurora.org> Cc: Meng Wang <mwang@codeaurora.org> Cc: Will McVicker <willmcvicker@google.com> Fixes:dbad92f6e8("ANDROID: GKI: ASoC: msm: fix integer overflow for long duration offload playback") Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I339bc24c5531c2f0a14e5875728d349f837245f3
…
…
…
…
…
…
…
…
…
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.
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.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%