From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755056AbbAYQUi (ORCPT ); Sun, 25 Jan 2015 11:20:38 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54788 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754199AbbAYQPn (ORCPT ); Sun, 25 Jan 2015 11:15:43 -0500 Date: Sun, 25 Jan 2015 20:11:39 +0800 From: Greg KH To: John Stultz Cc: lkml , Rom Lemarchand , Mark Salyzyn , Kees Cook , Android Kernel Team Subject: Re: [PATCH 2/2][RFC] staging: Remove the Android logger driver Message-ID: <20150125121139.GA30332@kroah.com> References: <1421790155-3309-1-git-send-email-john.stultz@linaro.org> <1421790155-3309-2-git-send-email-john.stultz@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1421790155-3309-2-git-send-email-john.stultz@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 20, 2015 at 01:42:35PM -0800, John Stultz wrote: > With the relase of Lollipop, Android no longer > requires the logger driver. > > There are three patches which the android dev's > still need before they drop logger on all their > devices: > > [PATCH v3 1/3] pstore: use scnprintf > [PATCH 2/3] pstore: remove superfluous memory size check > [PATCH v2 3/3] pstore: add pmsg > > But these seem to have been acked and are hopefully > queued for upstream. > > So this patch removes the logger driver from staging. > > Cc: Rom Lemarchand > Cc: Mark Salyzyn > Cc: Kees Cook > Cc: Android Kernel Team > Signed-off-by: John Stultz > Acked-by: Mark Salyzyn > --- > drivers/staging/android/Kconfig | 17 - > drivers/staging/android/logger.c | 808 --------------------------------------- > drivers/staging/android/logger.h | 89 ----- > 3 files changed, 914 deletions(-) > delete mode 100644 drivers/staging/android/logger.c > delete mode 100644 drivers/staging/android/logger.h For some reason this doesn't apply to my staging-testing branch of staging.git for some change in logger.c, can you refresh it and resend so I can apply it? thanks, greg k-h