From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932625AbeASRfu (ORCPT ); Fri, 19 Jan 2018 12:35:50 -0500 Received: from mail-io0-f194.google.com ([209.85.223.194]:41690 "EHLO mail-io0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755899AbeASRfl (ORCPT ); Fri, 19 Jan 2018 12:35:41 -0500 X-Google-Smtp-Source: ACJfBotOp3U4Y/dGdiqUUDpY7y+8Bggtpr3+0DmGbkDneQ6wE6LW8opxNlc5y3RRX63z/tvQf+2cuIl3+ueHfqgf6T0= MIME-Version: 1.0 In-Reply-To: <20180119173141.GF3460072@devbig577.frc2.facebook.com> References: <20180108145223.GS3668920@devbig577.frc2.facebook.com> <20180108192801.GZ3668920@devbig577.frc2.facebook.com> <20180109152115.GH3668920@devbig577.frc2.facebook.com> <20180119165044.GA3460072@devbig577.frc2.facebook.com> <20180119173141.GF3460072@devbig577.frc2.facebook.com> From: Linus Torvalds Date: Fri, 19 Jan 2018 09:35:39 -0800 X-Google-Sender-Auth: Lik807fEhrvWm6A3t2XBphWQreY Message-ID: Subject: Re: [PATCH] string: drop __must_check from strscpy() and restore strscpy() usages in cgroup To: Tejun Heo Cc: Linux Kernel Mailing List , Li Zefan , Johannes Weiner , cgroups , Ma Shimiao , Arnd Bergmann , Chris Metcalf Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 19, 2018 at 9:31 AM, Tejun Heo wrote: > > I see. I'll push it your way together with other cgroup changes once > the merge window opens. NP. This was a fairly unusual late rc window. It's normally quiet this period, but first I was distracted by some of the Spectre detail discussions, and then we had a few other random odd things come in, so instead of using this week for going through my queues, I was spending it more on discussion. But the strscpy patch makes just as much - or more - in the 5.16 merge window anyway, so it's all good. Linus From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [PATCH] string: drop __must_check from strscpy() and restore strscpy() usages in cgroup Date: Fri, 19 Jan 2018 09:35:39 -0800 Message-ID: References: <20180108145223.GS3668920@devbig577.frc2.facebook.com> <20180108192801.GZ3668920@devbig577.frc2.facebook.com> <20180109152115.GH3668920@devbig577.frc2.facebook.com> <20180119165044.GA3460072@devbig577.frc2.facebook.com> <20180119173141.GF3460072@devbig577.frc2.facebook.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=2ziTjAOXMKPnT0rysjkhmuvFMLhv82zEUESek2H7WiA=; b=bZkhv3kDdB6qDUENRIqvw1wEQbKbJ06TulU3iE+wOLdfypffpSrWD65/Sr08k1EigM HNop2r8jgya1/sl5Xm7RHVjK58ZhdOGbjOtJPOzloFS5qtDSvJIb+0YPy8NqVHSo6wmj yJL4txvVSFS6MiLcfsaByuyxv/R6lj9eX/iy4tkyqSSId6/kfzumQBJodWVyzMMJKne2 /HFUJ2xe7Kqc7EkxhRmBdgzIeGID8Y1cxuSNTDnRE/y56xV9zdDzoyKxSHisis46uOLg p5b9FxYT2f1R5vLfPf449W7B35WXeSZgBk3pEDW6yAMr45x3dTFVtxwmVC93BdLcdEuW iK8w== In-Reply-To: <20180119173141.GF3460072-4dN5La/x3IkLX0oZNxdnEQ2O0Ztt9esIQQ4Iyu8u01E@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tejun Heo Cc: Linux Kernel Mailing List , Li Zefan , Johannes Weiner , cgroups , Ma Shimiao , Arnd Bergmann , Chris Metcalf On Fri, Jan 19, 2018 at 9:31 AM, Tejun Heo wrote: > > I see. I'll push it your way together with other cgroup changes once > the merge window opens. NP. This was a fairly unusual late rc window. It's normally quiet this period, but first I was distracted by some of the Spectre detail discussions, and then we had a few other random odd things come in, so instead of using this week for going through my queues, I was spending it more on discussion. But the strscpy patch makes just as much - or more - in the 5.16 merge window anyway, so it's all good. Linus