git: Sync ACPICA with Intel's version 20160318.

2016-03-28 Thread Sascha Wildner
commit 2ffe9f16c64a590bc6653e0284f95075c1319abb Author: Sascha Wildner Date: Tue Mar 29 08:41:07 2016 +0200 Sync ACPICA with Intel's version 20160318. * Arbitrary bit length and offset support for registers defined by the Generic Address Structure. * ASL's Concatena

git: kernel/acpi: Work around a "shift count exceeding the type width" issue.

2016-03-28 Thread Sascha Wildner
commit 3b9bfd22b87e14e4bf19ebd9334707cebb4a8818 Author: Sascha Wildner Date: Tue Mar 29 08:41:25 2016 +0200 kernel/acpi: Work around a "shift count exceeding the type width" issue. Triggered when AccessWidth is 32, like when called from AcpiGetTimer() via acpi_timer.

git: sbin/newfs_hammer: Add missing buffer refcount--

2016-03-28 Thread Tomohiro Kusumi
commit 191b971e11d2c38cd8c4fa0c9987e102b8215f89 Author: Tomohiro Kusumi Date: Tue Mar 29 01:01:28 2016 +0900 sbin/newfs_hammer: Add missing buffer refcount-- All remaining buffers (buffers didn't get kicked out by cache mechanism) when the program exits should have 0 for refs.

git: sbin/hammer: Remove unused buffer flag

2016-03-28 Thread Tomohiro Kusumi
commit cf38c6bf5fb52ba49edd511120ad884a33dc76ec Author: Tomohiro Kusumi Date: Mon Mar 28 23:52:43 2016 +0900 sbin/hammer: Remove unused buffer flag Add assertion isnew!=-1 since the flag was originally used to indicate the buffer was allocated by readahead. Summary of changes