From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wtarreau.pck.nerim.net ([62.212.114.60]:36972 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751722AbcJFFlo (ORCPT ); Thu, 6 Oct 2016 01:41:44 -0400 Date: Thu, 6 Oct 2016 07:41:39 +0200 From: Willy Tarreau To: Jann Horn Cc: Greg Kroah-Hartman , stable@vger.kernel.org Subject: Re: 3dfb7d8cdbc7 missed in caaee6234d05 backport, at least for 3.10? Message-ID: <20161006054138.GA8623@1wt.eu> References: <20161005221606.GT14666@pc.thejh.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161005221606.GT14666@pc.thejh.net> Sender: stable-owner@vger.kernel.org List-ID: Hi Jann, On Thu, Oct 06, 2016 at 12:16:06AM +0200, Jann Horn wrote: > I just noticed that apparently, when caaee6234d05 was backported to 3.10, > 3dfb7d8cdbc7 was not. That probably breaks Yama. Thanks for letting me know, I'm queuing it now. > Sorry for not having noticed that during the stable patch review. :/ Don't be sorry, reviews are only for increasing the chance of such issues to be caught, not rocket-science :-) > I guess I should put explicit notices regarding patch dependencies in > fix commit messages in the future. This definitely helps, especially when backporting to older kernels where it's pretty common to see patches fail to apply for "normal" reasons. Thanks! Willy