Re: [PATCH] KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
On 08/05/2015 12:58 AM, Alex Williamson wrote: > The patch was munged on commit to re-order these tests resulting in > excessive warnings when trying to do device assignment. Return to >...
View ArticleRe: [PHP-DEV] PHP 7.1 Cryptography Projects
On Tue, Aug 4, 2015 at 10:18 PM, Scott Arciszewski <scott@paragonie.com> wrote: > On Tue, Aug 4, 2015 at 8:55 PM, Stanislav Malyshev <smalyshev@gmail.com> wrote: >> Hi! >>...
View ArticleRe: powerpc: Add an inline function to update HID0
On Tue, Aug 04, 2015 at 08:08:58PM +1000, Michael Ellerman wrote: > > +static inline void update_hid0(unsigned long hid0) > > +{ > > + /* > > + * The HID0 update should at the...
View Article[PATCH v2] perf: Fix multi-segment problem of perf_event_intel_uncore
In multi-segment system, uncore devices may belong to buses whose segment number is other than 0. .... 0000:ff:10.5 System peripheral: Intel Corporation Xeon E5 v3/Core i7 Scratchpad & Semaphore...
View ArticleRe: [PATCH net] virtio-net: drop NETIF_F_FRAGLIST
On 08/04/2015 07:11 PM, Sergei Shtylyov wrote: > Hello. > > On 8/4/2015 12:55 PM, Jason Wang wrote: > >> virtio declares support for NETIF_F_FRAGLIST, but assumes >> that there...
View Article[PATCH net V2] virtio-net: drop NETIF_F_FRAGLIST
virtio declares support for NETIF_F_FRAGLIST, but assumes that there are at most MAX_SKB_FRAGS + 2 fragments which isn't always true with a fraglist. A longer fraglist in the skb will make the call to...
View Article[PATCH] ipv6:Fix concurrent access issue in the function inet6_rtm_deladdr
From: Nicholas Krause <xerofoify@gmail.com> This fixes the issue with conncurrent access when calling the function inte6_addr_del due to this function using non locked wrapper versions of...
View Article[PATCH] csiostor:Fix error handling in the function csio_hws_ready
From: Nicholas Krause <xerofoify@gmail.com> This fixes error handling in the function csio_hws_ready for when this function calls csio_scim_cleanup_io to cleanup outstanding commands by checking...
View Article[PATCH v2 0/2] add a new driver to support SAMA5D4 watchdog timer
Hello, Thank for Guenter's advice, add a new driver to support SAMA5D4 watchdog timer. Because the watchdog WDT_MR register can be written more than once, its work mechanism is different from the...
View Article[PATCH v2 1/2] drivers: watchdog: add a driver to support SAMA5D4 watchdog timer
From SAMA5D4, the watchdog timer is upgrated with a new feature, which is describled as in the datasheet, "WDT_MR can be written until a LOCKMR command is issued in WDT_CR". That is to say, as long as...
View Article[PATCH v2 2/2] Documentation: dt: binding: atmel-sama5d4-wdt: for SAMA5D4...
The compatible "atmel,sama5d4-wdt" supports the SAMA5D4 watchdog driver and the watchdog's WDT_MR register can be written more than once. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> ---...
View ArticleRe: [PHP-DEV] PHP 7.1 Cryptography Projects
On Wed, Aug 5, 2015 at 2:22 AM, Scott Arciszewski <scott@paragonie.com> wrote: > This isn't a replacement, they're alternatives. -> means related to in > this case, not "becomes" :)...
View ArticleRe: [PHP-DEV] PHP 7.1 Cryptography Projects
On Wed, Aug 5, 2015 at 3:40 AM, Bob Weinand <bobwei9@hotmail.com> wrote: > >> Am 3.8.2015 um 22:54 schrieb Scott Arciszewski <scott@paragonie.com>: >> >> Hi, >>...
View ArticleRe: [PATCH V3] dmaengine: imx-sdma: Add device to device support
On Fri, Jul 10, 2015 at 05:08:16PM +0800, Shengjiu Wang wrote: > This patch adds DEV_TO_DEV support for i.MX SDMA driver to support data > transfer between two peripheral FIFOs. > The...
View ArticleRe: linux-next: build failure after merge of the slave-dma tree
On Thu, Aug 06, 2015 at 12:22:03PM +1000, Stephen Rothwell wrote: > Hi Vinod, > > After merging the slave-dma tree, today's linux-next build (arm > multi_v7_defconfig) failed like this:...
View ArticleRe: [PATCH v2 8/9] KVM: MMU: fully check zero bits for sptes
On 08/05/2015 06:12 PM, Paolo Bonzini wrote: > > > On 05/08/2015 06:04, Xiao Guangrong wrote: >> - for_each_shadow_entry_lockless(vcpu, addr, iterator, spte) >> +...
View ArticleRe: [PATCH v3 3/8] soc: Mediatek: Add SCPSYS CPU power domain driver
On Wed, 2015-08-05 at 10:50 +0200, Sascha Hauer wrote: > On Tue, Aug 04, 2015 at 09:54:19PM +0800, Scott Shu wrote: > > This adds a CPU power domain driver for the Mediatek SCPSYS unit on...
View ArticleRe: [RFC v4] genalloc:support memory-allocation with bytes-alignment to genalloc
On Wed, 2015-08-05 at 14:50 +0800, Zhao Qiang wrote: > Bytes alignment is required to manage some special RAM, > so add gen_pool_first_fit_align to genalloc, > meanwhile add...
View ArticleRe: [PATCH 3/3] PowerPC/mpc85xx: Add hotplug support on E6500 cores
On Wed, 2015-08-05 at 19:08 +0800, Chenhui Zhao wrote: > On Sat, Aug 1, 2015 at 8:22 AM, Scott Wood <scottwood@freescale.com> > wrote: > > On Fri, 2015-07-31 at 17:20 +0800,...
View Article[PATCH v4 1/2] Documentation: dt: Add Xilinx zynqmp dma device tree binding...
Device-tree binding documentation for Xilinx zynqmp dma engine used in Zynq UltraScale+ MPSoC. Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com> --- Changes in v4: - None Changes in...
View Article