From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757206AbcAJHAJ (ORCPT ); Sun, 10 Jan 2016 02:00:09 -0500 Received: from mail-pf0-f173.google.com ([209.85.192.173]:34304 "EHLO mail-pf0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751887AbcAJHAF (ORCPT ); Sun, 10 Jan 2016 02:00:05 -0500 Subject: Re: [RESEND][PATCH 06/15] tty: audit: Ignore current association for audit push To: kbuild test robot References: <201601101347.te5KPwYI%fengguang.wu@intel.com> Cc: kbuild-all@01.org, Greg Kroah-Hartman , Jiri Slaby , linux-audit@redhat.com, linux-kernel@vger.kernel.org From: Peter Hurley Message-ID: <56920173.8000003@hurleysoftware.com> Date: Sat, 9 Jan 2016 23:00:03 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <201601101347.te5KPwYI%fengguang.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/09/2016 09:36 PM, kbuild test robot wrote: > Hi Peter, Thanks for the report. Just re-spun the v2 series with a fix for this. Regards, Peter Hurley > [auto build test ERROR on tty/tty-testing] > [also build test ERROR on next-20160108] > [cannot apply to v4.4-rc8] > [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] > > url: https://github.com/0day-ci/linux/commits/Peter-Hurley/Rework-tty-audit/20160110-130735 > base: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tty-testing > config: i386-randconfig-s0-201602 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > Note: the linux-review/Peter-Hurley/Rework-tty-audit/20160110-130735 HEAD 3fdd6ed9cf68e96432c554fac7a14ef60e77efc3 builds fine. > It only hurts bisectibility. > > All errors (new ones prefixed by >>): > > drivers/tty/n_tty.c: In function 'canon_copy_from_read_buf': >>> drivers/tty/n_tty.c:2106:3: error: too few arguments to function 'tty_audit_push' > tty_audit_push(); > ^ > In file included from drivers/tty/n_tty.c:40:0: > include/linux/tty.h:626:20: note: declared here > static inline void tty_audit_push(struct tty_struct *tty) > ^ > > vim +/tty_audit_push +2106 drivers/tty/n_tty.c > > 2100 > 2101 if (found) { > 2102 if (!ldata->push) > 2103 ldata->line_start = ldata->read_tail; > 2104 else > 2105 ldata->push = 0; >> 2106 tty_audit_push(); > 2107 } > 2108 return 0; > 2109 } > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation >