Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2018-08-11 05:02:01 to 2018-08-14 17:17:18 UTC [more...]

[PATCH 4.9 000/107] 4.9.120-stable review
 2018-08-14 17:17 UTC  (23+ messages)
` [PATCH 4.9 003/107] parisc: Enable CONFIG_MLONGCALLS by default
` [PATCH 4.9 008/107] ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
` [PATCH 4.9 009/107] scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management enabled
` [PATCH 4.9 011/107] root dentries need RCU-delayed freeing
` [PATCH 4.9 013/107] fix mntput/mntput race
` [PATCH 4.9 014/107] fix __legitimize_mnt()/mntput() race
` [PATCH 4.9 018/107] IB/core: Make testing MR flags for writability a static inline function
` [PATCH 4.9 021/107] IB/ocrdma: fix out of bounds access to local buffer
` [PATCH 4.9 022/107] ARM: dts: imx6sx: fix irq for pcie bridge
` [PATCH 4.9 023/107] x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
` [PATCH 4.9 028/107] mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1
` [PATCH 4.9 031/107] x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
` [PATCH 4.9 032/107] x86/speculation/l1tf: Make sure the first page is always reserved
` [PATCH 4.9 033/107] x86/speculation/l1tf: Add sysfs reporting for l1tf
` [PATCH 4.9 034/107] x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
` [PATCH 4.9 038/107] x86/topology: Provide topology_smt_supported()
` [PATCH 4.9 041/107] cpu/hotplug: Provide knobs to control SMT
` [PATCH 4.9 044/107] x86/cpu/common: Provide detect_ht_early()
` [PATCH 4.9 046/107] x86/cpu/intel: Evaluate smp_num_siblings early
` [PATCH 4.9 047/107] x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
` [PATCH 4.9 048/107] x86/cpu/AMD: Evaluate smp_num_siblings early
` [PATCH 4.9 054/107] x86/speculation/l1tf: Fix up pte->pfn conversion for PAE

[PATCH 4.14 000/104] 4.14.63-stable review
 2018-08-14 17:17 UTC  (33+ messages)
` [PATCH 4.14 001/104] parisc: Enable CONFIG_MLONGCALLS by default
` [PATCH 4.14 003/104] scsi: hpsa: fix selection of reply queue
` [PATCH 4.14 005/104] scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
` [PATCH 4.14 006/104] kasan: add no_sanitize attribute for clang builds
` [PATCH 4.14 007/104] Mark HI and TASKLET softirq synchronous
` [PATCH 4.14 008/104] stop_machine: Disable preemption after queueing stopper threads
` [PATCH 4.14 011/104] scsi: qla2xxx: Fix memory leak for allocating abort IOCB
` [PATCH 4.14 012/104] init: rename and re-order boot_cpu_state_init()
` [PATCH 4.14 013/104] root dentries need RCU-delayed freeing
` [PATCH 4.14 015/104] fix mntput/mntput race
` [PATCH 4.14 018/104] phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
` [PATCH 4.14 022/104] x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
` [PATCH 4.14 023/104] x86/speculation: Protect against userspace-userspace spectreRSB
` [PATCH 4.14 025/104] x86/irqflags: Provide a declaration for native_save_fl
` [PATCH 4.14 026/104] x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
` [PATCH 4.14 030/104] x86/speculation/l1tf: Make sure the first page is always reserved
` [PATCH 4.14 031/104] x86/speculation/l1tf: Add sysfs reporting for l1tf
` [PATCH 4.14 034/104] x86/bugs: Move the l1tf function and define pr_fmt properly
` [PATCH 4.14 036/104] x86/smp: Provide topology_is_primary_thread()
` [PATCH 4.14 037/104] x86/topology: Provide topology_smt_supported()
` [PATCH 4.14 038/104] cpu/hotplug: Make bringup/teardown of smp threads symmetric
` [PATCH 4.14 041/104] x86/cpu: Remove the pointless CPU printout
` [PATCH 4.14 043/104] x86/cpu/common: Provide detect_ht_early()
` [PATCH 4.14 044/104] x86/cpu/topology: Provide detect_extended_topology_early()
` [PATCH 4.14 045/104] x86/cpu/intel: Evaluate smp_num_siblings early
` [PATCH 4.14 047/104] x86/cpu/AMD: "
` [PATCH 4.14 049/104] x86/speculation/l1tf: Extend 64bit swap file size limit
` [PATCH 4.14 052/104] x86/speculation/l1tf: Protect PAE swap entries against L1TF
` [PATCH 4.14 056/104] x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
` [PATCH 4.14 058/104] x86/KVM/VMX: Add L1D flush algorithm
` [PATCH 4.14 062/104] x86/KVM/VMX: Add find_msr() helper function
` [PATCH 4.14 063/104] x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting

[PATCH 4.17 00/97] 4.17.15-stable review
 2018-08-14 17:17 UTC  (31+ messages)
` [PATCH 4.17 01/97] parisc: Enable CONFIG_MLONGCALLS by default
` [PATCH 4.17 05/97] sched/deadline: Update rq_clock of later_rq when pushing a task
` [PATCH 4.17 10/97] scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management enabled
` [PATCH 4.17 13/97] root dentries need RCU-delayed freeing
` [PATCH 4.17 14/97] make sure that __dentry_kill() always invalidates d_seq, unhashed or not
` [PATCH 4.17 18/97] x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
` [PATCH 4.17 23/97] x86/speculation/l1tf: Change order of offset/type in swap entry
` [PATCH 4.17 25/97] x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
` [PATCH 4.17 26/97] x86/speculation/l1tf: Make sure the first page is always reserved
` [PATCH 4.17 27/97] x86/speculation/l1tf: Add sysfs reporting for l1tf
` [PATCH 4.17 31/97] sched/smt: Update sched_smt_present at runtime
` [PATCH 4.17 32/97] x86/smp: Provide topology_is_primary_thread()
` [PATCH 4.17 33/97] x86/topology: Provide topology_smt_supported()
` [PATCH 4.17 34/97] cpu/hotplug: Make bringup/teardown of smp threads symmetric
` [PATCH 4.17 35/97] cpu/hotplug: Split do_cpu_down()
` [PATCH 4.17 37/97] x86/cpu: Remove the pointless CPU printout
` [PATCH 4.17 38/97] x86/cpu/AMD: Remove the pointless detect_ht() call
` [PATCH 4.17 39/97] x86/cpu/common: Provide detect_ht_early()
` [PATCH 4.17 45/97] x86/speculation/l1tf: Extend 64bit swap file size limit
` [PATCH 4.17 46/97] x86/cpufeatures: Add detection of L1D cache flush support
` [PATCH 4.17 47/97] x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
` [PATCH 4.17 51/97] cpu/hotplug: Boot HT siblings at least once
` [PATCH 4.17 52/97] x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
` [PATCH 4.17 53/97] x86/KVM/VMX: Add module argument for L1TF mitigation
` [PATCH 4.17 54/97] x86/KVM/VMX: Add L1D flush algorithm
` [PATCH 4.17 56/97] x86/KVM/VMX: Add L1D flush logic
` [PATCH 4.17 59/97] x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
` [PATCH 4.17 63/97] x86/litf: Introduce vmx status variable
` [PATCH 4.17 65/97] x86/l1tf: Handle EPT disabled state proper
` [PATCH 4.17 66/97] x86/kvm: Move l1tf setup function

[PATCH 4.18 00/79] 4.18.1-stable review
 2018-08-14 17:17 UTC  (15+ messages)
` [PATCH 4.18 03/79] kprobes/x86: Fix %p uses in error messages
` [PATCH 4.18 04/79] x86/irqflags: Provide a declaration for native_save_fl
` [PATCH 4.18 10/79] x86/speculation/l1tf: Add sysfs reporting for l1tf
` [PATCH 4.18 12/79] x86/speculation/l1tf: Limit swap file size to MAX_PA/2
` [PATCH 4.18 16/79] x86/topology: Provide topology_smt_supported()
` [PATCH 4.18 24/79] x86/cpu/intel: Evaluate smp_num_siblings early
` [PATCH 4.18 25/79] x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
` [PATCH 4.18 41/79] x86/KVM/VMX: Add find_msr() helper function
` [PATCH 4.18 42/79] x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
` [PATCH 4.18 43/79] x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
` [PATCH 4.18 52/79] x86/kvm: Allow runtime control of L1D flush
` [PATCH 4.18 53/79] cpu/hotplug: Expose SMT control init function
` [PATCH 4.18 55/79] x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
` [PATCH 4.18 59/79] Documentation/l1tf: Fix typos

Applied "ASoC: wm9712: fix replace codec to component" to the asoc tree
 2018-08-14 14:25 UTC 

kasan patches
 2018-08-14 13:51 UTC  (7+ messages)

[PATCH] mm: shmem: Correctly annotate new inodes
 2018-08-14 16:16 UTC 

[PATCH] drm/i915: set DP Main Stream Attribute for color range on DDI platforms
 2018-08-14 13:21 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] net: macb: Fix regression breaking non-MDIO fixed-link PHYs
 2018-08-14 14:12 UTC 

[Regression] usb: xhci: Add XHCI_TRUST_TX_LENGTH for Renesas uPD720201
 2018-08-14 11:02 UTC  (2+ messages)

[PATCH v7 1/5] drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
 2018-08-14  8:57 UTC  (7+ messages)
` [PATCH v7 2/5] drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
` [PATCH v7 3/5] drm/nouveau: Fix deadlock with fb_helper with async RPM requests
` [PATCH v7 4/5] drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
` [PATCH v7 5/5] drm/nouveau: Fix deadlocks in nouveau_connector_detect()

[PATCH v2] mm: migration: fix migration of huge PMD shared pages
 2018-08-14  6:28 UTC  (2+ messages)

[PATCH 4/4] nvme-pci: Remap CMB SQ entries on every controller reset
 2018-08-14  1:43 UTC  (3+ messages)

[PATCH 05/11] ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
 2018-08-13 21:35 UTC  (3+ messages)

[PATCH] net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
 2018-08-13 22:23 UTC 

[PATCH v6 1/5] drm/nouveau: Fix bogus drm_kms_helper_poll_enable() placement
 2018-08-13 19:12 UTC  (7+ messages)
` [PATCH v6 2/5] drm/nouveau: Remove duplicate poll_enable() in pmops_runtime_suspend()
` [PATCH v6 3/5] drm/nouveau: Fix deadlock with fb_helper with async RPM requests
` [PATCH v6 4/5] drm/nouveau: Use pm_runtime_get_noresume() in connector_detect()
` [PATCH v6 5/5] drm/nouveau: Fix deadlocks in nouveau_connector_detect()

[PATCH 2/2] net: socket: Fix potential spectre v1 gadget in sock_is_registered
 2018-08-13 19:03 UTC  (5+ messages)

[PATCH v2 1/2] block: Introduce alloc_disk_node_attr()
 2018-08-13 18:52 UTC  (3+ messages)
` [PATCH v2 2/2] nvme: Fix race conditions related to creation of /dev/nvme0n<x>

[PATCH 0/3 stable 4.9] proc/sysctl: prune stale dentries during unregistering
 2018-08-13 17:38 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] proc/sysctl: Don't grab i_lock under sysctl_lock
` [PATCH 3/3] proc: Fix proc_sys_prune_dcache to hold a sb reference

[PATCH for-4.14.y 1/5] mtd: nand: qcom: Add a NULL check for devm_kasprintf()
 2018-08-13 17:20 UTC  (3+ messages)
` [PATCH for-4.14.y 5/5] ARM: dts: imx6sx: fix irq for pcie bridge

request for 4.4-stable: d8f9cc328c88 ("IB/mlx4: Mark user MR as writable if actual virtual memory is writable")
 2018-08-13 17:16 UTC  (2+ messages)

[PATCH] soc/tegra: pmc: fix child-node lookup
 2018-08-13 14:33 UTC  (3+ messages)

[PATCH 1/5] Tools: hv: Fix a bug in the key delete code
 2018-08-13 16:41 UTC  (2+ messages)

[PATCH v7 3/9] powerpc/pseries: Fix endainness while restoring of r3 in MCE handler
 2018-08-13 11:23 UTC  (2+ messages)
` [v7, "

[PATCH v2 1/2] powerpc/fadump: handle crash memory ranges array index overflow
 2018-08-13 11:23 UTC  (2+ messages)
` [v2, "

[PATCH v3 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
 2018-08-13 10:43 UTC  (2+ messages)
` [PATCH v3 2/2] KVM: arm/arm64: Skip updating PTE "

[PATCH v2 1/2] KVM: arm/arm64: Skip updating PMD entry if no change
 2018-08-13 10:18 UTC  (7+ messages)
` [PATCH v2 2/2] KVM: arm/arm64: Skip updating PTE "

[PATCH v2 1/2] i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
 2018-08-13  9:38 UTC  (4+ messages)

FAILED: patch "[PATCH] i2c: xlp9xx: Fix case where SSIF read transaction completes" failed to apply to 4.17-stable tree
 2018-08-13  7:25 UTC  (2+ messages)

FAILED: patch "[PATCH] scsi: qedi: Fix a potential buffer overflow" failed to apply to 4.17-stable tree
 2018-08-13  6:44 UTC 

patch "tty: serial: 8250: Revert NXP SC16C2552 workaround" added to tty-next
 2018-08-13  5:50 UTC 

aacraid: Regression in 4.14.56 with *genirq/affinity: assign vectors to all possible CPUs*
 2018-08-13  3:32 UTC  (8+ messages)

[PATCH v2] xtensa: limit offsets in __loop_cache_{all,page}
 2018-08-13  1:15 UTC 

Linux 3.18.111
 2018-08-13  0:24 UTC  (10+ messages)

FAILED: patch "[PATCH] IB/core: Make testing MR flags for writability a static" failed to apply to 4.4-stable tree
 2018-08-12 17:49 UTC  (5+ messages)

patch "Revert NXP SC16C2552 workaround" added to tty-testing
 2018-08-12 16:53 UTC 

FAILED: patch "[PATCH] ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM" failed to apply to 4.4-stable tree
 2018-08-12 15:29 UTC  (3+ messages)

FAILED: patch "[PATCH] tpm: fix race condition in tpm_common_write()" failed to apply to 4.4-stable tree
 2018-08-12 15:26 UTC  (3+ messages)

[GIT PULL] commits for Linux 4.17
 2018-08-12 11:23 UTC  (4+ messages)

[PATCH] xen/netfront: don't cache skb_shinfo()
 2018-08-11 16:42 UTC  (2+ messages)

[for-next][PATCH 18/34] tracing: Do not call start/stop() functions when tracing_on does not change
 2018-08-11 13:50 UTC  (2+ messages)
` [for-next][PATCH 33/34] uprobes: Use synchronize_rcu() not synchronize_sched()

[PATCH] i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
 2018-08-11 13:11 UTC  (2+ messages)

[PATCH] xtensa: increase ranges in ___invalidate_{i,d}cache_all
 2018-08-11 11:50 UTC  (2+ messages)

[PATCH] xtensa: limit offsets in __loop_cache_{all,page}
 2018-08-11 11:50 UTC  (2+ messages)

[PATCH v5 13/13] drm/nouveau: Call pm_runtime_get_noresume() from hpd handlers
 2018-08-11  9:35 UTC  (2+ messages)
  ` [Nouveau] "

[PATCH] nvme: Fix a race condition related to creation of /dev/nvme0n<x>
 2018-08-11  7:18 UTC  (2+ messages)

KASAN errors from unwind_frame
 2018-08-11  7:15 UTC  (2+ messages)

[PATCH] bcache: fix 0day error of setting writeback_rate by sysfs interface
 2018-08-11  4:46 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox