Re: [PHP-DEV] Core functions throwing exceptions in PHP7
On Tue, Jul 14, 2015 at 5:10 PM, Dean Eigenmann <dean.eigenmann@icloud.com> wrote: > Would a PHP Error not work in this case? Or would the error then be interpreted as the result? > >...
View Article[PATCH 0/3] Shared NMI backtracing support for ARM/x86
Back in September, I stumbled across a single CPU IRQs-off lockup of an ARM SMP system, and decided to hack something together based on a much older hacky implementation used with StrongARM CPUs from...
View Article[PATCH 1/3] nmi: create generic NMI backtrace implementation
x86s NMI backtrace implementation (for arch_trigger_all_cpu_backtrace()) is fairly generic in nature - the only architecture specific bits are the act of raising the NMI to other CPUs, and reporting...
View Article[PATCH 2/3] nmi: x86: convert to generic nmi handler
Convert x86 to use the generic nmi handler code which can be shared between architectures. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> --- arch/x86/kernel/apic/hw_nmi.c | 133...
View Article[PATCH 3/3] ARM: add basic support for on-demand backtrace of other CPUs
As we now have generic infrastructure to support backtracing of other CPUs in the system on lockups, we can start to implement this for ARM. Initially, we add an IPI based implementation, as the GIC...
View ArticleRe: [PATCH 7/7] smack: Don't use security labels for user namespace mounts
On 7/15/2015 12:46 PM, Seth Forshee wrote: > Avoid use of untrusted security labels when s_user_ns != > init_user_ns: > - smk_fetch: refuse to read labels from disk > -...
View ArticleRe: [PATCH -mm v8 0/7] idle memory tracking
On Wed, Jul 15, 2015 at 6:54 AM, Vladimir Davydov <vdavydov@parallels.com> wrote: > Hi, > > This patch set introduces a new user API for tracking user memory pages > that have not...
View ArticleRe: [tip:x86/asm] x86/entry: Add new, comprehensible entry and exit handlers...
On Wed, Jul 15, 2015 at 12:56 PM, Linus Torvalds <torvalds@linux-foundation.org> wrote: > On Tue, Jul 14, 2015 at 4:07 PM, Frederic Weisbecker <fweisbec@gmail.com> wrote: >> On...
View Article[PATCH] csiostor: Use list_for_each_safe instead of re-implementing it
Use 'list_for_each_safe' instead of 'list_for_each' + own logic to keep safe when a list entry is deleted. Delete the now useless 'csio_list_prev' macro. Signed-off-by: Christophe JAILLET...
View ArticleRe: [PATCH 1/5] memcg: export struct mem_cgroup
On Wed, 15 Jul 2015 13:14:41 +0200 Michal Hocko <mhocko@kernel.org> wrote: > mem_cgroup structure is defined in mm/memcontrol.c currently which > means that the code outside of this file...
View ArticleRe: [linux-next] please include init-v4.1-rc6 branch for v4.2
[Re: [linux-next] please include init-v4.1-rc6 branch for v4.2] On 03/06/2015 (Wed 13:39) Stephen Rothwell wrote: > Hi Paul, > > On Tue, 2 Jun 2015 19:23:18 -0400 Paul Gortmaker...
View ArticleRe: [PATCH v3] [SCSI] mpt2sas, mpt3sas: Abort initialization if no memory I/O...
On Wed, Jul 15, 2015 at 10:19:56AM +0530, Sreekanth Reddy wrote: > Driver crashes if the BIOS do not set up at least one > memory I/O resource. This failure can happen if the device is too >...
View Article[Patch v4] media: am437x-vpfe: Fix a race condition during release
There was a race condition where during cleanup/release operation on-going streaming would cause a kernel panic because the hardware module was disabled prematurely with IRQ still pending. Fixes:...
View ArticleRe: [PATCH] hwmon: coretemp: use list instead of fixed size array for temp data
On Wed, 15 Jul 2015 18:04:13 +0200, Lukasz Odzioba wrote: > Removes the limits of supported CPU cores and max core ID. I see the benefit of removing the arbitrary limit, but why use a list instead...
View Article[PHP] Glob issue
REcently in our php error log we have been seeing [15-Jul-2015 07:16:39 America/Edmonton] PHP Fatal error: Call to undefined function glob() in /var/www/docs/foreachtest.phtml on line 2 And the...
View ArticleRe: haproxy/hapee Transparent LB
On Tue, Jul 14, 2015 at 7:55 PM, Baptiste <bedis9@gmail.com> wrote: > On Tue, Jul 14, 2015 at 7:15 PM, Bearly Breathin > <bearly.breethin@gmail.com> wrote: >> I at a bit of a...
View ArticleRe: [PATCH 0/7] Initial support for user namespace owned mounts
Casey Schaufler <casey@schaufler-ca.com> writes: > On 7/15/2015 12:46 PM, Seth Forshee wrote: >> These are the first in a larger set of patches that I've been working on >> (with...
View ArticleRE: [PATCH V2 2/3] perf,tools: check and re-organize evsel cpu maps
Hi Stephane, Any comments about this patch? Currently, perf stat -a and -C don't have consistent results for per-socket uncore event. With -a and --per-core, only first cpu of each socket show...
View ArticleRe: [PATCH] Lindent: Handle missing indent gracefully
On Sat, 11 Jul 2015 05:56:37 -0700, Joe Perches wrote: > On Fri, 2015-07-10 at 14:37 -0700, Andrew Morton wrote: > > On Fri, 10 Jul 2015 10:04:07 -0700 Joe Perches <joe@perches.com>...
View Article[PATCH 4/4] coccinelle: mm:...
add [pci|dma]_pool_zalloc coccinelle check. replaces instances of [pci|dma]_pool_alloc() followed by memset(0) with [pci|dma]_pool_zalloc(). Signed-off-by: Sean O. Stalley...
View Article