All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-21 20:57:11 to 2018-05-21 21:11:51 UTC [more...]

[PATCH 4.16 000/110] 4.16.11-stable review
 2018-05-21 21:11 UTC  (46+ messages)
` [PATCH 4.16 001/110] xhci: Fix USB3 NULL pointer dereference at logical disconnect
` [PATCH 4.16 003/110] usbip: usbip_host: delete device from busid_table after rebind
` [PATCH 4.16 004/110] usbip: usbip_host: run rebind from exit when module is removed
` [PATCH 4.16 005/110] usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
` [PATCH 4.16 006/110] usbip: usbip_host: fix bad unlock balance during stub_probe()
` [PATCH 4.16 007/110] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
` [PATCH 4.16 008/110] ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
` [PATCH 4.16 009/110] ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
` [PATCH 4.16 010/110] ALSA: control: fix a redundant-copy issue
` [PATCH 4.16 011/110] spi: pxa2xx: Allow 64-bit DMA
` [PATCH 4.16 012/110] spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
` [PATCH 4.16 013/110] spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
` [PATCH 4.16 014/110] KVM: vmx: update sec exec controls for UMIP iff emulating UMIP
` [PATCH 4.16 015/110] KVM: arm/arm64: Properly protect VGIC locks from IRQs
` [PATCH 4.16 016/110] KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
` [PATCH 4.16 017/110] KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
` [PATCH 4.16 018/110] KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
` [PATCH 4.16 019/110] hwmon: (k10temp) Fix reading critical temperature register
` [PATCH 4.16 020/110] hwmon: (k10temp) Use API function to access System Management Network
` [PATCH 4.16 021/110] vfio: ccw: fix cleanup if cp_prefetch fails
` [PATCH 4.16 022/110] tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}
` [PATCH 4.16 023/110] vsprintf: Replace memory barrier with static_key for random_ptr_key update
` [PATCH 4.16 024/110] x86/amd_nb: Add support for Raven Ridge CPUs
` [PATCH 4.16 025/110] tee: shm: fix use-after-free via temporarily dropped reference
` [PATCH 4.16 026/110] netfilter: nf_tables: free set name in error path
` [PATCH 4.16 027/110] netfilter: nf_tables: cant fail after linking rule into active rule list
` [PATCH 4.16 030/110] ARM64: dts: marvell: armada-cp110: Add mg_core_clk for ethernet node
` [PATCH 4.16 032/110] mtd: rawnand: marvell: Fix read logic for layouts with ->nchunks > 2
` [PATCH 4.16 033/110] powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
` [PATCH 4.16 034/110] drm: Match sysfs name in link removal to link creation
` [PATCH 4.16 035/110] cpufreq: armada-37xx: driver relies on cpufreq-dt
` [PATCH 4.16 036/110] lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
` [PATCH 4.16 037/110] radix tree: fix multi-order iteration race
` [PATCH 4.16 040/110] s390/qdio: fix access to uninitialized qdio_q fields
` [PATCH 4.16 041/110] s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
` [PATCH 4.16 042/110] s390/qdio: dont release memory in qdio_setup_irq()
` [PATCH 4.16 043/110] s390: remove indirect branch from do_softirq_own_stack
` [PATCH 4.16 044/110] bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n
` [PATCH 4.16 047/110] efi: Avoid potential crashes, fix the struct efi_pci_io_protocol_32 definition for mixed mode
` [PATCH 4.16 048/110] ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
` [PATCH 4.16 049/110] x86/apic/x2apic: Initialize cluster ID properly
` [PATCH 4.16 051/110] tick/broadcast: Use for_each_cpu() specially on UP kernels
` [PATCH 4.16 052/110] ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
` [PATCH 4.16 053/110] ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
` [PATCH 4.16 054/110] ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions

[PATCH 4.14 00/95] 4.14.43-stable review
 2018-05-21 21:11 UTC  (50+ messages)
` [PATCH 4.14 01/95] usbip: usbip_host: refine probe and disconnect debug msgs to be useful
` [PATCH 4.14 03/95] usbip: usbip_host: run rebind from exit when module is removed
` [PATCH 4.14 04/95] usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
` [PATCH 4.14 05/95] usbip: usbip_host: fix bad unlock balance during stub_probe()
` [PATCH 4.14 06/95] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
` [PATCH 4.14 07/95] ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
` [PATCH 4.14 10/95] spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
` [PATCH 4.14 11/95] spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
` [PATCH 4.14 12/95] KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
` [PATCH 4.14 13/95] KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
` [PATCH 4.14 15/95] vfio: ccw: fix cleanup if cp_prefetch fails
` [PATCH 4.14 17/95] tee: shm: fix use-after-free via temporarily dropped reference
` [PATCH 4.14 18/95] netfilter: nf_tables: free set name in error path
` [PATCH 4.14 19/95] netfilter: nf_tables: cant fail after linking rule into active rule list
` [PATCH 4.14 20/95] netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
` [PATCH 4.14 22/95] powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
` [PATCH 4.14 23/95] drm: Match sysfs name in link removal to link creation
` [PATCH 4.14 25/95] radix tree: fix multi-order iteration race
` [PATCH 4.14 26/95] mm: dont allow deferred pages with NEED_PER_CPU_KM
` [PATCH 4.14 27/95] drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
` [PATCH 4.14 28/95] s390/qdio: fix access to uninitialized qdio_q fields
` [PATCH 4.14 29/95] s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
` [PATCH 4.14 30/95] s390/qdio: dont release memory in qdio_setup_irq()
` [PATCH 4.14 31/95] s390: remove indirect branch from do_softirq_own_stack
` [PATCH 4.14 34/95] efi: Avoid potential crashes, fix the struct efi_pci_io_protocol_32 definition for mixed mode
` [PATCH 4.14 35/95] ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
` [PATCH 4.14 37/95] tick/broadcast: Use for_each_cpu() specially on UP kernels
` [PATCH 4.14 38/95] ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
` [PATCH 4.14 39/95] ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
` [PATCH 4.14 40/95] ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
` [PATCH 4.14 41/95] Btrfs: fix xattr loss after power failure
` [PATCH 4.14 42/95] Btrfs: send, fix invalid access to commit roots due to concurrent snapshotting
` [PATCH 4.14 43/95] btrfs: property: Set incompat flag if lzo/zstd compression is set
` [PATCH 4.14 45/95] btrfs: Split btrfs_del_delalloc_inode into 2 functions
` [PATCH 4.14 46/95] btrfs: Fix delalloc inodes invalidation during transaction abort
` [PATCH 4.14 47/95] btrfs: fix reading stale metadata blocks after degraded raid1 mounts
` [PATCH 4.14 48/95] x86/nospec: Simplify alternative_msr_write()
` [PATCH 4.14 49/95] x86/bugs: Concentrate bug detection into a separate function
` [PATCH 4.14 50/95] x86/bugs: Concentrate bug reporting "
` [PATCH 4.14 51/95] x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
` [PATCH 4.14 53/95] x86/bugs: Expose /sys/../spec_store_bypass
` [PATCH 4.14 54/95] x86/cpufeatures: Add X86_FEATURE_RDS
` [PATCH 4.14 55/95] x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation
` [PATCH 4.14 56/95] x86/bugs/intel: Set proper CPU features and setup RDS
` [PATCH 4.14 57/95] x86/bugs: Whitelist allowed SPEC_CTRL MSR values
` [PATCH 4.14 58/95] x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
` [PATCH 4.14 59/95] x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
` [PATCH 4.14 60/95] x86/speculation: Create spec-ctrl.h to avoid include hell
` [PATCH 4.14 61/95] prctl: Add speculation control prctls

[PATCH 4.9 00/87] 4.9.102-stable review
 2018-05-21 21:11 UTC  (60+ messages)
` [PATCH 4.9 02/87] usbip: usbip_host: delete device from busid_table after rebind
` [PATCH 4.9 03/87] usbip: usbip_host: run rebind from exit when module is removed
` [PATCH 4.9 04/87] usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
` [PATCH 4.9 05/87] usbip: usbip_host: fix bad unlock balance during stub_probe()
` [PATCH 4.9 06/87] ALSA: usb: mixer: volume quirk for CM102-A+/102S+
` [PATCH 4.9 07/87] ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
` [PATCH 4.9 08/87] ALSA: control: fix a redundant-copy issue
` [PATCH 4.9 09/87] spi: pxa2xx: Allow 64-bit DMA
` [PATCH 4.9 10/87] spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
` [PATCH 4.9 11/87] spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
` [PATCH 4.9 12/87] KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
` [PATCH 4.9 13/87] powerpc: Dont preempt_disable() in show_cpuinfo()
` [PATCH 4.9 14/87] signals: avoid unnecessary taking of sighand->siglock
` [PATCH 4.9 15/87] tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all}
` [PATCH 4.9 16/87] netfilter: nf_tables: cant fail after linking rule into active rule list
` [PATCH 4.9 18/87] powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
` [PATCH 4.9 19/87] mm: dont allow deferred pages with NEED_PER_CPU_KM
` [PATCH 4.9 20/87] s390/qdio: fix access to uninitialized qdio_q fields
` [PATCH 4.9 22/87] s390/qdio: dont release memory in qdio_setup_irq()
` [PATCH 4.9 23/87] s390: remove indirect branch from do_softirq_own_stack
` [PATCH 4.9 26/87] efi: Avoid potential crashes, fix the struct efi_pci_io_protocol_32 definition for mixed mode
` [PATCH 4.9 27/87] ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
` [PATCH 4.9 29/87] ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
` [PATCH 4.9 30/87] ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
` [PATCH 4.9 31/87] ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
` [PATCH 4.9 32/87] Btrfs: fix xattr loss after power failure
` [PATCH 4.9 33/87] btrfs: fix crash when trying to resume balance without the resume flag
` [PATCH 4.9 34/87] x86/amd: dont set X86_BUG_SYSRET_SS_ATTRS when running under Xen
` [PATCH 4.9 35/87] btrfs: fix reading stale metadata blocks after degraded raid1 mounts
` [PATCH 4.9 36/87] x86/nospec: Simplify alternative_msr_write()
` [PATCH 4.9 37/87] x86/bugs: Concentrate bug detection into a separate function
` [PATCH 4.9 38/87] x86/bugs: Concentrate bug reporting "
` [PATCH 4.9 42/87] x86/cpufeatures: Add X86_FEATURE_RDS
` [PATCH 4.9 43/87] x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation
` [PATCH 4.9 44/87] x86/bugs/intel: Set proper CPU features and setup RDS
` [PATCH 4.9 47/87] x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
` [PATCH 4.9 48/87] x86/speculation: Create spec-ctrl.h to avoid include hell
` [PATCH 4.9 50/87] x86/process: Optimize TIF checks in __switch_to_xtra()
` [PATCH 4.9 52/87] x86/process: Optimize TIF_NOTSC switch
` [PATCH 4.9 53/87] x86/process: Allow runtime control of Speculative Store Bypass
` [PATCH 4.9 54/87] x86/speculation: Add prctl for Speculative Store Bypass mitigation
` [PATCH 4.9 55/87] nospec: Allow getting/setting on non-current task
` [PATCH 4.9 58/87] x86/bugs: Make boot modes __ro_after_init
` [PATCH 4.9 59/87] prctl: Add force disable speculation
` [PATCH 4.9 60/87] seccomp: Use PR_SPEC_FORCE_DISABLE
` [PATCH 4.9 61/87] seccomp: Add filter flag to opt-out of SSB mitigation
` [PATCH 4.9 62/87] seccomp: Move speculation migitation control to arch code
` [PATCH 4.9 63/87] x86/speculation: Make "seccomp" the default mode for Speculative Store Bypass
` [PATCH 4.9 64/87] x86/bugs: Rename _RDS to _SSBD
` [PATCH 4.9 65/87] proc: Use underscores for SSBD in status
` [PATCH 4.9 66/87] Documentation/spec_ctrl: Do some minor cleanups
` [PATCH 4.9 67/87] x86/bugs: Fix __ssb_select_mitigation() return type
` [PATCH 4.9 68/87] x86/bugs: Make cpu_show_common() static
` [PATCH 4.9 69/87] x86/bugs: Fix the parameters alignment and missing void
` [PATCH 4.9 70/87] x86/cpu: Make alternative_msr_write work for 32-bit code
` [PATCH 4.9 71/87] KVM: SVM: Move spec control call after restore of GS
` [PATCH 4.9 72/87] x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
` [PATCH 4.9 73/87] x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
` [PATCH 4.9 74/87] x86/cpufeatures: Disentangle SSBD enumeration

[PATCH] Add the memcg print oom info for system oom
 2018-05-21 21:11 UTC  (5+ messages)

mellanox connectx-2 support
 2018-05-21 21:09 UTC  (5+ messages)

[Buildroot] [git commit] ipsec-tools: rename options to have proper prefix
 2018-05-21 21:09 UTC 

[PATCH v7 1/2] dt: bindings: lm3601x: Introduce the lm3601x driver
 2018-05-21 21:09 UTC  (3+ messages)
` [PATCH v7 2/2] leds: lm3601x: Introduce the lm3601x LED driver

[Buildroot] [git commit] libftdi: rename option to have proper prefix
 2018-05-21 21:08 UTC 

[Buildroot] [git commit] jquery-ui-themes: rename options to have proper prefix
 2018-05-21 21:08 UTC 

[PATCH v2 00/12] various fixes for MIPS64
 2018-05-21 21:07 UTC  (3+ messages)

[meta-oe][PATCH v2] stm32flash: add recipe
 2018-05-21 21:07 UTC  (3+ messages)

[v4 09/11] drivers/hwmon: Add PECI cputemp driver
 2018-05-21 21:06 UTC  (6+ messages)

[PATCH v6 0/9] Add support for SAMA5D2 touchscreen
 2018-05-21 21:06 UTC  (4+ messages)
` [PATCH v6 6/9] input: touchscreen: resistive-adc-touch: add generic resistive ADC touchscreen

[PATCH] drm/i915/query: Protect tainted function pointer lookup
 2018-05-21 21:05 UTC 

[PATCH] PCI: rcar: Poll more often in rcar_pcie_wait_for_dl()
 2018-05-21 21:05 UTC 

[PATCH bpf-next 0/7] BTF uapi cleanup
 2018-05-21 21:04 UTC  (3+ messages)
` [PATCH bpf-next 3/7] bpf: btf: Check array->index_type

[Buildroot] [git commit] bluez5_utils: rename options to have the proper suffix
 2018-05-21 21:05 UTC 

[RFC PATCH] mtd: spi-nor: add support to non-uniform SPI NOR flash memories
 2018-05-21 16:59 UTC  (4+ messages)

[PATCH v5 0/5] AIO add per-command iopriority
 2018-05-21 21:04 UTC  (17+ messages)
` [PATCH v5 1/5] block: add ioprio_check_cap function
` [PATCH v5 3/5] fs: Add aio iopriority support
` [PATCH v5 4/5] fs: blkdev set bio prio from kiocb prio
` [PATCH v5 5/5] fs: iomap dio "

Documentation/translations: Italian
 2018-05-21 20:54 UTC 

Xen Security Advisory 263 (CVE-2018-3639) - Speculative Store Bypass
 2018-05-21 21:00 UTC 

Patch for custom imager plugin in wic
 2018-05-21 21:00 UTC 

[02/12] usb: usbtmc: Support Read Status Byte with SRQ per file handle
 2018-05-21 21:00 UTC 

[Bug 106597] [vga_switcheroo] commit 07f4f97d7b4bf325d9f558c5b58230387e4e57e0 breaks dpm on Alienware 15R3
 2018-05-21 20:59 UTC  (2+ messages)

[PATCH 1/2] drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setup
 2018-05-21 20:59 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

PROBLEM: mce: [Hardware Error] from dmesg -l emerg
 2018-05-21 20:57 UTC  (8+ messages)

[PATCH v5 1/4] dt-bindings: pinctrl: qcom: add gpio-ranges, gpio-reserved-ranges
 2018-05-21 20:57 UTC  (8+ messages)
` [PATCH v5 2/4] pinctrl: msm: fix gpio-hog related boot issues
` [PATCH v5 3/4] ARM: dts: qcom: add gpio-ranges property
` [PATCH v5 4/4] gpiolib: discourage gpiochip_add_pin[group]_range for DT pinctrls

[PATCH 0/5] snprintf truncation fixes
 2018-05-21 20:57 UTC  (5+ messages)
` [PATCH 1/5] http: use strbufs instead of fixed buffers

[PATCH 1/6] ARM: OMAP1: ams-delta: add GPIO lookup tables
 2018-05-21 20:57 UTC  (5+ messages)
` [alsa-devel] [PATCH 5/6] mtd: rawnand: ams-delta: use GPIO lookup table


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.