Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
acf300dd
Commit
acf300dd
authored
May 05, 2013
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mips: single_open() leaks
Cc: stable@vger.kernel.org Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
75401461
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
arch/mips/kernel/smtc-proc.c
arch/mips/kernel/smtc-proc.c
+1
-1
arch/mips/pci/ops-pmcmsp.c
arch/mips/pci/ops-pmcmsp.c
+2
-2
arch/mips/sibyte/sb1250/bus_watcher.c
arch/mips/sibyte/sb1250/bus_watcher.c
+1
-1
No files found.
arch/mips/kernel/smtc-proc.c
View file @
acf300dd
...
...
@@ -61,7 +61,7 @@ static const struct file_operations smtc_proc_fops = {
.
open
=
smtc_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
s
eq
_release
,
.
release
=
s
ingle
_release
,
};
void
init_smtc_stats
(
void
)
...
...
arch/mips/pci/ops-pmcmsp.c
View file @
acf300dd
...
...
@@ -92,7 +92,7 @@ static const struct file_operations msp_pci_rd_cnt_fops = {
.
open
=
msp_pci_rd_cnt_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
s
eq
_release
,
.
release
=
s
ingle
_release
,
};
/*****************************************************************************
...
...
@@ -169,7 +169,7 @@ static const struct file_operations gen_pci_cfg_wr_fops = {
.
open
=
gen_pci_cfg_wr_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
s
eq
_release
,
.
release
=
s
ingle
_release
,
};
/*****************************************************************************
...
...
arch/mips/sibyte/sb1250/bus_watcher.c
View file @
acf300dd
...
...
@@ -145,7 +145,7 @@ static const struct file_operations bw_proc_fops = {
.
open
=
bw_proc_open
,
.
read
=
seq_read
,
.
llseek
=
seq_lseek
,
.
release
=
s
eq
_release
,
.
release
=
s
ingle
_release
,
};
static
void
create_proc_decoder
(
struct
bw_stats_struct
*
stats
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment