RE: [RESEND PATCH] tee: add kernel internal client interface

2018-08-13 Thread Zengtao (B)
gt;To: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; >tee-...@lists.linaro.org >Cc: Zengtao (B) ; Victor Chong >; Jerome Forissier ; >Jens Wiklander >Subject: [RESEND PATCH] tee: add kernel internal client interface > >Adds a kernel internal TEE client inte

RE: scsi_set_medium_removal timeout issue

2018-11-12 Thread Zengtao (B)
Hi Alan: >-Original Message- >From: Alan Stern [mailto:st...@rowland.harvard.edu] >Sent: Wednesday, October 31, 2018 10:20 PM >To: Zengtao (B) >Cc: j...@linux.vnet.ibm.com; martin.peter...@oracle.com; >gre...@linuxfoundation.org; linux-s...@vger.kernel.org; >linux-k

RE: scsi_set_medium_removal timeout issue

2018-11-13 Thread Zengtao (B)
Hi Alan: >-Original Message- >From: Alan Stern [mailto:st...@rowland.harvard.edu] >Sent: Monday, November 12, 2018 11:33 PM >To: Zengtao (B) >Cc: j...@linux.vnet.ibm.com; martin.peter...@oracle.com; >gre...@linuxfoundation.org; linux-s...@vger.kernel.org; >linux-k

RE: [alsa-devel] Timeout issues in wait_for_avail function

2018-05-31 Thread Zengtao (B)
Hi Takashi: Thank you for your reply. >-Original Message- >From: Takashi Iwai [mailto:ti...@suse.de] >Sent: Sunday, May 13, 2018 6:40 PM >To: Zengtao (B) >Cc: pe...@perex.cz; ti...@suse.com; alsa-de...@alsa-project.org; >linux-kernel@vger.kernel.org >Subject: Re:

RE: [PATCH] staging: android: ion: add buffer flag update ioctl

2018-12-19 Thread Zengtao (B)
Hi laura: >-Original Message- >From: Laura Abbott [mailto:labb...@redhat.com] >Sent: Thursday, December 20, 2018 2:10 AM >To: Zengtao (B) ; sumit.sem...@linaro.org >Cc: Greg Kroah-Hartman ; Arve Hjønnevåg >; Todd Kjos ; Martijn Coenen >; Joel Fernandes ; >de...@d

RE: [PATCH] usb: dwc3: gadget: fix miss isoc issue introduced by IRQ latency

2018-12-14 Thread Zengtao (B)
>-Original Message- >From: Felipe Balbi [mailto:ba...@kernel.org] >Sent: Friday, December 14, 2018 4:52 PM >To: Zengtao (B) >Cc: liangshengjun ; Zengtao (B) >; Greg Kroah-Hartman >; linux-...@vger.kernel.org; >linux-kernel@vger.kernel.org >Subject: Re: [PATCH]

RE: [PATCH] usb: dwc3: gadget: fix miss isoc issue introduced by IRQ latency

2018-12-16 Thread Zengtao (B)
Hi Thinh: >-Original Message- >From: Thinh Nguyen [mailto:thinh.ngu...@synopsys.com] >Sent: Saturday, December 15, 2018 5:43 AM >To: Felipe Balbi ; Zengtao (B) > >Cc: liangshengjun ; Greg Kroah-Hartman >; linux-...@vger.kernel.org; >linux-kernel@vger.kernel.org;

RE: [PATCH] usb: dwc3: gadget: fix miss isoc issue introduced by IRQ latency

2018-12-16 Thread Zengtao (B)
Hi Sergei: >-Original Message- >From: Sergei Shtylyov [mailto:sergei.shtyl...@cogentembedded.com] >Sent: Friday, December 14, 2018 7:18 PM >To: Zengtao (B) ; ba...@kernel.org >Cc: liangshengjun ; Greg Kroah-Hartman >; linux-...@vger.kernel.org; >linux-kernel@vger.ke

RE: [PATCH] staging: android: ion: add buffer flag update ioctl

2019-01-03 Thread Zengtao (B)
>-Original Message- >From: Laura Abbott [mailto:labb...@redhat.com] >Sent: Thursday, January 03, 2019 6:31 AM >To: Zengtao (B) ; sumit.sem...@linaro.org >Cc: Greg Kroah-Hartman ; Arve Hjønnevåg >; Todd Kjos ; Martijn Coenen >; Joel Fernandes ; >de...@driv

RE: [PATCH] staging: android: ion: add buffer flag update ioctl

2018-12-23 Thread Zengtao (B)
Hi laura: >-Original Message- >From: Laura Abbott [mailto:labb...@redhat.com] >Sent: Friday, December 21, 2018 4:50 AM >To: Zengtao (B) ; sumit.sem...@linaro.org >Cc: Greg Kroah-Hartman ; Arve Hjønnevåg >; Todd Kjos ; Martijn Coenen >; Joel Fernandes ; >de...@driv

RE: scsi_set_medium_removal timeout issue

2018-10-30 Thread Zengtao (B)
Hi: >-Original Message- >From: Alan Stern [mailto:st...@rowland.harvard.edu] >Sent: Tuesday, October 30, 2018 10:08 PM >To: Zengtao (B) >Cc: j...@linux.vnet.ibm.com; martin.peter...@oracle.com; >gre...@linuxfoundation.org; linux-s...@vger.kernel.org; >linux-kernel@v

答复: [PATCH v1 01/14] vfio: Create vfio_fs_type with inode per device

2021-04-08 Thread Zengtao (B)
> -邮件原件- > 发件人: Alex Williamson [mailto:alex.william...@redhat.com] > 发送时间: 2021年3月9日 5:47 > 收件人: alex.william...@redhat.com > 抄送: coh...@redhat.com; k...@vger.kernel.org; > linux-kernel@vger.kernel.org; j...@nvidia.com; pet...@redhat.com > 主题: [PATCH v1 01/14] vfio: Create vfio_fs_type wit

Possible usb_request leak in the function dwc2_gadget_complete_isoc_request_ddma

2018-02-28 Thread Zengtao (B)
Hi johnyoun: I found a suspected bug, and I am writing to confirm with you. In the function dwc2_gadget_complete_isoc_request_ddma(drivers/usb/dwc2/gadget.c). Only the first request from the eq queue is processed while maybe there are more than one descriptors done by the HW. 1. Each usb reque

答复: [PATCH] usb: dwc2: Using tab instead of blank

2021-03-22 Thread Zengtao (B)
Hi Minas, greg k-h Please ignore this patch, it's an incomplete version sent by mistake, Sorry for the noise. > -邮件原件- > 发件人: Greg Kroah-Hartman [mailto:gre...@linuxfoundation.org] > 发送时间: 2021年3月19日 17:32 > 收件人: Zengtao (B) > 抄送: hmi...@synopsys.com

答复: [PATCH v5] docs/zh_CN: add translations in zh_CN/dev-tools/gcov

2021-04-14 Thread Zengtao (B)
> -邮件原件- > 发件人: Wu XiangCheng [mailto:bob...@email.cn] > 发送时间: 2021年4月14日 21:21 > 收件人: Alex Shi ; Bernard Zhao > 抄送: Jonathan Corbet ; YanTeng Si > ; Nathan Chancellor ; Nick > Desaulniers ; linux-...@vger.kernel.org; > linux-kernel@vger.kernel.org; clang-built-li...@googlegroups.com > 主题:

答复: [PATCH v1 01/14] vfio: Create vfio_fs_type with inode per device

2021-04-11 Thread Zengtao (B)
> -邮件原件- > 发件人: Jason Gunthorpe [mailto:j...@nvidia.com] > 发送时间: 2021年4月10日 1:32 > 收件人: Alex Williamson > 抄送: Zengtao (B) ; coh...@redhat.com; > k...@vger.kernel.org; linux-kernel@vger.kernel.org; pet...@redhat.com > 主题: Re: [PATCH v1 01/14] vfio: Create vfio_fs_type

答复: [PATCH v1 01/14] vfio: Create vfio_fs_type with inode per device

2021-04-11 Thread Zengtao (B)
> -邮件原件- > 发件人: Alex Williamson [mailto:alex.william...@redhat.com] > 发送时间: 2021年4月9日 22:24 > 收件人: Zengtao (B) > 抄送: coh...@redhat.com; k...@vger.kernel.org; > linux-kernel@vger.kernel.org; j...@nvidia.com; pet...@redhat.com > 主题: Re: [PATCH v1 01/14] vfio: Create vf

答复: [PATCH] vfio/pci: make the vfio_pci_mmap_fault reentrant

2021-03-10 Thread Zengtao (B)
Hi Alex: > -邮件原件- > 发件人: Alex Williamson [mailto:alex.william...@redhat.com] > 发送时间: 2021年3月10日 14:09 > 收件人: Jason Gunthorpe > 抄送: Peter Xu ; Zengtao (B) ; > Cornelia Huck ; Kevin Tian ; > Andrew Morton ; Giovanni Cabiddu > ; Michel Lespinasse ; Jann >

答复: [PATCH] vfio/pci: make the vfio_pci_mmap_fault reentrant

2021-03-08 Thread Zengtao (B)
Hi guys: Thanks for the helpful comments, after rethinking the issue, I have proposed the following change: 1. follow_pte instead of follow_pfn. 2. vmf_insert_pfn loops instead of io_remap_pfn_range 3. proper undos when some call fails. 4. keep the bigger lock range to avoid unessary pte install

RE: [PATCH] arm64: fix /proc/cpuinfo for elf32

2016-04-26 Thread Zengtao (B)
> -Original Message- > From: Suzuki K Poulose [mailto:suzuki.poul...@arm.com] > Sent: Tuesday, April 26, 2016 5:21 PM > To: Zengtao (B); Catalin Marinas > Cc: will.dea...@arm.com; mark.rutl...@arm.com; yang@linaro.org; > linux-kernel@vger.kernel.org; james.mo...@ar

Re: [PATCH] arm64: fix /proc/cpuinfo for elf32

2016-04-25 Thread Zengtao (B)
On 2016-04-25 09:12, Catalin Marinas wrote: > On Mon, Apr 25, 2016 at 11:37:33AM +0800, Zeng Tao wrote: > > For elf32 thread, personality is used for arm32, > > and thread_flag for arm64. > > > > Here personality is used for arm64, so fix it. > > > > Signed-off-by: Zeng Tao > > --- > > arch/arm

RE: [PATCH] arm64: fix /proc/cpuinfo for elf32

2016-04-25 Thread Zengtao (B)
> -Original Message- > From: Catalin Marinas [mailto:catalin.mari...@arm.com] > Sent: Monday, April 25, 2016 5:13 PM > To: Zengtao (B) > Cc: will.dea...@arm.com; mark.rutl...@arm.com; yang@linaro.org; > suzuki.poul...@arm.com; linux-kernel@vger.kernel.org; > james

RE: [PATCH] phy: Change the configuration interface param to void* to make it more general

2019-07-16 Thread Zengtao (B)
Hi Maxime: Thanks for your reply. >-Original Message- >From: Maxime Ripard [mailto:maxime.rip...@bootlin.com] >Sent: Thursday, July 11, 2019 7:21 PM >To: Zengtao (B) >Cc: kis...@ti.com; Chen-Yu Tsai ; Paul Kocialkowski >; Sakari Ailus ; >linux-kernel@vger.kern

RE: [PATCH] staging: android: ion: add buffer flag update ioctl

2019-01-14 Thread Zengtao (B)
>-Original Message- >From: Laura Abbott [mailto:labb...@redhat.com] >Sent: Friday, January 04, 2019 9:53 AM >To: Zengtao (B) ; sumit.sem...@linaro.org >Cc: Greg Kroah-Hartman ; Arve Hjønnevåg >; Todd Kjos ; Martijn Coenen >; Joel Fernandes ; >de...@driv

RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-01-21 Thread Zengtao (B)
Hi balbi: >-Original Message- >From: Felipe Balbi [mailto:felipe.ba...@linux.intel.com] >Sent: Monday, January 21, 2019 4:17 PM >To: Zengtao (B) >Cc: Zengtao (B) ; Greg Kroah-Hartman >; linux-...@vger.kernel.org; >linux-kernel@vger.kernel.org >Subject: Re: [

RE: [PATCH] usb: dwc3: gadget: don't remove the request if bus-expired

2019-01-21 Thread Zengtao (B)
Hi balbi: >-Original Message- >From: Felipe Balbi [mailto:felipe.ba...@linux.intel.com] >Sent: Monday, January 14, 2019 4:13 PM >To: Zengtao (B) >Cc: Zengtao (B) ; Greg Kroah-Hartman >; linux-...@vger.kernel.org; >linux-kernel@vger.kernel.org >Subject: Re: [

RE: [PATCH] phy: Change the configuration interface param to void* to make it more general

2019-07-19 Thread Zengtao (B)
Hi maxime: >-Original Message- >From: Maxime Ripard [mailto:maxime.rip...@bootlin.com] >Sent: Thursday, July 18, 2019 12:38 AM >To: Zengtao (B) >Cc: kis...@ti.com; Chen-Yu Tsai ; Paul Kocialkowski >; Sakari Ailus ; >linux-kernel@vger.kernel.org; linux-arm-ker..

RE: [PATCH] usb: dwc3: gadget: issue a stop command for ISOC endpoint

2019-02-23 Thread Zengtao (B)
k you can test the UVC application with the latest driver. Regards Zengtao >-Original Message- >From: Felipe Balbi [mailto:felipe.ba...@linux.intel.com] >Sent: Monday, January 21, 2019 4:56 PM >To: Zengtao (B) >Cc: Greg Kroah-Hartman ; >linux-...@vger.kernel.org; linux

Timeout issues in wait_for_avail function

2018-05-07 Thread Zengtao (B)
Hi perex and tiwai: I have met a timeout case when capture audio from snd-usb-audio device, when the host call the pcm_read and get into the wait_for_avail function. The following happends 1. No available data for capture(maybe because of the late response audio data by the uac device) 2. The

RE: [PATCH] cputime: Fix timeval-->cputime conversion

2016-01-31 Thread Zengtao (B)
t get overflow, the change has no side affect. Thanks. Zengtao > -Original Message- > From: Zengtao (B) > Sent: Saturday, January 30, 2016 10:31 AM > To: 'Arnd Bergmann' > Cc: Thomas Gleixner; LKML; Frederic Weisbecker > Subject: RE: [PATCH] cputime:

RE: [PATCH] cputime: Fix timeval-->cputime conversion

2016-02-01 Thread Zengtao (B)
> -Original Message- > From: Thomas Gleixner [mailto:t...@linutronix.de] > Sent: Monday, February 01, 2016 4:43 PM > To: Zengtao (B) > Cc: Arnd Bergmann; LKML; Frederic Weisbecker > Subject: RE: [PATCH] cputime: Fix timeval-->cputime conversion > > On Mon, 1

RE: [PATCH] cputime: Fix timeval-->cputime conversion

2016-01-28 Thread Zengtao (B)
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Thursday, January 28, 2016 7:52 PM > To: Thomas Gleixner > Cc: Zengtao (B); LKML; Frederic Weisbecker > Subject: Re: [PATCH] cputime: Fix timeval-->cputime conversion > > On Thursday 28 J

RE: [PATCH] cputime: Fix timeval-->cputime conversion

2016-01-29 Thread Zengtao (B)
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Friday, January 29, 2016 4:46 PM > To: Zengtao (B) > Cc: Thomas Gleixner; LKML; Frederic Weisbecker > Subject: Re: [PATCH] cputime: Fix timeval-->cputime conversion > > On Friday 29 Ja

RE: [PATCH 00/35] Enhance memory utilization with DMEMFS

2020-10-12 Thread Zengtao (B)
> -Original Message- > From: yulei.ker...@gmail.com [mailto:yulei.ker...@gmail.com] > Sent: Thursday, October 08, 2020 3:54 PM > To: a...@linux-foundation.org; naoya.horigu...@nec.com; > v...@zeniv.linux.org.uk; pbonz...@redhat.com > Cc: linux-fsde...@vger.kernel.org; k...@vger.kernel.org

RE: [PATCH] arm64: topology: Stop using MPIDR for topology information

2020-09-02 Thread Zengtao (B)
> -Original Message- > From: Valentin Schneider [mailto:valentin.schnei...@arm.com] > Sent: Wednesday, September 02, 2020 6:52 PM > To: Zengtao (B) > Cc: linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; > Catalin Marinas; Will Deacon; Sudeep Holla; Ro

RE: [PATCH] arm64: topology: Stop using MPIDR for topology information

2020-09-01 Thread Zengtao (B)
Murphy; Jeremy > Linton; Dietmar Eggemann; Morten Rasmussen; Zengtao (B) > Subject: [PATCH] arm64: topology: Stop using MPIDR for topology > information > > In the absence of ACPI or DT topology data, we fallback to haphazardly > decoding *something* out of MPIDR. Sadly, the content

RE: [PATCH] vfio/pci: fix racy on error and request eventfd ctx

2020-07-15 Thread Zengtao (B)
> -Original Message- > From: kvm-ow...@vger.kernel.org [mailto:kvm-ow...@vger.kernel.org] > On Behalf Of Cornelia Huck > Sent: Wednesday, July 15, 2020 6:40 PM > To: Zengtao (B) > Cc: alex.william...@redhat.com; c...@lca.pw; Kevin Tian; Peter Xu; > Andrew Morton; Mic

RE: [PATCH] vfio/pci: fix racy on error and request eventfd ctx

2020-07-15 Thread Zengtao (B)
> -Original Message- > From: Qian Cai [mailto:c...@lca.pw] > Sent: Wednesday, July 15, 2020 9:34 PM > To: Zengtao (B) > Cc: alex.william...@redhat.com; Cornelia Huck; Kevin Tian; Peter Xu; > Andrew Morton; Michel Lespinasse; Denis Efremov; k...@vger.kernel.o

RE: [PATCH] time: Avoid undefined behaviour in timespec64_to_ns

2020-09-15 Thread Zengtao (B)
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, September 01, 2020 8:47 PM > To: Zengtao (B) > Cc: Thomas Gleixner; Vincenzo Frascino; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] time: Avoid undefined behaviour in > timespe

RE: [PATCH] time: Avoid undefined behaviour in timespec64_to_ns

2020-09-16 Thread Zengtao (B)
> -Original Message- > From: Arnd Bergmann [mailto:a...@arndb.de] > Sent: Tuesday, September 15, 2020 8:45 PM > To: Zengtao (B) > Cc: Thomas Gleixner; Vincenzo Frascino; linux-kernel@vger.kernel.org > Subject: Re: [PATCH] time: Avoid undefined behaviour in > timespe

Using ion memory for direct-io

2017-04-14 Thread Zengtao (B)
Hi Currently, the ion mapped to userspace will be forced with VM_IO and VM_PFNMAP flags. When I use the ion memory to do the direct-io, it will fail when reaching the get_user_pages, Back to the VM_IO and VM_PFNMAP flag, there two flags are introduced by the remap_pfn_range called by the ion