forked from torvalds/linux
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable -Wcast-function-type globally #20
Labels
[Build] Global flag
[Feature] CFI
Involves Control Flow Integrity
good first issue
Good for newcomers
[Linux] v5.17
Released in Linux kernel v5.17
Comments
Excluding the fixes being developed for crypto, bnx2x, and staging/rtl*, the remaining 23 cases found with an x86_64 allmodconfig build are:
|
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 24, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 24, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 24, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 24, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 24, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 25, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 25, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 25, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 25, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 25, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 26, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
fengguang
pushed a commit
to 0day-ci/linux
that referenced
this issue
Nov 26, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
ruscur
pushed a commit
to ruscur/linux
that referenced
this issue
Dec 19, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
ruscur
pushed a commit
to ruscur/linux
that referenced
this issue
Dec 19, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
ruscur
pushed a commit
to ruscur/linux
that referenced
this issue
Dec 19, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
ruscur
pushed a commit
to ruscur/linux
that referenced
this issue
Dec 19, 2019
correct usage prototype of callback in tasklet_init(). Report by KSPP#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
rokibhasansagar
pushed a commit
to rokibhasansagar/aosp_common_kernels
that referenced
this issue
Jan 11, 2020
correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 2eb1d3f4bcae6c83943214ccb26968a48360db06) Bug: 147506196 Change-Id: Ia9d7fe3e8118c2570ae037645e259082bd813222 Signed-off-by: Alistair Delva <adelva@google.com>
Jackeagle
pushed a commit
to Jackeagle/kernel_msm
that referenced
this issue
Jan 11, 2020
correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 2eb1d3f) Bug: 147506196 Change-Id: Ia9d7fe3e8118c2570ae037645e259082bd813222 Signed-off-by: Alistair Delva <adelva@google.com>
vineethrp
pushed a commit
to vineethrp/pinephone-linux
that referenced
this issue
Feb 12, 2020
correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> (cherry picked from commit 2eb1d3f) Bug: 147506196 Change-Id: Ia9d7fe3e8118c2570ae037645e259082bd813222 Signed-off-by: Alistair Delva <adelva@google.com>
Boos4721
pushed a commit
to Boos4721/op6_kernel
that referenced
this issue
Feb 23, 2020
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Boos4721
pushed a commit
to Boos4721/op6_kernel
that referenced
this issue
Feb 23, 2020
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Boos4721
pushed a commit
to Boos4721/op6_kernel
that referenced
this issue
Feb 23, 2020
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Boos4721
pushed a commit
to Boos4721/op6_kernel
that referenced
this issue
Feb 23, 2020
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Whissi
pushed a commit
to Whissi/linux-stable
that referenced
this issue
Feb 24, 2020
[ Upstream commit 475eec1 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Whissi
pushed a commit
to Whissi/linux-stable
that referenced
this issue
Feb 24, 2020
[ Upstream commit ebd77fe ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Whissi
pushed a commit
to Whissi/linux-stable
that referenced
this issue
Feb 24, 2020
[ Upstream commit da5e57e ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Whissi
pushed a commit
to Whissi/linux-stable
that referenced
this issue
Feb 24, 2020
[ Upstream commit cb775c8 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Whissi
pushed a commit
to Whissi/linux-stable
that referenced
this issue
Feb 24, 2020
[ Upstream commit 475eec1 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ghenrique737
pushed a commit
to ghenrique737/android_kernel_samsung_sdm845
that referenced
this issue
Oct 19, 2022
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ghenrique737
pushed a commit
to ghenrique737/android_kernel_samsung_sdm845
that referenced
this issue
Oct 19, 2022
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ev-gerrit
pushed a commit
to Evervolv/android_kernel_moto_sdm632
that referenced
this issue
Nov 3, 2022
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ev-gerrit
pushed a commit
to Evervolv/android_kernel_moto_sdm632
that referenced
this issue
Nov 3, 2022
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ev-gerrit
pushed a commit
to Evervolv/android_kernel_moto_sdm632
that referenced
this issue
Nov 3, 2022
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
ev-gerrit
pushed a commit
to Evervolv/android_kernel_moto_sdm632
that referenced
this issue
Nov 3, 2022
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Tonyha7
pushed a commit
to Tonyha7/android_kernel_msm-4.9
that referenced
this issue
Mar 15, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Tonyha7
pushed a commit
to Tonyha7/android_kernel_msm-4.9
that referenced
this issue
Mar 15, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Tonyha7
pushed a commit
to Tonyha7/android_kernel_msm-4.9
that referenced
this issue
Mar 15, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Tonyha7
pushed a commit
to Tonyha7/android_kernel_msm-4.9
that referenced
this issue
Mar 15, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
JoysKo
pushed a commit
to JoysKo/HYBRID_CAF_kernel
that referenced
this issue
Jun 8, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
JoysKo
pushed a commit
to JoysKo/HYBRID_CAF_kernel
that referenced
this issue
Jun 8, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
JoysKo
pushed a commit
to JoysKo/HYBRID_CAF_kernel
that referenced
this issue
Jun 8, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
JoysKo
pushed a commit
to JoysKo/HYBRID_CAF_kernel
that referenced
this issue
Jun 8, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
GiovanYCringe
pushed a commit
to GiovanYCringe-Experiments/kernel_a50
that referenced
this issue
Jul 3, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: John Vincent <git@tensevntysevn.cf> Signed-off-by: John Vincent <git@tenseventyseven.cf>
GiovanYCringe
pushed a commit
to GiovanYCringe-Experiments/kernel_a50
that referenced
this issue
Jul 3, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: John Vincent <git@tensevntysevn.cf> Signed-off-by: John Vincent <git@tenseventyseven.cf>
GiovanYCringe
pushed a commit
to GiovanYCringe-Experiments/kernel_a50
that referenced
this issue
Jul 3, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: John Vincent <git@tensevntysevn.cf> Signed-off-by: John Vincent <git@tenseventyseven.cf>
GiovanYCringe
pushed a commit
to GiovanYCringe-Experiments/kernel_a50
that referenced
this issue
Jul 3, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: John Vincent <git@tensevntysevn.cf> Signed-off-by: John Vincent <git@tenseventyseven.cf>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Jul 20, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Jul 20, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Jul 20, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Jul 20, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Aug 25, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Aug 25, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Aug 25, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Meghthedev
pushed a commit
to Meghthedev/kernel_samsung_m30s
that referenced
this issue
Aug 25, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Elchanz3
pushed a commit
to Elchanz3/android_kernel_samsung_sdm845_2
that referenced
this issue
Aug 26, 2023
[ Upstream commit 475eec112e4267232d10f4afe2f939a241692b6c ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Tested-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Elchanz3
pushed a commit
to Elchanz3/android_kernel_samsung_sdm845_2
that referenced
this issue
Aug 26, 2023
[ Upstream commit ebd77feb27e91bb5fe35a7818b7c13ea7435fb98 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Elchanz3
pushed a commit
to Elchanz3/android_kernel_samsung_sdm845_2
that referenced
this issue
Aug 26, 2023
[ Upstream commit da5e57e8a6a3e69dac2937ba63fa86355628fbb2 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Elchanz3
pushed a commit
to Elchanz3/android_kernel_samsung_sdm845_2
that referenced
this issue
Aug 26, 2023
[ Upstream commit cb775c88da5d48a85d99d95219f637b6fad2e0e9 ] correct usage prototype of callback in tasklet_init(). Report by KSPP/linux#20 Signed-off-by: Phong Tran <tranmanphong@gmail.com> Reviewed-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
[Build] Global flag
[Feature] CFI
Involves Control Flow Integrity
good first issue
Good for newcomers
[Linux] v5.17
Released in Linux kernel v5.17
In order to make sure new function cast mismatches are not introduced in the kernel (to avoid tripping CFI checking), the kernel should be globally built with -Wcast-function-type. Many call sites need to be fixed before this can happen.
The text was updated successfully, but these errors were encountered: