Re: [PATCH] PCI-iproc: Delete unnecessary checks before two function calls
On 7/14/2015 1:51 PM, Bjorn Helgaas wrote: > On Tue, Jul 14, 2015 at 01:23:23PM -0700, Ray Jui wrote: >> Hi Bjorn, >> >> On 7/14/2015 1:10 PM, Bjorn Helgaas wrote: >>> On...
View ArticleRe: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation
On Tue, Jul 14, 2015 at 12:14:08PM -0500, Josh Poimboeuf wrote: > This adds a CONFIG_STACK_VALIDATION option which enables a host tool > named stackvalidate which runs at compile time. It...
View ArticleRe: [PATCH 4/4] arm64: dts: Add Broadcom North Star 2 support
On Monday 13 July 2015 18:39:15 Ray Jui wrote: > + chosen { > + bootargs = "console=ttyS0,115200n8 earlycon=uart8250,mmio32,0x66130000"; > + }; > + Please remove those bootargs and just...
View ArticleRe: [PATCH v2] mm: show proportional swap share of the mapping
On Mon, 15 Jun 2015 22:06:54 +0900 Minchan Kim <minchan@kernel.org> wrote: > We want to know per-process workingset size for smart memory management > on userland and we use swap(ex, zram)...
View ArticleRe: [Xen-devel] [patch 1/4] hotplug: Prevent alloc/free of irq descriptors...
On 07/14/2015 04:15 PM, Thomas Gleixner wrote: > On Tue, 14 Jul 2015, Boris Ostrovsky wrote: >> On 07/14/2015 01:32 PM, Thomas Gleixner wrote: >>> On Tue, 14 Jul 2015, Boris...
View ArticleRe: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation
On Tue, Jul 14, 2015 at 12:14:08PM -0500, Josh Poimboeuf wrote: > This adds a CONFIG_STACK_VALIDATION option which enables a host tool > named stackvalidate which runs at compile time. It...
View Article[PHP-DEV] Core functions throwing exceptions in PHP7
Hello lovely PHP nerds, There are two open PR's for PHP7 to modify the behavior of the CSPRNG's: https://github.com/php/php-src/pull/1397 (main discussion) https://github.com/php/php-src/pull/1398...
View ArticleRe: [PATCH 3/4] arm64: Add Broadcom's North Star 2 support
On 7/14/2015 2:14 AM, Catalin Marinas wrote: > On Mon, Jul 13, 2015 at 06:39:14PM -0700, Ray Jui wrote: >> This patch adds support to Broadcom's North Star 2 SoC in the arm64 >> Kconfig...
View ArticleRe: [PATCH v7 2/4] x86/stackvalidate: Compile-time stack validation
On Tue, Jul 14, 2015 at 10:57:38PM +0200, Peter Zijlstra wrote: > On Tue, Jul 14, 2015 at 12:14:08PM -0500, Josh Poimboeuf wrote: > > This adds a CONFIG_STACK_VALIDATION option which enables...
View ArticleMTRR setup in OVMF [was: PATCH v3 01/10 KVM: MMU: fix decoding cache type...
Cross-posting to edk2-devel. Original sub-thread starts here: http://thread.gmane.org/gmane.linux.kernel/1952205/focus=1994315 On 07/13/15 17:15, Xiao Guangrong wrote: > > > On 07/13/2015...
View ArticleRe: [PATCH 2/7] mm: introduce kvmalloc and kvmalloc_node
On Thu, 9 Jul 2015, Mikulas Patocka wrote: > > > Index: linux-4.2-rc1/mm/util.c > > > =================================================================== > > > ---...
View ArticleRe: MTRR setup in OVMF [was: PATCH v3 01/10 KVM: MMU: fix decoding cache type...
> The long delay that Alex reported (for the case when all guest memory > was set to UC up-front) is due to the fact that the SEC phase of OVMF > decompresses an approximately 1712 KB sized,...
View ArticleRe: [Ksummit-discuss] [CORE TOPIC] lightweight per-cpu locks / restartable...
On Tue, 14 Jul 2015, Andy Lutomirski wrote: > Crazy thought: At the risk of proposing something ridiculous, what if > we had per-cpu memory mappings? We could do this at the cost of up to >...
View ArticleRE: [patch v3 3/3] mm, oom: do not panic for oom kills triggered from sysrq
On Fri, 10 Jul 2015, Hillf Danton wrote: > > I'm not sure I understand your point. > > > > There are two oom killer panics: when panic_on_oom is enabled and when the > > oom...
View ArticleRe: [PATCH RFC 0/4] change sb_writers to use percpu_rw_semaphore
On 07/14/2015 06:37 AM, Oleg Nesterov wrote: > On 07/14, Jan Kara wrote: >> So unless >> I'm missing something and there is a significant performance advantage to >> Dave's...
View ArticleRe: [PATCH v2 01/13] ARM: kill off set_irq_flags usage
Rob Herring <robh@kernel.org> writes: > set_irq_flags is ARM specific with custom flags which have genirq > equivalents. Convert drivers to use the genirq interfaces directly, so we >...
View ArticleRe: [PATCH v7 6/9] nvmem: qfprom: Add Qualcomm QFPROM support.
On 07/10, Srinivas Kandagatla wrote: > This patch adds QFPROM support driver which is used by other drivers > like thermal sensor and cpufreq. > > On MSM parts there are some efuses...
View ArticleRe: [PATCH 2/2] mm/slub: disable merging after enabling debug in runtime
On Tue, 14 Jul 2015, Konstantin Khlebnikov wrote: > > What breaks? > > The same commands from first patch: > > # echo 1 | tee /sys/kernel/slab/*/sanity_checks > # modprobe...
View ArticleRe: [PATCH 2/7] mm: introduce kvmalloc and kvmalloc_node
On Tue, Jul 14 2015 at 5:13pm -0400, David Rientjes <rientjes@google.com> wrote: > On Thu, 9 Jul 2015, Mikulas Patocka wrote: > > > > > Index: linux-4.2-rc1/mm/util.c > >...
View ArticleRe: [PHP-DEV] Core functions throwing exceptions in PHP7
Would a PHP Error not work in this case? Or would the error then be interpreted as the result? > On 14 Jul 2015, at 23:04, Sammy Kaye Powers <me@sammyk.me> wrote: > > Hello lovely PHP...
View Article