lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 11 Oct 2011 12:12:46 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	linux-kbuild@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] genksyms: Ignore changes to internal files

Hi,

this series teaches genksyms to ignore changes to internal files (those
defined in the source file itself). See patch 2/3 for the main part.

Michal


Michal Marek (3):
  genksyms: Minor parser cleanup
  genksyms: Do not expand internal types
  genksyms: Regenerate lexer and parser

 scripts/genksyms/genksyms.c          |    3 +-
 scripts/genksyms/genksyms.h          |    4 +-
 scripts/genksyms/lex.l               |    8 +
 scripts/genksyms/lex.lex.c_shipped   |   12 +-
 scripts/genksyms/parse.tab.c_shipped |  645 ++++++++++++++++++----------------
 scripts/genksyms/parse.tab.h_shipped |    7 +-
 scripts/genksyms/parse.y             |   40 ++-
 7 files changed, 393 insertions(+), 326 deletions(-)

-- 
1.7.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ