-
Thu Jan 11 2018 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.8.el7uek]
- x86/pti/efi: broken conversion from efi to kernel page table (Pavel Tatashin) [Orabug: 27378087] [Orabug: 27352353] {CVE-2017-5754}
- x86/spec: Always set IBRS to guest value on VMENTER and host on VMEXIT (redux) (Konrad Rzeszutek Wilk) [Orabug: 27378074]
- x86/IBRS: Make sure we restore MSR_IA32_SPEC_CTRL to a valid value (Boris Ostrovsky) [Orabug: 27378063]
- x86/IBRS/IBPB: Set sysctl_ibrs/ibpb_enabled properly (Boris Ostrovsky) [Orabug: 27378035]
- x86/spec_ctrl: Add missing 'lfence' when IBRS is not supported. (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/entry_64: TRACE_IRQS_OFF before re-enabling. (Jamie Iles) [Orabug: 27345388] {CVE-2017-5715}
- ptrace: remove unlocked RCU dereference. (Jamie Iles) [Orabug: 27345388] {CVE-2017-5715}
- x86/ia32: Adds code hygiene for 32bit SYSCALL instruction entry. (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/ia32: don't save registers on audit call (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/spec/ia32: Sprinkle IBRS and RSB at the 32-bit SYSCALL (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/ia32: Move STUFF_RSB And ENABLE_IBRS (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
-
Wed Jan 10 2018 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.7.el7uek]
- x86/spec: Always set IBRS to guest value on VMENTER and host on VMEXIT. (Konrad Rzeszutek Wilk) [Orabug: 27365568] {CVE-2017-5715}
- x86/ia32: save and clear registers on syscall. (Jamie Iles) [Orabug: 27364707] {CVE-2017-5754}
- x86/IBRS: Save current status of MSR_IA32_SPEC_CTRL (Boris Ostrovsky) [Orabug: 27364720]
- pti: Rename X86_FEATURE_KAISER to X86_FEATURE_PTI (Pavel Tatashin) [Orabug: 27358615] {CVE-2017-5754}
- x86/spec_ctrl: Add missing IBRS_DISABLE (Konrad Rzeszutek Wilk)
- Make use of ibrs_inuse consistent. (Jun Nakajima)
- x86/kvm: Set IBRS on VMEXIT if guest disabled it. (Konrad Rzeszutek Wilk)
- Re-introduce clearing of r12-15, rbp, rbx (Kris Van Hees) [Orabug: 27345388] {CVE-2017-5715}
- x86: more ibrs/pti fixes (Pavel Tatashin) [Orabug: 27358615] {CVE-2017-5754}
- x86/spec: Actually do the check for in_use on ENABLE_IBRS (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- kvm: svm: Expose the CPUID.0x80000008 ebx flag. (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- x86/spec_ctrl: Provide the sysfs version of the ibrs_enabled (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- x86: Use better #define for FEATURE_ENABLE_IBRS and 0 (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- x86: Instead of 0x2, 0x4, and 0x1 use #defines. (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- kpti: Disable when running under Xen PV (Konrad Rzeszutek Wilk) [Orabug: 27358615] {CVE-2017-5754}
- x86: Don't ENABLE_IBRS in nmi when we are still running on user cr3 (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- x86/enter: Use IBRS on syscall and interrupts - fix ia32 path (Konrad Rzeszutek Wilk) {CVE-2017-5715}
- x86: Fix spectre/kpti integration (Konrad Rzeszutek Wilk) [Orabug: 27358615] {CVE-2017-5754}
- PTI: unbreak EFI old_memmap (Jiri Kosina) [Orabug: 27358615] {CVE-2017-5754}
- KAISER KABI tweaks. (Martin K. Petersen) [Orabug: 27358615] {CVE-2017-5754}
- x86/ldt: fix crash in ldt freeing. (Jamie Iles) [Orabug: 27358615] {CVE-2017-5754}
- x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code (Denys Vlasenko) [Orabug: 27358615] {CVE-2017-5754}
- x86/entry: Remove unused 'kernel_stack' per-cpu variable (Denys Vlasenko) [Orabug: 27358615] {CVE-2017-5754}
- x86/entry: Stop using PER_CPU_VAR(kernel_stack) (Denys Vlasenko) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: Set _PAGE_NX only if supported (Guenter Roeck) [Orabug: 27358615] {CVE-2017-5754}
- x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- KPTI: Report when enabled (Kees Cook) [Orabug: 27358615] {CVE-2017-5754}
- KPTI: Rename to PAGE_TABLE_ISOLATION (Kees Cook) [Orabug: 27358615] {CVE-2017-5754}
- x86/kaiser: Move feature detection up (Borislav Petkov) [Orabug: 27358615] {CVE-2017-5754}
- x86/kaiser: Reenable PARAVIRT (Borislav Petkov) [Orabug: 27358615] {CVE-2017-5754}
- x86/paravirt: Dont patch flush_tlb_single (Thomas Gleixner) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: kaiser_flush_tlb_on_return_to_user() check PCID (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: asm/tlbflush.h handle noPGE at lower level (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: drop is_atomic arg to kaiser_pagetable_walk() (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- x86/kaiser: Check boottime cmdline params (Borislav Petkov) [Orabug: 27358615] {CVE-2017-5754}
- x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling (Borislav Petkov) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: add "nokaiser" boot option, using ALTERNATIVE (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: fix unlikely error in alloc_ldt_struct() (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: paranoid_entry pass cr3 need to paranoid_exit (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: PCID 0 for kernel and 128 for user (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: enhanced by kernel and user PCIDs (Dave Hansen) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: vmstat show NR_KAISERTABLE as nr_overhead (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: delete KAISER_REAL_SWITCH option (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: cleanups while trying for gold link (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: kaiser_remove_mapping() move along the pgd (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: tidied up kaiser_add/remove_mapping slightly (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: tidied up asm/kaiser.h somewhat (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: ENOMEM if kaiser_pagetable_walk() NULL (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: fix perf crashes (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: KAISER depends on SMP (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: fix build and FIXME in alloc_ldt_struct() (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: do not set _PAGE_NX on pgd_none (Hugh Dickins) [Orabug: 27358615] {CVE-2017-5754}
- kaiser: merged update (Dave Hansen) [Orabug: 27358615] {CVE-2017-5754}
- KAISER: Kernel Address Isolation (Richard Fellner) [Orabug: 27358615] {CVE-2017-5754}
- x86/boot: Add early cmdline parsing for options with arguments (Tom Lendacky) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm/64: Fix reboot interaction with CR4.PCIDE (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Enable CR4.PCIDE on supported systems (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Add the 'nopcid' boot option to turn off PCID (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Disable PCID on 32-bit kernels (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Make flush_tlb_mm_range() more predictable (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Remove flush_tlb() and flush_tlb_current_task() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/irq: Do not substract irq_tlb_count from irq_call_count (Aaron Lu) [Orabug: 27358615] {CVE-2017-5754}
- sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- ARM: Hide finish_arch_post_lock_switch() from modules (Steven Rostedt) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm, sched/core: Turn off IRQs in switch_mm() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm, sched/core: Uninline switch_mm() (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Build arch/x86/mm/tlb.c even on !SMP (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- sched/core: Add switch_mm_irqs_off() and use it in the scheduler (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- mm/mmu_context, sched/core: Fix mmu_context.h assumption (Ingo Molnar) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: If INVPCID is available, use it to flush global mappings (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Fix INVPCID asm constraint (Borislav Petkov) [Orabug: 27358615] {CVE-2017-5754}
- x86/mm: Add INVPCID helpers (Andy Lutomirski) [Orabug: 27358615] {CVE-2017-5754}
-
Sat Jan 06 2018 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.6.el7uek]
- x86/ibrs: Remove 'ibrs_dump' and remove the pr_debug (Konrad Rzeszutek Wilk) [Orabug: 27351275]
- kABI: Revert kABI: Make the boot_cpu_data look normal (Konrad Rzeszutek Wilk) {CVE-2017-5715}
-
Fri Jan 05 2018 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.5.el7uek]
- userns: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- udf: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- net: mpls: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- fs: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- ipv6: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- ipv4: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- Thermal/int340x: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- cw1200: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- qla2xxx: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- p54: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- carl9170: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- uvcvideo: prevent speculative execution (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- bpf: prevent speculative execution in eBPF interpreter (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- locking/barriers: introduce new observable speculation barrier (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- x86/cpu/AMD: Remove now unused definition of MFENCE_RDTSC feature (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- x86/cpu/AMD: Make the LFENCE instruction serialized (Elena Reshetova) [Orabug: 27345402] {CVE-2017-5753}
- kABI: Make the boot_cpu_data look normal. (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- kernel.spec: Require the new microcode_ctl. (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715} {CVE-2017-5715}
- x86/microcode/AMD: Add support for fam17h microcode loading (Tom Lendacky) [Orabug: 27345388] {CVE-2017-5715}
- x86/spec_ctrl: Disable if running as Xen PV guest. (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- Set IBPB when running a different VCPU (Dave Hansen) [Orabug: 27345388] {CVE-2017-5715}
- Clear the host registers after setbe (Jun Nakajima) [Orabug: 27345388] {CVE-2017-5715}
- Use the ibpb_inuse variable. (Jun Nakajima) [Orabug: 27345388] {CVE-2017-5715}
- KVM: x86: add SPEC_CTRL to MSR and CPUID lists (Andrea Arcangeli) [Orabug: 27345388] {CVE-2017-5715}
- kvm: vmx: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD (Paolo Bonzini) [Orabug: 27345388] {CVE-2017-5715}
- Use the "ibrs_inuse" variable. (Jun Nakajima) [Orabug: 27345388] {CVE-2017-5715}
- kvm: svm: add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD (Andrea Arcangeli) [Orabug: 27345388] {CVE-2017-5715}
- x86/svm: Set IBPB when running a different VCPU (Paolo Bonzini) [Orabug: 27345388] {CVE-2017-5715}
- x86/kvm: Pad RSB on VM transition (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/cpu/AMD: Add speculative control support for AMD (Tom Lendacky) [Orabug: 27345388] {CVE-2017-5715}
- x86/microcode: Recheck IBRS and IBPB feature on microcode reload (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86: Move IBRS/IBPB feature detection to scattered.c (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/spec_ctrl: Add lock to serialize changes to ibrs and ibpb control (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/kvm: clear registers on VM exit (Tom Lendacky) [Orabug: 27345388] {CVE-2017-5715}
- x86/kvm: Set IBPB when switching VM (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- *INCOMPLETE* x86/syscall: Clear unused extra registers on syscall entrance (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/mm: Only set IBPB when the new thread cannot ptrace current thread (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/mm: Set IBPB upon context switch (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/idle: Disable IBRS when offlining cpu and re-enable on wakeup (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/idle: Disable IBRS entering idle and enable it on wakeup (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/spec_ctrl: save IBRS MSR value in paranoid_entry (Andrea Arcangeli) [Orabug: 27345388] {CVE-2017-5715}
- *Scaffolding* x86/spec_ctrl: Add sysctl knobs to enable/disable SPEC_CTRL feature (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/enter: Use IBRS on syscall and interrupts (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86: Add macro that does not save rax, rcx, rdx on stack to disable IBRS (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/enter: MACROS to set/clear IBRS and set IBP (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86/feature: Report presence of IBPB and IBRS control (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
- x86: Add STIBP feature enumeration (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/cpufeature: Add X86_FEATURE_IA32_ARCH_CAPS and X86_FEATURE_IBRS_ATT (Konrad Rzeszutek Wilk) [Orabug: 27345388] {CVE-2017-5715}
- x86/feature: Enable the x86 feature to control (Tim Chen) [Orabug: 27345388] {CVE-2017-5715}
-
Mon Nov 13 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.4.el7uek]
- KVM: nVMX: Fix loss of L2's NMI blocking state (Wanpeng Li) [Orabug: 27062526]
- KVM: nVMX: track NMI blocking state separately for each VMCS (Paolo Bonzini) [Orabug: 27062526]
- KVM: VMX: require virtual NMI support (Paolo Bonzini) [Orabug: 27062526]
- KVM: nVMX: Fix the NMI IDT-vectoring handling (Wanpeng Li) [Orabug: 27062526]
- netlink: allow to listen "all" netns (Nicolas Dichtel) [Orabug: 27098332]
- netlink: rename private flags and states (Nicolas Dichtel) [Orabug: 27098332]
- netns: use a spin_lock to protect nsid management (Nicolas Dichtel) [Orabug: 27098332]
- netns: notify new nsid outside __peernet2id() (Nicolas Dichtel) [Orabug: 27098332]
- netns: rename peernet2id() to peernet2id_alloc() (Nicolas Dichtel) [Orabug: 27098332]
- netns: always provide the id to rtnl_net_fill() (Nicolas Dichtel) [Orabug: 27098332]
- netns: returns always an id in __peernet2id() (Nicolas Dichtel) [Orabug: 27098332]
-
Tue Oct 31 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.3.el7uek]
- Revert "drivers/char/mem.c: deny access in open operation when securelevel is set" (Brian Maly) [Orabug: 27037818]
-
Thu Oct 26 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.2.el7uek]
- timerfd: Protect the might cancel mechanism proper (Thomas Gleixner) [Orabug: 26673877] {CVE-2017-10661}
- rxrpc: Fix several cases where a padded len isn't checked in ticket decode (David Howells) [Orabug: 26376434] {CVE-2017-7482} {CVE-2017-7482}
- mm: Tighten x86 /dev/mem with zeroing reads (Kees Cook) [Orabug: 25917914] {CVE-2017-7889}
- xen/blkfront: always allocate grants first from per-queue persistent grants (Dongli Zhang) [Orabug: 26397233]
- netfilter: nf_tables: fix oob access (Florian Westphal) [Orabug: 25960439]
- NFSv4.1: Don't deadlock the state manager on the SEQUENCE status flags (Trond Myklebust) [Orabug: 26650422]
- NFSv4.1: Defer bumping the slot sequence number until we free the slot (Trond Myklebust) [Orabug: 26650422]
- NFSv4: Leases are renewed in sequence_done when we have sessions (Trond Myklebust) [Orabug: 26650422]
- NFSv4.1: nfs41_sequence_done should handle sequence flag errors (Trond Myklebust) [Orabug: 26650422]
- oracleasm: Copy the integrity descriptor (Martin K. Petersen) [Orabug: 26653968]
- rds: Reintroduce statistics counting (Håkon Bugge) [Orabug: 26717172]
- fuse: Dont call set_page_dirty_lock() for ITER_BVEC pages for async_dio (Ashish Samant) [Orabug: 26752446]
- drivers/char/mem.c: deny access in open operation when securelevel is set (Ethan Zhao) [Orabug: 26797273]
- fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE (Abhi Das) [Orabug: 26797304]
- rds: Fix non-atomic operation on shared flag variable (Håkon Bugge) [Orabug: 26846946]
- rds: Fix incorrect statistics counting (Håkon Bugge) [Orabug: 26847818]
- nvme: honor RTD3 Entry Latency for shutdowns (Martin K. Petersen) [Orabug: 26999112]
-
Thu Sep 28 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.7.1.el7uek]
- xen/x86: Add interface for querying amount of host memory (Boris Ostrovsky) [Orabug: 26867321]
- mlx4_core: calculate log_num_mtt based on total system memory (Wei Lin Guay) [Orabug: 26867321]
- i40e: use cpumask_copy instead of direct assignment (Jacob Keller) [Orabug: 26849253]
- blk-mq: add missing blk_mq_put_ctx (Ankur Arora) [Orabug: 26752456]
- blk-mq: avoid re-initialize request which is failed in direct dispatch (Shaohua Li) [Orabug: 26752456]
- xen-blkfront: fix mq start/stop race (Junxiao Bi) [Orabug: 26752391] [Orabug: 26739166]
- Bluetooth: Properly check L2CAP config option output buffer length (Ben Seri) [Orabug: 26796417] {CVE-2017-1000251}
- Correct dma mapping attributes code (Jack Vogel) [Orabug: 26790422]
- packet: fix tp_reserve race in packet_set_ring (Willem de Bruijn) [Orabug: 26681154] {CVE-2017-1000111}
- sctp: do not inherit ipv6_{mc|ac|fl}_list from parent (Eric Dumazet) [Orabug: 26650875] {CVE-2017-9075}
- x86/acpi: Prevent out of bound access caused by broken ACPI tables (Seunghun Han) [Orabug: 26643636] {CVE-2017-11473}
- aio: mark AIO pseudo-fs noexec (Jann Horn) [Orabug: 26643591] {CVE-2016-10044}
- mqueue: fix a use-after-free in sys_mq_notify() (Cong Wang) [Orabug: 26643550] {CVE-2017-11176}
- NFSv4.1: Use seqid returned by EXCHANGE_ID after state migration (Chuck Lever) [Orabug: 26631540]
- KEYS: fix dereferencing NULL payload with nonzero length (Eric Biggers) [Orabug: 26591993]
- rds: Make sure updates to c_send_gen can be observed (Håkon Bugge) [Orabug: 26524573]
- NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration (Chuck Lever) [Orabug: 26485614]
- bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats. (Michael Chan) [Orabug: 26790005]
- bnxt_en: Implement ndo_bridge_{get|set}link methods. (Michael Chan) [Orabug: 26790005]
- bnxt_en: Retrieve the hardware bridge mode from the firmware. (Michael Chan) [Orabug: 26790005]
- bnxt_en: Update firmware interface spec to 1.8.0. (Michael Chan) [Orabug: 26790005]
- ipv6: Fix leak in ipv6_gso_segment(). (David S. Miller) [Orabug: 26403964] {CVE-2017-9074}
- ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() (Ben Hutchings) [Orabug: 26403964] {CVE-2017-9074}
- ipv6: Check ip6_find_1stfragopt() return value properly. (David S. Miller) [Orabug: 26403964] {CVE-2017-9074}
- ipv6: Prevent overrun when parsing v6 header options (Craig Gallek) [Orabug: 26403964] {CVE-2017-9074}
- scsi: libiscsi: use kvzalloc for iscsi_pool_init (Kyle Fortin) [Orabug: 26473214]
- mm: introduce kv[mz]alloc helpers (Kyle Fortin) [Orabug: 26473214]
- MacSec: fix backporting error in patches for CVE-2017-7477 (Alexey Kodanev) [Orabug: 26481610] [Orabug: 26368162] {CVE-2017-7477} {CVE-2017-7477}
- xsigo: PCA 2.3.1 Compute Node panics in xve_create_arp+430 (Pradeep Gopanapalli) [Orabug: 26520659]
- ping: implement proper locking (Eric Dumazet) [Orabug: 26540275] {CVE-2017-2671}
- ocfs2: fix deadlock caused by recursive locking in xattr (Eric Ren) [Orabug: 26554427]
- ocfs2: fix deadlock issue when taking inode lock at vfs entry points (Eric Ren) [Orabug: 26554427]
- ocfs2/dlmglue: prepare tracking logic to avoid recursive cluster lock (Eric Ren) [Orabug: 26554427]
- Revert "add OCFS2_LOCK_RECURSIVE arg_flags to ocfs2_cluster_lock() to prevent hang" (Ashish Samant) [Orabug: 26554427]
- nfsd: encoders mustn't use unitialized values in error cases (J. Bruce Fields) [Orabug: 26572911] {CVE-2017-8797}
- nfsd: fix undefined behavior in nfsd4_layout_verify (Ari Kauppi) [Orabug: 26572911] {CVE-2017-8797}
- vfs: Commit to never having exectuables on proc and sysfs. (Eric W. Biederman) [Orabug: 26643591] {CVE-2016-10044}
- vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB (Tejun Heo) [Orabug: 26643591] {CVE-2016-10044}
- KVM: nVMX: fix nested EPT detection (Ladi Prosek) [Orabug: 26662943]
- KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry (Ladi Prosek) [Orabug: 26662943]
- KVM: nVMX: propagate errors from prepare_vmcs02 (Ladi Prosek) [Orabug: 26662943]
- KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT (Ladi Prosek) [Orabug: 26662943]
- kvm: x86: reduce collisions in mmu_page_hash (David Matlack) [Orabug: 26639596]
- i40e/i40evf: check for stopped admin queue (Mitch Williams) [Orabug: 26645623]
- xen: fix bio vec merging (Roger Pau Monne) [Orabug: 26645540] {CVE-2017-12134}
- fs/exec.c: account for argv/envp pointers (Kees Cook) [Orabug: 26638904] {CVE-2017-1000365} {CVE-2017-1000365}
- dentry name snapshots (Al Viro) [Orabug: 26630807] {CVE-2017-7533}
- MSI: Don't assign MSI IRQ vector twice (Ashok Vairavan) [Orabug: 26039010]
- blk-mq: don't redistribute hardware queues on a CPU hotplug event (Christoph Hellwig) [Orabug: 26621020]
- KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings (David Howells) [Orabug: 26585986] {CVE-2016-9604} {CVE-2016-9604}
- l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind() (Guillaume Nault) [Orabug: 26586038] {CVE-2016-10200}
- mnt: Add a per mount namespace limit on the number of mounts (Eric W. Biederman) [Orabug: 26585938] {CVE-2016-6213} {CVE-2016-6213}
- ipv6: fix out of bound writes in __ip6_append_data() (Eric Dumazet) [Orabug: 26578187] {CVE-2017-9242}
-
Sat Jul 29 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.6.1.el7uek]
- xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect (Annie Li)
- PCI: Workaround wrong flags completions for IDT switch (James Puthukattukaran) [Orabug: 26339147]
- Revert "net/rds: Revert "RDS: add reconnect retry scheme for stalled connections"" (Ajaykumar Hotchandani) [Orabug: 26444722]
- Revert "net/rds: use different workqueue for base_conn" (Ajaykumar Hotchandani) [Orabug: 26444722]
- Revert "net/rds: determine active/passive connection with IP addresses" (Ajaykumar Hotchandani) [Orabug: 26444722]
- Revert "net/rds: prioritize the base connection establishment" (Ajaykumar Hotchandani) [Orabug: 26444722]
- blk-mq: Export blk_mq_freeze_queue_wait (Keith Busch) [Orabug: 26385993]
- blk-mq: Provide freeze queue timeout (Keith Busch) [Orabug: 26385993]
- nvme: Complete all stuck requests (Keith Busch) [Orabug: 26385993]
- nvme: Don't suspend admin queue that wasn't created (Gabriel Krisman Bertazi) [Orabug: 26385993]
- nvme: Delete created IO queues on reset (Keith Busch) [Orabug: 26385993]
- nvme: Suspend all queues before deletion (Gabriel Krisman Bertazi) [Orabug: 26385993]
- nvme/pci: No special case for queue busy on IO (Keith Busch) [Orabug: 26385993]
- sg: Fix double-free when drives detach during SG_IO (Calvin Owens) [Orabug: 26408570]
- SUNRPC: Handle EADDRNOTAVAIL on connection failures (Trond Myklebust) [Orabug: 26221921]
- ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT (Takashi Iwai) [Orabug: 26403952] {CVE-2017-1000380}
- ALSA: timer: Fix race between read and ioctl (Takashi Iwai) [Orabug: 26403952] {CVE-2017-1000380}
- xfs: Timely free truncated dirty pages (Jan Kara) [Orabug: 26452561]
- xfs: skip dirty pages in ->releasepage() (Brian Foster) [Orabug: 26452561]
- Revert "SUNRPC: Refactor svc_set_num_threads()" (Kirtikar Kashyap) [Orabug: 26476721]
- Revert "NFSv4: Fix callback server shutdown" (Kirtikar Kashyap) [Orabug: 26476721]
- net/rds: Replace printk in TX path with stat variable (Yuval Shaia) [Orabug: 26367820]
- net: properly release sk_frag.page (Eric Dumazet) [Orabug: 26354016]
- NVMe: Retain QUEUE_FLAG_SG_GAPS flag for bio vector alignment. (Ashok Vairavan) [Orabug: 26361950]
- btrfs: introduce device delete by devid (Anand Jain) [Orabug: 26362382]
- btrfs: enhance btrfs_find_device_by_user_input() to check device path (Anand Jain) [Orabug: 26362382]
- btrfs: make use of btrfs_find_device_by_user_input() (Anand Jain) [Orabug: 26362382]
- btrfs: create helper btrfs_find_device_by_user_input() (Anand Jain) [Orabug: 26362382]
- btrfs: clean up and optimize __check_raid_min_device() (Anand Jain) [Orabug: 26362382]
- btrfs: create helper function __check_raid_min_devices() (Anand Jain) [Orabug: 26362382]
- char: lp: fix possible integer overflow in lp_setup() (Willy Tarreau) [Orabug: 26403937] {CVE-2017-1000363}
- NFSv4: Fix callback server shutdown (Trond Myklebust) [Orabug: 26403977] {CVE-2017-9059}
- SUNRPC: Refactor svc_set_num_threads() (Trond Myklebust) [Orabug: 26403977] {CVE-2017-9059}
- ipv6/dccp: do not inherit ipv6_mc_list from parent (WANG Cong) [Orabug: 26404000] {CVE-2017-9077}
- Signature verification support in kexec_file_load (Alexey Petrenko) [Orabug: 26426837]
- IB/cm: remove unnecessary ib_query_device in PSIF RNR WA (Wei Lin Guay) [Orabug: 26245885]
- aacraid: Update scsi_host_template to use tagged commands (Dave Carroll) [Orabug: 26291288]
- IB/mlx4: Suppress warning for not handled portmgmt event subtype (Mukesh Kacker) [Orabug: 26308324]
- aacraid: initialize scsi shared tag map (Joe Jin) [Orabug: 26308827]
- RDS: Print failed rdma op details if failure is remote access (Rama Nichanamatlu) [Orabug: 26351414]
- bnxt_en: Fix netpoll handling. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add missing logic to handle TPA end error conditions. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Fix xmit_more with BQL. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Pass in sh parameter to bnxt_set_dflt_rings(). (Michael Chan) [Orabug: 26402533]
- bnxt_en: Implement xmit_more. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Optimize doorbell write operations for newer chips. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add additional chip ID definitions. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add a callback to inform RDMA driver during PCI shutdown. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add PCI IDs for BCM57454 VF devices. (Deepak Khungar) [Orabug: 26402533]
- bnxt_en: Support for Short Firmware Message (Deepak Khungar) [Orabug: 26402533]
- bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration. (Michael Chan) [Orabug: 26402533]
- bnxt: add dma mapping attributes (Shannon Nelson) [Orabug: 26366387]
- dma-mapping: add interfaces for mapping pages with attributes (Shannon Nelson) [Orabug: 26402533]
- bnxt_en: allocate enough space for ->ntp_fltr_bmap (Dan Carpenter) [Orabug: 26402533]
- bnxt_en: Restrict a PF in Multi-Host mode from changing port PHY configuration (Deepak Khungar) [Orabug: 26402533]
- bnxt_en: Check the FW_LLDP_AGENT flag before allowing DCBX host agent. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add 100G link speed reporting for BCM57454 ASIC in ethtool (Deepak Khungar) [Orabug: 26402533]
- bnxt_en: Fix VF attributes reporting. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Pass DCB RoCE app priority to firmware. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Cap the msix vector with the max completion rings. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add interrupt test to ethtool -t selftest. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add PHY loopback to ethtool self-test. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add ethtool mac loopback self test. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add basic ethtool -t selftest support. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add suspend/resume callbacks. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add ethtool set_wol method. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add ethtool get_wol method. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add pci shutdown method. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Add basic WoL infrastructure. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Update firmware interface spec to 1.7.6.2. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Fix DMA unmapping of the RX buffers in XDP mode during shutdown. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Correct the order of arguments to netdev_err() in bnxt_set_tpa() (Sankar Patchineelam) [Orabug: 26402533]
- bnxt_en: Fix NULL pointer dereference in reopen failure path (Sankar Patchineelam) [Orabug: 26402533]
- bnxt_en: Ignore 0 value in autoneg supported speed from firmware. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Check if firmware LLDP agent is running. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Call bnxt_ulp_stop() during tx timeout. (Michael Chan) [Orabug: 26402533]
- bnxt_en: Perform function reset earlier during probe. (Michael Chan) [Orabug: 26402533]
- x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUID (Len Brown) [Orabug: 26387040]
- x86/tsc: Save an indentation level in recalibrate_cpu_khz() (Borislav Petkov) [Orabug: 26387040]
- x86/tsc_msr: Remove irqoff around MSR-based TSC enumeration (Len Brown) [Orabug: 26387040]
- perf/x86: Fix time_shift in perf_event_mmap_page (Adrian Hunter) [Orabug: 26387040]
- perf/x86: Improve accuracy of perf/sched clock (Adrian Hunter) [Orabug: 26387040]
- bonding: avoid defaulting hard_header_len to ETH_HLEN on slave removal (Paolo Abeni) [Orabug: 26397292]
- net/rds: Add mutex exclusion for vector_load (Håkon Bugge) [Orabug: 26406403]
- block: defer timeouts to a workqueue (Christoph Hellwig) [Orabug: 25654233]
- mlx4: add diagnostic counters via sysfs (Chris Gray) [Orabug: 25743434]
- x86/ras/therm_throt: Do not log a fake MCE for thermal events (Borislav Petkov) [Orabug: 26355098]
- net/rds: Reduce memory footprint in rds_sendmsg (Wei Lin Guay) [Orabug: 26350965]
- macsec: dynamically allocate space for sglist (Jason A. Donenfeld) [Orabug: 26051882] {CVE-2017-7477}
- macsec: avoid heap overflow in skb_to_sgvec (Jason A. Donenfeld) [Orabug: 26051882] {CVE-2017-7477}
- nfsd: check for oversized NFSv2/v3 arguments (J. Bruce Fields) [Orabug: 26366009] {CVE-2017-7645}
- xfs: reset b_first_retry_time when clear the retry status of xfs_buf_t (Hou Tao) [Orabug: 26354399]
- xfs: fix max_retries _show and _store functions (Carlos Maiolino) [Orabug: 26354399]
- xfs: normalize "infinite" retries in error configs (Eric Sandeen) [Orabug: 26354399]
- xfs: don't reset b_retries to 0 on every failure (Eric Sandeen) [Orabug: 26354399]
- xfs: fix xfs_error_get_cfg for negative errnos (Eric Sandeen) [Orabug: 26354399]
- xfs: add "fail at unmount" error handling configuration (Carlos Maiolino) [Orabug: 26354399]
- xfs: add configuration handlers for specific errors (Carlos Maiolino) [Orabug: 26354399]
- xfs: add configuration of error failure speed (Carlos Maiolino) [Orabug: 26354399]
- xfs: introduce table-based init for error behaviors (Carlos Maiolino) [Orabug: 26354399]
- xfs: add configurable error support to metadata buffers (Carlos Maiolino) [Orabug: 26354399]
- xfs: introduce metadata IO error class (Carlos Maiolino) [Orabug: 26354399]
- xfs: configurable error behavior via sysfs (Carlos Maiolino) [Orabug: 26354399]
- mm: fix new crash in unmapped_area_topdown() (Hugh Dickins) [Orabug: 26337733] {CVE-2017-1000364}
- mm: larger stack guard gap, between vmas (Hugh Dickins) [Orabug: 26337733] {CVE-2017-1000364}
- Fix Express lane queue creation. (James Smart) [Orabug: 26241742]
- rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one (Sowmini Varadhan) [Orabug: 26298950]
- IB/mlx4: Fix CM REQ retries in paravirt mode (Håkon Bugge) [Orabug: 26304710]
- vfio/pci: Fix unsigned comparison overflow (Alex Williamson)
- blkback/blktap: don't leak stack data via response ring (Jan Beulich) [Orabug: 26321947]
-
Fri Jun 16 2017 Brian Maly <brian.maly@oracle.com> [4.1.12-94.5.1.el7uek]
- percpu_ref: allow operation mode switching operations to be called concurrently (Tejun Heo) [Orabug: 26223304]
- percpu_ref: restructure operation mode switching (Tejun Heo) [Orabug: 26223304]
- percpu_ref: unify staggered atomic switching wait behavior (Tejun Heo) [Orabug: 26223304]
- percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_ref_switch_to_atomic() (Tejun Heo) [Orabug: 26223304]
- percpu_ref: remove unnecessary RCU grace period for staggered atomic switching confirmation (Tejun Heo) [Orabug: 26223304]
- block: Fix mismerge in queue freeze logic (Martin K. Petersen) [Orabug: 26223304]
- nvme: Add a wrapper for getting the admin queue depth (Martin K. Petersen) [Orabug: 26247244]
- nvme: Remove timeout when deleting queue (Martin K. Petersen) [Orabug: 26256275]
- nvme: Quirks for PM1725 controllers (Martin K. Petersen) [Orabug: 26033880]
- nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time too (Guilherme G. Piccoli) [Orabug: 26033880]
- nvme/quirk: Add a delay before checking device ready for memblaze device (Wenbo Wang) [Orabug: 26033880]
- nvme/quirk: Add a delay before checking for adapter readiness (Guilherme G. Piccoli) [Orabug: 26033880]
- net/mlx4_core: Use round robin scheme to avoid stale caches (Santosh Shilimkar) [Orabug: 26265818]
- IP/ipoib: Move initialization of ACL instances table to device init phase (Yuval Shaia) [Orabug: 25993610]
- Revert "mlx4_ib: Memory leak on Dom0 with SRIOV." (Hakon Bugge) [Orabug: 26107170]
- Revert "mlx4: avoid multiple free on id_map_ent" (Hakon Bugge) [Orabug: 26107170]
- NVMe: During NVMe probe, get NVMe device information before mapping the device. (Ashok Vairavan) [Orabug: 26227515]
- PCI/AER: include header file (Sudip Mukherjee) [Orabug: 26138886]
- NVMe: reverse IO direction for VUC command code F7 (Ashok Vairavan) [Orabug: 26138886]
- nvme: factor out a add nvme_is_write helper (Christoph Hellwig) [Orabug: 26138886]
- nvme: allow for size limitations from transport drivers (Christoph Hellwig) [Orabug: 26138886]
- nvme.h: add constants for PSDT and FUSE values (James Smart) [Orabug: 26138886]
- nvme.h: add AER constants (Christoph Hellwig) [Orabug: 26138886]
- nvme.h: add NVM command set SQE/CQE size defines (Christoph Hellwig) [Orabug: 26138886]
- nvme.h: Add get_log_page command strucure (Armen Baloyan) [Orabug: 26138886]
- nvme.h: add RTD3R, RTD3E and OAES fields (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Only release requested regions (Johannes Thumshirn) [Orabug: 26138886]
- NVMe: Fix removal in case of active namespace list scanning method (Sunad Bhandary) [Orabug: 26138886]
- NVMe: Implement namespace list scanning (Keith Busch) [Orabug: 26138886]
- NVMe: Don't unmap controller registers on reset (Keith Busch) [Orabug: 26138886]
- NVMe: reduce admin queue depth as workaround for Samsung EPIC SQ errata (Ashok Vairavan) [Orabug: 26138886]
- nvme: Limit command retries (Keith Busch) [Orabug: 26138886]
- NVMe: reduce queue depth as workaround for Samsung EPIC SQ errata (Ashok Vairavan) [Orabug: 26138886]
- NVMe: Create discard zero quirk white list (Keith Busch) [Orabug: 26138886]
- nvme: use UINT_MAX for max discard sectors (Minfei Huang) [Orabug: 26138886]
- nvme: move nvme_cancel_request() to common code (Ming Lin) [Orabug: 26138886]
- nvme: update and rename nvme_cancel_io to nvme_cancel_request (Ming Lin) [Orabug: 26138886]
- blk-mq: Export tagset iter function (Sagi Grimberg) [Orabug: 26138886]
- NVMe: Add device ID's with stripe quirk (Keith Busch) [Orabug: 26138886]
- NVMe: Short-cut removal on surprise hot-unplug (Keith Busch) [Orabug: 26138886]
- NVMe: Allow user initiated rescan (Keith Busch) [Orabug: 26138886]
- NVMe: Reduce driver log spamming (Keith Busch) [Orabug: 26138886]
- NVMe: Unbind driver on failure (Keith Busch) [Orabug: 26138886]
- NVMe: Delete only created queues (Keith Busch) [Orabug: 26138886]
- NVMe: Fix reset/remove race (Keith Busch) [Orabug: 26138886]
- nvme: fix nvme_ns_remove() deadlock (Ming Lin) [Orabug: 26138886]
- nvme: switch to RCU freeing the namespace (Ming Lin) [Orabug: 26138886]
- NVMe: correct comment for offset enum of controller registers in nvme.h (Wang Sheng-Hui) [Orabug: 26138886]
- nvme: add helper nvme_cleanup_cmd() (Ming Lin) [Orabug: 26138886]
- nvme: move AER handling to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: move namespace scanning to core (Christoph Hellwig) [Orabug: 26138886]
- nvme: tighten up state check for namespace scanning (Christoph Hellwig) [Orabug: 26138886]
- nvme: introduce a controller state machine (Christoph Hellwig) [Orabug: 26138886]
- nvme: remove the io_incapable method (Christoph Hellwig) [Orabug: 26138886]
- NVMe: nvme_core_exit() should do cleanup in the reverse order as nvme_core_init does (Wang Sheng-Hui) [Orabug: 26138886]
- NVMe: Fix check_flush_dependency warning (Keith Busch) [Orabug: 26138886]
- NVMe: small typo in section BLK_DEV_NVME_SCSI of host/Kconfig (Wang Sheng-Hui) [Orabug: 26138886]
- nvme: fix cntlid type (Christoph Hellwig) [Orabug: 26138886]
- nvme: Avoid reset work on watchdog timer function during error recovery (Guilherme G. Piccoli) [Orabug: 26138886]
- nvme: remove dead controllers from a work item (Christoph Hellwig) [Orabug: 26138886]
- NVMe: silence warning about unused 'dev' (Jens Axboe) [Orabug: 26138886]
- NVMe: switch to using blk_queue_write_cache() (Jens Axboe) [Orabug: 26138886]
- block: add ability to flag write back caching on a device (Jens Axboe) [Orabug: 26138886]
- nvme: Use blk-mq helper for IO termination (Sagi Grimberg) [Orabug: 26138886]
- NVMe: Skip async events for degraded controllers (Keith Busch) [Orabug: 26138886]
- nvme: add helper nvme_setup_cmd() (Ming Lin) [Orabug: 26138886]
- block: add offset in blk_add_request_payload() (Ming Lin) [Orabug: 26138886]
- nvme: rewrite discard support (Ming Lin) [Orabug: 26138886]
- nvme: add helper nvme_map_len() (Ming Lin) [Orabug: 26138886]
- nvme: add missing lock nesting notation (Ming Lin) [Orabug: 26138886]
- NVMe: Always use MSI/MSI-x interrupts (Keith Busch) [Orabug: 26138886]
- NVMe: Fix reset/remove race (Keith Busch) [Orabug: 26138886]
- nvme: avoid cqe corruption when update at the same time as read (Marta Rybczynska) [Orabug: 26138886]
- NVMe: Expose ns wwid through single sysfs entry (Keith Busch) [Orabug: 26138886]
- NVMe: Remove unused sq_head read in completion path (Jon Derrick) [Orabug: 26138886]
- nvme: fix max_segments integer truncation (Christoph Hellwig) [Orabug: 26138886]
- nvme: set queue limits for the admin queue (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Fix 0-length integrity payload (Keith Busch) [Orabug: 26138886]
- NVMe: Don't allow unsupported flags (Keith Busch) [Orabug: 26138886]
- NVMe: Move error handling to failed reset handler (Keith Busch) [Orabug: 26138886]
- NVMe: Simplify device reset failure (Keith Busch) [Orabug: 26138886]
- NVMe: Fix namespace removal deadlock (Keith Busch) [Orabug: 26138886]
- NVMe: Use IDA for namespace disk naming (Keith Busch) [Orabug: 26138886]
- nvme: expose cntlid in sysfs (Ming Lin) [Orabug: 26138886]
- nvme: return the whole CQE through the request passthrough interface (Christoph Hellwig) [Orabug: 26138886]
- nvme: fix Kconfig description for BLK_DEV_NVME_SCSI (Christoph Hellwig) [Orabug: 26138886]
- nvme: replace the kthread with a per-device watchdog timer (Christoph Hellwig) [Orabug: 26138886]
- nvme: don't poll the CQ from the kthread (Christoph Hellwig) [Orabug: 26138886]
- nvme: use a work item to submit async event requests (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Rate limit nvme IO warnings (Keith Busch) [Orabug: 26138886]
- NVMe: Poll device while still active during remove (Keith Busch) [Orabug: 26138886]
- NVMe: Requeue requests on suspended queues (Keith Busch) [Orabug: 26138886]
- NVMe: Allow request merges (Keith Busch) [Orabug: 26138886]
- NVMe: Fix io incapable return values (Keith Busch) [Orabug: 26138886]
- nvme: split pci module out of core module (Ming Lin) [Orabug: 26138886]
- nvme: split dev_list_lock (Ming Lin) [Orabug: 26138886]
- nvme: move timeout variables to core.c (Ming Lin) [Orabug: 26138886]
- nvme/host: reference the fabric module for each bdev open callout (Sagi Grimberg) [Orabug: 26138886]
- nvme: Log the ctrl device name instead of the underlying pci device name (Sagi Grimberg) [Orabug: 26138886]
- nvme: fix drvdata setup for the nvme device (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Fix possible queue use after freed (Keith Busch) [Orabug: 26138886]
- nvme: switch abort to blk_execute_rq_nowait (Christoph Hellwig) [Orabug: 26138886]
- blk-mq: fix racy updates of rq->errors (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Export NVMe attributes to sysfs group (Keith Busch) [Orabug: 26138886]
- NVMe: Shutdown controller only for power-off (Keith Busch) [Orabug: 26138886]
- NVMe: IO queue deletion re-write (Keith Busch) [Orabug: 26138886]
- NVMe: Remove queue freezing on resets (Keith Busch) [Orabug: 26138886]
- NVMe: Use a retryable error code on reset (Keith Busch) [Orabug: 26138886]
- NVMe: Fix admin queue ring wrap (Keith Busch) [Orabug: 26138886]
- nvme: make SG_IO support optional (Christoph Hellwig) [Orabug: 26138886]
- nvme: fixes for NVME_IOCTL_IO_CMD on the char device (Christoph Hellwig) [Orabug: 26138886]
- nvme: synchronize access to ctrl->namespaces (Christoph Hellwig) [Orabug: 26138886]
- nvme: Move nvme_freeze/unfreeze_queues to nvme core (Sagi Grimberg) [Orabug: 26138886]
- NVMe: Export namespace attributes to sysfs (Keith Busch) [Orabug: 26138886]
- NVMe: Add pci error handlers (Keith Busch) [Orabug: 26138886]
- nvme: merge iod and cmd_info (Christoph Hellwig) [Orabug: 26138886]
- nvme: meta_sg doesn't have to be an array (Christoph Hellwig) [Orabug: 26138886]
- nvme: properly free resources for cancelled command (Christoph Hellwig) [Orabug: 26138886]
- nvme: simplify completion handling (Christoph Hellwig) [Orabug: 26138886]
- nvme: special case AEN requests (Christoph Hellwig) [Orabug: 26138886]
- nvme: factor out a few helpers from req_completion (Christoph Hellwig) [Orabug: 26138886]
- nvme: fix admin queue depth (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Simplify metadata setup (Keith Busch) [Orabug: 26138886]
- NVMe: Remove device management handles on remove (Keith Busch) [Orabug: 26138886]
- NVMe: Use unbounded work queue for all work (Keith Busch) [Orabug: 26138886]
- nvme: switch abort_limit to an atomic_t (Christoph Hellwig) [Orabug: 26138886]
- nvme: merge probe_work and reset_work (Christoph Hellwig) [Orabug: 26138886]
- nvme: do not restart the request timeout if we're resetting the controller (Keith Busch) [Orabug: 26138886]
- nvme: simplify resets (Christoph Hellwig) [Orabug: 26138886]
- nvme: add NVME_SC_CANCELLED (Christoph Hellwig) [Orabug: 26138886]
- nvme: merge nvme_abort_req and nvme_timeout (Christoph Hellwig) [Orabug: 26138886]
- nvme: don't take the I/O queue q_lock in nvme_timeout (Christoph Hellwig) [Orabug: 26138886]
- nvme: protect against simultaneous shutdown invocations (Keith Busch) [Orabug: 26138886]
- nvme: only add a controller to dev_list after it's been fully initialized (Christoph Hellwig) [Orabug: 26138886]
- nvme: only ignore hardware errors in nvme_create_io_queues (Christoph Hellwig) [Orabug: 26138886]
- nvme: precedence bug in nvme_pr_clear() (Dan Carpenter) [Orabug: 26138886]
- nvme: fix another 32-bit build warning (Arnd Bergmann) [Orabug: 26138886]
- nvme: refactor set_queue_count (Christoph Hellwig) [Orabug: 26138886]
- nvme: move chardev and sysfs interface to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: move namespace scanning to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: move the call to nvme_init_identify earlier (Christoph Hellwig) [Orabug: 26138886]
- nvme: add a common helper to read Identify Controller data (Christoph Hellwig) [Orabug: 26138886]
- nvme: move nvme_{enable,disable,shutdown}_ctrl to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: move remaining CC setup into nvme_enable_ctrl (Christoph Hellwig) [Orabug: 26138886]
- nvme: add explicit quirk handling (Christoph Hellwig) [Orabug: 26138886]
- nvme: move block_device_operations and ns/ctrl freeing to common code (Ashok Vairavan) [Orabug: 26138886]
- nvme: use the block layer for userspace passthrough metadata (Keith Busch) [Orabug: 26138886]
- nvme: split __nvme_submit_sync_cmd (Christoph Hellwig) [Orabug: 26138886]
- nvme: move nvme_setup_flush and nvme_setup_rw to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: move nvme_error_status to common code (Christoph Hellwig) [Orabug: 26138886]
- nvme: factor out a nvme_unmap_data helper (Christoph Hellwig) [Orabug: 26138886]
- nvme: simplify nvme_setup_prps calling convention (Christoph Hellwig) [Orabug: 26138886]
- nvme: split a new struct nvme_ctrl out of struct nvme_dev (Christoph Hellwig) [Orabug: 26138886]
- nvme: use vendor it from identify (Christoph Hellwig) [Orabug: 26138886]
- nvme: split nvme_trans_device_id_page (Christoph Hellwig) [Orabug: 26138886]
- nvme: use offset instead of a struct for registers (Christoph Hellwig) [Orabug: 26138886]
- nvme: split command submission helpers out of pci.c (Christoph Hellwig) [Orabug: 26138886]
- nvme: move struct nvme_iod to pci.c (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Precedence error in nvme_pr_clear() (Dan Carpenter) [Orabug: 26138886]
- Update target repo for nvme patch contributions (Jay Freyensee) [Orabug: 26138886]
- nvme: add missing endianess annotations in nvme_pr_command (Christoph Hellwig) [Orabug: 26138886]
- block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV (Christoph Hellwig) [Orabug: 26138886]
- block: add an API for Persistent Reservations (Christoph Hellwig) [Orabug: 26138886]
- NVMe: Add persistent reservation ops (Keith Busch) [Orabug: 26138886]
- nvme: suspend i/o during runtime blk_integrity_unregister (Dan Williams) [Orabug: 26138886]
- nvme include linux types.h (Christoph Hellwig) [Orabug: 26138886]
- nvme: move to a new drivers/nvme/host directory (Jay Sternberg) [Orabug: 26138886]
- NVMe: Set affinity after allocating request queues (Keith Busch) [Orabug: 26138886]
- NVMe: Fix IO for extended metadata formats (Keith Busch) [Orabug: 26138886]
- NVMe: Remove hctx reliance for multi-namespace (Keith Busch) [Orabug: 26138886]
- Revert "nvme: move to a new drivers/nvme/host directory" (Ashok Vairavan) [Orabug: 26138886]
- Revert "NVMe: reduce admin queue depth as workaround for Samsung EPIC SQ errata" (Ashok Vairavan) [Orabug: 26138886]
- Revert "nvme: Limit command retries" (Ashok Vairavan) [Orabug: 26138886]
- Revert "nvme: avoid cqe corruption when update at the same time as read" (Ashok Vairavan) [Orabug: 26138886]
- Revert "NVMe: Don't unmap controller registers on reset" (Ashok Vairavan) [Orabug: 26138886]
- Revert "NVMe: reverse IO direction for VUC command code F7" (Ashok Vairavan) [Orabug: 26138886]
- Revert "NVMe: reduce queue depth as workaround for Samsung EPIC SQ errata" (Ashok Vairavan) [Orabug: 26138886]
- net/rds: prioritize the base connection establishment (Wei Lin Guay) [Orabug: 26268911]
- net/rds: determine active/passive connection with IP addresses (Wei Lin Guay) [Orabug: 26268911]
- net/rds: use different workqueue for base_conn (Wei Lin Guay) [Orabug: 26268911]
- net/rds: Revert "RDS: add reconnect retry scheme for stalled connections" (Wei Lin Guay) [Orabug: 26268911]
- uek-rpm/config: build tcmu kernel module by default (Shan Hai) [Orabug: 26270004] [Orabug: 25983319]
- target: consolidate backend attribute implementations (Christoph Hellwig) [Orabug: 26270004]
- target: simplify backend driver registration (Christoph Hellwig) [Orabug: 26270004]
- IB/ipoib: Expose acl_enable sysfs file as read only (Yuval Shaia) [Orabug: 26214325]
- xsigo: UEK4-QU4:poor performance discovering 256 FC LUNs w/4 paths per LUN (Pradeep Gopanapalli) [Orabug: 26199203]
- xen-netback: copy buffer on xenvif_start_xmit (Joao Martins) [Orabug: 23585649]
- xen-netback: slightly rework xenvif_rx_skb (Joao Martins) [Orabug: 23585649]
- xen-netfront: introduce rx copy mode (Joao Martins) [Orabug: 23585649]
- xen-netfront: use gref mappings for Tx buffers (Joao Martins) [Orabug: 23585649]
- xen-netfront: generalize recycling for grants (Joao Martins) [Orabug: 23585649]
- xen-netfront: add rx page statistics (Joao Martins) [Orabug: 23585649]
- xen-netfront: introduce rx page recyling (Joao Martins) [Orabug: 23585649]
- xen-netfront: move rx_gso_checksum_fixup into netfront_stats (Joao Martins) [Orabug: 23585649]
- xen-netfront: introduce staging gref pools (Joao Martins) [Orabug: 23585649]
- xen-netback: use gref mappings for Tx requests (Joao Martins) [Orabug: 23585649]
- xen-netback: use gref mappings for Rx requests (Joao Martins) [Orabug: 23585649]
- xen-netback: shorten tx grant copy (Joao Martins) [Orabug: 23585649]
- xen-netback: introduce staging grant mappings ops (Joao Martins) [Orabug: 23585649]
- include/xen: import vendor extension to netif.h (Joao Martins) [Orabug: 23585649]
- xen-netback: fix type mismatch warning (Arnd Bergmann) [Orabug: 23585649]
- xen-netback: fix guest Rx stall detection (after guest Rx refactor) (David Vrabel) [Orabug: 23585649]
- xen/netback: add fraglist support for to-guest rx (Ross Lagerwall) [Orabug: 23585649]
- xen-netback: batch copies for multiple to-guest rx packets (David Vrabel) [Orabug: 23585649]
- xen-netback: process guest rx packets in batches (David Vrabel) [Orabug: 23585649]
- xen-netback: immediately wake tx queue when guest rx queue has space (David Vrabel) [Orabug: 23585649]
- xen-netback: refactor guest rx (David Vrabel) [Orabug: 23585649]
- xen-netback: retire guest rx side prefix GSO feature (Paul Durrant) [Orabug: 23585649]
- xen-netback: separate guest side rx code into separate module (Paul Durrant) [Orabug: 23585649]
- x86/xen/time: setup secondary time info for vdso (Joao Martins) [Orabug: 23585649]
- mlx4_core: Add func name to common error strings to locate uniquely (Mukesh Kacker) [Orabug: 26087732]
- RDS/IB: active bonding port state fix for intfs added late (Mukesh Kacker) [Orabug: 26095774]
- net/packet: fix overflow in check for tp_reserve (Andrey Konovalov) [Orabug: 26170622] {CVE-2017-7308}
- net/packet: fix overflow in check for tp_frame_nr (Andrey Konovalov) [Orabug: 26170622] {CVE-2017-7308}
- net/packet: fix overflow in check for priv area size (Andrey Konovalov) [Orabug: 26170622] {CVE-2017-7308}
- xen-pcifront/hvm: Slurp up "pxm" entry and set NUMA node on PCIe device. (V5) (Konrad Rzeszutek Wilk)
- dccp/tcp: do not inherit mc_list from parent (Eric Dumazet) [Orabug: 26108560] {CVE-2017-8890}