Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread

2014-04-30 Thread Petr Tesarik
On Wed, 30 Apr 2014 21:19:55 +0900 (JST) HATAYAMA Daisuke wrote: > From: Petr Tesarik > Subject: Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread > Date: Wed, 30 Apr 2014 13:53:04 +0200 > > > On Wed, 30 Apr 2014 20:41:38 +0900 (JST) > > HATAYAMA Daisuke wrote: > > > >> From: Wang Nan

Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread

2014-04-30 Thread HATAYAMA Daisuke
From: Petr Tesarik Subject: Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread Date: Wed, 30 Apr 2014 13:53:04 +0200 > On Wed, 30 Apr 2014 20:41:38 +0900 (JST) > HATAYAMA Daisuke wrote: > >> From: Wang Nan >> Subject: [PATCH 0/4] Replace lseek..write/read to pwrite/pread >> Date: Sat, 2

Re: [PATCH 3/4] makedumpfile: add -D_GNU_SOURCE to CFLAGS

2014-04-30 Thread HATAYAMA Daisuke
From: Wang Nan Subject: [PATCH 3/4] makedumpfile: add -D_GNU_SOURCE to CFLAGS Date: Sat, 26 Apr 2014 12:07:08 +0800 > This patch is preparation for introduce pread/pwrite. > Do you explain more about _GNU_SOURCE? Did you need to define this on your environment to build makedumpfile with pread/p

Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread

2014-04-30 Thread Petr Tesarik
On Wed, 30 Apr 2014 20:41:38 +0900 (JST) HATAYAMA Daisuke wrote: > From: Wang Nan > Subject: [PATCH 0/4] Replace lseek..write/read to pwrite/pread > Date: Sat, 26 Apr 2014 12:07:05 +0800 > > > In original code there are many operations read from /write to specific > > positions of a file. This

Re: [PATCH 0/4] Replace lseek..write/read to pwrite/pread

2014-04-30 Thread HATAYAMA Daisuke
From: Wang Nan Subject: [PATCH 0/4] Replace lseek..write/read to pwrite/pread Date: Sat, 26 Apr 2014 12:07:05 +0800 > In original code there are many operations read from /write to specific > positions of a file. This series of patches replace such patterns to > pread/pwrite calls, reduces more t

Re: [PATCH 0/8] iommu/vt-d: Fix crash dump failure caused by legacy DMA/IO

2014-04-30 Thread David Woodhouse
On Thu, 2014-04-24 at 18:36 -0600, Bill Sumner wrote: > > This patch set modifies the behavior of the Intel iommu in the crashdump > kernel: > 1. to accept the iommu hardware in an active state, > 2. to leave the current translations in-place so that legacy DMA will continue >using its curre