Re: [PATCH] iommu-common: Do not try to deref a null iommu->lazy_flush()...
On Wed, 16 Sep 2015 21:50:43 -0400 Sowmini Varadhan <sowmini.varadhan@oracle.com> wrote: > The check for invoking iommu->lazy_flush() from iommu_tbl_range_alloc() > has to be refactored...
View ArticleRe: [PATCH] pidns: fix set/getpriority and ioprio_set/get in PRIO_USER mode
On Wed, 16 Sep 2015 12:58:04 -0700 bsegall@google.com wrote: > setpriority(PRIO_USER, 0, x) will change the priority of tasks outside > of the current pid namespace. This is in contrast to both...
View ArticleRe: Backend connection resets in http-heep-alive mode
I've started experiencing the same problem, with no HTTP mode set (so the default of http-keep-alive). Did you ever figure out the reason for this? Thanks, Jacob
View ArticleRe: [PATCH 2/2] ARM: irqchip: mxs: add Alpascale ASM9260 support
On Thu, 17 Sep 2015, Oleksij Rempel wrote: > static struct icoll_priv icoll_priv; > static struct irq_domain *icoll_domain; > +static DEFINE_RAW_SPINLOCK(icoll_lock); > + > +/*...
View ArticleRe: [PATCH] iommu-common: Do not try to deref a null iommu->lazy_flush()...
On (09/17/15 14:26), Andrew Morton wrote: > Patch looks good. > > But I don't know which kernel versions need the fix. So, when fixing a > bug please always describe the end-user visible...
View Article[PATCH] doc: add information about max_ptes_swap
max_ptes_swap specifies how many pages can be brought in from swap when collapsing a group of pages into a transparent huge page. /sys/kernel/mm/transparent_hugepage/khugepaged/max_ptes_swap A higher...
View Article[PATCH] Fixed ds1390_get_reg returned value
spi_write_then_read puts in rx_buf the received data starting from the first byte of the rx_buf Signed-off-by: Ivan Grimaldi <grimaldi.ivan@gmail.com> --- drivers/rtc/rtc-ds1390.c | 2 +- 1 file...
View ArticleRe: [PHP-DEV] PHP 7.1 - Address PHPSadness #28?
On 17/09/15 20:51, Rowan Collins wrote: >> exists($checklist) { >> is_null($checklist) { create default/empty object(); } >> else { create populate odbject($checklist); >> }...
View ArticleRe: [PATCH] iommu-common: Do not try to deref a null iommu->lazy_flush()...
On Thu, 17 Sep 2015 17:32:13 -0400 Sowmini Varadhan <sowmini.varadhan@oracle.com> wrote: > On (09/17/15 14:26), Andrew Morton wrote: > > Patch looks good. > > > > But I...
View ArticleRe: [PATCH v2 0/3] Add __ioread32_copy() and use it
On Thu, Sep 17, 2015 at 12:56:51PM -0700, Andrew Morton wrote: > On Thu, 17 Sep 2015 12:02:08 -0700 Stephen Boyd <sboyd@codeaurora.org> wrote: > > > The SMD driver is reading and...
View Article[tip:x86/platform] arch/x86/intel-mid: Use kmemdup rather than duplicating...
Commit-ID: c9e69c8c58eb8671e9f6cee728088e4c5abc9115 Gitweb: http://git.kernel.org/tip/c9e69c8c58eb8671e9f6cee728088e4c5abc9115 Author: Andrzej Hajda <a.hajda@samsung.com> AuthorDate: Fri, 7 Aug...
View ArticleRe: [PATCH v2 0/3] Add __ioread32_copy() and use it
On Thu, 17 Sep 2015 16:42:18 -0500 Andy Gross <agross@codeaurora.org> wrote: > > ho hum. I think I'll go with plan B: merge just "lib: iomap_copy: Add > > __ioread32_copy()" and send...
View ArticleRe: [PATCH] nohz: make the idle_entrytime/idle_exittime correct
On Wed, 16 Sep 2015, Yunhong Jiang wrote: > Currently the idle_entrytime is updated on idle_entry, idle_exit and > get_cpu_idle/iowait_time_us() with non-NULL parameter. This makes the >...
View Article[PATCH 0/3] mmc: Fix module autoload for OF platform drivers
Hi, These patches add the missing MODULE_DEVICE_TABLE() for OF to export the information so modules have the correct aliases built-in and autoloading works correctly. A longer explanation by Javier...
View Article[PATCH 1/3] mmc: mmc_spi: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> ---...
View Article[PATCH 2/3] mmc: moxart: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> ---...
View Article[PATCH 3/3] mmc: omap: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> ---...
View Article[PATCH v3 6/8] soc: qcom: smd: Handle big endian CPUs
The smd structures are always in little endian, but the smd driver is not capable of being used on big endian CPUs. Annotate the little endian data members and update the code to do the proper byte...
View ArticleRe: [PATCH v2 1/3] net: irda: pxaficp_ir: use sched_clock() for time management
From: Robert Jarzmik <robert.jarzmik@free.fr> Date: Wed, 16 Sep 2015 11:34:01 +0200 > David Miller <davem@davemloft.net> writes: > >> From: Robert Jarzmik...
View ArticleRe: [PATCH v2 1/3] ARM: dts: support Highspeed for rk3188-radxarock
Hi Shawn, Am Samstag, 12. September 2015, 18:00:50 schrieb Shawn Lin: > Add cap-sd-highspeed and cap-mmc-highspeed for rk3188-radxarock > board to make sd cards running faster. > >...
View Article