23004 Commits

Author SHA1 Message Date
David Michael
e363ee4cd2 Merge pull request #2970 from ezequielgarcia/master
kernel: Enable throttled background buffered writeback (CONFIG_BLK_WBT)
2018-02-09 15:03:28 -05:00
Andrew Jeddeloh
7ffb56efb4 dev-python: update packages for pyopenssl
Update dev-python/
 - asn1crypto
 - cffi
 - cryptography
 - idna
2018-02-09 11:13:52 -08:00
Andrew Jeddeloh
257904cbae dev-python/pyopenssl: add package
This is needed by google-cloud-sdk
2018-02-09 10:56:45 -08:00
Andrew Jeddeloh
693d33b4a0 net-misc/google-cloud-sdk: depend on pyopenssl
pyopenssl is needed for gsutil signurl.
2018-02-09 10:52:50 -08:00
Ezequiel Garcia
b36ecb3403 sys-kernel: enable throttled background buffered writeback
This feature prevents the background writeback thread from stalling I/O,
e.g. reads.

For instance, without this option enabled, it's possible to stall reads
setting a writeback dirty threshold (/proc/sys/vm/dirty_writeback_centisecs)
sufficiently long.

Quoting the author of the feature:

"""
[..] If you are sick of Linux bogging down when buffered
writes are happening, then this is for you, laptop or server. The
patchset is fully stable, I have not observed problems. It passes full
xfstest runs, and a variety of benchmarks as well. It works equally well
on blk-mq/scsi-mq, and "classic" setups.
"""

"""
This feature adds a simple blk-wb code that keeps limits how much buffered
writeback we keep in flight on the device end. [..] it should be pretty
much auto-tuning.
"""

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
2018-02-09 13:36:22 -03:00
Ezequiel Garcia
8da7bd8241 sys-kernel: cleanup options
Move options explicitly enabled in arm64 and that x86 enable
by default to the common config file.

Changes on x86:

 * CONFIG_HW_RANDOM was compiled as a module,
   and now it is built-in.

Changes on ARM64:

 * CONFIG_KEXEC is enabled.

Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
2018-02-09 13:34:48 -03:00
David Michael
2880de9a89 update_chroot: Drop obsolete GCC versions, older than 7.3.0 2018-02-08 20:45:57 -05:00
Andrew Jeddeloh
ceade1867a Merge pull request #3052 from ajeddeloh/cleanup
coreos-base/hard-host-depends: build fewer things
2018-02-08 17:15:11 -08:00
Andrew Jeddeloh
3ae745f76b Merge pull request #642 from ajeddeloh/cleanup
Clean up unused packages
2018-02-08 17:15:09 -08:00
Andrew Jeddeloh
c1461750c1 dev-python/pyyaml: remove package
This is only used by hard-host-depends.
2018-02-08 17:11:17 -08:00
Andrew Jeddeloh
e1f8ca4320 chore(metadata): Regenerate cache 2018-02-08 14:55:25 -08:00
Andrew Jeddeloh
9dadffff8f dev-util/go-bindata: remove package
We don't use it and it has been deleted upstream.
2018-02-08 14:55:11 -08:00
Andrew Jeddeloh
8501ab7af1 coreos-base/hard-host-depends: build less things
Remove packages we don't use so we stop building them every time.
2018-02-08 14:55:11 -08:00
David Michael
39eb427bf7 Merge pull request #3057 from dm0-/docker
Upgrade to Docker 18.02.0-ce
2018-02-08 17:44:16 -05:00
David Michael
72bef6c986
Merge pull request #790 from dm0-/docker
build_torcx_store: Upgrade the default Docker to 18.02
2018-02-08 17:44:10 -05:00
Andrew Jeddeloh
bfe7507f47 dev-python/pyopenssl: remove package
This is only required by hard-host-depends
2018-02-08 14:42:57 -08:00
David Michael
183dd0c863 app-emulation/docker: Upstream changed the tagged 17.12 commit... 2018-02-08 15:37:38 -05:00
Andrew Jeddeloh
7af25cd9a1 Merge pull request #3058 from ajeddeloh/bump-systemd
sys-apps/systemd: bump for backports
2018-02-08 10:27:59 -08:00
Andrew Jeddeloh
e1495c58b8 sys-apps/systemd: bump for backports
Bump systemd to include some backports to 237.
2018-02-08 10:24:34 -08:00
David Michael
2fe8758dd2 chore(metadata): Regenerate cache 2018-02-08 13:09:08 -05:00
David Michael
da2153ee67 app-arch/torcx: Bump the non-1.12 Docker profile to 18.02 2018-02-08 13:08:42 -05:00
David Michael
537ef45561 app-torcx/docker: Bump 18.01 to 18.02 2018-02-08 13:08:42 -05:00
David Michael
809aadc0a6 app-emulation/docker: Bump 18.01 to 18.02 2018-02-08 13:08:42 -05:00
David Michael
acd870ef52 app-emulation/docker-proxy: Add an ebuild for Docker 18.02 2018-02-08 13:08:24 -05:00
David Michael
025b776017 build_torcx_store: Upgrade the default Docker to 18.02 2018-02-08 13:00:39 -05:00
David Michael
edebbfcf9f app-emulation/containerd: Add v1.0.1 for Docker 18.02 2018-02-08 12:31:11 -05:00
David Michael
3d8b1bf680 app-emulation/docker-runc: Add an ebuild for Docker 18.02 2018-02-08 12:06:53 -05:00
David Michael
98bbc76b9f Merge pull request #3056 from dm0-/linux
Bump Linux 4.14.17 to 4.14.18 and 4.15.1 to 4.15.2
2018-02-08 08:58:07 -05:00
David Michael
fe4bf3d9dc sys-kernel/coreos-sources: Bump 4.14.17 to 4.14.18 2018-02-07 18:51:50 -05:00
David Michael
dd54ffb90c sys-kernel/coreos-sources: Bump 4.15.1 to 4.15.2 2018-02-07 18:49:53 -05:00
David Michael
715f214e0c Merge pull request #3051 from dm0-/go
Bump active Go versions
2018-02-07 16:24:36 -05:00
Andrew Jeddeloh
5578238dae dev-python/cherrypy: remove package
Only used by hard-host-depends
2018-02-07 13:11:57 -08:00
Andrew Jeddeloh
bedb213db8 dev-python/ws4py: remove pacakge
Only used bt hard-host-depends
2018-02-07 13:10:56 -08:00
David Michael
047e91d782 dev-lang/go: Bump Go 1.9 to 1.9.4 2018-02-07 16:10:20 -05:00
Andrew Jeddeloh
8aaa9d70fe dev-python/setproctitle: remove pacakge
Only used by hard-host-depends
2018-02-07 13:10:12 -08:00
Andrew Jeddeloh
585b65fe3b dev-python/pyusb: remove package
Only used by hard-host-depends
2018-02-07 13:09:23 -08:00
Andrew Jeddeloh
924d35361e dev-python/python-daemon: remove package:
Only used by hard-host-depends
2018-02-07 13:08:32 -08:00
Andrew Jeddeloh
1ae2f3eb63 dev-python/pyinotify: remove package
only used by hard-host-depends
2018-02-07 13:06:34 -08:00
Andrew Jeddeloh
d1290ba452 dev-python/netifaces: remove package
Only used by hard-host-depends
2018-02-07 13:05:43 -08:00
David Michael
10a58b3392 dev-lang/go: Bump Go 1.8 to 1.8.7 2018-02-07 16:05:24 -05:00
Andrew Jeddeloh
aed8d790e4 dev-python/m2crypto: remove package
This is only used by hard-host-depends
2018-02-07 13:01:26 -08:00
Andrew Jeddeloh
41e467a7da sys-devel/smatch: remove unused package
smatch is only used in repohooks which we don't execute.
2018-02-07 12:52:21 -08:00
Andrew Jeddeloh
65c32b545b app-arch/cabextract: remove package
This is only used by hard-host-depends for no apparent reason.
lesspipe.sh supports .cab files and uses it, but given we don't handle
.cab files, it can be safely removed.
2018-02-07 11:51:37 -08:00
Andrew Jeddeloh
bbe35187c5 Merge pull request #2867 from ajeddeloh/use-minimal
coreos-devel: add sdk-extras
2018-02-07 11:17:33 -08:00
David Michael
25f6f8cb2a Merge pull request #3050 from dm0-/systemd
Upgrade to systemd 237
2018-02-07 08:28:32 -05:00
Andrew Jeddeloh
c8c74eb70d Merge pull request #639 from ajeddeloh/rm-texi
app-text/texi2html: remove package
2018-02-06 16:30:20 -08:00
Andrew Jeddeloh
8dd09b3bcc Merge pull request #3049 from ajeddeloh/rm-texi
coreos-base/hard-host-depends: remove unused dep
2018-02-06 16:30:07 -08:00
David Michael
eb587ed3ad Merge pull request #640 from dm0-/systemd
bump(dev-libs/libpcre2): sync with upstream
2018-02-06 15:23:58 -05:00
David Michael
47408c90f5 profiles: Enable a libpcre2 ebuild on arm64 2018-02-06 15:23:07 -05:00
David Michael
286c67947e sys-apps/systemd: Sync and bump to systemd 237 2018-02-06 15:22:39 -05:00