Message ID | 20190306214226.14598-1-tobin@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | lib/string: Add strscpy_pad() function | expand |
On Thu, Mar 07, 2019 at 08:42:19AM +1100, Tobin C. Harding wrote:
> Hi,
Man, I didn't see the merge window was open, I thought rc8 only came out
on Sunday.
Sorry, please ignore this. Will re-send again later in the cycle.
thanks,
Tobin.
On Thu, Mar 07, 2019 at 08:49:34AM +1100, Tobin C. Harding wrote: > On Thu, Mar 07, 2019 at 08:42:19AM +1100, Tobin C. Harding wrote: > > Hi, > > Man, I didn't see the merge window was open, I thought rc8 only came out > on Sunday. > > Sorry, please ignore this. Will re-send again later in the cycle. Multiple people have suggested to me (offlist) that it is fine to go right ahead and send patches whenever. Shuah, do you take patches to kselftest at any stage of the dev cycle? Kees, same question please? thanks, Tobin.
On Thu, Mar 7, 2019 at 1:19 PM Tobin C. Harding <me@tobin.cc> wrote: > > On Thu, Mar 07, 2019 at 08:49:34AM +1100, Tobin C. Harding wrote: > > On Thu, Mar 07, 2019 at 08:42:19AM +1100, Tobin C. Harding wrote: > > > Hi, > > > > Man, I didn't see the merge window was open, I thought rc8 only came out > > on Sunday. > > > > Sorry, please ignore this. Will re-send again later in the cycle. > > Multiple people have suggested to me (offlist) that it is fine to go > right ahead and send patches whenever. > > Shuah, do you take patches to kselftest at any stage of the dev cycle? > > Kees, same question please? I don't official "close" my tree, but I'm certainly less likely to respond in a timeline manner near the merge window. ;) (And as a result, I haven't had a chance to look these over yet.)
On Thu, Mar 07, 2019 at 02:43:57PM -0800, Kees Cook wrote: > On Thu, Mar 7, 2019 at 1:19 PM Tobin C. Harding <me@tobin.cc> wrote: > > > > On Thu, Mar 07, 2019 at 08:49:34AM +1100, Tobin C. Harding wrote: > > > On Thu, Mar 07, 2019 at 08:42:19AM +1100, Tobin C. Harding wrote: > > > > Hi, > > > > > > Man, I didn't see the merge window was open, I thought rc8 only came out > > > on Sunday. > > > > > > Sorry, please ignore this. Will re-send again later in the cycle. > > > > Multiple people have suggested to me (offlist) that it is fine to go > > right ahead and send patches whenever. > > > > Shuah, do you take patches to kselftest at any stage of the dev cycle? > > > > Kees, same question please? > > I don't official "close" my tree, but I'm certainly less likely to > respond in a timeline manner near the merge window. ;) (And as a > result, I haven't had a chance to look these over yet.) Two weeks and I'm throwing eggs at your house. Tobin
On Thu, Mar 7, 2019 at 9:24 PM Tobin C. Harding <me@tobin.cc> wrote:
> Two weeks and I'm throwing eggs at your house.
If you can gets eggs from there to here I have a whole new
international shipping business proposition for you. :)
On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding <tobin@kernel.org> wrote: > This set makes an attempt at adding a framework to kselftest for writing > kernel test modules. It also adds a script for use in creating script > test runners for kselftest. My macro-foo is not great, all criticism > and suggestions very much appreciated. The design is based on test > modules lib/test_printf.c, lib/test_bitmap.c, lib/test_xarray.c. Hi Shuah, The bulk of this series is in the kselftests. Would you be willing to carry this series? I think it might be able to use a v4 just to clean up the script-finding logic, but I might be entirely missing something about the best way to do it. Thanks! -Kees
On Tue, Apr 02, 2019 at 02:37:57PM -0700, Kees Cook wrote: > On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding <tobin@kernel.org> wrote: > > This set makes an attempt at adding a framework to kselftest for writing > > kernel test modules. It also adds a script for use in creating script > > test runners for kselftest. My macro-foo is not great, all criticism > > and suggestions very much appreciated. The design is based on test > > modules lib/test_printf.c, lib/test_bitmap.c, lib/test_xarray.c. > > Hi Shuah, > > The bulk of this series is in the kselftests. Would you be willing to > carry this series? > > I think it might be able to use a v4 just to clean up the > script-finding logic, but I might be entirely missing something about > the best way to do it. v4 to come once I grok the bash stuff you suggested in 'PATCH v3.1'. thanks, Tobin.
On 4/2/19 6:25 PM, Tobin C. Harding wrote: > On Tue, Apr 02, 2019 at 02:37:57PM -0700, Kees Cook wrote: >> On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding <tobin@kernel.org> wrote: >>> This set makes an attempt at adding a framework to kselftest for writing >>> kernel test modules. It also adds a script for use in creating script >>> test runners for kselftest. My macro-foo is not great, all criticism >>> and suggestions very much appreciated. The design is based on test >>> modules lib/test_printf.c, lib/test_bitmap.c, lib/test_xarray.c. >> >> Hi Shuah, >> >> The bulk of this series is in the kselftests. Would you be willing to >> carry this series? >> >> I think it might be able to use a v4 just to clean up the >> script-finding logic, but I might be entirely missing something about >> the best way to do it. > > v4 to come once I grok the bash stuff you suggested in 'PATCH v3.1'. > Yes I can take care of these. Will wait for v4 thanks, -- Shuah