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
7f0e3aee
Commit
7f0e3aee
authored
Dec 28, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Plain Diff
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/for-alan
parents
52660971
99a6e15b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
arch/i386/kernel/suspend_asm.S
arch/i386/kernel/suspend_asm.S
+2
-1
fs/select.c
fs/select.c
+1
-1
No files found.
arch/i386/kernel/suspend_asm.S
View file @
7f0e3aee
...
...
@@ -64,9 +64,10 @@ ENTRY(do_magic)
jb
.
L1455
.
p2align
4
,,
7
.
L1453
:
movl
$
104
,%
eax
movl
$
__USER_DS
,%
eax
movw
%
ax
,
%
ds
movw
%
ax
,
%
es
movl
saved_context_esp
,
%
esp
movl
saved_context_ebp
,
%
ebp
movl
saved_context_eax
,
%
eax
...
...
fs/select.c
View file @
7f0e3aee
...
...
@@ -471,7 +471,7 @@ asmlinkage long sys_poll(struct pollfd * ufds, unsigned int nfds, long timeout)
walk
->
next
=
pp
;
walk
=
pp
;
if
(
copy_from_user
(
pp
+
1
,
ufds
+
nfds
-
i
,
if
(
copy_from_user
(
pp
->
entries
,
ufds
+
nfds
-
i
,
sizeof
(
struct
pollfd
)
*
pp
->
len
))
{
err
=
-
EFAULT
;
goto
out_fds
;
...
...
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