Re: [PHP-DEV] Generic classes and methods RFC
Hi Ben, Am 31.08.2015 um 22:31 schrieb Ben Scholzen 'DASPRiD': > I've written up an RFC for supporting generic classes and methods in > PHP, and I'd love to hear your thoughts about it. >...
View ArticleRe: eBPF / seccomp globals?
Sorry for spamming you guys with my ugly, poorly formatted hack. I had to change something due to my shallow knowledge of how multiprocessors / multiple threads sharing a filter would behave. There...
View Article[Patch V1] x86, mce: CPU synchronization for broadcast MCE's is surprised by...
Linux has logical CPU offline, supported as shown below. #echo 0 > /sys/devices/system/cpu/cpuX/online Hardware doesn't know about OS offlining, hence hardware will always broadcast any MCE to all...
View ArticleRe: [PATCH] arm64: kernel: Use a separate stack for irq interrupts.
On Sep 10, 2015, at 3:13 AM, James Morse wrote: > On 09/09/15 14:22, Jungseok Lee wrote: >> On Sep 9, 2015, at 1:47 AM, James Morse wrote: >>> On 08/09/15 15:54, Jungseok Lee wrote:...
View Articlemmotm 2015-09-10-16-30 uploaded
The mm-of-the-moment snapshot 2015-09-10-16-30 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-the-moment: http://www.ozlabs.org/~akpm/mmotm/ This is a...
View Article[GIT PULL] ARM: SoC: late fixes and dependencies
Hi Linus, Please consider our late/final pull request for v4.3 merge window. Kevin (on behalf of the arm-soc team) The following changes since commit ba5d183bced6cb60b2838a0bf04665c1c1e4bff1: Merge...
View ArticleRe: [PATCH] staging: ion: fix corruption of ion_import_dma_buf
在 2015/9/11 0:44, Laura Abbott 写道: > On 09/09/2015 10:41 PM, Colin Cross wrote: >> On Wed, Sep 9, 2015 at 10:19 AM, Laura Abbott <labbott@redhat.com> wrote: >>> (adding Colin...
View Article[PATCH 3.10 05/11] dm thin metadata: delete btrees when releasing metadata...
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Joe Thornber <ejt@redhat.com> commit 7f518ad0a212e2a6fd68630e176af1de395070a7 upstream. The...
View Article[PATCH 3.10 04/11] perf: Fix fasync handling on inherited events
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Peter Zijlstra <peterz@infradead.org> commit fed66e2cdd4f127a43fd11b8d92a99bdd429528c...
View ArticleRe: [PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
On Fri, Sep 11, 2015 at 03:06:18PM -0700, Linus Torvalds wrote: > On Fri, Sep 11, 2015 at 2:04 PM, Linus Torvalds > <torvalds@linux-foundation.org> wrote: > > > > Of course,...
View Article[PATCH 3.10 06/11] localmodconfig: Use Kbuild files too
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Richard Weinberger <richard@nod.at> commit c0ddc8c745b7f89c50385fd7aa03c78dc543fa7a upstream....
View Article[PATCH 3.10 03/11] mm/hwpoison: fix page refcount of unknown non LRU page
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Wanpeng Li <wanpeng.li@hotmail.com> commit 4f32be677b124a49459e2603321c7a5605ceb9f8 upstream....
View Article[PATCH 3.10 02/11] ipc/sem.c: update/correct memory barriers
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: Manfred Spraul <manfred@colorfullife.com> commit 3ed1f8a99d70ea1cd1508910eb107d0edcae5009...
View Article[PATCH 3.10 01/11] ipc,sem: fix use after free on IPC_RMID after a task using...
3.10-stable review patch. If anyone has any objections, please let me know. ------------------ From: "Herton R. Krzesinski" <herton@redhat.com> commit 602b8593d2b4138c10e922eeaafe306f6b51817b...
View ArticleRe: [PATCH] irda: ali-ircc: Fix deadlock in ali_ircc_sir_change_speed()
From: Alexey Khoroshilov <khoroshilov@ispras.ru> Date: Sat, 12 Sep 2015 00:34:48 +0300 > ali_ircc_sir_change_speed() is always called with self->lock held, > so acquiring the lock...
View Article[PATCH 1/6] PCI: Make global and export pdev_fixup_irq().
From: David Daney <david.daney@cavium.com> Follow-on patch will use pdev_fixup_irq(). So, make it visible and export it. Signed-off-by: David Daney <david.daney@cavium.com> ---...
View Article[PATCH 2/6] PCI: generic: Only fixup irqs for bus we are creating.
From: David Daney <david.daney@cavium.com> Use pci_walk_bus() to restrict the fixup irq actions to only the bus being created. If we create multiple buses with pci-host-generic, or there are...
View Article[PATCH 0/6] PCI: generic: Misc. bug fixes and enhanced support for MSI.
From: David Daney <david.daney@cavium.com> While using the pci-host-generic driver to add PCI support for the Cavium ThunderX processors, several bugs were discovered. We also need the ability...
View ArticleRe: Linux 4.3-rc1 build error on CentOS 5.11 "scripts/sign-file.c:23:25:...
On Fri, 11 Sep 2015, Vinson Lee wrote: >Hi. > >With the latest Linux 4.3-rc1, I am hitting this build error on CentOS 5.11. > > HOSTCC scripts/sign-file >scripts/sign-file.c:23:25:...
View Article[PATCH 6/6] PCI: generic: Allow bus default MSI controller to be specified.
From: David Daney <david.daney@cavium.com> If the device tree node for the bus has a "msi-parent" property, use that as the default MSI controller for devices on the bus. Add device tree binding...
View Article