Message ID | 20210819202825.3545692-1-keescook@chromium.org |
---|---|
Headers | show |
Series | net: Cleanups for FORTIFY_SOURCE | expand |
On Thu, 19 Aug 2021 13:28:22 -0700 Kees Cook wrote: > Hi, > > In preparation for FORTIFY_SOURCE performing compile-time and run-time > field bounds checking for memcpy(), memmove(), and memset(), avoid > intentionally writing across neighboring fields. > > These three changes have been living in my memcpy() series[1], but have > no external dependencies. It's probably better to have these go via > netdev. Thanks. Kalle, Saeed - would you like to take the relevant changes? Presumably they would get into net-next anyway by the time the merge window opens.
Jakub Kicinski <kuba@kernel.org> writes: > On Thu, 19 Aug 2021 13:28:22 -0700 Kees Cook wrote: >> Hi, >> >> In preparation for FORTIFY_SOURCE performing compile-time and run-time >> field bounds checking for memcpy(), memmove(), and memset(), avoid >> intentionally writing across neighboring fields. >> >> These three changes have been living in my memcpy() series[1], but have >> no external dependencies. It's probably better to have these go via >> netdev. > > Thanks. > > Kalle, Saeed - would you like to take the relevant changes? Presumably > they would get into net-next anyway by the time the merge window opens. Ok, I'll take patch 1 to wireless-drivers-next. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
On Sat, Aug 21, 2021 at 01:13:37PM +0300, Kalle Valo wrote: > Kalle Valo <kvalo@codeaurora.org> writes: > > > Jakub Kicinski <kuba@kernel.org> writes: > > > >> On Thu, 19 Aug 2021 13:28:22 -0700 Kees Cook wrote: > >>> Hi, > >>> > >>> In preparation for FORTIFY_SOURCE performing compile-time and run-time > >>> field bounds checking for memcpy(), memmove(), and memset(), avoid > >>> intentionally writing across neighboring fields. > >>> > >>> These three changes have been living in my memcpy() series[1], but have > >>> no external dependencies. It's probably better to have these go via > >>> netdev. > >> > >> Thanks. > >> > >> Kalle, Saeed - would you like to take the relevant changes? Presumably > >> they would get into net-next anyway by the time the merge window opens. > > > > Ok, I'll take patch 1 to wireless-drivers-next. > > Correction: I'll take patches 1 and 3 to wireless-drivers-next. Great; thanks!