linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-30 06:19:56 to 2020-04-05 04:49:35 UTC [more...]

linux-next: Tree for Apr 5
 2020-04-05  4:49 UTC 

next/pending-fixes boot: 278 boots: 7 failed, 260 passed with 4 offline, 7 untried/unknown (v5.6-11001-g25533a084e59)
 2020-04-05  4:19 UTC 

linux-next: build failure after merge of the rcu tree
 2020-04-05  3:10 UTC  (2+ messages)

linux-next: build failure after merge of the ide tree
 2020-04-05  3:10 UTC  (3+ messages)

linux-next: build failure in Linus' tree
 2020-04-05  1:27 UTC  (2+ messages)

linux-next: manual merge of the keys tree with the bpf-next tree
 2020-04-05  1:02 UTC  (2+ messages)

next/pending-fixes build: 215 builds: 7 failed, 208 passed, 11 errors, 392 warnings (v5.6-11001-g25533a084e59)
 2020-04-05  0:49 UTC 

next/master boot: 217 boots: 4 failed, 206 passed with 4 offline, 3 untried/unknown (next-20200404)
 2020-04-04 11:44 UTC 

next/pending-fixes boot: 191 boots: 6 failed, 177 passed with 3 offline, 5 untried/unknown (v5.6-9886-g0b1e9f1086f3)
 2020-04-04  8:53 UTC 

next/master build: 228 builds: 9 failed, 219 passed, 10 errors, 692 warnings (next-20200404)
 2020-04-04  8:15 UTC 

next/pending-fixes build: 216 builds: 8 failed, 208 passed, 12 errors, 304 warnings (v5.6-9886-g0b1e9f1086f3)
 2020-04-04  5:23 UTC 

linux-next: Tree for Apr 4
 2020-04-04  5:05 UTC 

linux-next: build warnings in Linus' tree
 2020-04-03 23:31 UTC  (3+ messages)

Coverity: ttm_bo_vm_insert_huge(): Incorrect expression
 2020-04-03 23:26 UTC 

linux-next: manual merge of the csky tree with Linus' tree
 2020-04-03 23:13 UTC 

linux-next: Fixes tag needs some work in the nfs tree
 2020-04-03 22:22 UTC  (2+ messages)

next/master boot: 278 boots: 7 failed, 261 passed with 4 offline, 6 untried/unknown (next-20200403)
 2020-04-03 19:56 UTC 

[PATCH 0/8] tools/vhost: Reset virtqueue on tests
 2020-04-03 16:51 UTC  (9+ messages)
` [PATCH 1/8] tools/virtio: fix virtio_test.c indentation
` [PATCH 2/8] vhost: Not cleaning batched descs in VHOST_SET_VRING_BASE ioctl
` [PATCH 3/8] vhost: Replace vq->private_data access by backend accesors
` [PATCH 4/8] vhost: Fix bad order in vhost_test_set_backend at enable
` [PATCH 5/8] tools/virtio: Use __vring_new_virtqueue in virtio_test.c
` [PATCH 6/8] tools/virtio: Extract virtqueue initialization in vq_reset
` [PATCH 7/8] tools/virtio: Reset index in virtio_test --reset
` [PATCH 8/8] tools/virtio: Use tools/include/list.h instead of stubs

next/master build: 227 builds: 9 failed, 218 passed, 10 errors, 692 warnings (next-20200403)
 2020-04-03 16:26 UTC 

linux-next: build failure after merge of the tip tree
 2020-04-03  9:50 UTC  (4+ messages)

linux-next: Tree for Apr 3
 2020-04-03  9:00 UTC  (3+ messages)

next/pending-fixes boot: 191 boots: 6 failed, 174 passed with 4 offline, 7 untried/unknown (v5.6-8377-ged040e5bd750)
 2020-04-03  7:06 UTC 

linux-next: Fixes tag needs some work in the device-mapper tree
 2020-04-03  5:50 UTC 

linux-next: manual merge of the akpm-current tree with the drm tree
 2020-04-03  3:58 UTC 

next/pending-fixes build: 213 builds: 8 failed, 205 passed, 12 errors, 147 warnings (v5.6-8377-ged040e5bd750)
 2020-04-03  3:36 UTC 

linux-next: Tree for Mar 31
 2020-04-02 23:52 UTC  (4+ messages)
` linux-next: Tree for Mar 31 (fs/ext4)
` linux-next: Tree for Mar 31 (mlx5)

linux-next: manual merge of the drm tree with the omap tree
 2020-04-02 23:08 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the net tree
 2020-04-02 20:59 UTC 

[PATCH v2] qtpm2: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
 2020-04-02 19:31 UTC  (4+ messages)

[PATCH v4 0/7] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02 13:27 UTC  (9+ messages)
` [PATCH v4 1/7] vhost: option to fetch descriptors through an independent struct
` [PATCH v4 2/7] vhost: use batched version by default
` [PATCH v4 3/7] vhost: batching fetches
` [PATCH v4 4/7] tools/virtio: Add --batch option
` [PATCH v4 5/7] tools/virtio: Add --batch=random option
` [PATCH v4 6/7] tools/virtio: Add --reset=random
` [PATCH v4 7/7] tools/virtio: Make --reset reset ring idx

next/master boot: 273 boots: 9 failed, 252 passed with 3 offline, 8 untried/unknown, 1 conflict (next-20200402)
 2020-04-02 12:56 UTC 

linux-next: manual merge of the kvm tree with Linus' tree
 2020-04-02 10:44 UTC  (3+ messages)

next/master build: 227 builds: 8 failed, 219 passed, 10 errors, 680 warnings (next-20200402)
 2020-04-02  9:26 UTC 

[PATCH v3 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-04-02  8:17 UTC  (15+ messages)
` [PATCH v3 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v3 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v3 3/8] vhost: use batched version by default
` [PATCH v3 4/8] vhost: batching fetches
` [PATCH v3 5/8] tools/virtio: Add --batch option
` [PATCH v3 6/8] tools/virtio: Add --batch=random option
` [PATCH v3 7/8] tools/virtio: Add --reset=random
` [PATCH v3 8/8] tools/virtio: Make --reset reset ring idx

linux-next: Tree for Apr 2
 2020-04-02  6:32 UTC 

next/pending-fixes boot: 191 boots: 7 failed, 167 passed with 7 offline, 9 untried/unknown, 1 conflict (v5.6-6294-g700297ff160a)
 2020-04-02  2:31 UTC 

mmotm 2020-04-01-17-52 uploaded
 2020-04-02  0:53 UTC 

linux-next: manual merge of the net-next tree with the powerpc tree
 2020-04-01 23:09 UTC  (2+ messages)

linux-next: build warning after merge of the akpm-current tree
 2020-04-01 23:06 UTC  (4+ messages)

next/pending-fixes build: 216 builds: 7 failed, 209 passed, 11 errors, 147 warnings (v5.6-6294-g700297ff160a)
 2020-04-01 23:02 UTC 

linux-next: build warning after merge of the tip tree
 2020-04-01 22:39 UTC  (5+ messages)

linux-next: build failure after merge of the hyperv tree
 2020-04-01 17:45 UTC  (2+ messages)

mmotm 2020-03-30-18-46 uploaded
 2020-04-01 17:13 UTC  (11+ messages)
` mmotm 2020-03-30-18-46 uploaded (freesync)
` mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)

next/master boot: 284 boots: 9 failed, 264 passed with 3 offline, 8 untried/unknown (next-20200401)
 2020-04-01 15:40 UTC 

linux-next: build failure after merge of the gpio tree
 2020-04-01 12:30 UTC  (8+ messages)

next/master build: 227 builds: 8 failed, 219 passed, 10 errors, 684 warnings (next-20200401)
 2020-04-01 12:10 UTC 

[PATCH] gpio: turn of_pinctrl_get() into a static inline
 2020-04-01  8:43 UTC  (5+ messages)

linux-next: Tree for Apr 1
 2020-04-01  7:28 UTC 

linux-next: manual merge of the driver-core tree with the drivers-x86 tree
 2020-04-01  7:18 UTC  (4+ messages)

linux-next: manual merge of the drivers-x86 tree with the tip tree
 2020-04-01  6:49 UTC  (3+ messages)

next/pending-fixes boot: 283 boots: 10 failed, 262 passed with 5 offline, 5 untried/unknown, 1 conflict (v5.6-3095-g771732386d6d)
 2020-04-01  5:55 UTC 

linux-next: manual merge of the gpio tree with Linus' tree
 2020-04-01  4:03 UTC 

next/pending-fixes build: 216 builds: 1 failed, 215 passed, 4 errors, 145 warnings (v5.6-3095-g771732386d6d)
 2020-04-01  2:25 UTC 

linux-next: manual merge of the tip tree with the thermal tree
 2020-04-01  0:42 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with Linus' tree
 2020-03-31 23:55 UTC 

linux-next: build failure after merge of the input tree
 2020-03-31 21:06 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the risc-v tree
 2020-03-31 20:52 UTC 

next/master boot: 271 boots: 7 failed, 254 passed with 5 offline, 5 untried/unknown (next-20200331)
 2020-03-31 20:23 UTC 

[PATCH v2 0/8] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-03-31 19:29 UTC  (13+ messages)
` [PATCH v2 1/8] vhost: Create accessors for virtqueues private_data
` [PATCH v2 2/8] vhost: option to fetch descriptors through an independent struct
` [PATCH v2 3/8] vhost: use batched version by default
` [PATCH v2 4/8] vhost: batching fetches
` [PATCH v2 5/8] tools/virtio: Add --batch option
` [PATCH v2 6/8] tools/virtio: Add --batch=random option
` [PATCH v2 7/8] tools/virtio: Add --reset=random
` [PATCH v2 8/8] tools/virtio: Make --reset reset ring idx

next/master build: 227 builds: 10 failed, 217 passed, 12 errors, 648 warnings (next-20200331)
 2020-03-31 16:53 UTC 

linux-next: manual merge of the net-next tree with the spdx tree
 2020-03-31 16:44 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the pci tree
 2020-03-31 15:32 UTC  (5+ messages)

linux-next: Tree for Mar 30
 2020-03-31 13:13 UTC  (11+ messages)
` linux-next: Tree for Mar 30 (bpf)
` linux-next: Tree for Mar 30 (vhost)

linux-next: manual merge of the pci tree with Linus' tree
 2020-03-31  8:37 UTC  (2+ messages)

next/pending-fixes boot: 276 boots: 6 failed, 261 passed with 4 offline, 5 untried/unknown (v5.6-1227-ga325aefb3560)
 2020-03-31  7:12 UTC 

next/pending-fixes build: 216 builds: 0 failed, 216 passed, 37 warnings (v5.6-1227-ga325aefb3560)
 2020-03-31  3:43 UTC 

linux-next: Tree for Mar 27
 2020-03-31  2:26 UTC  (4+ messages)
  ` linux-next: Tree for Mar 27 (kbuild)

linux-next: manual merge of the bpf-next tree with Linus' tree
 2020-03-31  0:40 UTC 

next/master boot: 278 boots: 5 failed, 265 passed with 2 offline, 6 untried/unknown (next-20200330)
 2020-03-30 20:12 UTC 

[PATCH v2 3/3] driver core: Replace open-coded list_last_entry()
 2020-03-30 20:02 UTC  (10+ messages)
      `  "

next/master build: 227 builds: 12 failed, 215 passed, 14 errors, 610 warnings (next-20200330)
 2020-03-30 16:42 UTC 

linux-next: manual merge of the crypto tree with the net-next tree
 2020-03-30 15:35 UTC  (3+ messages)

linux-next: build failure after merge of the tip tree
 2020-03-30 11:34 UTC  (7+ messages)

[PATCH 0/6] vhost: Reset batched descriptors on SET_VRING_BASE call
 2020-03-30  9:15 UTC  (5+ messages)

linux-next: build failure after merge of the pinctrl tree
 2020-03-30  9:11 UTC  (2+ messages)
` R: "

linux-next: manual merge of the akpm-current tree with the vhost tree
 2020-03-30  8:31 UTC 

linux-next: build failure after merge of the gpio tree
 2020-03-30  7:58 UTC 

linux-next: manual merge of the vhost tree with the kvm-arm tree
 2020-03-30  7:08 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the chrome-platform tree
 2020-03-30  6:27 UTC  (2+ messages)


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).