<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android-wireguard-module-builder, branch master</title>
<subtitle>Builder of WireGuard module for Android kernels</subtitle>
<id>https://git.zx2c4.com/android-wireguard-module-builder/atom/?h=master</id>
<link rel='self' href='https://git.zx2c4.com/android-wireguard-module-builder/atom/?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/'/>
<updated>2021-05-06T17:56:23Z</updated>
<entry>
<title>May update</title>
<updated>2021-05-06T17:56:23Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>nathan@kernel.org</email>
</author>
<published>2021-05-06T17:56:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=4fe26d9f23aec21bef253cac023f69657df7ee7f'/>
<id>urn:sha1:4fe26d9f23aec21bef253cac023f69657df7ee7f</id>
<content type='text'>
Closes: #7
Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;
</content>
</entry>
<entry>
<title>January update</title>
<updated>2021-01-05T02:23:01Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2021-01-05T02:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=73b44e0227f477526be62ff512f302685e5c3076'/>
<id>urn:sha1:73b44e0227f477526be62ff512f302685e5c3076</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>November update</title>
<updated>2020-11-06T04:18:25Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-11-06T04:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=6b528b5bbd098016b1abf1d7003e6e32697d5618'/>
<id>urn:sha1:6b528b5bbd098016b1abf1d7003e6e32697d5618</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>build-one.bash: override user's default branch name for temporary manifest repo</title>
<updated>2020-10-30T20:02:24Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-10-30T19:57:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=0917b8287ca4f42ee9557045c3f65d989376898f'/>
<id>urn:sha1:0917b8287ca4f42ee9557045c3f65d989376898f</id>
<content type='text'>
If a user has specified init.defaultBranch via git config, repo will
fail to properly init the temporary manifest repo.

$ ./build-one.bash ...
...
+ repo init -u ./manifest
Downloading Repo source from https://gerrit.googlesource.com/git-repo
repo: Updating release signing keys to keyset ver 2.3
Downloading manifest from ./manifest
fatal: couldn't find remote ref refs/heads/master
manifests:
fatal: couldn't find remote ref refs/heads/master

fatal: couldn't find remote ref refs/heads/master
manifests:
fatal: couldn't find remote ref refs/heads/master

fatal: cannot obtain manifest ./manifest

To fix this, force the branch to be named master, which aligns with
current repo expectations.

Link: https://gerrit.googlesource.com/git-repo/+/50a81de2bc9f2074d56c368f651cf9f50c8d8a87
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>October update</title>
<updated>2020-10-07T07:02:08Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-10-07T07:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=56a8581a2bad2ea0db0a0bccfe31e979ca41d6a6'/>
<id>urn:sha1:56a8581a2bad2ea0db0a0bccfe31e979ca41d6a6</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>coral: use newer clang toolchain revision</title>
<updated>2020-09-15T12:18:28Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-09-15T12:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=f9a2cc98a5acc5a9cd16289d33f6095af15b5563'/>
<id>urn:sha1:f9a2cc98a5acc5a9cd16289d33f6095af15b5563</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>September update</title>
<updated>2020-09-15T06:02:41Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-09-15T06:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=dce176b8a77ce7585b66391d32d4c4a2da73f3f6'/>
<id>urn:sha1:dce176b8a77ce7585b66391d32d4c4a2da73f3f6</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>August update</title>
<updated>2020-08-04T02:33:42Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-08-04T02:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=7d5999052d55cde1a1dc4d17a666b90b2a193342'/>
<id>urn:sha1:7d5999052d55cde1a1dc4d17a666b90b2a193342</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>July update</title>
<updated>2020-07-07T03:30:01Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-07-07T03:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=21be9850c92e36ea969bdb4f864cfcc839e6f227'/>
<id>urn:sha1:21be9850c92e36ea969bdb4f864cfcc839e6f227</id>
<content type='text'>
Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernels: wahoo: apply a patch to fix the build</title>
<updated>2020-06-02T21:46:50Z</updated>
<author>
<name>Nathan Chancellor</name>
<email>natechancellor@gmail.com</email>
</author>
<published>2020-06-02T21:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/android-wireguard-module-builder/commit/?id=4e217ddb576884a70fa3cdc08dc96da02dcddb37'/>
<id>urn:sha1:4e217ddb576884a70fa3cdc08dc96da02dcddb37</id>
<content type='text'>
We need this patch after upstream stable commit 78d19b437554 ("kbuild:
fix single target build for external module") was merged via 4.4.210 in
the June security update. prepare is now called when building an
external module, which calls vdso_prepare, which then calls prepare0,
which is only defined when KBUILD_EXTMOD is set.

This is not a problem for upstream stable because commit
a66649dab350 ("arm64: fix vdso-offsets.h dependency") is not applied
there; it is only applied in the Wahoo tree as part of a series of vDSO
commits they added.

Signed-off-by: Nathan Chancellor &lt;natechancellor@gmail.com&gt;
</content>
</entry>
</feed>
