git: kernel/Makefiles: Remove two empty lines I added by mistake.

2019-01-07 Thread Sascha Wildner
commit 123d5976333232f4b3ff08ed86f3ef7311d1e06f Author: Sascha Wildner Date: Mon Jan 7 22:01:23 2019 +0100 kernel/Makefiles: Remove two empty lines I added by mistake. Summary of changes: sys/dev/netif/iwn/Makefile | 1 - sys/dev/raid/mly/Makefile | 1 - 2 files changed, 2 deletions(-)

git: drm/linux: Add invalidate_mapping_pages()

2019-01-07 Thread Francois Tigeot
commit c15ebf28e86db3c020927a6bd5b85e99113447ba Author: François Tigeot Date: Mon Jan 7 20:44:57 2019 +0100 drm/linux: Add invalidate_mapping_pages() Inspired-by: FreeBSD Summary of changes: sys/dev/drm/include/linux/fs.h| 14 ++ sys/dev/drm/include/linux/types

git: drm/i915/gem: Really implement i915_gem_object_invalidate()

2019-01-07 Thread Francois Tigeot
commit ba7073ceb139375b069ab0f79a852fb2d53b2aa7 Author: François Tigeot Date: Mon Jan 7 21:14:50 2019 +0100 drm/i915/gem: Really implement i915_gem_object_invalidate() Summary of changes: sys/dev/drm/i915/i915_gem.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) http://gitweb

git: drm/i915: Sync i915_drv.c a bit with Linux

2019-01-07 Thread Francois Tigeot
commit 922e7c40d9037aa9c055588b57cd81c66edc5ffe Author: François Tigeot Date: Mon Jan 7 19:03:05 2019 +0100 drm/i915: Sync i915_drv.c a bit with Linux Summary of changes: sys/dev/drm/i915/i915_drv.c | 17 ++--- 1 file changed, 14 insertions(+), 3 deletions(-) http://gitweb

git: kernel: Change CFLAGS -> KCFLAGS also in commented out Makefile lines.

2019-01-07 Thread Sascha Wildner
commit ffdba38fa7d45bd687bc1b8dda893b62efb16067 Author: Sascha Wildner Date: Mon Jan 7 11:33:12 2019 +0100 kernel: Change CFLAGS -> KCFLAGS also in commented out Makefile lines. Summary of changes: sys/dev/disk/iscsi/initiator/Makefile | 2 +- sys/dev/misc/ipmi/Makefile |

git: ipfw3: insert the new rule in the beginning

2019-01-07 Thread Bill Yuan
commit 372a54ac58f64460077ee278a828abd020f53915 Author: Your Name Date: Mon Jan 7 08:03:12 2019 + ipfw3: insert the new rule in the beginning "ipfw3 add" is still the same, while the "ipfw3 insert" is the new method which will insert the new rule in the beginning of the r