git: drm/linux: fix pgprot_xxx functions

2018-11-06 Thread Francois Tigeot
commit c5cb444a188f6b4bc890e750a7351696ead5d008 Author: François Tigeot Date: Tue Nov 6 18:32:51 2018 +0100 drm/linux: fix pgprot_xxx functions Summary of changes: sys/dev/drm/include/asm/pgtable.h | 2 +- sys/dev/drm/include/asm/pgtable_types.h | 2 +- 2 files changed, 2

git: kernel - Make the wdog.h and gpio.h includes conditional in kern_shutdown.c.

2018-11-06 Thread Imre Vadasz
commit c9336c7e2b224b103ba4de9e3fbe59cb9559426a Author: Imre Vadász Date: Mon Nov 5 23:13:00 2018 +0100 kernel - Make the wdog.h and gpio.h includes conditional in kern_shutdown.c. Summary of changes: sys/kern/kern_shutdown.c | 4 1 file changed, 4 insertions(+)

git: crypto - Avoid including opensslconf.h when using openssl/md5.h in kernel.

2018-11-06 Thread Imre Vadasz
commit 580e6763435e7d71e8e969089faa2273cf43dbe9 Author: Imre Vadász Date: Mon Nov 5 23:14:40 2018 +0100 crypto - Avoid including opensslconf.h when using openssl/md5.h in kernel. Summary of changes: crypto/libressl/include/openssl/md5.h | 2 ++ 1 file changed, 2 insertions(+)

git: kernel - Fix typo from b227f3f50d5dc0f when filling in kpmap header.

2018-11-06 Thread Imre Vadasz
commit 6b0da239f8a087706b7df3aacf2e39c48315852f Author: Imre Vadász Date: Tue Nov 6 20:52:36 2018 +0100 kernel - Fix typo from b227f3f50d5dc0f when filling in kpmap header. Summary of changes: sys/kern/init_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

git: kernel - Fix build when neither INET nor INET6 options are set.

2018-11-06 Thread Imre Vadasz
commit 0f367864cd2af5f00ad1ae8dbe4fb0b090294959 Author: Imre Vadász Date: Sat Nov 3 20:51:06 2018 +0100 kernel - Fix build when neither INET nor INET6 options are set. Summary of changes: sys/kern/vfs_subr.c | 2 ++ 1 file changed, 2 insertions(+)