All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] allocator argument fixes for v4.19-rc8
@ 2018-10-11 16:52 Kees Cook
  2018-10-11 17:44 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2018-10-11 16:52 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

Hi Greg,

Please pull this fix for open-coded multiplication in allocator arguments
for v4.19-rc8. This has been in linux-next for almost a week with no
reported issues. As discussed last week[1] this catches 4.19 up to
the same level of coverage we had in 4.18 for avoiding these kinds of
unchecked multiplications.

Thanks!

-Kees

[1] https://lkml.kernel.org/r/CAGXu5jJfs0KpRa6yag=ud0sJVW-tM-E4xuvgCMnBdFfDck5E1g@mail.gmail.com

The following changes since commit 57361846b52bc686112da6ca5368d11210796804:

  Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/alloc-args-v4.19-rc8

for you to fetch changes up to 329e09893909d409039f6a79757d9b80b67efe39:

  treewide: Replace more open-coded allocation size multiplications (2018-10-05 18:06:30 -0700)

----------------------------------------------------------------
Fix open-coded multiplication arguments to allocators

- Fixes several new open-coded multiplications added in the 4.19 merge window.

----------------------------------------------------------------
Kees Cook (1):
      treewide: Replace more open-coded allocation size multiplications

 drivers/bluetooth/hci_qca.c                 |  2 +-
 drivers/crypto/inside-secure/safexcel.c     |  8 +++++---
 drivers/gpu/drm/mediatek/mtk_drm_crtc.c     |  2 +-
 drivers/gpu/drm/msm/disp/dpu1/dpu_io_util.c |  4 ++--
 drivers/hwmon/npcm750-pwm-fan.c             |  2 +-
 drivers/md/dm-integrity.c                   |  3 ++-
 drivers/net/wireless/mediatek/mt76/usb.c    | 10 +++++-----
 drivers/pci/controller/pcie-cadence.c       |  4 ++--
 drivers/tty/serial/qcom_geni_serial.c       |  4 ++--
 net/sched/sch_cake.c                        |  2 +-
 10 files changed, 22 insertions(+), 19 deletions(-)

-- 
Kees Cook
Pixel Security

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] allocator argument fixes for v4.19-rc8
  2018-10-11 16:52 [GIT PULL] allocator argument fixes for v4.19-rc8 Kees Cook
@ 2018-10-11 17:44 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-10-11 17:44 UTC (permalink / raw)
  To: Kees Cook; +Cc: linux-kernel

On Thu, Oct 11, 2018 at 09:52:56AM -0700, Kees Cook wrote:
> Hi Greg,
> 
> Please pull this fix for open-coded multiplication in allocator arguments
> for v4.19-rc8. This has been in linux-next for almost a week with no
> reported issues. As discussed last week[1] this catches 4.19 up to
> the same level of coverage we had in 4.18 for avoiding these kinds of
> unchecked multiplications.

thanks for getting these in linux-next and a bit of testing.

> 
> Thanks!
> 
> -Kees
> 
> [1] https://lkml.kernel.org/r/CAGXu5jJfs0KpRa6yag=ud0sJVW-tM-E4xuvgCMnBdFfDck5E1g@mail.gmail.com
> 
> The following changes since commit 57361846b52bc686112da6ca5368d11210796804:
> 
>   Linux 4.19-rc2 (2018-09-02 14:37:30 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/alloc-args-v4.19-rc8

Now merged, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-11 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 16:52 [GIT PULL] allocator argument fixes for v4.19-rc8 Kees Cook
2018-10-11 17:44 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.