public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] genksyms: Ignore changes to internal files
@ 2011-10-11 10:12 Michal Marek
  2011-10-11 10:12 ` [PATCH 1/3] genksyms: Minor parser cleanup Michal Marek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Marek @ 2011-10-11 10:12 UTC (permalink / raw)
  To: linux-kbuild; +Cc: linux-kernel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-11-01 23:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11 10:12 [PATCH 0/3] genksyms: Ignore changes to internal files Michal Marek
2011-10-11 10:12 ` [PATCH 1/3] genksyms: Minor parser cleanup Michal Marek
2011-10-11 10:12 ` [PATCH 2/3] genksyms: Do not expand internal types Michal Marek
2011-10-11 10:12 ` [PATCH 3/3] genksyms: Regenerate lexer and parser Michal Marek
2011-10-11 10:13 ` [PATCH 0/3] genksyms: Ignore changes to internal files Michal Marek
2011-11-01 23:26 ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox