index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Staging: android: binder: Ratelimit binder debug messages
Chris Fries
2019-05-02
1
-1
/
+3
*
selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
Sachin Grover
2019-05-02
1
-1
/
+1
*
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
2019-05-02
1
-2
/
+1
*
skbuff: Fix not waking applications when errors are enqueued
Vinicius Costa Gomes
2019-05-02
1
-1
/
+1
*
l2tp: do not accept arbitrary sockets
Eric Dumazet
2019-05-02
1
-2
/
+6
*
l2tp: remove l2tp_tunnel_count and l2tp_session_count
Guillaume Nault
2019-05-02
1
-10
/
+0
*
netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
Florian Westphal
2019-05-02
1
-0
/
+4
*
netfilter: IDLETIMER: be syzkaller friendly
Eric Dumazet
2019-05-02
1
-3
/
+6
*
cfg80211: fix station info handling bugs
Johannes Berg
2019-05-02
1
-2
/
+1
*
sctp: verify size of a new chunk in _sctp_make_chunk()
Alexey Kodanev
2019-05-02
1
-2
/
+6
*
netfilter: nat: cope with negative port range
Paolo Abeni
2019-05-02
1
-2
/
+5
*
netfilter: x_tables: fix missing timer initialization in xt_LED
Paolo Abeni
2019-05-02
1
-6
/
+6
*
netfilter: on sockopt() acquire sock lock only in the required scope
Paolo Abeni
2019-05-02
4
-29
/
+26
*
sctp: do not allow the v4 socket to bind a v4mapped v6 address
Xin Long
2019-05-02
1
-8
/
+6
*
net/sctp: Always set scope_id in sctp_inet6_skb_msgname
Eric W. Biederman
2019-05-02
1
-0
/
+2
*
ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header
Xin Long
2019-05-02
1
-6
/
+8
*
BACKPORT: tty: Use unbound workqueue for all input workers
Peter Hurley
2019-05-02
2
-2
/
+2
*
path_openat(): fix double fput()
Al Viro
2019-05-02
1
-1
/
+2
*
sched/cpuset/pm: Fix cpuset vs. suspend-resume bugs
Peter Zijlstra
2019-05-02
4
-6
/
+29
*
nospec: Include <asm/barrier.h> dependency
Dan Williams
2019-05-02
1
-0
/
+1
*
nospec: Allow index argument to have const-qualified type
Rasmus Villemoes
2019-05-02
1
-2
/
+1
*
nospec: Kill array_index_nospec_mask_check()
Dan Williams
2019-05-02
1
-21
/
+1
*
nospec: Move array_index_nospec() parameter checking into separate macro
Will Deacon
2019-05-02
1
-15
/
+21
*
array_index_nospec: Sanitize speculative array de-references
Dan Williams
2019-05-02
1
-0
/
+72
*
shmem: fix build
Moyster
2019-05-02
1
-1
/
+1
*
tmpfs: fix uninitialized return value in shmem_link
Darrick J. Wong
2019-05-02
1
-1
/
+1
*
tmpfs: fix link accounting when a tmpfile is linked in
Darrick J. Wong
2019-05-02
1
-3
/
+7
*
/proc/iomem: only expose physical resource addresses to privileged users
Linus Torvalds
2019-05-02
1
-2
/
+11
*
Make file credentials available to the seqfile interfaces
Linus Torvalds
2019-05-02
2
-12
/
+8
*
ip6mr: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2019-05-02
1
-0
/
+4
*
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
2019-05-02
1
-0
/
+3
*
mremap: properly flush TLB before releasing the page
Linus Torvalds
2019-05-02
2
-6
/
+21
*
ext4: only look at the bg_flags field if it is valid
Theodore Ts'o
2019-05-02
1
-1
/
+7
*
Fix up non-directory creation in SGID directories
Linus Torvalds
2019-05-02
1
-0
/
+6
*
f2fs: fix to do sanity check with reserved blkaddr of inline inode
Chao Yu
2019-05-02
1
-0
/
+10
*
allow build_open_flags() to return an error
Al Viro
2019-05-02
4
-31
/
+41
*
do_last(): fix missing checks for LAST_BIND case
Al Viro
2019-05-02
1
-21
/
+3
*
media: uvcvideo: Prevent heap overflow when accessing mapped controls
Guenter Roeck
2019-05-02
1
-0
/
+7
*
HID: hiddev: fix potential Spectre v1
Gustavo A. R. Silva
2019-05-02
1
-1
/
+11
*
net: socket: fix potential spectre v1 gadget in socketcall
Jeremy Cline
2019-05-02
1
-0
/
+2
*
fs: allow open(dir, O_TMPFILE|..., 0) with mode 0
Eric Rannaud
2019-05-02
1
-1
/
+2
*
ext[34]: fix double put in tmpfile
Miklos Szeredi
2019-05-02
2
-6
/
+4
*
vfs: add missing check for __O_TMPFILE in fcntl_init()
Zheng Liu
2019-05-02
1
-2
/
+2
*
fs: Fix file mode for O_TMPFILE
Andy Lutomirski
2019-05-02
1
-1
/
+1
*
ext3: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
2019-05-02
1
-1
/
+1
*
ext4: fix a BUG when opening a file with O_TMPFILE flag
Zheng Liu
2019-05-02
1
-1
/
+1
*
allow O_TMPFILE to work with O_WRONLY
Al Viro
2019-05-02
2
-2
/
+4
*
Safer ABI for O_TMPFILE
Al Viro
2019-05-02
6
-8
/
+12
*
ext4: ->tmpfile() support
Al Viro
2019-05-02
1
-5
/
+4
*
ext3 ->tmpfile() support
Al Viro
2019-05-02
1
-1
/
+46
[next]