<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/Makefile, branch v4.4.122</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4.122</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v4.4.122'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2018-03-18T10:17:54Z</updated>
<entry>
<title>Linux 4.4.122</title>
<updated>2018-03-18T10:17:54Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-03-18T10:17:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=b8ea1f9b32599d3cc0ce81636d3842aee2ce302b'/>
<id>urn:sha1:b8ea1f9b32599d3cc0ce81636d3842aee2ce302b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.121</title>
<updated>2018-03-11T15:19:47Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-03-11T15:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=8b5ab55d254f36e89b1b53aeac7223d2d102483e'/>
<id>urn:sha1:8b5ab55d254f36e89b1b53aeac7223d2d102483e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.120</title>
<updated>2018-03-03T09:19:46Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-03-03T09:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=47356cfded444826565f2430bce8ba294372b861'/>
<id>urn:sha1:47356cfded444826565f2430bce8ba294372b861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.119</title>
<updated>2018-02-28T09:17:24Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-02-28T09:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5e0c4113fcba3b47e9b827f9f661d85cc238b5a6'/>
<id>urn:sha1:5e0c4113fcba3b47e9b827f9f661d85cc238b5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.118</title>
<updated>2018-02-25T10:03:55Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-02-25T10:03:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=37428a8003d96089e49e116bac4bce59a57c1f07'/>
<id>urn:sha1:37428a8003d96089e49e116bac4bce59a57c1f07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tools build: Add tools tree support for 'make -s'</title>
<updated>2018-02-25T10:03:43Z</updated>
<author>
<name>Josh Poimboeuf</name>
<email>jpoimboe@redhat.com</email>
</author>
<published>2017-01-19T04:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=c6ce3e85ac8349f6686d9f12fbb4c5fde23fad9d'/>
<id>urn:sha1:c6ce3e85ac8349f6686d9f12fbb4c5fde23fad9d</id>
<content type='text'>
commit e572d0887137acfc53f18175522964ec19d88175 upstream.

When doing a kernel build with 'make -s', everything is silenced except
the objtool build.  That's because the tools tree support for silent
builds is some combination of missing and broken.

Three changes are needed to fix it:

- Makefile: propagate '-s' to the sub-make's MAKEFLAGS variable so the
  tools Makefiles can see it.

- tools/scripts/Makefile.include: fix the tools Makefiles' ability to
  recognize '-s'.  The MAKE_VERSION and MAKEFLAGS checks are copied from
  the top-level Makefile.  This silences the "DESCEND objtool" message.

- tools/build/Makefile.build: add support to the tools Build files for
  recognizing '-s'.  Again the MAKE_VERSION and MAKEFLAGS checks are
  copied from the top-level Makefile.  This silences all the object
  compile/link messages.

Reported-and-Tested-by: Peter Zijlstra &lt;peterz@infradead.org&gt;
Signed-off-by: Josh Poimboeuf &lt;jpoimboe@redhat.com&gt;
Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;
Cc: Michal Marek &lt;mmarek@suse.com&gt;
Link: http://lkml.kernel.org/r/e8967562ef640c3ae9a76da4ae0f4e47df737c34.1484799200.git.jpoimboe@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

</content>
</entry>
<entry>
<title>Linux 4.4.117</title>
<updated>2018-02-22T14:45:02Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-02-22T14:45:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e9fd3d16de83cee2e533448d4601ef89a9ab94c8'/>
<id>urn:sha1:e9fd3d16de83cee2e533448d4601ef89a9ab94c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.116</title>
<updated>2018-02-16T19:09:48Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-02-16T19:09:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0f48bd7cf032bb4cb9f433de0fef694e15fb93ef'/>
<id>urn:sha1:0f48bd7cf032bb4cb9f433de0fef694e15fb93ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.115</title>
<updated>2018-02-03T16:04:31Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-02-03T16:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f0feeec9c246f6518e168daec66d92a4a6bf0965'/>
<id>urn:sha1:f0feeec9c246f6518e168daec66d92a4a6bf0965</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Linux 4.4.114</title>
<updated>2018-01-31T11:06:14Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2018-01-31T11:06:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=49fe90b853dfb1087d0a734cd7f4af1aa00c8e53'/>
<id>urn:sha1:49fe90b853dfb1087d0a734cd7f4af1aa00c8e53</id>
<content type='text'>
</content>
</entry>
</feed>
