Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751808AbdGaGzT (ORCPT ); Mon, 31 Jul 2017 02:55:19 -0400 Received: from mail-oi0-f47.google.com ([209.85.218.47]:36352 "EHLO mail-oi0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751708AbdGaGzR (ORCPT ); Mon, 31 Jul 2017 02:55:17 -0400 MIME-Version: 1.0 In-Reply-To: <20170728232252.GA29333@kroah.com> References: <20170728115608.61306-1-maco@android.com> <20170728232252.GA29333@kroah.com> From: Martijn Coenen Date: Mon, 31 Jul 2017 08:55:15 +0200 Message-ID: Subject: Re: [PATCH 0/3] ANDROID: binder: reconcile with android common tree To: Greg KH Cc: John Stultz , Todd Kjos , =?UTF-8?B?QXJ2ZSBIasO4bm5ldsOlZw==?= , Amit Pundir , linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Martijn Coenen Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 782 Lines: 22 On Sat, Jul 29, 2017 at 1:22 AM, Greg KH wrote: > Ok, do some of these need to go to Linus now for 4.13-final and to the > stable trees to match up with the 3 that are already proposed for the > stable trees? If so, which ones? "fix proc->tsk check" is a fix for "c4ea41ba195d ("binder: use group leader instead of open thread") which Todd sent to LKML just two weeks ago; it should definitely go to 4.13-final if it still can, and basically all the -stable kernels that patch ended up in (I think Todd proposed back to 4.4). The other two commits are related to the multiple domains / scatter-gather patches that were upstreamed about 6 months ago (eg 7980240b6d63e); I saw those landed in 4.11-rc1 first. Thanks, Martijn > > thanks, > > greg k-h