Re: problem : nginx with magento
Hi, On 09/06/15 23:46, Prameswar Lal wrote: > yes , i had default file in /etc/nginx/sites-available/. > that i have remove so , now i getting "unable to connect " . > > curl -I...
View Article[PATCH] blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
blktrace.c is currently maintained by Jens Axboe as it is used for debugging the block layer. That file should be added to the MAINTAINERS file under BLOCK LAYER, such that people will know to Cc the...
View ArticleRe: [RFC PATCH v6 00/32] perf tools: filtering events using eBPF programs
On 6/8/15 10:50 PM, Wang Nan wrote: > # perf record --event lock_page.c ls / > Added new event: > perf_bpf_probe:lock_page (on __lock_page) > > You can now use it in all perf tools,...
View ArticleRe: [PATCH] blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
On 06/09/2015 03:30 PM, Steven Rostedt wrote: > blktrace.c is currently maintained by Jens Axboe as it is used for > debugging the block layer. That file should be added to the MAINTAINERS >...
View ArticleRe: [PATCH v1] blk-mq: free hctx->ctxs in queue's release handler
On 06/09/2015 03:28 AM, Ming Lei wrote: > Hi Jens, > > Could you consider this patch for v4.1? > > http://marc.info/?l=linux-kernel&m=143342792910832&w=2 > > The issue is...
View ArticleRe: [PATCH] blktrace: Add blktrace.c to BLOCK LAYER in MAINTAINERS file
On Tue, 9 Jun 2015 17:30:11 -0400 Steven Rostedt <rostedt@goodmis.org> wrote: > blktrace.c is currently maintained by Jens Axboe as it is used for > debugging the block layer. That file...
View ArticleRe: [PATCH v5 1/6] mtd: nand: vf610_nfc: Freescale NFC for VF610, MPC5125 and...
On 2015-06-06 11:53:31 [+0200], Stefan Agner wrote: > diff --git a/drivers/mtd/nand/vf610_nfc.c b/drivers/mtd/nand/vf610_nfc.c > new file mode 100644 > index 0000000..bb5ee11 > ---...
View ArticleRe: [PATCH 08/14] hrtimer: Allow hrtimer::function() to free the timer
On 06/08, Peter Zijlstra wrote: > > On Mon, Jun 08, 2015 at 11:14:17AM +0200, Peter Zijlstra wrote: > > > Finally. Suppose that timer->function() returns HRTIMER_RESTART > >...
View ArticleRe: [PATCH] mm: show proportional swap share of the mapping
On Tue, 9 Jun 2015 23:43:51 +0900 Minchan Kim <minchan@kernel.org> wrote: > For system uses swap heavily and has lots of shared anonymous page, > it's very trouble to find swap set size...
View ArticleRe: [PATCH v2 1/3] ARM: STi: Add code to release secondary cores from holding...
Hi Russell, On Tue, 09 Jun 2015, Russell King - ARM Linux wrote: > On Tue, Jun 09, 2015 at 02:33:42PM +0100, Peter Griffin wrote: > > Most upstream devs boot STi platform via JTAG which...
View Article[PATCH v2 19/60] mtd: maps: pxa2xx-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 18/60] mtd: maps: plat_ram: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/maps/plat-ram.c | 1 - 1 file changed, 1 deletion(-) diff --git...
View Article[PATCH v2 16/60] mtd: maps: physmap: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/maps/physmap.c | 1 - 1 file changed, 1 deletion(-) diff --git...
View Article[PATCH v2 17/60] mtd: maps: physmap_of: drop owner assignment
Owner is automatically set by mtdcore. Make use of that. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/maps/physmap_of.c | 1 - 1 file changed, 1 deletion(-) diff --git...
View Article[PATCH v2 15/60] mtd: maps: latch-addr-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 14/60] mtd: maps: lantiq-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 05/60] mtd: devices: m25p80: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/devices/m25p80.c | 1 + 1 file changed, 1 insertion(+) diff...
View Article[PATCH v2 12/60] mtd: maps: intel_vr_nor: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. While at it, make use of the default owner value set by mtdcore. Signed-off-by: Frans Klaver <fransklaver@gmail.com> ---...
View Article[PATCH v2 01/60] mtd: core: tone down suggestion that dev.parent should be set
add_mtd_device() has a comment suggesting that the caller should have set dev.parent. This is required to have the parent device symlink show up in sysfs, but not for proper operation of the mtd...
View Article[PATCH v2 11/60] mtd: maps: gpio-addr-flash: show parent device in sysfs
Fix a bug where mtd parent device symlinks aren't shown in sysfs. Signed-off-by: Frans Klaver <fransklaver@gmail.com> --- drivers/mtd/maps/gpio-addr-flash.c | 2 +- 1 file changed, 1...
View Article