Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565AbdGFNHA convert rfc822-to-8bit (ORCPT ); Thu, 6 Jul 2017 09:07:00 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:60728 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752068AbdGFNG7 (ORCPT ); Thu, 6 Jul 2017 09:06:59 -0400 From: Miodrag Dinic To: Greg Kroah-Hartman , Aleksandar Markovic CC: "linux-mips@linux-mips.org" , "Aleksandar Markovic" , Douglas Leung , Goran Ferenc , "James Hogan" , Jiri Slaby , "linux-kernel@vger.kernel.org" , Paul Burton , Petar Jovanovic , Raghu Gandham , "jinqian@google.com" , "lfy@google.com" , Bo Hu Subject: RE: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator Thread-Topic: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator Thread-Index: AQHS8CcogndMaCnPWEKsPjVNp/oNvqI67KqAgAvbCwc= Date: Thu, 6 Jul 2017 13:06:52 +0000 Message-ID: <232DDC0A2B605E4F9E85F6904417885F015D929D0F@BADAG02.ba.imgtec.org> References: <1498665399-29007-1-git-send-email-aleksandar.markovic@rt-rk.com>,<20170628163011.GA17042@kroah.com> In-Reply-To: <20170628163011.GA17042@kroah.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.117.201.26] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2036 Lines: 54 Hi Greg, > How well does these patches "work" with the recent goldfish > images/kernels that are out there? I know the goldfish platform has > been revamped a lot recently, and I would not like to see these changes > cause things to break there :) Actually these changes have been in the Googles emulator kernel repo for a long time and they fix issues found during Android testing : https://android.googlesource.com/kernel/goldfish.git So there should not be any regression with them. > Also, any chance to get some google reviewers for these changes? I > don't think you added any to the cc: list, how come? cc-ing Jin Quian, Bo Hu & Lingfeng Yang from Google. Kind regards, Miodrag ________________________________________ From: Greg Kroah-Hartman [gregkh@linuxfoundation.org] Sent: Wednesday, June 28, 2017 6:30 PM To: Aleksandar Markovic Cc: linux-mips@linux-mips.org; Aleksandar Markovic; Douglas Leung; Goran Ferenc; James Hogan; Jiri Slaby; linux-kernel@vger.kernel.org; Miodrag Dinic; Paul Burton; Petar Jovanovic; Raghu Gandham Subject: Re: [PATCH v2 0/7] MIPS: Miscellaneous fixes related to Android Mips emulator On Wed, Jun 28, 2017 at 05:56:24PM +0200, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > v1->v2: > > - the patch on PREF usage in memcpy dropped as not needed > - updated recipient lists using get_maintainer.pl > - rebased to the latest kernel code > > This series contains an assortment of changes necessary for proper > operation of Android emulator for Mips. However, we think that wider > kernel community may benefit from them too. This is nice, thanks for these. How well does these patches "work" with the recent goldfish images/kernels that are out there? I know the goldfish platform has been revamped a lot recently, and I would not like to see these changes cause things to break there :) Also, any chance to get some google reviewers for these changes? I don't think you added any to the cc: list, how come? thanks, greg k-h