Re: [PATCH 0/14] init: deps: dependency based (parallelized) init
On Sat, Oct 17, 2015 at 08:19:09PM +0200, Alexander Holler wrote: > >>Another problem is that the link order can't be modified dynamically at > >>boot time to include dependencies...
View Article[PATCH] W1: w1-gpio - switch to using dev_pm_ops
Let's stop using legacy platform driver hooks for power management and switch to using the standard dev_pm_ops-based hooks. Also, instead of guarding PM methods with #ifdef CONFIG_PM annotate them as...
View ArticleRe: [PATCH] libata: add support for NCQ commands for SG interface
On 10/17/2015 3:25 PM, Vinayak Kale wrote: >>> From: Vinayak Kale <vinayak.kale@seagate.com> >>> >>> This patch is needed to make NCQ commands with FPDMA protocol...
View ArticleRe: [GIT PULL] On-demand device probing
On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote: > On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob Clark wrote: >> On Sat, Oct 17, 2015 at 12:56 PM,...
View ArticleRe: [PATCH 10/14] init: deps: IDs for annotated initcalls
Am 17.10.2015 um 20:29 schrieb Greg Kroah-Hartman: > On Sat, Oct 17, 2015 at 07:55:17PM +0200, Alexander Holler wrote: >> Am 17.10.2015 um 19:45 schrieb Greg Kroah-Hartman: >>> On...
View ArticleRe: [PATCH 11/14] init: deps: annotate various initcalls
On Sat, Oct 17, 2015 at 10:14 AM, Alexander Holler <holler@ahsoftware.de> wrote: > > diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c > index 873dbfc..d5d2459 100644 >...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 11:37 AM, Alexander Holler <holler@ahsoftware.de> wrote: > > I'm making dependencies the only ordering for annotated initcalls. Yeah, and quite frankly, that just...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 08:37:35PM +0200, Alexander Holler wrote: > I'm making dependencies the only ordering for annotated initcalls. > > Otherwise it's impossible to call initcalls in...
View ArticleRe: [GIT PULL] On-demand device probing
On Sat, Oct 17, 2015 at 02:45:34PM -0400, Rob Clark wrote: > On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: > > On Sat, Oct 17, 2015 at...
View ArticleRe: [PATCH 11/14] init: deps: annotate various initcalls
Am 17.10.2015 um 20:47 schrieb Linus Torvalds: > On Sat, Oct 17, 2015 at 10:14 AM, Alexander Holler <holler@ahsoftware.de> wrote: >> >> diff --git a/arch/arm/common/edma.c...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
Am 17.10.2015 um 20:52 schrieb Linus Torvalds: > On Sat, Oct 17, 2015 at 11:37 AM, Alexander Holler <holler@ahsoftware.de> wrote: >> >> I'm making dependencies the only ordering...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 11:37 AM, Alexander Holler <holler@ahsoftware.de> wrote: > > Otherwise it's impossible to call initcalls in parallel. I've seen a stable > topological sort...
View ArticleRe: [GIT PULL] On-demand device probing
Den 17.10.2015 20:45, skrev Rob Clark: > On Sat, Oct 17, 2015 at 2:27 PM, Greg Kroah-Hartman > <gregkh@linuxfoundation.org> wrote: >> On Sat, Oct 17, 2015 at 01:54:43PM -0400, Rob...
View Article[PATCH] usnix: correctly handle kzalloc return value
Since kzalloc returns memory address, not error code, it should be checked whether it is null or not. Signed-off-by: Insu Yun <wuninsu@gmail.com> ---...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
Am 17.10.2015 um 21:03 schrieb Linus Torvalds: > On Sat, Oct 17, 2015 at 11:37 AM, Alexander Holler <holler@ahsoftware.de> wrote: >> >> Otherwise it's impossible to call initcalls...
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
On Sat, Oct 17, 2015 at 12:01 PM, Alexander Holler <holler@ahsoftware.de> wrote: > > That isn't a flag day thing. It's a config option everyone can turn on and > off whenever he wants....
View ArticleRe: [PATCH 04/14] init: deps: order network interfaces by link order
Am 17.10.2015 um 21:08 schrieb Linus Torvalds: > On Sat, Oct 17, 2015 at 12:01 PM, Alexander Holler <holler@ahsoftware.de> wrote: >> >> That isn't a flag day thing. It's a config...
View ArticleFINANCIAL OFFER AT LOW RATE
Dear Sir/Madam, Are you in need of an urgent Finance? and you have been denied by your bank for a loan, kindly contact us today on our email for more information. Email: springleaffinance56@gmail.com...
View ArticleRe: fs: out of bounds on stack in iov_iter_advance
On 09/30/2015 05:30 PM, Sasha Levin wrote: > On 09/17/2015 10:24 PM, Sasha Levin wrote: >> On 08/19/2015 01:46 AM, Al Viro wrote: >>>> or mapping->a_ops->direct_IO()...
View Article[PATCH] hsi: correctly handle return value of kzalloc
Since kzalloc can be failed in memory pressure, its return value should be checked and handled. Signed-off-by: Insu Yun <wuninsu@gmail.com> --- drivers/hsi/hsi.c | 12 +++++++++++- 1 file...
View Article