Re: [PATCH 1/3] tools/hv: Fix /var subdirectory

2012-11-26 Thread gre...@linuxfoundation.org
On Mon, Nov 26, 2012 at 08:42:40PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Tomas Hozza [mailto:tho...@redhat.com] > > Sent: Monday, November 12, 2012 3:55 AM > > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; >

Re: new warnings from partial __devexit removal

2012-11-26 Thread gre...@linuxfoundation.org
On Mon, Nov 26, 2012 at 08:38:32PM +, Arnd Bergmann wrote: > This is probably known and fixed already, but in case it's not, let me just > mention that I saw two new warnings with ARM allyesconfig about a > __devexit being removed but the __devexit_p() still being there: > > drivers/tty/serial

Re: [GIT PULL] ARM part of USB patches

2013-02-05 Thread gre...@linuxfoundation.org
On Tue, Feb 05, 2013 at 08:56:13PM +0530, kishon wrote: > Hi Tony, Greg, > > On Tuesday 05 February 2013 08:54 PM, kishon wrote: > >Hi Tony, > > > >As discussed, I'm sending a pull request for the arch/arm part of my USB > >patches. These patches are necessary to get MUSB functional in both dt > >

Re: [GIT PULL] ARM part of USB patches

2013-02-05 Thread gre...@linuxfoundation.org
On Tue, Feb 05, 2013 at 10:19:47AM -0800, Tony Lindgren wrote: > * gre...@linuxfoundation.org [130205 09:28]: > > On Tue, Feb 05, 2013 at 08:56:13PM +0530, kishon wrote: > > > Hi Tony, Greg, > > > > > > On Tuesday 05 February 2013 08:54 PM, kishon wrot

Re: [PATCH 6/6] Drivers: hv: Execute shutdown in a thread context

2013-02-08 Thread gre...@linuxfoundation.org
On Sat, Feb 09, 2013 at 12:31:49AM +, KY Srinivasan wrote: > > > > -Original Message- > > From: gre...@linuxfoundation.org [mailto:gre...@linuxfoundation.org] > > Sent: Thursday, January 24, 2013 12:18 PM > > To: KY Srinivasan > > Cc: Jiri Kosina;

Re: [char-misc-next 01/12 v3] mei: Rename mei_device to mei_host

2013-02-12 Thread gre...@linuxfoundation.org
On Tue, Feb 12, 2013 at 10:29:35PM +0100, Samuel Ortiz wrote: > Hi Tomas, > > On Tue, Feb 12, 2013 at 09:17:21PM +, Winkler, Tomas wrote: > > > > > > > In preparation for the MEI bus code merge, we rename the mei_device > > > structure to mei_host. > > > struct mei_device will be used for de

Re: [PATCH 6/6] Drivers: hv: Execute shutdown in a thread context

2013-01-24 Thread gre...@linuxfoundation.org
On Thu, Jan 24, 2013 at 05:06:27PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Jiri Kosina [mailto:jkos...@suse.cz] > > Sent: Thursday, January 24, 2013 5:10 AM > > To: KY Srinivasan > > Cc: gre...@linuxfoundation.org;

Re: [PATCH 5/6] Drivers: hv: balloon: Implement hot-add functionality

2013-03-12 Thread gre...@linuxfoundation.org
On Tue, Mar 12, 2013 at 02:54:23AM +, KY Srinivasan wrote: > > > > -Original Message- > > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > > Sent: Friday, March 08, 2013 5:16 PM > > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; >

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-15 Thread gre...@linuxfoundation.org
On Sat, Feb 02, 2013 at 10:22:16AM +0530, Sachin Kamat wrote: > > > On Friday, 1 February 2013, Stephen Warren wrote: > > On 02/01/2013 02:49 AM, Sachin Kamat wrote: > >> On 1 February 2013 09:54, Stephen Warren wrote: > > The entire series is merged in Greg's driver-core tree [1] and

Re: [PATCH 3/3] serial: tegra: Convert to devm_ioremap_resource()

2013-03-15 Thread gre...@linuxfoundation.org
On Fri, Mar 15, 2013 at 11:14:01AM -0600, Stephen Warren wrote: > On 03/15/2013 10:38 AM, gre...@linuxfoundation.org wrote: > > On Sat, Feb 02, 2013 at 10:22:16AM +0530, Sachin Kamat wrote: > >> > >> > >> On Friday, 1 February 2013, Stephen Warren wrote: > &

Re: [PATCH] pm: print the name of failed suspend function for platform device

2013-03-15 Thread gre...@linuxfoundation.org
On Mon, Mar 11, 2013 at 01:41:28AM +, Liu, Chuansheng wrote: > Hi Greg, > > I just noticed some other cases need the more log also. > https://lkml.org/lkml/2013/3/8/71 > > Could you consider the below patch, thanks? Didn't I already consider it and respond? -- To unsubscribe from this list:

Re: [PATCH] pm: print the name of failed suspend function for platform device

2013-03-15 Thread gre...@linuxfoundation.org
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sat, Mar 16, 2013 at 01:22:31AM +, Liu, Chuansheng wrote: > Hello Greg, > > Double checked, there is no your response before. > Can you consider it again? Thanks. Consider what? I get about 2

Re: [PATCH 01/11] vmci_context.patch: VMCI context list operations.

2012-08-30 Thread gre...@linuxfoundation.org
On Thu, Aug 30, 2012 at 09:38:08AM -0700, George Zhang wrote: > +/* VMCICptBufInfo: Used to set/get current context's checkpoint state. */ > +struct vmci_ctx_chkpt_buf_info { > + uint64_t cptBuf; > + uint32_t cptType; > + uint32_t bufSize; > + int32_t result; > + uint3

Re: [PATCH 04/11] vmci_driver.patch: VMCI device driver.

2012-08-30 Thread gre...@linuxfoundation.org
On Thu, Aug 30, 2012 at 09:40:34AM -0700, George Zhang wrote: > +struct vmci_device { > + struct mutex lock; /* Device access mutex */ > + > + unsigned int ioaddr; > + unsigned int ioaddr_size; > + unsigned int irq; > + unsigned int intr_type; > + bool exclusive_

Re: [PATCH 01/11] vmci_context.patch: VMCI context list operations.

2012-08-30 Thread gre...@linuxfoundation.org
On Thu, Aug 30, 2012 at 09:38:08AM -0700, George Zhang wrote: > > > Signed-off-by: George Zhang You seem to have forgotten to provide a valid changelog comment for this patch, and all others in this series. Remember, your 00/11 email will not be applied to the system, so the info needs to be i

Re: [Xen-devel] linux-next: Tree for Oct 24 (xen)

2012-10-25 Thread gre...@linuxfoundation.org
On Thu, Oct 25, 2012 at 03:05:43PM +0100, Jan Beulich wrote: > >>> On 25.10.12 at 15:46, Konrad Rzeszutek Wilk > >>> wrote: > > On Thu, Oct 25, 2012 at 11:48:30AM +0100, Stefano Stabellini wrote: > >> On Thu, 25 Oct 2012, Jan Beulich wrote: > >> > >>> On 24.10.12 at 23:33, Randy Dunlap wrote: >

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-02 Thread gre...@linuxfoundation.org
On Wed, Oct 02, 2013 at 11:43:30AM -0700, Christoffer Dall wrote: > > What's wrong with a non-vfio-specific flag that a driver can set, that > > indicates that the driver is willing to try to bind to any device on the > > bus if explicitly requested via the existing sysfs bind mechanism? > > > It

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-02 Thread gre...@linuxfoundation.org
On Wed, Oct 02, 2013 at 09:27:38PM +0100, Christoffer Dall wrote: > > > What you're suggesting would let users specify that > > > a serial driver should handle a NIC hardware, no? That sounds much much > > > worse to me. > > > > The flag (and wildcard match, if applicable) would be set by the dri

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-02 Thread gre...@linuxfoundation.org
On Wed, Oct 02, 2013 at 04:08:41PM -0500, Scott Wood wrote: > On Wed, 2013-10-02 at 13:37 -0700, gre...@linuxfoundation.org wrote: > > On Wed, Oct 02, 2013 at 11:43:30AM -0700, Christoffer Dall wrote: > > > > What's wrong with a non-vfio-specific flag that a driver can s

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-02 Thread gre...@linuxfoundation.org
On Wed, Oct 02, 2013 at 04:35:15PM -0500, Scott Wood wrote: > On Wed, 2013-10-02 at 14:16 -0700, gre...@linuxfoundation.org wrote: > > On Wed, Oct 02, 2013 at 04:08:41PM -0500, Scott Wood wrote: > > > On Wed, 2013-10-02 at 13:37 -0700, gre...@linuxfoundation.org wrote: > >

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-03 Thread gre...@linuxfoundation.org
On Thu, Oct 03, 2013 at 01:33:27PM -0500, Scott Wood wrote: > What it looks like we do still want from the driver core is the ability > for a driver to say that it should not be bound to a device except via > explicit sysfs bind, You can do that today by not providing any device ids in your driver

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-03 Thread gre...@linuxfoundation.org
On Thu, Oct 03, 2013 at 02:11:34PM -0500, Scott Wood wrote: > On Thu, 2013-10-03 at 11:54 -0700, gre...@linuxfoundation.org wrote: > > On Thu, Oct 03, 2013 at 01:33:27PM -0500, Scott Wood wrote: > > > What it looks like we do still want from the driver core is the ability > &g

Re: [PATCH 0/2] w1 fixes for broken subsystem

2013-10-06 Thread gre...@linuxfoundation.org
On Mon, Oct 07, 2013 at 12:45:44AM +0400, Evgeniy Polyakov wrote: > Hi > > 06.10.2013, 23:13, "Hans-Frieder Vogt" : > > In recent kernels the 1-wire kernel modules do not work any more. The module > > wire got broken in 3.11-rc1 and 3.12-rc1 introduced a further problem: > > Looks like I somehow

Re: [PATCH 00/12] One more attempt at useful kernel lockdown

2013-09-10 Thread gre...@linuxfoundation.org
On Tue, Sep 10, 2013 at 11:29:45AM -0700, H. Peter Anvin wrote: > On 09/10/2013 11:26 AM, Matthew Garrett wrote: > > On Tue, 2013-09-10 at 14:23 -0300, Henrique de Moraes Holschuh wrote: > >> On Tue, 10 Sep 2013, Matthew Garrett wrote: > >>> That's why modern systems require signed firmware updates

Re: RFC: (re-)binding the VFIO platform driver to a platform device

2013-10-09 Thread gre...@linuxfoundation.org
On Wed, Oct 09, 2013 at 07:02:25PM +, Yoder Stuart-B08248 wrote: > Have been thinking about this issue some more. As Scott mentioned, > 'wildcard' matching for a driver can be fairly done in the platform > bus driver. We could add a new flag to the platform driver struct: > > diff --git a/dr

Re: [PATCH] USB/host: Cleanup unneccessary irq disable code

2012-09-05 Thread gre...@linuxfoundation.org
On Sat, Sep 01, 2012 at 09:39:56AM +, Liu, Chuansheng wrote: > From: liu chuansheng > Subject: [PATCH] USB/host: Cleanup unneccessary irq disable code Don't include the Subject: in the patch body again, that is pointless and requires me to hand-edit the file. > Because the IRQF_DISABLED as t

Re: [PATCH] USB/host: Cleanup unneccessary irq disable code

2012-09-05 Thread gre...@linuxfoundation.org
On Thu, Sep 06, 2012 at 12:39:09AM +, Liu, Chuansheng wrote: > > This patch is corrupted and can not be applied at all. Please fix your > > email > > client and try again. > > > > greg k-h > > I am very sorry to waste your time, resend it again. > > From: liu chuansheng > Subject: [PATCH]

Re: [PATCH RESEND] USB/host: Cleanup unneccessary irq disable code

2012-09-06 Thread gre...@linuxfoundation.org
On Thu, Sep 06, 2012 at 02:00:16AM +, Liu, Chuansheng wrote: > Because the IRQF_DISABLED as the flag is now a NOOP and has been > deprecated and in hardirq context the interrupt is disabled. > > so in usb/host code: > Removing the usage of flag IRQF_DISABLED; > Removing the calling local_irq s

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2012-12-11 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 01:11:47AM +, Stephen Hurd wrote: > It appears that the modification to include/uapi/linux/serial_core.h is > excluded by the dontdiff filters. I've attached an updated patch including > it. Care to resend the whole thing, I need it with the signed-off-by: line. Als

Re: [PATCH v7 0/3] Add modules to support realtek PCIE card reader

2012-11-08 Thread gre...@linuxfoundation.org
On Thu, Nov 08, 2012 at 01:30:11PM +0800, wwang wrote: > 于 2012年11月08日 12:01, Alex Dubov 写道: > >Hi, > >>Do you have any comment on the MEMSTICK part in this v7 patchset? Can > >>you help to merge the patch to the kernel tree? > > > >I'm afraid that presently I don't have much time to look at the me

Re: [PATCH 1/3] tools/hv: Fix /var subdirectory

2012-11-15 Thread gre...@linuxfoundation.org
On Fri, Nov 09, 2012 at 03:56:14PM +, KY Srinivasan wrote: > > -Original Message- > > From: Tomas Hozza [mailto:tho...@redhat.com] KY, there have been a few of these tools/hv patches floating by, and you haven't acked all of them from what I can tell. I've applied some of them, but

Re: [PATCH 1/1] Drivers: hv: util: Fix a bug in version negotiation code for util services

2013-07-17 Thread gre...@linuxfoundation.org
On Wed, Jul 17, 2013 at 12:35:42PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > > Sent: Tuesday, July 02, 2013 1:32 PM > > To: gre...@linuxfoundation.org; linux-kernel@vger.kernel.org; >

Re: [PATCH] Tools: hv: check return value of system in hv_kvp_daemon

2013-08-01 Thread gre...@linuxfoundation.org
On Thu, Aug 01, 2013 at 02:36:10PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Olaf Hering [mailto:o...@aepfle.de] > > Sent: Thursday, August 01, 2013 9:04 AM > > To: KY Srinivasan; gre...@linuxfoundation.org > > Cc: linux

Re: [PATCH] Tools: hv: in kvp_set_ip_info free mac_addr right after usage

2013-08-01 Thread gre...@linuxfoundation.org
On Thu, Aug 01, 2013 at 02:35:36PM +, KY Srinivasan wrote: > > > > -Original Message- > > From: Olaf Hering [mailto:o...@aepfle.de] > > Sent: Thursday, August 01, 2013 8:58 AM > > To: KY Srinivasan; gre...@linuxfoundation.org > > Cc: linux

Re: About TRB_TO_EP_INDEX() macro using

2013-08-05 Thread gre...@linuxfoundation.org
On Mon, Aug 05, 2013 at 08:07:25AM +, Du, ChangbinX wrote: > Recently when I check xHCI code, find that some functions try to get EP index > from a Command Completion Event TRB via TRB_TO_EP_INDEX() macro. > > This is totally wrong. The macro definition is: > > #define TRB_TO_EP_INDEX(

Re: About TRB_TO_EP_INDEX() macro using

2013-08-06 Thread 'gre...@linuxfoundation.org'
On Tue, Aug 06, 2013 at 08:59:32AM +, Du, ChangbinX wrote: > > On Mon, Aug 05, 2013 at 08:07:25AM +, Du, ChangbinX wrote: > > > Recently when I check xHCI code, find that some functions try to get EP > > > index > > > from a Command Completion Event TRB via TRB_TO_EP_INDEX() macro. > > > >

Re: [PATCH v2 0/4] usb: ohci-ep93xx: do a bit of housecleaning

2013-07-26 Thread gre...@linuxfoundation.org
On Fri, Jul 26, 2013 at 11:32:41AM -0500, H Hartley Sweeten wrote: > On Monday, July 01, 2013 3:52 PM, H Hartley Sweeten wrote: > > Tidy up this driver a bit. > > > > v2: redo patch 4 based on suggestions from Alan Stern > > > > H Hartley Sweeten (4): > > usb: ohci-ep93xx: use devm_ioremap_resour

Re: [PATCH 6/6] Drivers: hv: Execute shutdown in a thread context

2013-03-01 Thread gre...@linuxfoundation.org
On Fri, Mar 01, 2013 at 03:15:58PM +, KY Srinivasan wrote: > > > > > Execute the shutdown code in a thread context. With recent changes > > > > > made > > > > the > > > > > shutdown code, shutdown code cannot be invoked from an interrupt > > context. > > > > > > > > > > Signed-off-by: K. Y. Sr

Re: [PATCH] usb: host: tegra: Reset Tegra USB controller before init

2013-03-04 Thread gre...@linuxfoundation.org
On Mon, Mar 04, 2013 at 09:55:44AM -0700, Stephen Warren wrote: > On 03/04/2013 12:55 AM, Venu Byravarasu wrote: > > Stephen Warren wrote at Thursday, February 28, 2013 11:47 PM: > >> On 02/27/2013 11:36 PM, Venu Byravarasu wrote: > >>> To clear any configurations made by U-Boot on Tegra USB contro

Re: [PATCH v2] PM: Fix dev_pm_put_subsys_data() to not call kfree() while holding device power lock

2013-05-06 Thread gre...@linuxfoundation.org
On Mon, May 06, 2013 at 07:04:53PM +, Shuah Khan wrote: > dev_pm_put_subsys_data() calls kfree() while holding device power lock, when > the reference count is 0. Fix it to call kfree() after releasing the lock. > > Signed-off-by: Shuah Khan > Reviewed-by: Pavel Machek > Reviewed-by: Rafael

Re: [PATCH v2] PM: Fix dev_pm_put_subsys_data() to not call kfree() while holding device power lock

2013-05-06 Thread gre...@linuxfoundation.org
On Mon, May 06, 2013 at 09:56:56PM +0200, Rafael J. Wysocki wrote: > On Monday, May 06, 2013 12:41:19 PM gre...@linuxfoundation.org wrote: > > On Mon, May 06, 2013 at 07:04:53PM +, Shuah Khan wrote: > > > dev_pm_put_subsys_data() calls kfree() while holding device power

Re: [ 00/46] 3.0.77-stable review

2013-05-07 Thread gre...@linuxfoundation.org
On Tue, May 07, 2013 at 07:14:48PM +, Shuah Khan wrote: > > > From: Greg Kroah-Hartman > > Date: Mon, May 6, 2013 at 4:58 PM > > Subject: [ 00/46] 3.0.77-stable review > > To: linux-kernel@vger.kernel.org > > Cc: Greg Kroah-Hartman , > > torva...@linux-foundation.org, a...@linux-foundation.or

Re: [PATCH]Add kmsg_dump() to kexec path

2013-05-21 Thread gre...@linuxfoundation.org
On Tue, May 21, 2013 at 03:41:37PM -0700, Andrew Morton wrote: > Guys, can we please get some review attention to this? I thought it was reviewed, and rejected, already. Did you miss those emails? thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH]Add kmsg_dump() to kexec path

2013-05-21 Thread gre...@linuxfoundation.org
On Tue, May 21, 2013 at 03:52:14PM -0700, Andrew Morton wrote: > On Tue, 21 May 2013 15:47:41 -0700 "gre...@linuxfoundation.org" > wrote: > > > On Tue, May 21, 2013 at 03:41:37PM -0700, Andrew Morton wrote: > > > Guys, can we please get some review attention

Re: [PATCH v2] USB: PHY: Re-organize Tegra USB PHY driver

2012-09-20 Thread gre...@linuxfoundation.org
On Thu, Sep 20, 2012 at 10:50:51AM +0530, Venu Byravarasu wrote: > Hi Greg & Felipe, > > Can any of you please review and merge this change? That's up to Felipe. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 15/90] staging: comedi: adv_pci1723: move comedi_pci_enable() into the attach

2012-07-20 Thread gre...@linuxfoundation.org
On Fri, Jul 20, 2012 at 11:33:27AM -0500, H Hartley Sweeten wrote: > I think there are a couple pci drivers that would still need the old "attach" > in order to load firmware using comedi_config. We can address those > later and possibly figure out a more "standard" way to load the firmware. That

Re: realtek card reader core driver

2012-07-25 Thread gre...@linuxfoundation.org
On Thu, Jul 26, 2012 at 11:11:50AM +0800, wwang wrote: > Hi Dan: > > Sorry to bother you. > I can't find the maintainer of drivers/misc. So if I want to submit my > driver as misc device, who should I contact to send my patch? >From the MAINTAINERS file: CHAR and MISC DRIVERS M: Arnd Bergma

Re: [PATCH v1] usb: host: Fix possible kernel crash

2012-07-10 Thread gre...@linuxfoundation.org
On Tue, Jul 10, 2012 at 09:56:39AM +0530, Venu Byravarasu wrote: > Thanks Alan for your comments. > > On Monday 09 July 2012 08:04 PM, Alan Stern wrote: > >On Mon, 9 Jul 2012, Venu Byravarasu wrote: > > > >>In functions itd_complete & sitd_complete, a pointer > >>by name stream may get dereferenc

Re: [PATCH] mfd, TWL4030: TWL4030 need select REGMAP_I2C

2013-01-14 Thread gre...@linuxfoundation.org
On Mon, Jan 14, 2013 at 10:27:55AM +0100, Peter Ujfalusi wrote: > Hi Liu, > > On 01/14/2013 03:18 AM, Liu, Chuansheng wrote: > > Hi maintainers, > > > > Could you help to push this patch? > > Every time syncing the latest code, always meet this build error. > > Sorry to disturb. > > First of all

Re: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidate

2012-09-27 Thread gre...@linuxfoundation.org
Myklebust, Trond > > Cc: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; > > gre...@linuxfoundation.org > > Subject: Fwd: Re: [PATCH] NFS: Fix Oopses in nfs_lookup_revalidate and > > nfs4_lookup_revalidate > > > > Hi all, > > > > I

Re: [PATCH] net: fix neigh_resolve_output can cause skb_under_panic

2012-09-28 Thread gre...@linuxfoundation.org
On Fri, Sep 28, 2012 at 07:40:39PM -0400, Ramesh Nagappa wrote: > >From fd023edd911ef12aca38a72b40241661c202684f Mon Sep 17 00:00:00 2001 > From: Ramesh Nagappa > Date: Thu, 27 Sep 2012 10:20:58 -0700 > Subject: [PATCH] net: fix neigh_resolve_output can cause skb_under_panic Why is all of this in

Re: [PATCH] net: fix neigh_resolve_output can cause skb_under_panic

2012-09-28 Thread gre...@linuxfoundation.org
On Fri, Sep 28, 2012 at 08:26:51PM -0400, Ramesh Nagappa wrote: > > > > Why is all of this in the middle of the changelog section? > > > > I'm guessing you didn't use 'git send-email' for this? > > > > And why are you copying me on the patch? > > I got the CC list from scripts/get_maintainers.p

Re: [PATCH] 8250/16?50: Add support for Broadcom TruManage redirected serial port

2013-01-15 Thread gre...@linuxfoundation.org
On Wed, Dec 12, 2012 at 05:28:35AM +, Stephen Hurd wrote: > From: Stephen Hurd > > Add support for the UART device present in Broadcom TruManage capable > NetXtreme chips (ie: 5761m 5762, and 5725). > > This implementation has a hidden transmit FIFO, so running in single-byte > interrupt m

Re: [PATCH v4] Axi-usb: Add support for 64-bit addressing.

2016-08-31 Thread gre...@linuxfoundation.org
On Thu, Sep 01, 2016 at 06:01:35AM +, Nava kishore Manne wrote: > Ping!! ping what? I don't see a patch here, and nothing is in my to-review queue about this. Perhaps send it again? confused, greg k-h

Re: Cma mem map to cpu address when allocated in ion driver, why do this design?

2016-09-01 Thread gre...@linuxfoundation.org
On Thu, Sep 01, 2016 at 12:46:32PM +, Yangwei (Yang Wei, Device Chipset Key Technologies Platform Development Dept) wrote: > Hi all, > > When I review ion code in linux-3.18.y, I find a design that may cause > a problem in our product. In the design, cma mem is allocated via the > interface

Re: [PATCH v5] Axi-usb: Add support for 64-bit addressing.

2016-09-01 Thread gre...@linuxfoundation.org
On Fri, Sep 02, 2016 at 06:02:14AM +, Nava kishore Manne wrote: > This email and any attachments are intended for the sole use of the named > recipient(s) and contain(s) confidential information that may be proprietary, > privileged or copyrighted under applicable law. If you are not the inte

Re: Documentation: add Kernel Driver Statement to the kernel

2017-10-14 Thread gre...@linuxfoundation.org
On Sat, Oct 14, 2017 at 06:14:13PM +0200, Wolfram Sang wrote: > On Fri, Oct 06, 2017 at 11:10:38AM +0200, gre...@linuxfoundation.org wrote: > > Way back in 2008 we didn't have "robust" in-kernel documentation system, > > so the idea of putting something like the

Re: Documentation: add Kernel Driver Statement to the kernel

2017-10-14 Thread gre...@linuxfoundation.org
On Sat, Oct 14, 2017 at 08:09:59PM +0200, Wolfram Sang wrote: > > > Not that sphinx doesn't have it's own issues, but you have to admit it > > is much better now than it used to be, right? > > That goes without saying, but we still added plain textfiles to > Documentation/ since 2008, so I was wo

Re: [v11,1/4] drivers: jtag: Add JTAG core driver

2017-11-14 Thread gre...@linuxfoundation.org
On Tue, Nov 14, 2017 at 10:34:49AM +, Oleksandr Shamray wrote: > > -Original Message- > > From: Chip Bilbrey [mailto:c...@bilbrey.org] > > Sent: Monday, November 6, 2017 12:33 AM > > To: Oleksandr Shamray > > Cc: gre...@linuxfoundation.org;

Re: [v11,1/4] drivers: jtag: Add JTAG core driver

2017-11-14 Thread gre...@linuxfoundation.org
On Tue, Nov 14, 2017 at 11:19:16AM +, Russell King - ARM Linux wrote: > On Tue, Nov 14, 2017 at 12:10:46PM +0100, gre...@linuxfoundation.org wrote: > > On Tue, Nov 14, 2017 at 10:34:49AM +, Oleksandr Shamray wrote: > > > Greg, what you can suggest about it. May be b

Re: 答复: [PATCH] tty: fix flush_to_ldisc() oops before tty_open is done

2017-11-03 Thread gre...@linuxfoundation.org
On Fri, Nov 03, 2017 at 10:48:04AM +, taoyuhong wrote: > Hi Alan > > Serial tty oops on real arm computer. > > That is Hikey960 board, with 8 cortex-a57 cpus and pl011 serial hardware. > Debian8 is pre-installed, and I replaced the kernel with linux-stable 4.13.10. > > It is very easy to tri

Re: [GIT PULL for-4.9 00/48] Commits for v4.9 LTS

2017-10-19 Thread gre...@linuxfoundation.org
On Wed, Oct 11, 2017 at 12:45:18AM +, Levin, Alexander (Sasha Levin) wrote: > Hi Greg, > > The following commits were sent for review 7+ days ago, and comments were > addressed. > > Please pull for v4.9 LTS. All now pulled in for 4.9-stable, thanks. greg k-h

Re: [GIT PULL for-4.4 00/25] Commits for v4.4 LTS

2017-10-19 Thread gre...@linuxfoundation.org
On Wed, Oct 11, 2017 at 12:45:38AM +, Levin, Alexander (Sasha Levin) wrote: > Hi Greg, > > The following commits were sent for review 7+ days ago, and comments were > addressed. > > Please pull for v4.4 LTS. All now pulled in, thanks. greg k-h

Re: [GIT PULL for-3.18 00/13] Commits for v3.18 LTS

2017-10-19 Thread gre...@linuxfoundation.org
On Wed, Oct 11, 2017 at 12:45:52AM +, Levin, Alexander (Sasha Levin) wrote: > Hi Greg, > > The following commits were sent for review 7+ days ago, and comments were > addressed. > > Please pull for v3.18 LTS. All now pulled in for 3.18, thanks. greg k-h

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-05 Thread gre...@linuxfoundation.org
On Mon, Oct 05, 2015 at 10:38:43AM -0700, Sudeep Dutt wrote: > On Mon, 2015-10-05 at 03:50 -0700, Woodhouse, David wrote: > > On Tue, 2015-09-29 at 18:09 -0700, Ashutosh Dixit wrote: > > > From: Sudeep Dutt > > > > > > iova is a library which can be built without IOMMU_SUPPORT > > > > > > Signed

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-05 Thread gre...@linuxfoundation.org
On Tue, Oct 06, 2015 at 06:12:40AM +0100, gre...@linuxfoundation.org wrote: > On Mon, Oct 05, 2015 at 10:38:43AM -0700, Sudeep Dutt wrote: > > On Mon, 2015-10-05 at 03:50 -0700, Woodhouse, David wrote: > > > On Tue, 2015-09-29 at 18:09 -0700, Ashutosh Dixit wrote: > &g

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-06 Thread gre...@linuxfoundation.org
On Mon, Oct 05, 2015 at 10:23:38PM -0700, Sudeep Dutt wrote: > On Tue, 2015-10-06 at 06:20 +0100, gre...@linuxfoundation.org wrote: > > On Tue, Oct 06, 2015 at 06:12:40AM +0100, gre...@linuxfoundation.org wrote: > > > On Mon, Oct 05, 2015 at 10:38:43AM -0700, Sudeep Dutt wro

Re: [PATCH char-misc-next v2 04/22] iommu: Allow iova to be used without requiring IOMMU_SUPPORT

2015-10-06 Thread gre...@linuxfoundation.org
On Tue, Oct 06, 2015 at 01:05:27AM -0700, Sudeep Dutt wrote: > On Tue, 2015-10-06 at 08:56 +0100, gre...@linuxfoundation.org wrote: > > On Mon, Oct 05, 2015 at 10:23:38PM -0700, Sudeep Dutt wrote: > > > On Tue, 2015-10-06 at 06:20 +0100, gre...@linuxfoundation.org wrote: >

Re: [PATCH] Staging: fsl-mc/bus: mc-bus.c: Fixed coding style issues

2015-09-04 Thread gre...@linuxfoundation.org
On Fri, Sep 04, 2015 at 05:48:55PM +, Jose Rivera wrote: > > -Original Message- > > From: Nayeemahmed Badebade [mailto:itachi.op...@gmail.com] > > Sent: Friday, September 04, 2015 12:01 PM > > To: gre...@linuxfoundation.org > > Cc: Rivera Jose-B46482; Yode

Re: [PATCH] firmware: make sure builtin firmware is page alignment

2018-08-03 Thread gre...@linuxfoundation.org
On Fri, Aug 03, 2018 at 08:42:25AM +, Zhang, Ning A wrote: > 在 2018-08-03五的 07:39 +0200,Greg KH写道: > > On Fri, Aug 03, 2018 at 09:45:21AM +0800, Zhang Ning wrote: > > > when firmware is in filesystem, request_firmware will load it, > > > and copy it to vmalloc memory, that is page align memory.

Re: [PATCH] firmware: make sure builtin firmware is page alignment

2018-08-06 Thread gre...@linuxfoundation.org
On Mon, Aug 06, 2018 at 01:48:44AM +, Zhang, Ning A wrote: > 在 2018-08-03五的 12:31 +0200,gre...@linuxfoundation.org写道: > > On Fri, Aug 03, 2018 at 08:42:25AM +, Zhang, Ning A wrote: > > > 在 2018-08-03五的 07:39 +0200,Greg KH写道: > > > > On Fri, Aug 03, 2018 a

Re: [PATCH] firmware: make sure builtin firmware is page alignment

2018-08-07 Thread gre...@linuxfoundation.org
On Tue, Aug 07, 2018 at 02:27:31AM +, Zhang, Ning A wrote: > 在 2018-08-06一的 16:05 +0200,gre...@linuxfoundation.org写道: > > On Mon, Aug 06, 2018 at 01:48:44AM +, Zhang, Ning A wrote: > > > 在 2018-08-03五的 12:31 +0200,gre...@linuxfoundation.org写道: > > > > On F

Re: Problems with uio_pci_generic in v4.18-rc8

2018-08-12 Thread gre...@linuxfoundation.org
On Sun, Aug 12, 2018 at 06:55:58PM +0800, Xiubo Li wrote: > Hi Harris, > > Since the lock protection in uio irq handler is useless currently as > discussed in the mail list, so I will revert this commit with small changes > and now the testing based LIO/TCMU has been finished. Can you send the fi

Re: [PATCH 2/5] vmbus: add driver_override support

2018-08-13 Thread gre...@linuxfoundation.org
On Mon, Aug 13, 2018 at 07:30:50PM +, Michael Kelley (EOSG) wrote: > From: k...@linuxonhyperv.com Sent: Friday, August > 10, 2018 4:06 PM > > > From: Stephen Hemminger > > > > Add support for overriding the default driver for a VMBus device > > in the same way that it can be done for PCI

Re: backport Rewrite sync_core() to use IRET-to-self to stable kernels?

2018-01-24 Thread gre...@linuxfoundation.org
On Tue, Jan 23, 2018 at 08:25:33AM +0100, gre...@linuxfoundation.org wrote: > On Mon, Jan 22, 2018 at 07:06:29PM -0800, Andy Lutomirski wrote: > > On Mon, Jan 22, 2018 at 6:59 PM, Zhang, Ning A > > wrote: > > > hello, Greg, Andy, Thomas > > > > > > would

Re: backport Rewrite sync_core() to use IRET-to-self to stable kernels?

2018-01-24 Thread gre...@linuxfoundation.org
On Wed, Jan 24, 2018 at 08:19:44AM +, Zhang, Ning A wrote: > Thanks Greg, Andy > > How about c198b121b1a1d7a7171770c634cd49191bac4477? Why do you think that is needed in the older stable kernels? What problem does it solve? Do any distros have this patch in their kernels? thanks, greg k-h

Re: backport Rewrite sync_core() to use IRET-to-self to stable kernels?

2018-01-24 Thread gre...@linuxfoundation.org
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Jan 25, 2018 at 02:2

Re: [PATCH 4.9 85/96] x86/retpoline: Add initial retpoline support

2018-01-21 Thread gre...@linuxfoundation.org
On Sat, Jan 20, 2018 at 11:21:08PM +0100, Jiri Kosina wrote: > On Wed, 17 Jan 2018, gre...@linuxfoundation.org wrote: > > > > http://git.infradead.org/retpoline-stable.git/shortlog/refs/heads/linux-4.4.y > > > > And I've now queued up all of these patches, tha

Re: backport Rewrite sync_core() to use IRET-to-self to stable kernels?

2018-01-22 Thread gre...@linuxfoundation.org
On Mon, Jan 22, 2018 at 07:06:29PM -0800, Andy Lutomirski wrote: > On Mon, Jan 22, 2018 at 6:59 PM, Zhang, Ning A wrote: > > hello, Greg, Andy, Thomas > > > > would you like to backport these two patches to LTS kernel? > > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git

Re: [PATCH 5/7] x86: Use IBRS for firmware update path

2018-01-05 Thread gre...@linuxfoundation.org
On Thu, Jan 04, 2018 at 08:08:55PM +, Woodhouse, David wrote: > On Thu, 2018-01-04 at 21:05 +0100, Greg KH wrote: > > On Thu, Jan 04, 2018 at 09:56:46AM -0800, Tim Chen wrote: > > > > > > From: David Woodhouse > > > > > > We are impervious to the indirect branch prediction attack with > > >

Re: [PATCH 4.9 85/96] x86/retpoline: Add initial retpoline support

2018-01-17 Thread gre...@linuxfoundation.org
On Tue, Jan 16, 2018 at 10:38:35AM +, Woodhouse, David wrote: > On Tue, 2018-01-16 at 11:22 +0100, Jiri Slaby wrote: > > On 01/15/2018, 01:35 PM, Greg Kroah-Hartman wrote: > > > 4.9-stable review patch.  If anyone has any objections, please let me > > > know. > > > > May I ask if somebody has

Re: [4.9, 137/145] spi: bcm-qspi: shut up warning about cfi header inclusion

2018-04-06 Thread gre...@linuxfoundation.org
On Tue, Apr 03, 2018 at 10:46:07AM -0700, Florian Fainelli wrote: > On 02/23/2018 10:27 AM, gre...@linuxfoundation.org wrote: > > 4.9-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Arnd Bergmann

Re: 3 version of MKDEV: kernel, uapi, libc, why?

2018-04-11 Thread gre...@linuxfoundation.org
On Wed, Apr 11, 2018 at 08:51:03AM +, Zhang, Ning A wrote: > Hi, Greg, Thomas > > I find 3 version of MKDEV (actually 2 + makedev) > > in include/linux/kdev_t.h > > #define MINORBITS 20 > #define MKDEV(ma,mi) (((ma) << MINORBITS) | (mi)) > > in inlcude/uapi/linu

Re: [PATCH 5/5] staging: fsl-mc/dpio: Remove dead code

2018-03-08 Thread gre...@linuxfoundation.org
On Tue, Mar 06, 2018 at 06:32:00PM +, Ruxandra Ioana Ciocoi Radulescu wrote: > > -Original Message- > > From: Ruxandra Ioana Ciocoi Radulescu > > Sent: Tuesday, March 6, 2018 7:44 PM > > To: gre...@linuxfoundation.org > > Cc: de...@driverdev.osuosl.org

Re: [PATCH] staging: rtl8188eu: Fix off-by-one in core/rtw_mlme_ext.c

2018-11-26 Thread gre...@linuxfoundation.org
On Tue, Nov 27, 2018 at 07:29:07AM +, Yang Xiao wrote: > From: Young_X Please use your "full" name like you did in your from: line of your email > > The error at line 3267 was the result of an off-by-one error in > a for loop in line 3253. > If condition in line 3254 never satis

Re: [PATCH RESEND] bus: fsl-mc: explicitly define the fsl_mc_command endianness

2018-11-27 Thread gre...@linuxfoundation.org
On Thu, Nov 15, 2018 at 12:12:12PM +, Ioana Ciornei wrote: > Both the header and the command parameters of the fsl_mc_command are > 64-bit little-endian words. Use the appropriate type to explicitly > specify their endianness. > > Signed-off-by: Ioana Ciornei > Reviewed-by: Laurentiu Tudor >

Re: [PATCH v3 2/4] bus: fsl-mc: add fsl-mc userspace support

2018-11-20 Thread gre...@linuxfoundation.org
On Tue, Nov 20, 2018 at 04:51:07PM +, Ioana Ciornei wrote: > > On Tue, Nov 20, 2018 at 03:39:45PM +, Ioana Ciornei wrote: > > > + > > > + error = fsl_mc_uapi_create_device_file(mc_bus); > > > + if (error < 0) { > > > + error = -EPROBE_

Re: [PATCH] [repost] Drivers: hv: vmbus: Offload the handling of channels to two workqueues

2018-11-28 Thread gre...@linuxfoundation.org
On Thu, Nov 29, 2018 at 04:36:43AM +, Dexuan Cui wrote: > > vmbus_process_offer() mustn't call channel->sc_creation_callback() > directly for sub-channels, because sc_creation_callback() -> > vmbus_open() may never get the host's response to the > OPEN_CHANNEL message (the host may rescind a c

Re: dcache_readdir NULL inode oops

2018-11-30 Thread gre...@linuxfoundation.org
Adding Eric as he touched this code last :) On Thu, Nov 29, 2018 at 07:25:48PM +, Jan Glauber wrote: > On Wed, Nov 28, 2018 at 08:08:06PM +, Will Deacon wrote: > > I spent some more time looking at this today... > > > > On Fri, Nov 23, 2018 at 06:05:25PM +, Will Deacon wrote: > > > Do

Re: [PATCH V4] binder: ipc namespace support for android binder

2018-11-15 Thread gre...@linuxfoundation.org
On Thu, Nov 15, 2018 at 02:33:49PM -0800, Andrew Morton wrote: > On Mon, 12 Nov 2018 09:37:51 + chouryzhou(周威) > wrote: > > > Currently android's binder is not isolated by ipc namespace. Since binder > > is a form of IPC and therefore should be tied to ipc namespace. With this > > patch, w

Re: [PATCH] staging: vc04_services: bcm2835-audio: Fixed warnings

2018-11-12 Thread gre...@linuxfoundation.org
On Mon, Nov 12, 2018 at 07:00:20PM -0500, Arnold Chand wrote: > Fixed warnings provided by checkpatch.pl Please be much more specific as to what you changed or "fixed". Please fix this up and resend. thanks, greg k-h

Re: [PATCH] staging: vc04_services: bcm2835-audio: Fixed warnings, checks

2018-11-12 Thread gre...@linuxfoundation.org
On Mon, Nov 12, 2018 at 07:29:09PM -0500, Arnold Chand wrote: > Corrected warnings and checks issued by scripts/checkpatch.pl which includes: > alignment of > parenthesis, lines over 80 characters and mutex definition without comment. > Signed-off-by: Arnold Chand --- > .../vc04_services/bcm2835-au

Re: [PATCH v2] staging: vc04_services: bcm2835-audio: Fixed warnings, checks

2018-11-12 Thread gre...@linuxfoundation.org
On Mon, Nov 12, 2018 at 07:45:00PM -0500, Arnold Chand wrote: > Corrected warnings and checks provided by scripts/checkpatch.pl which > includes: alignment of parenthesis, lines over 80 characters and mutex > definition without comment. > > Signed-off-by: Arnold Chand > --- > .../vc04_services/b

Re: [PATCH] [repost] Drivers: hv: vmbus: Offload the handling of channels to two workqueues

2018-12-01 Thread gre...@linuxfoundation.org
On Fri, Nov 30, 2018 at 06:09:54PM +, Dexuan Cui wrote: > > From: KY Srinivasan > > Sent: Friday, November 30, 2018 9:31 AM > > > From: Dexuan Cui > > > Sent: Thursday, November 29, 2018 12:17 AM > > > To: gre...@linuxfoundation.org > > > C

Re: [PATCH] [repost] Drivers: hv: vmbus: Offload the handling of channels to two workqueues

2018-12-02 Thread gre...@linuxfoundation.org
On Sun, Dec 02, 2018 at 08:47:03AM +, Dexuan Cui wrote: > Hi Greg, > Please use the attached patch: I rebased the patch to today's char-misc's > char-misc-linus branch. It can also cleanly apply to Linus's master branch > today. I can't use an attached patch, you know better. Please fix up an

Re: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-11 Thread gre...@linuxfoundation.org
On Sun, Nov 11, 2018 at 04:18:03AM +, Dexuan Cui wrote: > > From: gre...@linuxfoundation.org > > Sent: Thursday, November 1, 2018 21:54 > > To: Dexuan Cui > > Cc: Michael Kelley ; KY Srinivasan > > ; linux-kernel@vger.kernel.org; > > de...@linux

Re: [PATCH v4.17-rc7 1/1] lib/kobject_uevent : fix uevent environment variable update with kobject event

2018-05-30 Thread gre...@linuxfoundation.org
On Wed, May 30, 2018 at 11:36:26AM +, Rohit Khatri wrote: > From: Rohit Khatri > > Subject: [PATCH 4.17-rc7 1/1] lib/kobject_uevent : fix uevent environment > variable update with kobject event What are these lines doing in the email body? > Function

Re: [PATCH 2/3] regulator: core: Link consumer with regulator driver

2018-07-05 Thread gre...@linuxfoundation.org
On Thu, Jul 05, 2018 at 05:53:51PM +0100, Mark Brown wrote: > On Thu, Jul 05, 2018 at 02:25:56PM +, Pascal PAILLET-LME wrote: > > From: pascal paillet > > > > Add a device link between the consumer and the driver so that > > the consumer is not suspended before the driver. The goal is to avoi

Re: linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: (style) Expression is always false

2019-01-07 Thread gre...@linuxfoundation.org
On Mon, Jan 07, 2019 at 11:40:08AM +, David Binderman wrote: > > Hello there, > > linux-5.0-rc1/drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c:412]: > (style) Expression is always false because 'else if' condition matches > previous condition at line 410. > > Source code is > >

Re: [PATCH V2 3/5] Drivers: hv: kvp: Fix the recent regression caused by incorrect clean-up

2018-11-01 Thread gre...@linuxfoundation.org
On Wed, Oct 31, 2018 at 11:23:54PM +, Dexuan Cui wrote: > > From: Michael Kelley > > Sent: Wednesday, October 24, 2018 08:38 > > From: k...@linuxonhyperv.com Sent: Wednesday, > > October 17, 2018 10:10 PM > > > From: Dexuan Cui > > > > > > In kvp_send_key(), we do need call process_ib_ipinf

  1   2   3   4   5   >