Difference between revisions of "Upstream kernel commits"

From CRIU
Jump to navigation Jump to search
(changed net-next git commits to use template:net-next.git)
(changed cyrillos git commits to use template:cyrillos.git)
Line 115: Line 115:
 
|{{net-next.git|8d34172dfd}} || sock_diag: Introduce new message type || v3.3 || merged
 
|{{net-next.git|8d34172dfd}} || sock_diag: Introduce new message type || v3.3 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/f73731c8cbc5ab13a10b0b336c613782c15700b8] || fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v9 || v3.5 || merged
+
|{{cyrillos.git|f73731c8cb}} || fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v9 || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/d607d3d354cb0d0e733ab72705c312e6b7fb533c] || c/r: procfs: add arg_start/end, env_start/end and exit_code members || v3.5 || merged
+
|{{cyrillos.git|d607d3d354}} || c/r: procfs: add arg_start/end, env_start/end and exit_code members || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/69a276936801722ca329231cf9046736307108aa] || c/r: prctl: Extend PR_SET_MM to set up more mm_struct entries || v3.5 || merged
+
|{{cyrillos.git|69a2769368}} || c/r: prctl: Extend PR_SET_MM to set up more mm_struct entries || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/951bc60c6af09c44d16df64e38b7832e25e807a5] || syscalls, x86: Add __NR_kcmp syscall || v3.5 || merged
+
|{{cyrillos.git|951bc60c6a}} || syscalls, x86: Add __NR_kcmp syscall || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/c561e512db50c75e43438358a1d064c921518068] || c/r: prctl: Add ability to set new mm_struct::exe_file || v3.5 || merged
+
|{{cyrillos.git|c561e512db}} || c/r: prctl: Add ability to set new mm_struct::exe_file || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/1f5b51bd708ce28910be3a989eb601b04f55793f] || prctl: Use CAP_SYS_RESOURCE for PR_SET_MM option || v3.3 || merged
+
|{{cyrillos.git|1f5b51bd70}} || prctl: Use CAP_SYS_RESOURCE for PR_SET_MM option || v3.3 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/4777762e3e10074020ab6cc72d8004cb6ad4061e] || prctl: add ability to get clear_tid_address || v3.5 || merged
+
|{{cyrillos.git|4777762e3e}} || prctl: add ability to get clear_tid_address || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/bae44c4df14e9b65643c5a6527e517dd1f3115cb] || ipc: segment key change helper introduced || sent-for-review ||-
+
|{{cyrillos.git|bae44c4df1}} || ipc: segment key change helper introduced || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/87cae248b173ee7559229dde3fa31394b390b0a6] || ipc: "use key as id" functionality for new segment allocation introduced || sent-for-review ||-
+
|{{cyrillos.git|87cae248b1}} || ipc: "use key as id" functionality for new segment allocation introduced || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/c3e58ff50faf78ae10df922103a69bb05a360357] || ipc: add new flag for preset shmem id on creation || sent-for-review ||-
+
|{{cyrillos.git|c3e58ff50f}} || ipc: add new flag for preset shmem id on creation || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/8dff317bed2b51fcae0eb002666e2af7e6fd4693] || ipc: add new SHM_SET command for sys_shmctl() call || sent-for-review ||-
+
|{{cyrillos.git|8dff317bed}} || ipc: add new SHM_SET command for sys_shmctl() call || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/1e38ab80efb6793c363a3bf424606345fdc3a3b7] || ipc: add new flag for preset msgque id on creation || sent-for-review ||-
+
|{{cyrillos.git|1e38ab80ef}} || ipc: add new flag for preset msgque id on creation || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/6240655ddfbfbc23760e391cdd6a38da845fe002] || ipc: add new MSG_SET command for sys_msgctl() call || sent-for-review ||-
+
|{{cyrillos.git|6240655ddf}} || ipc: add new MSG_SET command for sys_msgctl() call || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/f1bbe55e37da19c61f9fbc98a428c1b2b2171be4] || ipc: add new flag for preset sem id on creation || sent-for-review ||-
+
|{{cyrillos.git|f1bbe55e37}} || ipc: add new flag for preset sem id on creation || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/d6db02cfcacb8aa64927113f749562a9486bfc55] || ipc: add new SHM_SET command for sys_shmctl() call || sent-for-review ||-
+
|{{cyrillos.git|d6db02cfca}} || ipc: add new SHM_SET command for sys_shmctl() call || sent-for-review ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/b0f161e622982491057a22417ce927fec5d94421] || IPC: message queue stealing feature introduced || linux-next ||-
+
|{{cyrillos.git|b0f161e622}} || IPC: message queue stealing feature introduced || linux-next ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/e95f3a8983a211026dbc95169ccd79ec34589744] || datagram: Factor out sk queue referencing || 3.4 || merged
+
|{{cyrillos.git|e95f3a8983}} || datagram: Factor out sk queue referencing || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/fce2904d081a7082c41a7ca598af229125c94e69] || datagram: Add offset argument to __skb_recv_datagram || 3.4 || merged
+
|{{cyrillos.git|fce2904d08}} || datagram: Add offset argument to __skb_recv_datagram || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/a93f021317123394bab5c38a9c54cfab67c842d8] || skb: Add skb_peek_next helper || 3.4 || merged
+
|{{cyrillos.git|a93f021317}} || skb: Add skb_peek_next helper || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/823a8b21b63fbd7b8519d2b2d2beb49d95e3b2e6] || sock: Introduce the SO_PEEK_OFF sock option || 3.4 || merged
+
|{{cyrillos.git|823a8b21b6}} || sock: Introduce the SO_PEEK_OFF sock option || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/31088b4b277572a1551867bc3e2233156f79259a] || unix: Support peeking offset for datagram and seqpacket sockets || 3.4 || merged
+
|{{cyrillos.git|31088b4b27}} || unix: Support peeking offset for datagram and seqpacket sockets || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/d2aa807184eee1410ab3bf45a444f49f17b6019b] || unix: Support peeking offset for stream sockets || 3.4 || merged
+
|{{cyrillos.git|d2aa807184}} || unix: Support peeking offset for stream sockets || 3.4 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/0321cc7413db25bea94e738322b6a5a52c7be9ec] || fcntl: Add F_GETOWNER_UIDS option v3 || linux-next ||-
+
|{{cyrillos.git|0321cc7413}} || fcntl: Add F_GETOWNER_UIDS option v3 || linux-next ||-
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/414eaa6b89591f79f149e3b90f102b325d5900dd] || c/r: prctl: Simplify PR_SET_MM on mm::code/data assignment || v3.5 || merged
+
|{{cyrillos.git|414eaa6b89}} || c/r: prctl: Simplify PR_SET_MM on mm::code/data assignment || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/60647b9985ca0f3006d94de6f02e7211eb667aba] || c/r: prctl: Return -EFAULT instead of -EINVAL in case if underlied VMA is not found || v3.5 || merged
+
|{{cyrillos.git|60647b9985}} || c/r: prctl: Return -EFAULT instead of -EINVAL in case if underlied VMA is not found || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/4f771d8b133a553ad8dcac4a919afc13188a505d] || tcp: Move code around || v3.5 || merged
+
|{{cyrillos.git|4f771d8b13}} || tcp: Move code around || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/ff8fd29cb0cc502d67e4b1c703cfa1da096780b7] || tcp: Initial repair mode || v3.5 || merged
+
|{{cyrillos.git|ff8fd29cb0}} || tcp: Initial repair mode || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/e1d48c5d0051bfc64d32f7a87a4df4e2e6007fd9] || tcp: Repair socket queues || v3.5 || merged
+
|{{cyrillos.git|e1d48c5d00}} || tcp: Repair socket queues || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/92429984b736ba908eb69afe0bb329f8dd90b927] || tcp: Report mss_clamp with TCP_MAXSEG option in repair mode || v3.5 || merged
+
|{{cyrillos.git|92429984b7}} || tcp: Report mss_clamp with TCP_MAXSEG option in repair mode || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/f3c5434ed25a26949ebfd87b9930c4ae091ec073] || tcp: Repair connection-time negotiated parameters || v3.5 || merged
+
|{{cyrillos.git|f3c5434ed2}} || tcp: Repair connection-time negotiated parameters || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/91a74f5d72c39afbb25f5a5b18df68e5f9db386c] || tcp repair: Fix unaligned access when repairing options (v2) || v3.5 || merged
+
|{{cyrillos.git|91a74f5d72}} || tcp repair: Fix unaligned access when repairing options (v2) || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/75629325299b53f39d1f45878a913ef269c18c97] || c/r: prctl: Drop VMA flags test on PR_SET_MM_ stack data assignment || v3.5 || merged
+
|{{cyrillos.git|7562932529}} || c/r: prctl: Drop VMA flags test on PR_SET_MM_ stack data assignment || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/43ccb1071ed32f2056388c00edbd281a7aac5292] || c/r: fs, proc: Move children entry back to tid_base_stuff || v3.5 || merged
+
|{{cyrillos.git|43ccb1071e}} || c/r: fs, proc: Move children entry back to tid_base_stuff || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/c0742755b1389ec51760ed9b11c3e88913c3a95e] || proc/pid/pagemap: correctly report non-present ptes and holes between… || v3.5 || merged
+
|{{cyrillos.git|c0742755b1}} || proc/pid/pagemap: correctly report non-present ptes and holes between… || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/ea4ba3b1444bc98ac9915be6b8f510431eead016] || proc: report file/anon bit in /proc/pid/pagemap || v3.5 || merged
+
|{{cyrillos.git|ea4ba3b144}} || proc: report file/anon bit in /proc/pid/pagemap || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/795b5611471e76b16fb3dd9166e7e1e09650f5ed] || proc/smaps: show amount of nonlinear ptes in vma || v3.5 || merged
+
|{{cyrillos.git|795b561147}} || proc/smaps: show amount of nonlinear ptes in vma || v3.5 || merged
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/b9f6ab91a6797a75e9f196cae394a09be8e3d4bf] || procfs: Move /proc/pid/fd[info] handling code to fd.[ch] || - ||
+
|{{cyrillos.git|b9f6ab91a6}} || procfs: Move /proc/pid/fd[info] handling code to fd.[ch] || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/4baa0288ccf8c5957ad106b6a2d3f9ac674c1861] || procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file || - ||
+
|{{cyrillos.git|4baa0288cc}} || procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/d3153db940522c21132390fdd2371df633815066] || procfs: Add ability to plugin auxiliary fdinfo providers || - ||
+
|{{cyrillos.git|d3153db940}} || procfs: Add ability to plugin auxiliary fdinfo providers || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/590bc0b692bbdc7a32656134296df1126caabcb1] || fs, eventfd: Add procfs fdinfo helper || - ||
+
|{{cyrillos.git|590bc0b692}} || fs, eventfd: Add procfs fdinfo helper || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/74e79139450b24cb1880a2dbf25f9abc0f682a08] || fs, epoll: Add procfs fdinfo helper || - ||
+
|{{cyrillos.git|74e7913945}} || fs, epoll: Add procfs fdinfo helper || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/02a451e75076f78f6f623b4da82c6b464b9f59e0] || fs, exportfs: Add export_encode_inode_fh helper || - ||
+
|{{cyrillos.git|02a451e750}} || fs, exportfs: Add export_encode_inode_fh helper || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/5483b95ba66570078bf76e5eb324913ac9515cf6] || fs, notify: Add procfs fdinfo helper v2 || - ||
+
|{{cyrillos.git|5483b95ba6}} || fs, notify: Add procfs fdinfo helper v2 || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/7e30fa05b20a023e278b148671663fff788389ac] || net: virtualize sock diag || - ||
+
|{{cyrillos.git|7e30fa05b2}} || net: virtualize sock diag || - ||
 
|-
 
|-
|[https://github.com/cyrillos/linux-2.6/commit/237ea7e6efe4174d508a53475b6fdbe0ac90b802] || net: virtualize sock unix and inet diag || - ||
+
|{{cyrillos.git|237ea7e6ef}} || net: virtualize sock unix and inet diag || - ||
 
|-
 
|-
 
|}
 
|}

Revision as of 10:21, 17 July 2012

List of commits we have in (or need for) mainline kernel for C/R functionality.

Commit Description Status Comments
linux-next: 218fdc3783 procfs: make proc_get_link to use dentry instead of inode v3.3 merged
linux-next: 81582b26d8 procfs: introduce the /proc/<pid>/map_files/ directory v3.3 merged
linux-next: 6bea62a89c c/r: introduce CHECKPOINT_RESTORE symbol v3.3 merged
linux-next: e9a7831c3c c/r: prctl: add PR_SET_MM codes to set up mm_struct entries v3.3 merged
linux-next: 77b9732a75 c/r: procfs: add start_data, end_data, start_brk members to /proc/$pid/stat v4 v3.3 merged
linux-next: 64d51bda59 sysctl: add the kernel.ns_last_pid control v3.3 merged
net-next: c9da99e647 unix_diag: Fixup RQLEN extension report v3.3 merged
net-next: 885ee74d5d af_unix: Move CINQ/COUTQ code to helpers v3.3 merged
net-next: 257b529876 unix_diag: Add the MEMINFO extension v3.3 merged
net-next: c0636faa53 inet_diag: Add the SKMEMINFO extension v3.3 merged
net-next: 5d2e5f274f sock_diag: Introduce the meminfo nla core (v2) v3.3 merged
net-next: 288461e154 unix_diag: Include unix_diag.h into header-y target v3.3 merged
net-next: e6fe2371bd sock_diag: Arrange sock_diag.h such that it is exportable to userspace v3.3 merged
net-next: e09e9d189b unix: If we happen to find peer NULL when diag dumping, write zero. v3.3 merged
net-next: 3b0723c12e unix_diag: Fix incoming connections nla length v3.3 merged
net-next: 2ea744a583 net: unix -- Add missing module.h inclusion v3.3 merged
net-next: 5d531aaa64 unix_diag: Write it into kbuild v3.3 merged
net-next: cbf391958a unix_diag: Receive queue lenght NLA v3.3 merged
net-next: 2aac7a2cb0 unix_diag: Pending connections IDs NLA v3.3 merged
net-next: ac02be8d96 unix_diag: Unix peer inode NLA v3.3 merged
net-next: 5f7b056946 unix_diag: Unix inode info NLA v3.3 merged
net-next: f5248b48a6 unix_diag: Unix socket name NLA v3.3 merged
net-next: 5d3cae8bc3 unix_diag: Dumping exact socket core v3.3 merged
net-next: 45a96b9be6 unix_diag: Dumping all sockets core v3.3 merged
net-next: 22931d3b90 unix_diag: Basic module skeleton v3.3 merged
net-next: fa7ff56f75 af_unix: Export stuff required for diag module v3.3 merged
net-next: f65c1b534b sock_diag: Generalize requests cookies managements v3.3 merged
net-next: aec8dc62f6 sock_diag: Fix module netlink aliases v3.3 merged
net-next: e7c466e58e sock_diag: Move the SOCK_DIAG_BY_FAMILY cmd declaration v3.3 merged
net-next: 86e62ad6b2 udp_diag: Fix the !ipv6 case v3.3 merged
net-next: b872a2371f udp_diag: Make it module when ipv6 is a module v3.3 merged
net-next: 507dd7961e udp_diag: Wire the udp_diag module into kbuild v3.3 merged
net-next: b6d640c228 udp_diag: Implement the dump-all functionality v3.3 merged
net-next: a925aa00a5 udp_diag: Implement the get_exact dumping functionality v3.3 merged
net-next: 52b7c59bc3 udp_diag: Basic skeleton v3.3 merged
net-next: fce823381e udp: Export code sk lookup routines v3.3 merged
net-next: 1942c518ca inet_diag: Generalize inet_diag dump and get_exact calls v3.3 merged
net-next: 3c4d05c805 inet_diag: Introduce the inet socket dumping routine v3.3 merged
net-next: 8d07d1518a inet_diag: Introduce the byte-code run on an inet socket v3.3 merged
net-next: efb3cb428d inet_diag: Split inet_diag_get_exact into parts v3.3 merged
net-next: 476f7dbff3 inet_diag: Split inet_diag_get_exact into parts v3.3 merged
net-next: b005ab4ef8 inet_diag: Export inet diag cookie checking routine v3.3 merged
net-next: 87c22ea52e inet_diag: Reduce the number of args for bytecode run routine v3.3 merged
net-next: 7b35eadd7e inet_diag: Remove indirect sizeof from inet diag handlers v3.3 merged
net-next: 8ef874bfc7 sock_diag: Move the sock_ code to net/core/ v3.3 merged
net-next: a029fe26b6 inet_diag: Cleanup type2proto last user v3.3 merged
net-next: d23deaa07b inet_diag: Introduce socket family checks v3.3 merged
net-next: 25c4cd2b6d inet_diag: Switch the _dump to work with new header v3.3 merged
net-next: fe50ce2846 inet_diag: Switch the _get_exact to work with new header v3.3 merged
net-next: 126fdc3249 inet_diag: Introduce new inet_diag_req header v3.3 merged
net-next: d366477a52 sock_diag: Initial skeleton v3.3 merged
net-next: f13c95f0e2 inet_diag: Switch from _GETSOCK to IPPROTO_ numbers v3.3 merged
net-next: 37f352b5e3 inet_diag: Move byte-code finding up the call-stack v3.3 merged
net-next: 8d34172dfd sock_diag: Introduce new message type v3.3 merged
cyrillos: f73731c8cb fs, proc: Introduce /proc/<pid>/task/<tid>/children entry v9 v3.5 merged
cyrillos: d607d3d354 c/r: procfs: add arg_start/end, env_start/end and exit_code members v3.5 merged
cyrillos: 69a2769368 c/r: prctl: Extend PR_SET_MM to set up more mm_struct entries v3.5 merged
cyrillos: 951bc60c6a syscalls, x86: Add __NR_kcmp syscall v3.5 merged
cyrillos: c561e512db c/r: prctl: Add ability to set new mm_struct::exe_file v3.5 merged
cyrillos: 1f5b51bd70 prctl: Use CAP_SYS_RESOURCE for PR_SET_MM option v3.3 merged
cyrillos: 4777762e3e prctl: add ability to get clear_tid_address v3.5 merged
cyrillos: bae44c4df1 ipc: segment key change helper introduced sent-for-review -
cyrillos: 87cae248b1 ipc: "use key as id" functionality for new segment allocation introduced sent-for-review -
cyrillos: c3e58ff50f ipc: add new flag for preset shmem id on creation sent-for-review -
cyrillos: 8dff317bed ipc: add new SHM_SET command for sys_shmctl() call sent-for-review -
cyrillos: 1e38ab80ef ipc: add new flag for preset msgque id on creation sent-for-review -
cyrillos: 6240655ddf ipc: add new MSG_SET command for sys_msgctl() call sent-for-review -
cyrillos: f1bbe55e37 ipc: add new flag for preset sem id on creation sent-for-review -
cyrillos: d6db02cfca ipc: add new SHM_SET command for sys_shmctl() call sent-for-review -
cyrillos: b0f161e622 IPC: message queue stealing feature introduced linux-next -
cyrillos: e95f3a8983 datagram: Factor out sk queue referencing 3.4 merged
cyrillos: fce2904d08 datagram: Add offset argument to __skb_recv_datagram 3.4 merged
cyrillos: a93f021317 skb: Add skb_peek_next helper 3.4 merged
cyrillos: 823a8b21b6 sock: Introduce the SO_PEEK_OFF sock option 3.4 merged
cyrillos: 31088b4b27 unix: Support peeking offset for datagram and seqpacket sockets 3.4 merged
cyrillos: d2aa807184 unix: Support peeking offset for stream sockets 3.4 merged
cyrillos: 0321cc7413 fcntl: Add F_GETOWNER_UIDS option v3 linux-next -
cyrillos: 414eaa6b89 c/r: prctl: Simplify PR_SET_MM on mm::code/data assignment v3.5 merged
cyrillos: 60647b9985 c/r: prctl: Return -EFAULT instead of -EINVAL in case if underlied VMA is not found v3.5 merged
cyrillos: 4f771d8b13 tcp: Move code around v3.5 merged
cyrillos: ff8fd29cb0 tcp: Initial repair mode v3.5 merged
cyrillos: e1d48c5d00 tcp: Repair socket queues v3.5 merged
cyrillos: 92429984b7 tcp: Report mss_clamp with TCP_MAXSEG option in repair mode v3.5 merged
cyrillos: f3c5434ed2 tcp: Repair connection-time negotiated parameters v3.5 merged
cyrillos: 91a74f5d72 tcp repair: Fix unaligned access when repairing options (v2) v3.5 merged
cyrillos: 7562932529 c/r: prctl: Drop VMA flags test on PR_SET_MM_ stack data assignment v3.5 merged
cyrillos: 43ccb1071e c/r: fs, proc: Move children entry back to tid_base_stuff v3.5 merged
cyrillos: c0742755b1 proc/pid/pagemap: correctly report non-present ptes and holes between… v3.5 merged
cyrillos: ea4ba3b144 proc: report file/anon bit in /proc/pid/pagemap v3.5 merged
cyrillos: 795b561147 proc/smaps: show amount of nonlinear ptes in vma v3.5 merged
cyrillos: b9f6ab91a6 procfs: Move /proc/pid/fd[info] handling code to fd.[ch] -
cyrillos: 4baa0288cc procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file -
cyrillos: d3153db940 procfs: Add ability to plugin auxiliary fdinfo providers -
cyrillos: 590bc0b692 fs, eventfd: Add procfs fdinfo helper -
cyrillos: 74e7913945 fs, epoll: Add procfs fdinfo helper -
cyrillos: 02a451e750 fs, exportfs: Add export_encode_inode_fh helper -
cyrillos: 5483b95ba6 fs, notify: Add procfs fdinfo helper v2 -
cyrillos: 7e30fa05b2 net: virtualize sock diag -
cyrillos: 237ea7e6ef net: virtualize sock unix and inet diag -