>I haven't been using kernel v4.1 so I haven't seen this warning, but looking
>at the code it seems to originate from the two recent patches to remove
>_cancel_timer and _cancel_timer_ex. I see that there's another patch in lkml
>[1]
>that changes del_timer_sync back to del_timer in more places. P
On 05/24/2015 02:03 PM, Haggai Eran wrote:
On 24 May 2015 at 00:16, Larry Finger wrote:
The driver is reporting a warning at kernel/time/timer.c:1096 due to calling
del_timer_sync() while in interrupt mode. Such warnings are fixed by calling
del_timer() instead.
Signed-off-by: Larry Finger
Cc
From: Vladimirs Ambrosovs
This patch fixes the leak, which was present in fwserial driver in the
init function. in case the tty driver allocation failed the function
returned error, leaving debugfs entry in the filesystem.
To fix the issue additional error label was added, so that the code will
From: Vladimirs Ambrosovs
This patch fixes the leak, which was present in fwserial driver in the
init function. in case the tty driver allocation failed the function
returned error, leaving debugfs entry in the filesystem.
To fix the issue additional error label was added, so that the code will
On Mon, May 11, 2015 at 02:30:56PM +0900, Johnny Kim wrote:
> This driver is for the wilc1000 which is a single chip IEEE 802.11
> b/g/n device.
> The driver works together with cfg80211, which is the kernel side of
> configuration management for wireless devices because the wilc1000
> chipset is f
On Sun, May 17, 2015 at 03:46:36PM -0700, Isaac Assegai wrote:
> Remove the braces to satisfy this checkpatch warning:
> WARNING: braces {} are not necessary for single statement blocks
>
> Signed-off-by: Isaac Assegai
> ---
> drivers/staging/unisys/virthba/virthba.c | 6 ++
> 1 file changed
On Fri, May 15, 2015 at 09:22:21PM -0700, Tolga Ceylan wrote:
> visorchipset_file_init() and visorchipset_file_cleanup() functions
> do not seem to be used from anywhere else and now are declared
> as static. Sparse emitted "not declared" warnings for these two
> functions.
>
> Signed-off-by: Tolg
On Mon, May 18, 2015 at 11:23:05AM -0400, Don Zickus wrote:
> Instead of creating a channel struct to temporarily hold the channel
> info and passing it through multiple functions until the device is
> created, just create the channel from the start.
>
> This allows us to remove the channel_info s
On Wed, May 13, 2015 at 01:22:07PM -0400, Benjamin Romer wrote:
> From: David Kershner
>
> Move last three files out of common-spar
>
> iochannel.h --> include (will be used by visorhba and visornic)
> version.h --> moved to include
> controlvmcompletionstatus.h --> moved to visorbus, part of
>
On Wed, May 13, 2015 at 08:58:17PM +0200, Jason A. Donenfeld wrote:
> Since elt->length is a u8, we can make this variable a u8. Then we can
> do proper bounds checking more easily. Without this, a potentially
> negative value is passed to the memcpy inside oz_hcd_get_desc_cnf,
> resulting in a rem
On Sun, May 24, 2015 at 12:42:43PM -0700, Matthew Needes wrote:
> pcl812.c / pcl816.c:
>
> Fixed indentation errors.
> Fixed lines exceeding 80 columns, spelling errors.
That's multiple things in the same patch, please do this in separate
patches, each one only doing one thing each.
>
On Wed, May 20, 2015 at 02:54:16PM +, Geliang Tang wrote:
> On Mon, May 18, 2015 at 12:37:09PM +0100, Ian Abbott wrote:
> > On 16/05/15 05:16, Geliang Tang wrote:
> > >1) Fixed an error found by checkpatch.pl.
> > >ERROR: space required after that ',' (ctx:VxV)
> > >./drivers/ni_mio_com
pcl812.c / pcl816.c:
Fixed indentation errors.
Fixed lines exceeding 80 columns, spelling errors.
Verified code compiles.
Signed-off-by: Matthew Needes
---
drivers/staging/comedi/drivers/pcl812.c | 10 +-
drivers/staging/comedi/drivers/pcl816.c | 2 +-
2 files changed, 6 i
On Fri, May 15, 2015 at 05:26:40PM -0700, K. Y. Srinivasan wrote:
> From: keith.ma...@microsoft.com
That's not a valid "From:" name that matches the signed-off-by line
below :(
>
> Add support for Windows 10.
>
> Signed-off-by: Keith Mange
> Signed-off-by: K. Y. Srinivasan
__
On 24 May 2015 at 00:16, Larry Finger wrote:
> The driver is reporting a warning at kernel/time/timer.c:1096 due to calling
> del_timer_sync() while in interrupt mode. Such warnings are fixed by calling
> del_timer() instead.
>
> Signed-off-by: Larry Finger
> Cc: Stable
> Cc: Haggi Eran
Hi,
I
tolga ceylan writes:
> On 05/15/2015 09:22 PM, Tolga Ceylan wrote:
>> visorchipset_file_init() and visorchipset_file_cleanup() functions
>> do not seem to be used from anywhere else and now are declared
>> as static. Sparse emitted "not declared" warnings for these two
>> functions.
>>
>> Signed-o
On Sat, May 23, 2015 at 05:15:04AM +, parths...@laer.in wrote:
> >>> Let's let the existing rt2x00 driver developers weigh in here. It might
> >>> just be a matter of adding support for the new device to the existing
> >>> driver, and if so, we don't want to add a whole new, horrible vendor
>
On Sat, May 23, 2015 at 07:53:28PM -0700, tolga ceylan wrote:
> On 05/12/2015 08:55 PM, Tolga Ceylan wrote:
> >
> >
>
> I haven't gotten a response for this patch. Just checking back.
no response means no one is having anything to say about it. Final say
will be Greg's when he reviews that when h
18 matches
Mail list logo