Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbbKHNrP (ORCPT ); Sun, 8 Nov 2015 08:47:15 -0500 Received: from mail-io0-f175.google.com ([209.85.223.175]:32861 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751382AbbKHNrL (ORCPT ); Sun, 8 Nov 2015 08:47:11 -0500 Subject: Re: [PATCH] tty: audit: Fix audit source To: kbuild test robot References: <201511082100.lAxO7dtn%fengguang.wu@intel.com> Cc: kbuild-all@01.org, Greg Kroah-Hartman , Jiri Slaby , linux-kernel@vger.kernel.org, Laura Abbott , =?UTF-8?Q?Miloslav_Trma=c4=8d?= , stable@vger.kernel.org From: Peter Hurley Message-ID: <563F525D.6090104@hurleysoftware.com> Date: Sun, 8 Nov 2015 08:47:09 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511082100.lAxO7dtn%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 Content-Length: 1369 Lines: 33 On 11/08/2015 08:01 AM, kbuild test robot wrote: > Hi Peter, > > [auto build test WARNING on: v4.3-rc7] > [also build test WARNING on: next-20151106] > > url: https://github.com/0day-ci/linux/commits/Peter-Hurley/tty-audit-Fix-audit-source/20151108-205330 > config: x86_64-randconfig-x019-201545 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All warnings (new ones prefixed by >>): > > drivers/tty/n_tty.c: In function 'tty_copy_to_user': >>> drivers/tty/n_tty.c:172:26: warning: passing argument 2 of 'tty_audit_add_data' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] > tty_audit_add_data(tty, from, n, ldata->icanon); > ^ > In file included from drivers/tty/n_tty.c:40:0: > include/linux/tty.h:616:20: note: expected 'unsigned char *' but argument is of type 'const void *' > static inline void tty_audit_add_data(struct tty_struct *tty, Thanks for the build report. I caused this during a manual rebase squash. Re-testing v2 now :/ Regards, Peter Hurley -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/