messages from 2019-07-30 20:17:57 to 2019-08-01 13:01:33 UTC [more...]
[PATCH v4 3/9] arm: perf: save/resore pmsel
2019-08-01 13:01 UTC (2+ messages)
stable-rc/linux-4.19.y boot: 120 boots: 0 failed, 66 passed with 40 offline, 14 untried/unknown (v4.19.62-133-g2d6175fac9d8)
2019-08-01 12:20 UTC
stable-rc/linux-5.2.y boot: 134 boots: 0 failed, 86 passed with 45 offline, 3 untried/unknown (v5.2.4-227-g8b9088d37d9e)
2019-08-01 12:12 UTC
stable-rc/linux-4.9.y boot: 100 boots: 0 failed, 65 passed with 35 offline (v4.9.186-220-g80171ce48145)
2019-08-01 11:41 UTC
stable-rc/linux-4.14.y boot: 120 boots: 1 failed, 78 passed with 41 offline (v4.14.134-313-g6c9b3711a3b3)
2019-08-01 11:40 UTC
[PATCH 4.14 00/43] 4.14.132-stable review
2019-08-01 10:17 UTC (3+ messages)
` [PATCH 4.14 43/43] tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skb
stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.186-155-gad2e7f4d5a83)
2019-08-01 9:56 UTC
stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.62-133-g2d6175fac9d8)
2019-08-01 8:50 UTC
[PATCH v4.4 V2 00/43] V4.4 backport of arm64 Spectre patches
2019-08-01 8:49 UTC (23+ messages)
` [PATCH v4.4 V2 11/43] arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
` [PATCH v4.4 V2 15/43] arm64: Move cpu_die_early to smp.c
` [PATCH v4.4 V2 24/43] arm64: Add skeleton to harden the branch predictor against aliasing attacks
` [PATCH v4.4 V2 25/43] arm64: Move BP hardening to check_and_switch_context
[PATCH 4.19 000/113] 4.19.63-stable review
2019-08-01 8:47 UTC (10+ messages)
` [PATCH 4.19 024/113] tty: serial: msm_serial: avoid system lockup condition
` [PATCH 4.19 112/113] libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()
Please include 66b20ac0a1a10769d059d6903202f53494e3d902 in 5.1 and 5.2
2019-08-01 8:47 UTC (2+ messages)
stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.4-227-g8b9088d37d9e)
2019-08-01 8:42 UTC
[PATCH ARM32 v4.4 V2 00/47] V4.4 backport of arm32 Spectre patches
2019-08-01 8:16 UTC (48+ messages)
` [PATCH ARM32 v4.4 V2 01/47] ARM: 8478/2: arm/arm64: add arm-smccc
` [PATCH ARM32 v4.4 V2 02/47] arm/arm64: KVM: Advertise SMCCC v1.1
` [PATCH ARM32 v4.4 V2 03/47] arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
` [PATCH ARM32 v4.4 V2 04/47] drivers/firmware: Expose psci_get_version through psci_ops structure
` [PATCH ARM32 v4.4 V2 05/47] firmware/psci: Expose PSCI conduit
` [PATCH ARM32 v4.4 V2 06/47] firmware/psci: Expose SMCCC version through psci_ops
` [PATCH ARM32 v4.4 V2 07/47] arm/arm64: smccc: Make function identifiers an unsigned quantity
` [PATCH ARM32 v4.4 V2 08/47] arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
` [PATCH ARM32 v4.4 V2 09/47] ARM: add more CPU part numbers for Cortex and Brahma B15 CPUs
` [PATCH ARM32 v4.4 V2 10/47] ARM: bugs: prepare processor bug infrastructure
` [PATCH ARM32 v4.4 V2 11/47] ARM: bugs: hook processor bug checking into SMP and suspend paths
` [PATCH ARM32 v4.4 V2 12/47] ARM: bugs: add support for per-processor bug checking
` [PATCH ARM32 v4.4 V2 13/47] ARM: spectre: add Kconfig symbol for CPUs vulnerable to Spectre
` [PATCH ARM32 v4.4 V2 14/47] ARM: spectre-v2: harden branch predictor on context switches
` [PATCH ARM32 v4.4 V2 15/47] ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bit
` [PATCH ARM32 v4.4 V2 16/47] ARM: spectre-v2: harden user aborts in kernel space
` [PATCH ARM32 v4.4 V2 17/47] ARM: spectre-v2: add firmware based hardening
` [PATCH ARM32 v4.4 V2 18/47] ARM: spectre-v2: warn about incorrect context switching functions
` [PATCH ARM32 v4.4 V2 19/47] ARM: spectre-v1: add speculation barrier (csdb) macros
` [PATCH ARM32 v4.4 V2 20/47] ARM: spectre-v1: add array_index_mask_nospec() implementation
` [PATCH ARM32 v4.4 V2 21/47] ARM: spectre-v1: fix syscall entry
` [PATCH ARM32 v4.4 V2 22/47] ARM: signal: copy registers using __copy_from_user()
` [PATCH ARM32 v4.4 V2 23/47] ARM: vfp: use __copy_from_user() when restoring VFP state
` [PATCH ARM32 v4.4 V2 24/47] ARM: oabi-compat: copy semops using __copy_from_user()
` [PATCH ARM32 v4.4 V2 25/47] ARM: use __inttype() in get_user()
` [PATCH ARM32 v4.4 V2 26/47] ARM: spectre-v1: use get_user() for __get_user()
` [PATCH ARM32 v4.4 V2 27/47] ARM: spectre-v1: mitigate user accesses
` [PATCH ARM32 v4.4 V2 28/47] ARM: 8789/1: signal: copy registers using __copy_to_user()
` [PATCH ARM32 v4.4 V2 29/47] ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
` [PATCH ARM32 v4.4 V2 30/47] ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
` [PATCH ARM32 v4.4 V2 31/47] ARM: 8793/1: signal: replace __put_user_error with __put_user
` [PATCH ARM32 v4.4 V2 32/47] ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit
` [PATCH ARM32 v4.4 V2 33/47] ARM: uaccess: remove put_user() code duplication
` [PATCH ARM32 v4.4 V2 34/47] ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()
` [PATCH ARM32 v4.4 V2 35/47] ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization
` [PATCH ARM32 v4.4 V2 36/47] ARM: 8797/1: spectre-v1.1: harden __copy_to_user
` [PATCH ARM32 v4.4 V2 37/47] ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
` [PATCH ARM32 v4.4 V2 38/47] ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
` [PATCH ARM32 v4.4 V2 39/47] ARM: make lookup_processor_type() non-__init
` [PATCH ARM32 v4.4 V2 40/47] ARM: split out processor lookup
` [PATCH ARM32 v4.4 V2 41/47] ARM: clean up per-processor check_bugs method call
` [PATCH ARM32 v4.4 V2 42/47] ARM: add PROC_VTABLE and PROC_TABLE macros
` [PATCH ARM32 v4.4 V2 43/47] arch: Introduce post-init read-only memory
` [PATCH ARM32 v4.4 V2 44/47] ARM: 8595/2: apply more __ro_after_init
` [PATCH ARM32 v4.4 V2 45/47] ARM: spectre-v2: per-CPU vtables to work around big.Little systems
` [PATCH ARM32 v4.4 V2 46/47] ARM: ensure that processor vtables is not lost after boot
` [PATCH ARM32 v4.4 V2 47/47] ARM: fix the cockup in the previous patch
stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.134-313-g6c9b3711a3b3)
2019-08-01 8:11 UTC
stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186-220-g80171ce48145)
2019-08-01 8:11 UTC
[PATCH] cpufreq: schedutil: Don't skip freq update when limits change
2019-08-01 7:55 UTC (14+ messages)
[PATCH] usb: typec: ucsi: ccg: Fix uninitilized symbol error
2019-08-01 7:55 UTC
Request vsock and hv_sock patches to be backported for linux-5.2.y, linux-4.19.y and linux-4.14.y
2019-08-01 6:21 UTC (6+ messages)
FW: Kontakt. Nachricht
2019-08-01 6:19 UTC
FAILED: patch "[PATCH] cpufreq: Add QoS requests for userspace constraints" failed to apply to 5.2-stable tree
2019-08-01 5:55 UTC (3+ messages)
[PATCH 3/3] KVM: Fix leak vCPU's VMCS value into other pCPU
2019-08-01 3:35 UTC (4+ messages)
` [PATCH v2 "
[PATCH v3 1/3] KVM: Fix leak vCPU's VMCS value into other pCPU
2019-08-01 3:30 UTC
[PATCH v2] nbd: replace kill_bdev() with __invalidate_device() again
2019-07-31 23:38 UTC (4+ messages)
stable-rc/linux-4.4.y boot: 91 boots: 2 failed, 56 passed with 32 offline, 1 conflict (v4.4.186-155-gad906964c00c)
2019-07-31 23:22 UTC
[PATCH] cpufreq: schedutil: Don't skip freq update when limits change
2019-07-31 23:19 UTC (2+ messages)
[PATCH] tipc: compat: allow tipc commands without arguments
2019-07-31 22:52 UTC (2+ messages)
stable-rc/linux-5.2.y boot: 129 boots: 0 failed, 83 passed with 45 offline, 1 untried/unknown (v5.2.4-227-gd8fbf65cb203)
2019-07-31 22:46 UTC
stable-rc/linux-4.14.y boot: 119 boots: 1 failed, 77 passed with 41 offline (v4.14.134-310-gd37a2dd002e6)
2019-07-31 22:18 UTC
stable-rc/linux-4.19.y boot: 118 boots: 1 failed, 74 passed with 40 offline, 3 untried/unknown (v4.19.62-131-ga4090d312ea0)
2019-07-31 22:11 UTC
stable-rc/linux-4.9.y boot: 99 boots: 0 failed, 64 passed with 35 offline (v4.9.186-220-g49d1c2e96b78)
2019-07-31 21:43 UTC
+ mm-usercopy-use-memory-range-to-be-accessed-for-wraparound-check.patch added to -mm tree
2019-07-31 21:40 UTC
[PATCH] mm/usercopy: Use memory range to be accessed for wraparound check
2019-07-31 20:25 UTC (2+ messages)
stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.186-155-gad906964c00c)
2019-07-31 19:52 UTC
[PATCH] drm/i915/vbt: Fix VBT parsing for the PSR section
2019-07-31 19:23 UTC (5+ messages)
` [Intel-gfx] "
stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.4-227-gd8fbf65cb203)
2019-07-31 19:17 UTC
stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.134-310-gd37a2dd002e6)
2019-07-31 18:49 UTC
stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.62-131-ga4090d312ea0)
2019-07-31 18:41 UTC
stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186-220-g49d1c2e96b78)
2019-07-31 18:14 UTC
stable-rc/linux-4.14.y boot: 120 boots: 1 failed, 78 passed with 41 offline (v4.14.134-303-g55685a28b143)
2019-07-31 17:43 UTC
stable-rc/linux-4.4.y boot: 91 boots: 1 failed, 57 passed with 32 offline, 1 conflict (v4.4.186-152-g312c583f6950)
2019-07-31 17:11 UTC
[PATCH-4.19-stable 0/2] iommu/vt-d: queue_iova() boot crash backport
2019-07-31 17:06 UTC (6+ messages)
` [PATCH-4.19-stable 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue
` [PATCH-4.19-stable 2/2] iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
stable-rc/linux-4.9.y boot: 100 boots: 0 failed, 65 passed with 35 offline (v4.9.186-216-gf61b5d80bbfa)
2019-07-31 17:01 UTC
stable-rc/linux-4.19.y boot: 125 boots: 1 failed, 84 passed with 40 offline (v4.19.62-124-g59a35b3f56e4)
2019-07-31 16:24 UTC
[PATCH-4.14-stable 0/2] iommu/vt-d: queue_iova() boot crash backport
2019-07-31 16:23 UTC (3+ messages)
` [PATCH-4.14-stable 1/2] iommu/vt-d: Don't queue_iova() if there is no flush queue
` [PATCH-4.14-stable 2/2] iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
[PATCH 0/4] Fix NFSv4 lookup revalidation
2019-07-31 16:12 UTC (8+ messages)
` [PATCH 1/4] NFS: Fix dentry revalidation on NFSv4 lookup
` [PATCH 2/4] NFS: Refactor nfs_lookup_revalidate()
` [PATCH 3/4] NFSv4: Fix lookup revalidate of regular files
` [PATCH 4/4] NFS: Remove redundant semicolon
[PATCH 4.9 00/83] 4.9.181-stable review
2019-07-31 15:14 UTC (3+ messages)
` [PATCH 4.9 57/83] mm: prevent get_user_pages() from overflowing page refcount
stable-rc/linux-5.2.y boot: 136 boots: 0 failed, 90 passed with 45 offline, 1 untried/unknown (v5.2.4-217-g6aaac92a7ecc)
2019-07-31 15:26 UTC
stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.134-303-g55685a28b143)
2019-07-31 14:13 UTC
stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.186-152-g312c583f6950)
2019-07-31 13:41 UTC
stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186-216-gf61b5d80bbfa)
2019-07-31 13:31 UTC
stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.62-124-g59a35b3f56e4)
2019-07-31 12:54 UTC
[PATCH] nbd: replace kill_bdev() with __invalidate_device() again
2019-07-31 12:01 UTC (3+ messages)
stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.4-217-g6aaac92a7ecc)
2019-07-31 11:56 UTC
[PATCH v2] powerpc/powernv: Restrict OPAL symbol map to only be readable by root
2019-07-31 11:43 UTC (3+ messages)
[PATCH] usb: gadget: udc: renesas_usb3: Fix sysfs interface of "role"
2019-07-31 11:23 UTC (2+ messages)
stable/linux-4.14.y boot: 61 boots: 1 failed, 60 passed (v4.14.135)
2019-07-31 10:49 UTC
[PATCH] arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ
2019-07-31 10:00 UTC (6+ messages)
stable/linux-4.19.y boot: 67 boots: 1 failed, 66 passed (v4.19.63)
2019-07-31 10:45 UTC
stable/linux-5.2.y boot: 71 boots: 0 failed, 71 passed (v5.2.5)
2019-07-31 10:27 UTC
[PATCH] phy: renesas: rcar-gen3-usb2: Fix sysfs interface of "role"
2019-07-31 10:09 UTC (4+ messages)
[PATCH] mpt3sas: Use 63-bit DMA addressing on SAS35 HBA
2019-07-31 10:08 UTC (3+ messages)
[PATCH 5.2 000/215] 5.2.5-stable review
2019-07-31 9:50 UTC (4+ messages)
[PATCH 4.14,4.19] binder: fix possible UAF when freeing buffer
2019-07-31 9:47 UTC (2+ messages)
[PATCH for-4.19.y 1/3] usb: dwc2: Disable all EP's on disconnect
2019-07-31 9:46 UTC (3+ messages)
` [PATCH for-4.19.y 3/3] powerpc/4xx/uic: clear pending interrupt after irq type/pol change
[PATCH for-4.14.y 1/3] arm64: dts: marvell: Fix A37xx UART0 register size
2019-07-31 9:44 UTC (4+ messages)
` [PATCH for-4.14.y 2/3] i2c: qup: fixed releasing dma without flush operation completion
` [PATCH for-4.14.y 3/3] crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
Linux 5.2.5
2019-07-31 9:42 UTC (3+ messages)
[PATCH 4.14 000/293] 4.14.135-stable review
2019-07-31 9:35 UTC (3+ messages)
Linux 4.19.63
2019-07-31 9:21 UTC (2+ messages)
Linux 4.14.135
2019-07-31 9:20 UTC (2+ messages)
stable/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.135)
2019-07-31 7:20 UTC
stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.63)
2019-07-31 7:16 UTC
stable/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.5)
2019-07-31 6:58 UTC
[PATCH] xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()
2019-07-31 6:15 UTC (2+ messages)
【お問い合わせありがとうございました】rain-or-shine
2019-07-31 4:28 UTC
[PATCH stable 4.9] tcp: reset sk_send_head in tcp_write_queue_purge
2019-07-30 20:17 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).