All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Hurley <peter@hurleysoftware.com>
To: kbuild test robot <lkp@intel.com>
Cc: kbuild-all@01.org,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jiri Slaby" <jslaby@suse.cz>,
	linux-kernel@vger.kernel.org,
	"Laura Abbott" <labbott@fedoraproject.org>,
	"Miloslav Trmač" <mitr@redhat.com>,
	stable@vger.kernel.org
Subject: Re: [PATCH] tty: audit: Fix audit source
Date: Sun, 8 Nov 2015 08:47:09 -0500	[thread overview]
Message-ID: <563F525D.6090104@hurleysoftware.com> (raw)
In-Reply-To: <201511082100.lAxO7dtn%fengguang.wu@intel.com>

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


  reply	other threads:[~2015-11-08 13:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-08 12:49 [PATCH] tty: audit: Fix audit source Peter Hurley
2015-11-08 13:01 ` kbuild test robot
2015-11-08 13:47   ` Peter Hurley [this message]
2015-11-08 13:52 ` [PATCH v2] " Peter Hurley
2015-11-10  1:40   ` Laura Abbott

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=563F525D.6090104@hurleysoftware.com \
    --to=peter@hurleysoftware.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jslaby@suse.cz \
    --cc=kbuild-all@01.org \
    --cc=labbott@fedoraproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=mitr@redhat.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.