<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/scripts, branch v2.6.30-rc2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/scripts?h=v2.6.30-rc2</id>
<link rel='self' href='https://git.amat.us/linux/atom/scripts?h=v2.6.30-rc2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2009-04-13T19:20:01Z</updated>
<entry>
<title>Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes</title>
<updated>2009-04-13T19:20:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-04-13T19:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=80a04d3f2f94fb68b5df05e3ac6697130bc3467a'/>
<id>urn:sha1:80a04d3f2f94fb68b5df05e3ac6697130bc3467a</id>
<content type='text'>
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes:
  docbook: make cleandocs
  kbuild: fix spurious initramfs rebuild
  Documentation: explain the difference between __bitwise and __bitwise__
  kbuild: make it possible for the linker to discard local symbols from vmlinux
  kbuild: remove pointless strdup() on arguments passed to new_module() in modpost
  kbuild: fix a few typos in top-level Makefile
  kbuild: introduce destination-y for exported headers
  kbuild: use git svn instead of git-svn in setlocalversion
  kconfig: fix update-po-config to accect backslash in input
  kbuild: fix option processing for -I in headerdep
</content>
</entry>
<entry>
<title>Merge branch 'gm_20090410' of git://repo.or.cz/linux-2.6/trivial-mods</title>
<updated>2009-04-13T15:24:35Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-04-13T15:23:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d3ab02a7c51fcbceafe999a515cc8bc4f0d0cfee'/>
<id>urn:sha1:d3ab02a7c51fcbceafe999a515cc8bc4f0d0cfee</id>
<content type='text'>
* 'gm_20090410' of git://repo.or.cz/linux-2.6/trivial-mods:
  MAINTAINERS - Update MN10300 patterns
  MAINTAINERS - Update frv arch patterns
  scripts/get_maintainer.pl - Allow multiple files on command line
  MAINTAINERS - Update Freescale sound patterns
  MAINTAINERS - Add additional patterns
  MAINTAINERS - Add missing "/" to some pattern directories
  MAINTAINERS - Update DRIVER CORE patterns
  MAINTAINERS - Update M68K patterns
  MAINTAINERS - Coalesce sections "DVB" and "Video for Linux"
  MAINTAINERS - Remove cyblafb frame buffer no longer in tree
  MAINTAINERS - Remove x86/Voyager no longer in tree
  MAINTAINERS - Update FPU Emulator contact address and web page
  MAINTAINERS - i2c_tiny_usb T: should be W:
  MAINTAINERS - Add Linus Torvalds' git
  MAINTAINERS - standardize "T:       git urls"
  MAINTAINERS - Remove HP Fibre Channel HBA no longer in tree
  MAINTAINERS - Standardize style
  MAINTAINERS - Add file patterns
  Add scripts/get_maintainer.pl

Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;
Acked-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix spurious initramfs rebuild</title>
<updated>2009-04-11T06:18:12Z</updated>
<author>
<name>Maxime Bizon</name>
<email>mbizon@freebox.fr</email>
</author>
<published>2009-02-09T17:49:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9e5ec8615209f6a5bf2a612120d972b6021790da'/>
<id>urn:sha1:9e5ec8615209f6a5bf2a612120d972b6021790da</id>
<content type='text'>
When gen_initramfs_list is used to generate make dependencies, it
includes symbolic links, for which make tracks the link target. Any
change to that target will cause an initramfs rebuild, even if the
symlink points to something outside of the initramfs directory.

If the target happens to be /tmp, the rebuild occurs for each kernel
build, since gen_initramfs_list uses mktemp...

Proposed way to fix it is to omit symbolic links from generated
dependencies, but this has a small drawback: changing perm/owner on a
symlink will go unnoticed.

Signed-off-by: Maxime Bizon &lt;mbizon@freebox.fr&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: remove pointless strdup() on arguments passed to new_module() in modpost</title>
<updated>2009-04-11T06:18:10Z</updated>
<author>
<name>Jan Beulich</name>
<email>jbeulich@novell.com</email>
</author>
<published>2009-03-12T12:28:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0fa3a88cfdfc910d7f335aef588edf9819c05d54'/>
<id>urn:sha1:0fa3a88cfdfc910d7f335aef588edf9819c05d54</id>
<content type='text'>
new_module() itself already calls strdup() on its modname parameter.

Signed-off-by: Jan Beulich &lt;jbeulich@novell.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: introduce destination-y for exported headers</title>
<updated>2009-04-11T06:18:08Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2009-04-10T06:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c7bb349e7c25df1ae1bbb72675b9bb02e1d9c464'/>
<id>urn:sha1:c7bb349e7c25df1ae1bbb72675b9bb02e1d9c464</id>
<content type='text'>
xtensa and arm have asked for a possibility to export headers
and locate them in a specific directory when exported.
Introduce destiantion-y to support this.

This patch in additiona adds some limited
documentation for the variables used for exported headers.

Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Cc: Oskar Schirmer &lt;os@emlix.com&gt;
Cc: Mikael Starvik &lt;mikael.starvik@axis.com&gt;
</content>
</entry>
<entry>
<title>kbuild: use git svn instead of git-svn in setlocalversion</title>
<updated>2009-04-11T06:18:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-03-26T20:58:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4774bb1ced60a94d83b28e5a42d4cf01b83d9b60'/>
<id>urn:sha1:4774bb1ced60a94d83b28e5a42d4cf01b83d9b60</id>
<content type='text'>
Use the correct git &lt;subcmd&gt; syntax instead of the deprecated git-&lt;subcmd&gt;.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kconfig: fix update-po-config to accect backslash in input</title>
<updated>2009-04-11T06:18:07Z</updated>
<author>
<name>Sam Ravnborg</name>
<email>sam@ravnborg.org</email>
</author>
<published>2009-04-08T06:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=612c280ef2400c70ea2fd8f2e17549c95002368c'/>
<id>urn:sha1:612c280ef2400c70ea2fd8f2e17549c95002368c</id>
<content type='text'>
Massimo Maiurana reported (slightly edited):

=====
In latest 2.6.29 "make update-po-config" fails at msguniq invocation
with an "invalid control sequence" error.
The offending string is the following, and it's located in
drivers/staging/panel/Kconfig:72:

    "'\e[L' which are specific to the LCD, and a few ANSI codes. The"

looks to me like gettext expects strings in printf format, so in
this case it thinks "\e" is a control sequence but doesn't recognise
it as a valid one.

A valid solution would be to tell kxgettext to automatically
escape this kind of strings in the */config.pot he produces, so that
msguniq would not complain.
=====

This patch implements the suggested escaping.

Reported-by: Massimo Maiurana &lt;maiurana@gmail.com&gt;
Tested-by: Massimo Maiurana &lt;maiurana@gmail.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>kbuild: fix option processing for -I in headerdep</title>
<updated>2009-04-11T06:18:07Z</updated>
<author>
<name>Uwe Kleine-König</name>
<email>u.kleine-koenig@pengutronix.de</email>
</author>
<published>2009-03-29T13:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=79ff807cf23ffb527f3f35bdececf56cabcdee07'/>
<id>urn:sha1:79ff807cf23ffb527f3f35bdececf56cabcdee07</id>
<content type='text'>
-I takes an argument.  Without this change only a 1 is added to
@opt_include which is not helpful.

Signed-off-by: Uwe Kleine-König &lt;u.kleine-koenig@pengutronix.de&gt;
Acked-by: Vegard Nossum &lt;vegard.nossum@gmail.com&gt;
Signed-off-by: Sam Ravnborg &lt;sam@ravnborg.org&gt;
</content>
</entry>
<entry>
<title>scripts/get_maintainer.pl - Allow multiple files on command line</title>
<updated>2009-04-10T20:10:54Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2009-04-10T19:28:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4a7fdb5f51a4d9228b0ff93494b95f72be5e904a'/>
<id>urn:sha1:4a7fdb5f51a4d9228b0ff93494b95f72be5e904a</id>
<content type='text'>
Improve handling of "by:" signoffs
Sorting and frequency checks are done by name/email, not
by "by:" tag.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
</content>
</entry>
<entry>
<title>Add scripts/get_maintainer.pl</title>
<updated>2009-04-10T20:10:40Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2009-04-08T03:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=cb7301c7a3b2216c93b148fec0718d24f4ee2a99'/>
<id>urn:sha1:cb7301c7a3b2216c93b148fec0718d24f4ee2a99</id>
<content type='text'>
A script to parse file pattern information in MAINTAINERS
and return selected information about a file or patch

usage: scripts/get_maintainer.pl [options] patchfile
       scripts/get_maintainer.pl [options] -f file
version: 0.14

MAINTAINERS field selection options:
  --email =&gt; print email address(es) if any
    --git =&gt; include git "*-by:" signers in commit count order
    --git-chief-penguins =&gt; include (Linus Torvalds)
    --git-min-signatures =&gt; number of signatures required (default: 1)
    --git-max-maintainers =&gt; maximum maintainers to add (default: 5)
    --git-since =&gt; git history to use (default: 1-year-ago)
    --m =&gt; include maintainer(s) if any
    --n =&gt; include name 'Full Name &lt;addr@domain.tld&gt;'
    --l =&gt; include list(s) if any
    --s =&gt; include subscriber only list(s) if any
  --scm =&gt; print SCM tree(s) if any
  --status =&gt; print status if any
  --subsystem =&gt; print subsystem name if any
  --web =&gt; print website(s) if any

Output type options:
  --separator [, ] =&gt; separator for multiple entries on 1 line
  --multiline =&gt; print 1 entry per line

Default options:
  [--email --git --m --n --l --multiline]

Other options:
  --version =&gt; show version
  --help =&gt; show this help information

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;
</content>
</entry>
</feed>
