Re: [PATCH 4.19 07/29] ext4: dont remount read-only with errors=continue on reboot

2021-01-07 Thread g...@kroah.com
On Thu, Jan 07, 2021 at 11:39:14AM +, Partha Nayak wrote: > Hi Greg / Linux community > > I was going through the patch details: > https://www.spinics.net/lists/stable/msg436529.html . > > In our case the superblock for EXT4 is configured to trigger a kernel panic . > But inspite of that th

Re: 4.14 "uio: Prevent device destruction while fds are open"

2019-02-11 Thread g...@kroah.com
On Wed, Feb 06, 2019 at 11:27:27AM +, Rantala, Tommi T. (Nokia - FI/Espoo) wrote: > Hi, > > I hit use-after-free issues in UIO in 4.14.x, and discovered that it's > already fixed in later kernel versions: > > commit a93e7b331568227500186a465fee3c2cb5dffd1f > Author: Hamish Martin > Date:

Re: [PATCH] Staging: comedi: das16: Fixed a const struct coding style issue

2017-11-27 Thread g...@kroah.com
On Mon, Nov 27, 2017 at 05:51:56PM +, Hartley Sweeten wrote: > On Monday, November 27, 2017 3:28 AM, Ian Abbott wrote: > > On 26/11/17 01:50, Alex Frappier Lachapelle wrote: > >> + const struct comedi_lrange *lrange; > > > > NAK. The following lines of source code allocate memory poin

Re: [PATCH] Documentation: Add Frank Rowand to list of enforcement statement endorsers

2017-11-04 Thread g...@kroah.com
On Fri, Nov 03, 2017 at 12:50:58PM -0700, frowand.l...@gmail.com wrote: > From: Frank Rowand > > Add my name to the list. > > Signed-off-by: Frank Rowand Thanks, now applied. > --- > > Hi Greg, > > I noticed that there is a double entry for Ivan Safonov, just below > where my name goes. I

Re: [PATCH] Add Tim Bird to list of enforcement statement endorsers

2017-11-02 Thread g...@kroah.com
On Thu, Nov 02, 2017 at 08:30:46PM +, Bird, Timothy wrote: > Add my name to the list. > > Signed-off-by: Tim Bird > --- > Documentation/process/kernel-enforcement-statement.rst | 1 + > 1 file changed, 1 insertion(+) Thanks, now applied. greg k-h

Re: linux-next: manual merge of the scsi tree with the staging tree

2017-08-28 Thread g...@kroah.com
On Mon, Aug 28, 2017 at 06:51:59PM +0100, James Bottomley wrote: > On Mon, 2017-08-28 at 18:44 +0200, g...@kroah.com wrote: > > On Mon, Aug 28, 2017 at 04:36:06PM +, Bart Van Assche wrote: > > > > > > On Mon, 2017-08-28 at 18:05 +0200, g...@kroah.com wrote: >

Re: linux-next: manual merge of the scsi tree with the staging tree

2017-08-28 Thread g...@kroah.com
On Mon, Aug 28, 2017 at 04:36:06PM +, Bart Van Assche wrote: > On Mon, 2017-08-28 at 18:05 +0200, g...@kroah.com wrote: > > On Mon, Aug 28, 2017 at 03:41:28PM +, Bart Van Assche wrote: > > > * Most SCSI drivers exist under drivers/scsi, including the virtio-scsi >

Re: linux-next: manual merge of the scsi tree with the staging tree

2017-08-28 Thread g...@kroah.com
On Mon, Aug 28, 2017 at 03:41:28PM +, Bart Van Assche wrote: > On Mon, 2017-08-28 at 08:49 +0200, Greg KH wrote: > > On Mon, Aug 28, 2017 at 04:41:27PM +1000, Stephen Rothwell wrote: > > > Hi James, > > > > > > Today's linux-next merge of the scsi tree got a conflict in: > > > > > > drivers

Re: [Patch v4 1/2] staging/lustre: add parenthesis to macro argument

2017-04-28 Thread g...@kroah.com
On Wed, Apr 19, 2017 at 03:50:05PM +, Rishiraj Manwatkar wrote: > Add parenthesis to cl_io_for_each() macro to avoid potential issues with > unexpected argument expansion in CPP. > > Signed-off-by: Rishiraj Manwatkar > --- > v1 -> v2: Added mailing list in cc. > v2 -> v3: Changed From: to b

Re: [Patch v3 1/2] lustre: Parantheses added for Macro argument to avoid precedence issues

2017-04-18 Thread g...@kroah.com
On Sat, Apr 15, 2017 at 01:50:42PM +, Rishiraj Manwatkar wrote: > Parantheses are added for Macro argument, to avoid precedence issues. > > Signed-off-by: Rishiraj Manwatkar > --- > v1 -> v2: Added mailing list in cc. > v2 -> v3: Changed From: to be same as Signed-off-by:. > drivers/stagin

Re: [Patch v2 2/2] lustre: fix coding style issue

2017-04-15 Thread g...@kroah.com
On Sat, Apr 15, 2017 at 11:25:11AM +, Rishiraj Manwatkar wrote: > Comparison should have the CONSTANT on the right side of the test Your subject needs to be better :( thanks, greg k-h

Re: [Patch v2 1/2] lustre: Parantheses added for Macro argument to avoid precedence issues

2017-04-15 Thread g...@kroah.com
On Sat, Apr 15, 2017 at 11:25:00AM +, Rishiraj Manwatkar wrote: > From: RishirajAM > > Parantheses are added for Macro argument, to avoid precedence issues. > > Signed-off-by: Rishiraj Manwatkar > --- > drivers/staging/lustre/lustre/obdclass/cl_io.c | 4 ++-- > 1 file changed, 2 insertions

Re: [PATCH 1/2] Correct function definition for C++

2017-02-22 Thread g...@kroah.com
On Wed, Feb 22, 2017 at 02:00:53PM +, Joakim Tjernlund wrote: > On Wed, 2017-02-22 at 14:03 +0100, g...@kroah.com wrote: > > On Wed, Feb 22, 2017 at 07:50:46AM +, Joakim Tjernlund wrote: > > > On Wed, 2017-02-22 at 08:10 +0100, Greg KH wrote: > > > > On T

Re: [PATCH 1/2] Correct function definition for C++

2017-02-22 Thread g...@kroah.com
On Wed, Feb 22, 2017 at 07:50:46AM +, Joakim Tjernlund wrote: > On Wed, 2017-02-22 at 08:10 +0100, Greg KH wrote: > > On Tue, Feb 21, 2017 at 04:24:04PM +0100, Joakim Tjernlund wrote: > > > C++ does does not like the extra extern before asmlinkage, remove it. > > > > > > Signed-off-by: Joakim

Re: ARC stable backport request

2016-08-15 Thread g...@kroah.com
On Mon, Aug 15, 2016 at 06:42:45AM +, Alexey Brodkin wrote: > Hi Greg, > > On Sun, 2016-08-14 at 17:39 +0200, Greg KH wrote: > > On Wed, May 25, 2016 at 05:13:31PM +0530, Vineet Gupta wrote: > > > > > > Hi, > > > > > > Can we please backport a6416f57ce57fb390b "ARC: use ASL assembler > > >

Re: delay of packets

2015-10-25 Thread g...@kroah.com
On Sun, Oct 25, 2015 at 10:45:15PM +0100, Milutin wrote: > Hello Greg, > I have a problem with packets coming from tcpdump to buffer of NIC. I need > the probability density of packets trip time from tcpdump program to arriving > in buffer of NIC from where they are sent to network. Could you tell

Re: new driver: w1_ds2406

2014-06-06 Thread g...@kroah.com
On Fri, Jun 06, 2014 at 10:35:29PM +0400, Evgeniy Polyakov wrote: > Hi everyone > > Greg, please pull this patch into the tree Will do after 3.16-rc1 is out, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.ker

Re: [PATCH v4 00/15] Thunderbolt driver for Apple MacBooks

2014-06-01 Thread g...@kroah.com
On Sun, Jun 01, 2014 at 10:02:04PM +, Matthew Garrett wrote: > On Sun, 2014-06-01 at 22:45 +0200, Andreas Noever wrote: > > On Sun, Jun 1, 2014 at 6:07 PM, Matthew Garrett > > wrote: > > > Yeah, it seems I don't need the suspend quirk - the NHI is still there > > > without it. I still think we

Re: system hang

2014-04-10 Thread g...@kroah.com
On Thu, Apr 10, 2014 at 07:59:38AM +, Narasimharao Bolisetti wrote: > > Hi, > > I have checked the same in the recent kernel versions also. Issue is still > remain. What versions have you tried, and what are the logs from those versions? > ::DISCLAIMER:: > -

Re: v3.8 regression: Huawei mode switching fails (was Re: [PATCH 2/2]linux-usb:optimize to match the Huawei USB storage devices and support new switch command)

2013-03-05 Thread g...@kroah.com
On Tue, Mar 05, 2013 at 01:23:33PM +0100, Bjørn Mork wrote: > As you are well aware of, we parse descriptors as needed on Linux and > can just as easy support the Windows look'n'feel if required. There is > absolutely no need to create special Linux descriptors to adapt to > existing drivers. We'

Re: Subject: [PATCH] [lmk] improve ANR produce rate caused by high io wait on android,create a thread for lowmem killer instead of usingkswapd

2013-01-17 Thread g...@kroah.com
On Fri, Dec 14, 2012 at 05:51:47PM +, Tu, Xiaobing wrote: > Resend to fix the typo issue. > > > Subject: [PATCH] [lmk] create a thread for low mem killer instead of using > kswapd > > Currently low mem killer is registered as a shrinker and will be > invoked by kswapd. Since low mem killer

Re: 答复: [PATCH 1/8] USB:support the new interfaces of Huawei Data Card devices in option driver

2012-08-07 Thread g...@kroah.com
On Wed, Aug 08, 2012 at 01:57:06AM +, Fangxiaozhi (Franko) wrote: > Dear Greg: > > Sorry, this email has included the whole patch. 1/8, I mean that it is submit > at Aug. 1st. No, please don't put the date in the Subject:, that's what the normal Date field in the email is for :) > By the way

Re: [PATCH 1/8] USB:support the new interfaces of Huawei Data Card devices in option driver

2012-08-07 Thread g...@kroah.com
On Wed, Aug 01, 2012 at 02:05:18AM +, Fangxiaozhi (Franko) wrote: > From: fangxiaozhi > 1. This patch is based on the kernel of 3.5 > 2. In this patch, we add new micro for matching the series USB devices with > vendor ID and interface information. > 3. In this patch, we add new declaration

Re: [PATCH 7/26] USB:support the new interfaces of Huawei Data Card devices in option driver

2012-08-07 Thread g...@kroah.com
On Thu, Jul 26, 2012 at 08:44:33AM +, Fangxiaozhi (Franko) wrote: > From: fangxiaozhi > 1. This patch is based on the kernel of 3.5 > 2. In this patch, we add new micro for matching the series USB devices with > vendor ID and interface information. > 3. In this patch, we add new declarations