On 01/08/19 2:31 PM, Michael Ira Krufky wrote:
> Sean,
>
> Please pardon the late reply. See my responses inline below:
>
> On Wed, Jul 24, 2019 at 1:36 AM Sean Young wrote:
>> On Sat, Jul 20, 2019 at 11:43:02AM +0530, Vandana BN wrote:
>>> Syzbot reporte
On 01/08/19 10:39 AM, Sean Young wrote:
> On Wed, Jul 24, 2019 at 06:36:35AM +0100, Sean Young wrote:
>> On Sat, Jul 20, 2019 at 11:43:02AM +0530, Vandana BN wrote:
>>> Syzbot reported global-out-of-bounds Read in dvb_pll_attach, while
>>> accessing id[dvb_pll_devcount
0 00 00 00 00 00 00 00 00 00 00 fa fa fa fa
^
89c9e600: 04 fa fa fa fa fa fa fa 04 fa fa fa fa fa fa fa
89c9e680: 04 fa fa fa fa fa fa fa 04 fa fa fa fa fa fa fa
======
Signed-off-by: Vandana BN
---
=========
Signed-off-by: Vandana BN
---
drivers/media/dvb-frontends/dvb-pll.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/media/dvb-frontends/dvb-pll.c
b/drivers/media/dvb-frontends/dvb-pll.c
index ba0c49107bd2..c850f1d69bce 100644
--- a/drivers/media/dvb-fronte
Fix GUE_PFLAG_REMCSUM to use "U" cast to avoid shifting signed
32-bit value by 31 bits problem.
Signed-off-by: Vandana BN
---
include/net/gue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/gue.h b/include/net/gue.h
index fdad41469b65..3a6595bfa641 10
Fix DST_FEATURE_ECN_CA to use "U" cast to avoid shifting signed
32-bit value by 31 bits problem.
Signed-off-by: Vandana BN
---
include/net/dst.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/net/dst.h b/include/net/dst.h
index 12b31c602cb0..095c5daf9
On 28/06/19 7:09 PM, Mauro Carvalho Chehab wrote:
> Em Fri, 28 Jun 2019 18:54:59 +0530
> Vandana BN escreveu:
>
>> This patch converts new-machine.txt and register-banks.txt to ReST format,
>> No content
>> change.
>> Added new-machine.rst and register-banks
00() GS:8880ae80()
knlGS:
kobject: 'loop5' (a41f9e79): kobject_uevent_env
CS: 0010 DS: ES: CR0: 80050033
kobject: 'queues' (00007ed20666): kobject_uevent_env: filter
function
caused the event to drop!
CR2: 004
On 27/06/19 12:58 PM, Hans Verkuil wrote:
> On 6/26/19 8:01 AM, Vandana BN wrote:
>> Syzbot reported divide error in vivid_thread_vid_cap, which has been
>> seen only once and doesnot have a reproducer.
>> This patch sanity checks for the denominator value with WARN_
00() GS:8880ae80()
knlGS:
kobject: 'loop5' (a41f9e79): kobject_uevent_env
CS: 0010 DS: ES: CR0: 80050033
kobject: 'queues' (00007ed20666): kobject_uevent_env: filter
function
caused the event to drop!
CR2: 000
012fd4c531a1...@syzkaller.appspotmail.com
Signed-off-by: Vandana BN
---
v2 - removed else part as cap->card is already zeroed.
drivers/media/usb/zr364xx/zr364xx.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/media/usb/zr364xx/zr364xx.c
b/drivers/media/usb/zr364xx/
012fd4c531a1...@syzkaller.appspotmail.com
Signed-off-by: Vandana BN
---
drivers/media/usb/zr364xx/zr364xx.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/drivers/media/usb/zr364xx/zr364xx.c
b/drivers/media/usb/zr364xx/zr364xx.c
index 96fee8d5b865..401a1e55dbe1 100644
--- a/drive
ff-by: Vandana BN
---
v2 - split changes to multiple patches
v3 - edit commit message, subject line
v4 - edit commit message
drivers/staging/kpc2000/kpc_dma/dma.c| 8 +---
drivers/staging/kpc2000/kpc_dma/fileops.c| 11 ++-
drivers/staging/kpc2000/kpc_dma/kpc_dma_dri
This patch resolves warnings to use __func__ insted of funtion name.
WARNING: Prefer using '"%s...", __func__' to using 'setup_dma_engine', this
function's name, in a string
Signed-off-by: Vandana BN
---
v2 - split changes to multiple patches
v3 - edit com
This Patch resolves unnecessary cast warning and const file_operations
reported by checkpath.pl
WARNING: unnecessary cast may hide bugs
WARNING: struct file_operations should normally be const
Signed-off-by: Vandana BN
---
v2 - split changes to multiple patches
v3 - edit commit message, subject
This patch fixes below errors reported by checkpath
ERROR: Macros with complex values should be enclosed in parentheses
CHECK: Prefer using the BIT macro
ERROR: trailing statements should be on next line
ERROR: trailing statements should be on next line
Signed-off-by: Vandana BN
---
v2 - split
This patch resolves below errors reported by checkpath
ERROR: space required before the open brace '{'
ERROR: space prohibited after that '!' (ctx:BxW)
ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Vandana BN
---
v2 - split changes to mul
This patch fixes code indentaion error reported by checkpath
ERROR: switch and case should be at the same indent
ERROR: trailing statements should be on next line
Signed-off-by: Vandana BN
---
v2 - split changes to multiple patches
v3 - edit commit message, subject line
v4 - edit commit message
This patch resolves below errors reported by checkpatch
ERROR: "(foo*)" should be "(foo *)"
ERROR: "foo * bar" should be "foo *bar"
ERROR: "foo __init bar" should be "foo __init bar"
ERROR: "foo __exit bar" should be "foo
Resolve trailing whitespace error from checkpatch.pl
ERROR: trailing whitespace
Signed-off-by: Vandana BN
---
v2 - split changes to multiple patches
v3 - edit commit message, subject line
v4 - edit commit message
drivers/staging/kpc2000/kpc_dma/dma.c | 86 ++---
drivers
oh ok.. thanks i will correct it.
On 13/05/19 4:19 PM, Dan Carpenter wrote:
> The Signed off by has to be before the first --- cut off line.
> Everything after the cut off is removed from the commit message.
On 13/05/19 2:12 PM, Greg KH wrote:
> On Mon, May 13, 2019 at 05:09:54AM +0530, Vandana BN wrote:
>> This patch resolves below errors reported by checkpatch
>> ERROR: "(foo*)" should be "(foo *)"
>> ERROR: "foo * bar" should be "foo *ba
mit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c | 28 +-
drivers/staging/kpc2000/kpc_dma/fileops.c | 56 +--
.../staging/kpc2000/kpc_dma/kpc_dma_driver.c | 20 +++
3 files changed, 52 insertions(+), 52 deletions(-)
diff -
This patch fixes code indentaion error reported by checkpath
ERROR: switch and case should be at the same indent
ERROR: trailing statements should be on next line
---
v2 - split changes to multiple patches
v3 - edit commit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000
This patch resolves warnings to use __func__ insted of funtion name.
WARNING: Prefer using '"%s...", __func__' to using 'setup_dma_engine', this
function's name, in a string
---
v2 - split changes to multiple patches
v3 - edit commit message
---
Signed-off-b
This Patch resolves unnecessary cast warning and const file_operations
reported by checkpath.pl
WARNING: unnecessary cast may hide bugs
WARNING: struct file_operations should normally be const
---
v2 - split changes to multiple patches
v3 - edit commit message
---
Signed-off-by: Vandana BN
split changes to multiple patches
v3 - edit commit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c| 8 +---
drivers/staging/kpc2000/kpc_dma/fileops.c| 11 ++-
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c | 15 ---
dr
v3 - edit commit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c
b/drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c
index
Resolve trailing whitespace error from checkpatch.pl
ERROR: trailing whitespace
---
v2-split changes to multiple patches
v3 - edit commit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c | 86 ++---
drivers/staging/kpc2000/kpc_dma/fileops.c
foo __exit bar"
---
v2 - split changes to multiple patches
v3 - edit commit message
---
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c| 8
drivers/staging/kpc2000/kpc_dma/fileops.c| 2 +-
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c |
Resolve trailing whitespace error from checkpatch.pl
ERROR: trailing whitespace
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c | 86 ++---
drivers/staging/kpc2000/kpc_dma/fileops.c | 114 +-
.../staging/kpc2000/kpc_dma/kpc_dma_driver.c
This patch resolves below errors reported by checkpatch
ERROR: "(foo*)" should be "(foo *)"
ERROR: "foo * bar" should be "foo *bar"
ERROR: "foo __init bar" should be "foo __init bar"
ERROR: "foo __exit bar" should be &qu
This Patch resolves unnecessary cast warning and const file_operations
WARNING: unnecessary cast may hide bugs
WARNING: struct file_operations should normally be const
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/fileops.c| 4 ++--
drivers/staging/kpc2000/kpc_dma
ff-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c| 8 +---
drivers/staging/kpc2000/kpc_dma/fileops.c| 11 ++-
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c | 15 ---
drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.h | 8 ++--
4 files change
This patch fixes below errors reported by checkpath
ERROR: Macros with complex values should be enclosed in parentheses
CHECK: Prefer using the BIT macro
ERROR: trailing statements should be on next line
ERROR: trailing statements should be on next line
Signed-off-by: Vandana BN
---
drivers
This patch resolves below errors reported by checkpath
ERROR: space required before the open brace '{'
ERROR: space prohibited after that '!' (ctx:BxW)
ERROR: space prohibited after that open parenthesis '('
Signed-off-by: Vandana BN
---
drivers/staging/kpc2
This patch resolves warnings to use __func__ insted of funtion name.
WARNING: Prefer using '"%s...", __func__' to using 'setup_dma_engine', this
function's name, in a string
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/dma.c | 6 ++-
This patch fixes code indentaion error reported by checkpath
ERROR: switch and case should be at the same indent
ERROR: trailing statements should be on next line
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_dma/fileops.c | 12
1 file changed, 8 insertions(+), 4
On 11/05/19 2:04 AM, Lukas Bulwahn wrote:
> On Fri, May 10, 2019 at 9:39 PM Vandana BN wrote:
>> This patch resolves coding style errors and warnings reported by chechpatch
>>
> I did not look at the patch in detail, but you might want to also
> consider to replace the Caml
are not necessary for any arm of this statement
WARNING: unnecessary cast may hide bugs
WARNING: braces {} are not necessary for single statement
WARNING: struct file_operations should normally be const
WARNING: labels should not be indented
Signed-off-by: Vandana BN
---
drivers/staging/kpc2000/kpc_d
On 10/05/19 12:12 AM, Greg Kroah-Hartman wrote:
> This is the start of the stable review cycle for the 5.1.1 release.
> There are 30 patches in this series, all will be posted as a response
> to this one. If anyone has any issues with these being applied, please
> let me know.
>
> Responses shou
On 10/05/19 7:06 PM, Guenter Roeck wrote:
> On 5/9/19 11:41 AM, Greg Kroah-Hartman wrote:
>> This is the start of the stable review cycle for the 5.0.15 release.
>> There are 95 patches in this series, all will be posted as a response
>> to this one. If anyone has any issues with these being app
fs/ubifs/xattr.c:615:58: warning: Using plain integer as NULL pointer
Signed-off-by: Vandana BN
---
fs/ubifs/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ubifs/xattr.c b/fs/ubifs/xattr.c
index f5ad1ede7990..066a5666c50f 100644
--- a/fs/ubifs/xattr.c
+++ b/fs
7; (ctx:VxV)
ERROR: spaces required around that '=' (ctx:VxW)
ERROR: space required before the open parenthesis '('
ERROR: spaces required around that '?' (ctx:VxE)
ERROR: spaces required around that ':' (ctx:VxE)
ERROR: spaces required around that '==
This patch resolves coding style brace warning and constant on right warning.
WARNING: Comparisons should place the constant on the right side of the test
WARNING: braces {} are not necessary for single statement blocks
CHECK: Comparison to NULL could be written "!pbuf"
Signed-off-by:
45 matches
Mail list logo