From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755986AbcHSHdR (ORCPT ); Fri, 19 Aug 2016 03:33:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:55634 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932314AbcHSHdP (ORCPT ); Fri, 19 Aug 2016 03:33:15 -0400 Date: Fri, 19 Aug 2016 09:33:22 +0200 From: Greg Kroah-Hartman To: Eric Biggers Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Theodore Tso , Eric Biggers Subject: Re: [PATCH 3.14 14/46] random: properly align get_random_int_hash Message-ID: <20160819073322.GA21783@kroah.com> References: <20160818135442.457400364@linuxfoundation.org> <20160818135444.550472497@linuxfoundation.org> <20160819031417.GA876@zzz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160819031417.GA876@zzz> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2016 at 08:14:17PM -0700, Eric Biggers wrote: > get_random_long() was added in v4.5 and doesn't appear to have been backported > to any stable branches, so my patch doesn't actually need to be backported to > anything older than v4.5. It won't break anything, though. Ah, thanks for that, I'll go remove this from 3.14 and the 4.4 stable kernel queues. greg k-h