* [GIT PULL] Various hardening fixes and cleanups for 5.16-rc1
@ 2021-11-01 21:43 Gustavo A. R. Silva
2021-11-02 0:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Gustavo A. R. Silva @ 2021-11-01 21:43 UTC (permalink / raw)
To: Linus Torvalds
Cc: Kees Cook, Greg Kroah-Hartman, Oscar Carter, jing yangyang,
Len Baker, Gustavo A. R. Silva, linux-hardening, linux-kernel
The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:
Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/kspp-misc-fixes-5.16-rc1
for you to fetch changes up to ebe4560ed5c8cbfe3759f16c23ca5a6df090c6b5:
firewire: Remove function callback casts (2021-11-01 13:44:26 -0500)
----------------------------------------------------------------
Various hardening fixes and cleanups for 5.16-rc1
Hi Linus,
Please, pull the following hardening fixes and cleanups that I've
been collecting during the last development cycle. All of them have
been baking in linux-next.
Fix -Wcast-function-type error:
- firewire: Remove function callback casts (Oscar Carter)
Fix application of sizeof operator:
- firmware/psci: fix application of sizeof to pointer (jing yangyang)
Replace open coded instances with size_t saturating arithmetic helpers:
- assoc_array: Avoid open coded arithmetic in allocator arguments (Len Baker)
- writeback: prefer struct_size over open coded arithmetic (Len Baker)
- aio: Prefer struct_size over open coded arithmetic (Len Baker)
- dmaengine: pxa_dma: Prefer struct_size over open coded arithmetic (Len Baker)
Flexible array transformation:
- KVM: PPC: Replace zero-length array with flexible array member (Len Baker)
Use 2-factor argument multiplication form:
- nouveau/svm: Use kvcalloc() instead of kvzalloc() (Gustavo A. R. Silva)
- xfs: Use kvcalloc() instead of kvzalloc() (Gustavo A. R. Silva)
Thanks
--
Gustavo
----------------------------------------------------------------
Gustavo A. R. Silva (2):
xfs: Use kvcalloc() instead of kvzalloc()
nouveau/svm: Use kvcalloc() instead of kvzalloc()
Len Baker (5):
assoc_array: Avoid open coded arithmetic in allocator arguments
writeback: prefer struct_size over open coded arithmetic
aio: Prefer struct_size over open coded arithmetic
KVM: PPC: Replace zero-length array with flexible array member
dmaengine: pxa_dma: Prefer struct_size over open coded arithmetic
Oscar Carter (1):
firewire: Remove function callback casts
jing yangyang (1):
firmware/psci: fix application of sizeof to pointer
arch/powerpc/include/asm/kvm_host.h | 2 +-
arch/powerpc/kvm/book3s_64_vio.c | 3 +--
drivers/dma/pxa_dma.c | 3 +--
drivers/firewire/core-cdev.c | 32 ++++++++++++++++++++++++++------
drivers/firmware/psci/psci_checker.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 2 +-
fs/aio.c | 3 +--
fs/fs-writeback.c | 6 +++---
fs/xfs/xfs_ioctl.c | 6 +++---
include/linux/firewire.h | 11 +++++++----
lib/assoc_array.c | 22 ++++++++++------------
11 files changed, 55 insertions(+), 37 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] Various hardening fixes and cleanups for 5.16-rc1
2021-11-01 21:43 [GIT PULL] Various hardening fixes and cleanups for 5.16-rc1 Gustavo A. R. Silva
@ 2021-11-02 0:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-11-02 0:51 UTC (permalink / raw)
To: Gustavo A. R. Silva
Cc: Linus Torvalds, Kees Cook, Greg Kroah-Hartman, Oscar Carter,
jing yangyang, Len Baker, Gustavo A. R. Silva, linux-hardening,
linux-kernel
The pull request you sent on Mon, 1 Nov 2021 16:43:41 -0500:
> git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux.git tags/kspp-misc-fixes-5.16-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/bf953917bed6308daf2b5de49cc1bac58995a33c
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-11-02 0:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01 21:43 [GIT PULL] Various hardening fixes and cleanups for 5.16-rc1 Gustavo A. R. Silva
2021-11-02 0:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox