Advertisement
TugaPower

TugaPower O 31.0 OP1 Kernel Changes

Feb 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.08 KB | None | 0 0
  1. Project name: android_kernel_oppo_msm8974
  2. ANDROID: sdcardfs: Add option to not link obb
  3. ANDROID: sdcardfs: Add sandbox
  4. ion: invalidate the pool pointers after free
  5. netfilter: ebtables: fix erroneous reject of last rule
  6. exec: Limit arg stack to at most 75% of _STK_LIM
  7. fs/exec.c: account for argv/envp pointers
  8. net: Set sk_prot_creator when cloning sockets to the right proto
  9. defconfig: bacon/find7/n3: Regenerate for HID changes
  10. HID: Fix the generic Kconfig options
  11. HID: explain the signed/unsigned handling in hid_add_field()
  12. HID: handle logical min/max signedness properly in parser
  13. HID: multitouch: MT interface matching for Baanto
  14. HID: hid-multitouch: Only match MT interfaces
  15. USB: hid-core.c: remove dbg() usage
  16. HID: Create a common generic driver
  17. HID: hid-multitouch: Switch to device groups
  18. HID: Create a generic device group
  19. HID: Allow bus wildcard matching
  20. HID: Scan the device for group info before adding it
  21. HID: Add device group to modalias
  22. HID: Handle driver-specific device descriptor in core
  23. usb: replace %p with %pK
  24. regulator: core: Fix buffer overflow issue
  25. lib: vsprintf: default kptr_restrict to the maximum value
  26. ASoC: msm: q6dspv2: add check for APR handle before using APR
  27. ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro
  28. ANDROID: sdcardfs: Change current->fs under lock
  29. udp: avoid ufo handling on IP payload compression packets
  30. ipv6: Don't use ufo handling on later transformed packets
  31. futex: Remove unnecessary warning from get_futex_key
  32. ANDROID: HID: debug: check length in hid_debug_events_read() before copy_to_user()
  33. l2tp: pass tunnel pointer to ->session_create()
  34. l2tp: prevent creation of sessions on terminated tunnels
  35. l2tp: initialise session's refcount before making it reachable
  36. l2tp: fix duplicate session creation
  37. l2tp: fix race in l2tp_recv_common()
  38. ext4: fix bitmap position validation
  39. ext4: add validity checks for bitmap block numbers
  40. ext4: fix block bitmap validation when bigalloc, ^flex_bg
  41. ext4: fail ext4_iget for root directory if unallocated
  42. ANDROID: ion: Fix uninitialized variable
  43. diag: Protect the decrement of number of diag clients
  44. netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
  45. ASoC: msm: qdsp6v2: check for buffer size before read
  46. udp: consistently apply ufo or fragmentation
  47. udp: only allow UFO for packets from SOCK_DGRAM sockets
  48. UPSTREAM: scsi: sg: don't return bogus Sg_requests
  49. BACKPORT: futex: Prevent overflow by strengthen input validation
  50. BACKPORT: futex: Remove requirement for lock_page() in get_futex_key()
  51. msm: adsprpc: Fix race conditions on same buffer
  52. UPSTREAM: ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
  53. diag: Validate copying length against source buffer length
  54. KEYS: add missing permission check for request_key() destination
  55. crypto: hmac - require that the underlying hash algorithm is unkeyed
  56. loop: fix concurrent lo_open/lo_release
  57. Input: gtco - fix potential out-of-bound access
  58. net: usb: rmnet_usb_ctrl: Fix use after free issue
  59. sctp: do not peel off an assoc from one netns to another one
  60. net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()
  61. net: ipv4: fix for a race condition in raw_sendmsg
  62. ipv4: Avoid reading user iov twice after raw_probe_proto_opt
  63. ipv4: Use standard iovec primitive in raw_probe_proto_opt
  64. UPSTREAM: KEYS: encrypted: fix buffer overread in valid_master_desc()
  65. ASoC: apr: Add validity check to APR port
  66. BACKPORT: USB: core: harden cdc_parse_cdc_header
  67. ALSA: usb-audio: Check out-of-bounds access by corrupted buffer descriptor
  68. USB: fix out-of-bounds in usb_set_configuration
  69. HID: usbhid: fix out-of-bounds bug
  70. USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()
  71. USB: serial: console: fix use-after-free after failed setup
  72. msm: ipa: Remove duplicate definition of list_next_entry()
  73. msm: ipa: Add declaration of ipa_del_hdr_by_user
  74. ASoC: msm: qdsp6v2: Set freed pointers to NULL
  75. diag: Add protection while de-initializing clients
  76. BACKPORT: packet: in packet_do_bind, test fanout with bind_lock held
  77. ANDROID: sdcardfs: fix potential crash when reserved_mb is not zero
  78. ANDROID: sdcardfs: Don't d_drop in d_revalidate
  79. ANDROID: sdcardfs: Set s_root to NULL after putting
  80. ANDROID: sdcardfs: d_make_root calls iput
  81. ANDROID: sdcardfs: Check for private data earlier
  82. ANDROID: fuse: Add null terminator to path in canonical path to avoid issue
  83. fuse: Add support for d_canonical_path
  84. ANDROID: sdcardfs: Fix sdcardfs to stop creating cases-sensitive duplicate entries.
  85. ANDROID: sdcardfs: Set num in extension_details during make_item
  86. wcnss: fix the potential buffer flow issue in firmware setup
  87. wcnss: Fix mismatch between format and argument in pr_err()
  88. msm: mdss: fix race condition in mdp debugfs
  89. msm: mdss: Fix fence installation when retire fence is skipped
  90. msm: mdss: Install sync fences after user copy
  91. mqueue: fix a use-after-free in sys_mq_notify()
  92. pids: make task_tgid_nr_ns() safe
  93. Sanitize 'move_pages()' permission checks
  94. tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
  95. KEYS: prevent KEYCTL_READ on negative key
  96. KEYS: fix dereferencing NULL payload with nonzero length
  97. packet: fix tp_reserve race in packet_set_ring
  98. packet: hold bind lock when rebinding to fanout hook
  99. diag: Add mutex protection while reading dci debug statistics
  100. uvcvideo: Prevent heap overflow in uvc driver
  101. msm: vidc: WARN_ON() reveals fuction addresses
  102. input: synaptics: restrict sysfs node write permissions
  103. ANDROID: qtaguid: Fix the UAF probelm with tag_ref_tree
  104. rtac: add size check when reading cal data kvaddr buffer
  105. ASoC: wcd9xxx: restrict debugfs permission
  106. USB: core: prevent malicious bNumInterfaces overflow
  107. ipsec: Fix aborted xfrm policy dump crash
  108. iovec: make sure the caller actually wants anything in memcpy_fromiovecend
  109. ANDROID: sound: rawmidi: Hold lock around realloc
  110. clocksource: arch_timer: make virtual counter access configurable
  111. staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctl
  112. crypto: algif_skcipher - Load TX SG list after waiting
  113. binder: use group leader instead of open thread
  114. binder: don't allow mmap() by process other than proc->tsk
  115. Revert "power: qpnp-charger: Reduce target charger voltage to 4.39V"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement