Message ID | cover.1709658886.git.gustavoars@kernel.org |
---|---|
Headers | show |
Series | firewire: Avoid -Wflex-array-member-not-at-end warnings | expand |
> Thanks for the improvements, however we are mostly at the end of > development period for v6.8 kernel. Let me postpone applying the patches > until closing the next merge window (for v6.9), since we need the term to > evaluate the change. I mean that it goes to v6.10 kernel. Sure, no problem. Actually, I'll send a v2 with DEFINE_FLEX(), instead. Thanks -- Gustavo
On Wed, Mar 06, 2024 at 10:18:59AM -0600, Gustavo A. R. Silva wrote: > > > Thanks for the improvements, however we are mostly at the end of > > development period for v6.8 kernel. Let me postpone applying the patches > > until closing the next merge window (for v6.9), since we need the term to > > evaluate the change. I mean that it goes to v6.10 kernel. > > Sure, no problem. > > Actually, I'll send a v2 with DEFINE_FLEX(), instead. I was just going through the patch tracker to make sure stuff got handled -- did a v2 of these ever get posted? I don't see anything in the tracker nor changes here in -next. Thanks! -Kees
On 4/29/24 12:30, Kees Cook wrote: > On Wed, Mar 06, 2024 at 10:18:59AM -0600, Gustavo A. R. Silva wrote: >> >>> Thanks for the improvements, however we are mostly at the end of >>> development period for v6.8 kernel. Let me postpone applying the patches >>> until closing the next merge window (for v6.9), since we need the term to >>> evaluate the change. I mean that it goes to v6.10 kernel. >> >> Sure, no problem. >> >> Actually, I'll send a v2 with DEFINE_FLEX(), instead. > > I was just going through the patch tracker to make sure stuff got > handled -- did a v2 of these ever get posted? I don't see anything in > the tracker nor changes here in -next. Yes, it's in linux-next already: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=1d717123bb1a7555a432e51a41709badf8545dba -- Gustavo
On Mon, Apr 29, 2024 at 12:42:23PM -0600, Gustavo A. R. Silva wrote: > > > On 4/29/24 12:30, Kees Cook wrote: > > On Wed, Mar 06, 2024 at 10:18:59AM -0600, Gustavo A. R. Silva wrote: > > > > > > > Thanks for the improvements, however we are mostly at the end of > > > > development period for v6.8 kernel. Let me postpone applying the patches > > > > until closing the next merge window (for v6.9), since we need the term to > > > > evaluate the change. I mean that it goes to v6.10 kernel. > > > > > > Sure, no problem. > > > > > > Actually, I'll send a v2 with DEFINE_FLEX(), instead. > > > > I was just going through the patch tracker to make sure stuff got > > handled -- did a v2 of these ever get posted? I don't see anything in > > the tracker nor changes here in -next. > > Yes, it's in linux-next already: > > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=1d717123bb1a7555a432e51a41709badf8545dba Ah-ha! Thank you! :)