Re: [PATCH iwl-next v3 16/18] idpf: add support for XDP on Rx

2025-08-02 Thread Kees Cook
On Fri, Aug 01, 2025 at 03:17:42PM +0200, Alexander Lobakin wrote: > From: Alexander Lobakin > Date: Fri, 1 Aug 2025 15:12:43 +0200 > > > From: Kees Cook > > Date: Thu, 31 Jul 2025 10:05:47 -0700 > > > >> On Thu, Jul 31, 2025 at 01:37:34PM +0100, Simon Horman wrote: > >>> While I appreciate the

[PATCH v2] kbuild: Re-enable -Wunterminated-string-initialization

2025-08-02 Thread Kees Cook
With the few remaining fixes now landed, we can re-enable the option -Wunterminated-string-initialization (via -Wextra). Both GCC and Clang have the required multi-dimensional nonstring attribute support. Build tested allmodconfig with: gcc (Ubuntu 14.2.0-19ubuntu2) 14.2.0 gcc (GCC

Re: [PATCH] kbuild: Re-enable -Wunterminated-string-initialization

2025-08-02 Thread Kees Cook
On Fri, Aug 01, 2025 at 06:13:44PM -0700, Nathan Chancellor wrote: > On Fri, Aug 01, 2025 at 05:55:27PM -0700, Kees Cook wrote: > > On Fri, Aug 01, 2025 at 05:43:16PM -0700, Nathan Chancellor wrote: > > > On Fri, Aug 01, 2025 at 05:27:40PM -0700, Kees Cook wrote: > > > > With the few remaining fixe