<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ffs, branch master</title>
<subtitle>OpenPOWER Flash File Structure utility sources</subtitle>
<id>https://git.raptorcs.com/git/ffs/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/ffs/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/'/>
<updated>2017-12-01T02:50:03+00:00</updated>
<entry>
<title>Don't redefine __const</title>
<updated>2017-12-01T02:50:03+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-12-01T02:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=3ec70fbc458e32eef0d0b1de79688b4dc48cbd57'/>
<id>urn:sha1:3ec70fbc458e32eef0d0b1de79688b4dc48cbd57</id>
<content type='text'>
This would break compiling on RHEL6/CentOS6

Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>clib: explicitly include clib/builtin.h</title>
<updated>2017-11-30T08:36:57+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T08:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=5d37305e2a7010d8bbecbfd9ea29ae3fbb229e79'/>
<id>urn:sha1:5d37305e2a7010d8bbecbfd9ea29ae3fbb229e79</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>README: add build instructions</title>
<updated>2017-11-30T08:10:34+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T08:10:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=e99543bb1729c76044f6fdd0d24a2fec5d543177'/>
<id>urn:sha1:e99543bb1729c76044f6fdd0d24a2fec5d543177</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>clib: include system assert.h</title>
<updated>2017-11-30T08:08:59+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T08:08:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=2b8ac8212b7a36fde565ed82675f88f52b1217b8'/>
<id>urn:sha1:2b8ac8212b7a36fde565ed82675f88f52b1217b8</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Remove references to removed clib/assert.h</title>
<updated>2017-11-30T08:03:52+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T08:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=64357b2dae0eb946cfcba4406a19067f11aeabe3'/>
<id>urn:sha1:64357b2dae0eb946cfcba4406a19067f11aeabe3</id>
<content type='text'>
Fixes: 281345fdc962398cfdb5a25f2794f0b1c1418728
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>fix high memory usage during any operation with '--buffer'</title>
<updated>2017-11-30T07:52:23+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T07:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=6bd1a1fe3ec12e177278303e6db0c79b1a14b631'/>
<id>urn:sha1:6bd1a1fe3ec12e177278303e6db0c79b1a14b631</id>
<content type='text'>
The --buffer command line option was passed to setvbuf(3).
Computers are fast enough and libc is good enough that
we realistically do not need this.

Hostboot's buildpnor.pl would pass --buffer 0x40000000
which resulted in a malloc(2GB), which would fail on systems
with less than 2GB of memory because sometimes
libc and the kernel are sane.

So, we keep the command line option for backwards compatibility
but completely ignore it.

In the few places where it was used to allocate a buffer to do
work in (and this was via a rather round-about way), we instead
just allocate something the size of the PNOR image.

Fixes: https://github.com/open-power/ffs/issues/7
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>fpart: make test run valgrind clean</title>
<updated>2017-11-30T06:22:42+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T06:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=1ccd69266b2b71113d17de0d799e0de64aac2fb5'/>
<id>urn:sha1:1ccd69266b2b71113d17de0d799e0de64aac2fb5</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bugfixes' of https://github.com/stewart-ibm/ffs</title>
<updated>2017-11-30T05:59:07+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T05:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=0d97f635950d6746038ab8c14429be40501369a0'/>
<id>urn:sha1:0d97f635950d6746038ab8c14429be40501369a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add skeleton README</title>
<updated>2017-11-30T05:45:40+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T05:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=a669f2e0fe2ceb56294cc929131b8361734d4164'/>
<id>urn:sha1:a669f2e0fe2ceb56294cc929131b8361734d4164</id>
<content type='text'>
Signed-off-by: Stewart Smith &lt;stewart@linux.vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>Merge fix for TOC &gt; 4k</title>
<updated>2017-11-30T05:37:10+00:00</updated>
<author>
<name>Stewart Smith</name>
<email>stewart@linux.vnet.ibm.com</email>
</author>
<published>2017-11-30T05:37:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ffs/commit/?id=aa0ee75d8ab126cd46aa6f586995423e396e7341'/>
<id>urn:sha1:aa0ee75d8ab126cd46aa6f586995423e396e7341</id>
<content type='text'>
https://github.com/open-power/ffs/pull/14
</content>
</entry>
</feed>
