From: Mark Brown <broonie@kernel•org>
To: Alex Elder <elder@linaro•org>,
Siddharth Gupta <sidgup@codeaurora•org>,
Rishabh Bhatnagar <rishabhb@codeaurora•org>,
Bjorn Andersson <bjorn.andersson@linaro•org>
Cc: linux-arm-kernel@lists•infradead.org, linux-next@vger•kernel.org
Subject: Build failures in -next in qcom_common.c
Date: Mon, 13 Jul 2020 16:48:22 +0100 [thread overview]
Message-ID: <20200713154822.GC4420@sirena.org.uk> (raw)
[-- Attachment #1: Type: text/plain, Size: 744 bytes --]
Since Friday -next has been failing to build various arm and arm64
configurations with:
drivers/remoteproc/qcom_common.c:210:9: error: implicit declaration of function 'kzalloc' [-Werror,-Wimplicit-function-declaration]
info = kzalloc(sizeof(*info), GFP_KERNEL);
^
drivers/remoteproc/qcom_common.c:210:7: warning: incompatible integer to pointer conversion assigning to 'struct qcom_ssr_subsystem *' from 'int' [-Wint-conversion]
info = kzalloc(sizeof(*info), GFP_KERNEL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
caused by 5abfe5cf0b8358b8ad0 (remoteproc: qcom: Add per subsystem SSR
notification) which adds a use of kzalloc() without ensuring that it is
prototyped.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next reply other threads:[~2020-07-13 15:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-13 15:48 Mark Brown [this message]
2020-07-13 16:08 ` Build failures in -next in qcom_common.c Alex Elder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200713154822.GC4420@sirena.org.uk \
--to=broonie@kernel$(echo .)org \
--cc=bjorn.andersson@linaro$(echo .)org \
--cc=elder@linaro$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-next@vger$(echo .)kernel.org \
--cc=rishabhb@codeaurora$(echo .)org \
--cc=sidgup@codeaurora$(echo .)org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox