All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fengguang Wu <fengguang.wu@intel.com>
To: kernel-janitors@vger.kernel.org
Subject: [modsign:modsign 23/27] kernel/module-verify.c:63:15: warning: unused variable 'secsize'
Date: Tue, 17 Jul 2012 17:42:17 +0000	[thread overview]
Message-ID: <20120717174217.GA5545@localhost> (raw)

Hi David,

There are new compile warnings show up in

tree:   git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-modsign.git modsign
head:   88883f815418ff31af0e71ece672656ef75a5e88
commit: 0e3a9d4eb0e62a7133409aaf371f82dedf57bc9e [23/27] MODSIGN: Check the ELF container

All warnings:

kernel/module-verify.c: In function 'module_verify_elf':
kernel/module-verify.c:63:15: warning: unused variable 'secsize' [-Wunused-variable]

vim +63 kernel/module-verify.c
    60		const Elf_Shdr *section, *secstop;
    61		const Elf_Sym *symbols, *symbol, *symstop;
    62		const char *strtab;
  > 63		size_t size, secsize, secstrsize, strsize, notesize, notemetasize;
    64		unsigned line;
    65	
    66		size = mvdata->size;

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

             reply	other threads:[~2012-07-17 17:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-17 17:42 Fengguang Wu [this message]
2012-07-17 19:35 ` [modsign:modsign 23/27] kernel/module-verify.c:63:15: warning: unused variable 'secsize' David Howells

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=20120717174217.GA5545@localhost \
    --to=fengguang.wu@intel.com \
    --cc=kernel-janitors@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.