stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-02-26 20:23:07 to 2018-02-28 03:56:43 UTC [more...]

[PATCH 0/29] arm meltdown fix backporting review for lts 4.9
 2018-02-28  3:56 UTC  (6+ messages)
` [PATCH 04/29] arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
` [PATCH 05/29] arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
` [PATCH 14/29] arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
` [PATCH 15/29] arm64: kaslr: Put kernel vectors address in separate data page
` [PATCH 21/29] arm64: capabilities: Handle duplicate entries for a capability

[PATCH for v3.2 00/12] v4l2-compat-ioctl32.c: remove set_fs(KERNEL_DS)
 2018-02-28  2:41 UTC  (2+ messages)

objtool warnings on 4.14-stable/gcc-7.3.0
 2018-02-28  2:20 UTC  (4+ messages)

[PATCH] thermal: imx: Fix race condition in imx_thermal_probe()
 2018-02-28  2:16 UTC  (3+ messages)

[PATCH v2] Avoid that ATA error handling can trigger a kernel hang or oops
 2018-02-28  2:14 UTC  (4+ messages)

[PATCH for v3.16 00/14] v4l2-compat-ioctl32.c: remove set_fs(KERNEL_DS)
 2018-02-28  1:41 UTC  (2+ messages)

[PATCH v3 1/2] fs/sysctl: fix potential page fault while unregistering sysctl table
 2018-02-28  1:35 UTC 

4.15 stable: Fixing kallsyms
 2018-02-28  0:42 UTC 

[PATCH] Bluetooth: btqcomsmd: Fix channel open check
 2018-02-28  0:17 UTC 

[PATCH 4.14 00/54] 4.14.23-stable review
 2018-02-27 23:12 UTC  (50+ messages)
` [PATCH 4.14 02/54] arm64: mm: dont write garbage into TTBR1_EL1 register
` [PATCH 4.14 04/54] MIPS: boot: Define __ASSEMBLY__ for its.S build
` [PATCH 4.14 05/54] xtensa: fix high memory/reserved memory collision
` [PATCH 4.14 06/54] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
` [PATCH 4.14 07/54] MIPS: Drop spurious __unused in struct compat_flock
` [PATCH 4.14 08/54] cfg80211: fix cfg80211_beacon_dup
` [PATCH 4.14 10/54] i2c: bcm2835: Set up the rising/falling edge delays
` [PATCH 4.14 11/54] X.509: fix BUG_ON() when hash algorithm is unsupported
` [PATCH 4.14 12/54] X.509: fix NULL dereference when restricting key with unsupported_sig
` [PATCH 4.14 16/54] RDMA/uverbs: Protect from races between lookup and destroy of uobjects
` [PATCH 4.14 17/54] RDMA/uverbs: Protect from command mask overflow
` [PATCH 4.14 18/54] RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
` [PATCH 4.14 20/54] RDMA/uverbs: Sanitize user entered port numbers prior to access it
` [PATCH 4.14 21/54] iio: adc: stm32: fix stm32h7_adc_enable error handling
` [PATCH 4.14 23/54] iio: buffer: check if a buffer has been set up when poll is called
` [PATCH 4.14 25/54] Kbuild: always define endianess in kconfig.h
` [PATCH 4.14 26/54] x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
` [PATCH 4.14 28/54] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
` [PATCH 4.14 31/54] ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and io_watchdog_func()
` [PATCH 4.14 34/54] arm64: Disable unhandled signal log messages by default
` [PATCH 4.14 35/54] arm64: cpufeature: Fix CTR_EL0 field definitions
` [PATCH 4.14 37/54] drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
` [PATCH 4.14 38/54] usb: host: ehci: use correct device pointer for dma ops
` [PATCH 4.14 39/54] usb: dwc3: gadget: Set maxpacket size for ep0 IN
` [PATCH 4.14 40/54] usb: dwc3: ep0: Reset TRB counter "
` [PATCH 4.14 42/54] Revert "usb: musb: host: dont start next rx urb if current one failed"
` [PATCH 4.14 43/54] usb: gadget: f_fs: Process all descriptors during bind
` [PATCH 4.14 44/54] usb: gadget: f_fs: Use config_ep_by_speed()
` [PATCH 4.14 45/54] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
` [PATCH 4.14 46/54] drm/cirrus: Load lut in crtc_commit
` [PATCH 4.14 47/54] drm: Handle unexpected holes in color-eviction
` [PATCH 4.14 48/54] drm/amdgpu: disable MMHUB power gating on raven
` [PATCH 4.14 50/54] drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
` [PATCH 4.14 52/54] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)

[PATCH v4 00/12] vfio, dax: prevent long term filesystem-dax pins and other fixes
 2018-02-27 22:23 UTC  (23+ messages)
` [PATCH v4 01/12] dax: fix vma_is_fsdax() helper
` [PATCH v4 02/12] dax: introduce IS_DEVDAX() and IS_FSDAX()
` [PATCH v4 03/12] ext2, dax: finish implementing dax_sem helpers
` [PATCH v4 04/12] ext2, dax: define ext2_dax_*() infrastructure in all cases
` [PATCH v4 05/12] ext4, dax: define ext4_dax_*() "
` [PATCH v4 06/12] ext2, dax: replace IS_DAX() with IS_FSDAX()
` [PATCH v4 07/12] ext4, "
` [PATCH v4 08/12] xfs, "
` [PATCH v4 09/12] mm, dax: replace IS_DAX() with IS_DEVDAX() or IS_FSDAX()
` [PATCH v4 10/12] fs, dax: kill IS_DAX()
` [PATCH v4 11/12] dax: fix S_DAX definition
` [PATCH v4 12/12] vfio: disable filesystem-dax page pinning

[PATCH 4.15 00/64] 4.15.7-stable review
 2018-02-27 18:37 UTC  (47+ messages)
` [PATCH 4.15 02/64] arm64: mm: dont write garbage into TTBR1_EL1 register
` [PATCH 4.15 03/64] kconfig.h: Include compiler types to avoid missed struct attributes
` [PATCH 4.15 04/64] MIPS: boot: Define __ASSEMBLY__ for its.S build
` [PATCH 4.15 06/64] scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
` [PATCH 4.15 07/64] MIPS: Drop spurious __unused in struct compat_flock
` [PATCH 4.15 08/64] cfg80211: fix cfg80211_beacon_dup
` [PATCH 4.15 10/64] i2c: bcm2835: Set up the rising/falling edge delays
` [PATCH 4.15 11/64] X.509: fix BUG_ON() when hash algorithm is unsupported
` [PATCH 4.15 12/64] X.509: fix NULL dereference when restricting key with unsupported_sig
` [PATCH 4.15 14/64] PKCS#7: fix certificate blacklisting
` [PATCH 4.15 15/64] extcon: int3496: process id-pin first so that we start with the right status
` [PATCH 4.15 16/64] genirq/matrix: Handle CPU offlining proper
` [PATCH 4.15 19/64] RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
` [PATCH 4.15 21/64] RDMA/uverbs: Sanitize user entered port numbers prior to access it
` [PATCH 4.15 22/64] iio: adc: stm32: fix stm32h7_adc_enable error handling
` [PATCH 4.15 24/64] iio: buffer: check if a buffer has been set up when poll is called
` [PATCH 4.15 25/64] iio: adis_lib: Initialize trigger before requesting interrupt
` [PATCH 4.15 26/64] Kbuild: always define endianess in kconfig.h
` [PATCH 4.15 27/64] x86/apic/vector: Handle vector release on CPU unplug correctly
` [PATCH 4.15 29/64] mm, swap, frontswap: fix THP swap if frontswap enabled
` [PATCH 4.15 30/64] mm: dont defer struct page initialization for Xen pv guests
` [PATCH 4.15 31/64] uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
` [PATCH 4.15 32/64] irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
` [PATCH 4.15 33/64] irqchip/mips-gic: Avoid spuriously handling masked interrupts
` [PATCH 4.15 34/64] PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
` [PATCH 4.15 35/64] net: thunderbolt: Tear down connection properly on suspend
` [PATCH 4.15 38/64] usb: ohci: Proper handling of ed_rm_list to handle race condition between usb_kill_urb() and finish_unlinks()
` [PATCH 4.15 42/64] Add delay-init quirk for Corsair K70 RGB keyboards
` [PATCH 4.15 44/64] usb: host: ehci: use correct device pointer for dma ops
` [PATCH 4.15 45/64] usb: dwc3: gadget: Set maxpacket size for ep0 IN
` [PATCH 4.15 46/64] usb: dwc3: ep0: Reset TRB counter "
` [PATCH 4.15 48/64] usb: ldusb: add PIDs for new CASSY devices supported by this driver
` [PATCH 4.15 49/64] Revert "usb: musb: host: dont start next rx urb if current one failed"
` [PATCH 4.15 52/64] usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
` [PATCH 4.15 53/64] drm/cirrus: Load lut in crtc_commit
` [PATCH 4.15 55/64] drm: Handle unexpected holes in color-eviction
` [PATCH 4.15 56/64] drm/amdgpu: disable MMHUB power gating on raven
` [PATCH 4.15 61/64] drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
` [PATCH 4.15 62/64] drm/amdgpu: add new device to use atpx quirk
` [PATCH 4.15 63/64] arm64: __show_regs: Only resolve kernel symbols when running at EL1

Patch "microblaze: fix endian handling" has been added to the 4.15-stable tree
 2018-02-27 18:37 UTC 

Patch "microblaze: fix endian handling" has been added to the 4.14-stable tree
 2018-02-27 18:36 UTC 

Patch "m32r: fix endianness constraints" has been added to the 4.14-stable tree
 2018-02-27 18:36 UTC 

[PATCH] platform/x86: dell-laptop: Allocate buffer on heap rather than globally
 2018-02-27 18:34 UTC  (8+ messages)

[PATCH 4.9 00/39] 4.9.85-stable review
 2018-02-27 18:34 UTC  (6+ messages)
` [PATCH 4.9 35/39] IB/core: disable memory registration of filesystem-dax vmas

[PATCH 4.4 00/22] 4.4.119-stable review
 2018-02-27 18:33 UTC  (11+ messages)
` [PATCH 4.4 23/22?] hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)

[PATCH 4.13 00/43] 4.13.11-stable review
 2018-02-27 18:33 UTC  (12+ messages)
` [PATCH 4.13 28/43] SMB3: Validate negotiate request must always be signed

[PATCH 3.18 00/13] 3.18.97-stable review
 2018-02-27 18:32 UTC  (5+ messages)

[PATCH v2] ashmem: Fix lockdep issue during llseek
 2018-02-27 18:16 UTC  (4+ messages)
` [PATCH v2] staging: android: "

[PATCH v2 1/2] xen: fix out-of-bounds irq unbind for MSI message groups
 2018-02-27 17:07 UTC  (4+ messages)
` [PATCH v2 2/2] xen: events: free irqs in error condition

[PATCH] x86/xen: Calculate __max_logical_packages on PV domains
 2018-02-27 17:08 UTC 

Applied "ASoC: topology: Fix logical inversion in set_link_hw_format()" to the asoc tree
 2018-02-27 15:57 UTC  (9+ messages)
  ` [alsa-devel] "

[PATCH] thermal: exynos: Propagate error value from tmu_read()
 2018-02-27 15:25 UTC  (2+ messages)

[PATCH v3] thermal: exynos: Reading temperature makes sense only when TMU is turned on
 2018-02-27 14:23 UTC 

[PATCH] Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten" version
 2018-02-27 14:07 UTC  (13+ messages)

[PATCH 4.4 000/193] 4.4.118-stable review
 2018-02-27 13:11 UTC  (4+ messages)
` [PATCH 4.4 002/193] net: replace dst_cache ip6_tunnel implementation with the generic one

[PATCH] i2c: designware: must wait for enable
 2018-02-27 12:06 UTC 

[PATCH 1/2] mmc: dw_mmc: Avoid accessing registers in runtime suspended state
 2018-02-27 11:27 UTC  (2+ messages)

[PATCH 4.4] f2fs: fix a bug caused by NULL extent tree
 2018-02-27 11:23 UTC 

[PATCH] usb: dwc3: prevent setting PRTCAP to OTG from debugfs
 2018-02-27 10:54 UTC 

[PATCH 0/2 v3] mmc: dw_mmc: Fix DTO/STO timeout overflow calculation
 2018-02-27 10:49 UTC  (13+ messages)
` [PATCH 1/2 v3] mmc: dw_mmc: Fix the DTO timeout overflow calculation for 32-bit systems
` [PATCH 2/2 v3] mmc: dw_mmc: Fix the CTO "

[PATCH] usb: dwc3: Fix lock-up on ID change during system suspend/resume
 2018-02-27 10:41 UTC 

[PATCH 2/2] xen: events: free irqs in error condition
 2018-02-27  8:14 UTC  (3+ messages)

[PATCH v5 2/9] watchdog/hpwdt: Remove legacy NMI sourcing
 2018-02-27  1:29 UTC  (4+ messages)

[PATCH 3.16] staging: usbip stub_rx fix static checker warning on unnecessary checks
 2018-02-26 21:12 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).