All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-13 11:09:00 to 2023-05-13 13:31:58 UTC [more...]

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.314-104-g173fc862ea64e)
 2023-05-13 13:31 UTC 

[PATCH v11 00/23] Add vfio_device cdev for iommufd support
 2023-05-13 13:28 UTC  (48+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v11 01/23] vfio: Allocate per device file structure
  `  "
` [Intel-gfx] [PATCH v11 02/23] vfio: Refine vfio file kAPIs for KVM
  `  "
` [Intel-gfx] [PATCH v11 03/23] vfio: Accept vfio device file in the KVM facing kAPI
  `  "
` [Intel-gfx] [PATCH v11 04/23] kvm/vfio: Rename kvm_vfio_group to prepare for accepting vfio device fd
  `  "
` [Intel-gfx] [PATCH v11 05/23] kvm/vfio: Accept vfio device file from userspace
  `  "
` [Intel-gfx] [PATCH v11 06/23] vfio: Pass struct vfio_device_file * to vfio_device_open/close()
  `  "
` [Intel-gfx] [PATCH v11 07/23] vfio: Block device access via device fd until device is opened
  `  "
` [PATCH v11 08/23] vfio: Add cdev_device_open_cnt to vfio_group
  ` [Intel-gfx] "
` [PATCH v11 09/23] vfio: Make vfio_device_open() single open for device cdev path
  ` [Intel-gfx] "
` [PATCH v11 10/23] vfio-iommufd: Move noiommu compat probe out of vfio_iommufd_bind()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v11 11/23] vfio-iommufd: Split bind/attach into two steps
  `  "
` [Intel-gfx] [PATCH v11 12/23] vfio: Record devid in vfio_device_file
  `  "
` [PATCH v11 13/23] vfio-iommufd: Add detach_ioas support for physical VFIO devices
  ` [Intel-gfx] "
` [PATCH v11 14/23] iommufd/device: Add iommufd_access_detach() API
  ` [Intel-gfx] "
` [PATCH v11 15/23] vfio-iommufd: Add detach_ioas support for emulated VFIO devices
  ` [Intel-gfx] "
` [PATCH v11 16/23] vfio: Name noiommu vfio_device with "noiommu-" prefix
  ` [Intel-gfx] "
` [PATCH v11 17/23] vfio: Move vfio_device_group_unregister() to be the first operation in unregister
  ` [Intel-gfx] "
` [PATCH v11 18/23] vfio: Add cdev for vfio_device
  ` [Intel-gfx] "
` [PATCH v11 19/23] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
  ` [Intel-gfx] "
` [PATCH v11 20/23] vfio: Add VFIO_DEVICE_[AT|DE]TACH_IOMMUFD_PT
  ` [Intel-gfx] "
` [PATCH v11 21/23] vfio: Determine noiommu device in __vfio_register_dev()
  ` [Intel-gfx] "
` [PATCH v11 22/23] vfio: Compile vfio_group infrastructure optionally
  ` [Intel-gfx] "
` [PATCH v11 23/23] docs: vfio: Add vfio device cdev description
  ` [Intel-gfx] "

[PATCH] drm/ssd130x: Fix include guard name
 2023-05-13 13:29 UTC  (2+ messages)
`  "

[PATCH 00/30] media: atomisp: Register only 1 /dev/video# node + cleanups
 2023-05-13 13:29 UTC  (32+ messages)
` [PATCH 01/30] media: atomisp: Remove res_overflow parameter from atomisp_try_fmt()
` [PATCH 02/30] media: atomisp: Remove Continuous capture and SDV run-modes
` [PATCH 03/30] media: atomisp: Remove isp->need_gfx_throttle field
` [PATCH 04/30] media: atomisp: Drop atomisp_get_css_buf_type()
` [PATCH 05/30] media: atomisp: Replace source-pad checks with run-mode checks
` [PATCH 06/30] media: atomisp: Register only 1 /dev/video# node
` [PATCH 07/30] media: atomisp: Drop atomisp_is_vf_pipe()
` [PATCH 08/30] media: atomisp: Rename video_out_preview to video_out
` [PATCH 09/30] media: atomisp: Remove source_pad parameter from functions and structs
` [PATCH 10/30] media: atomisp: Remove 1 line atomisp_flush_bufs_and_wakeup() helper
` [PATCH 11/30] media: atomisp: Remove atomisp_subdev_register_video_nodes() helper
` [PATCH 12/30] media: atomisp: Remove a bunch of unused atomisp_css_*() functions
` [PATCH 13/30] media: atomisp: Remove unused mipi_frame_size field from atomisp_[sub_]device
` [PATCH 14/30] media: atomisp: Remove isp_timeout flag
` [PATCH 15/30] media: atomisp: Remove atomisp_sensor_start_stream()
` [PATCH 16/30] media: atomisp: Simplify atomisp_[start|stop]_streaming()
` [PATCH 17/30] media: atomisp: Simplify atomisp_css_[start|stop]()
` [PATCH 18/30] media: atomisp: Simplify atomisp_open() and atomisp_release()
` [PATCH 19/30] media: atomisp: Simplify atomisp_pipe_check()
` [PATCH 20/30] media: atomisp: Turn asd->streaming state tracker into a bool
` [PATCH 21/30] media: atomisp: Remove no longer used atomisp_css_flush()
` [PATCH 22/30] media: atomisp: Remove atomisp_streaming_count()
` [PATCH 23/30] media: atomisp: Simplify atomisp_isr() and recovery_work()
` [PATCH 24/30] media: atomisp: Rename atomisp_destroy_pipes_stream_force() to atomisp_destroy_pipes_stream()
` [PATCH 25/30] media: atomisp: Allow system suspend to continue with open /dev/video# nodes
` [PATCH 26/30] media: atomisp: Remove atomisp_[sub]dev_users()
` [PATCH 27/30] media: atomisp: Remove unused css_pipe_id argument from atomisp_css_[start|stop]()
` [PATCH 28/30] media: atomisp: Remove unused atomisp_get_css_pipe_id() function
` [PATCH 29/30] media: atomisp: Remove in_reset argument from atomisp_css_start()
` [PATCH 30/30] media: atomisp: Set asd.subdev.devnode once from isp_subdev_init_entities()

[PATCH v3 0/6] refactoring and fix for Meson NAND
 2023-05-13 13:22 UTC  (14+ messages)
` [PATCH v3 6/6] mtd: rawnand: meson: rename node for chip select

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-05-13 13:25 UTC  (5+ messages)
` [PATCH 07/32] mm: Bring back vmalloc_exec

[linux-stable-rc:queue/6.2 122/208] drivers/dma/at_xdmac.c:2035:33: error: implicit declaration of function 'at_xdmac_device_pause_set'; did you mean 'at_xdmac_device_pause'?
 2023-05-13 13:24 UTC 

stable-rc/queue/5.4 baseline: 175 runs, 29 regressions (v5.4.242-259-g9634f8526693f)
 2023-05-13 13:23 UTC 

[PATCH v5 00/10] Enhance vfio PCI hot reset for vfio cdev device
 2023-05-13 13:21 UTC  (22+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 01/10] vfio-iommufd: Create iommufd_access for noiommu devices
  `  "
` [PATCH v5 02/10] vfio/pci: Update comment around group_fd get in vfio_pci_ioctl_pci_hot_reset()
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v5 03/10] vfio/pci: Move the existing hot reset logic to be a helper
  `  "
` [Intel-gfx] [PATCH v5 04/10] vfio: Mark cdev usage in vfio_device
  `  "
` [Intel-gfx] [PATCH v5 05/10] iommufd: Reserve all negative IDs in the iommufd xarray
  `  "
` [Intel-gfx] [PATCH v5 06/10] vfio-iommufd: Add helper to retrieve iommufd_ctx and devid for vfio_device
  `  "
` [Intel-gfx] [PATCH v5 07/10] vfio: Add helper to search vfio_device in a dev_set
  `  "
` [Intel-gfx] [PATCH v5 08/10] iommufd: Add iommufd_ctx_has_group()
  `  "
` [Intel-gfx] [PATCH v5 09/10] vfio/pci: Extend VFIO_DEVICE_GET_PCI_HOT_RESET_INFO for vfio device cdev
  `  "
` [Intel-gfx] [PATCH v5 10/10] vfio/pci: Allow passing zero-length fd array in VFIO_DEVICE_PCI_HOT_RESET
  `  "

Regression with kernel 6.3 "kernel BUG at include/linux/swapops.h:472!"
 2023-05-13 13:21 UTC  (7+ messages)

[PATCH] Input: novatek-nvt-ts - fix input_register_device() failure error message
 2023-05-13 13:17 UTC 

stable-rc/queue/5.15 baseline: 181 runs, 10 regressions (v5.15.111-98-g74a054a6fefd1)
 2023-05-13 13:17 UTC 

[meta-networking][PATCH v2] openfortivpn: add new recipe
 2023-05-13 13:17 UTC 

[PATCH BlueZ v2 1/2] test-runner: revert udevd and audio support
 2023-05-13 13:17 UTC  (2+ messages)
` [PATCH BlueZ v2 2/2] tools/test-runner: add option to start Pipewire inside the VM

[PATCH v11 0/8] Use copy_process in vhost layer
 2023-05-13 12:39 UTC  (7+ messages)
` [PATCH v11 8/8] vhost: use vhost_tasks for worker threads

[RESEND PATCH v1 0/5] Encapsulate PTE contents from non-arch code
 2023-05-13 13:14 UTC  (3+ messages)
` [RESEND PATCH v1 1/5] mm: vmalloc must set pte via arch code

stable-rc/linux-4.14.y build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.314-105-g439493a0b73e2)
 2023-05-13 13:07 UTC 

FAILED: patch "[PATCH] drm/amd/display: fix double memory allocation" failed to apply to 6.3-stable tree
 2023-05-13 12:59 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: add whitespace before operator
 2023-05-13 12:58 UTC  (2+ messages)

[PATCH v3 1/4] x86/alternative: Make debug-alternative selective
 2023-05-13 13:03 UTC  (2+ messages)
` [tip: x86/alternatives] "

[PATCH v3 2/4] x86/alternative: Support relocations in alternatives
 2023-05-13 13:03 UTC  (2+ messages)
` [tip: x86/alternatives] "

[PATCH v3 3/4] x86/alternative: Rewrite optimize_nops() some
 2023-05-13 13:03 UTC  (2+ messages)
` [tip: x86/alternatives] "

[PATCH v3 4/4] x86/alternative: Complicate optimize_nops() some more
 2023-05-13 13:03 UTC  (2+ messages)
` [tip: x86/alternatives] "

[tip: x86/alternatives] x86/lib/memmove: Decouple ERMS from FSRM
 2023-05-13 13:03 UTC 

[PATCH] x86/alternative: Optimize returns patching
 2023-05-13 13:03 UTC  (2+ messages)
` [tip: x86/alternatives] "

[PATCH] drm/amdgpu: Validate VM ioctl flags
 2023-05-13 12:51 UTC 

stable-rc/queue/4.19 baseline: 145 runs, 32 regressions (v4.19.282-177-gf20e9c1efccfe)
 2023-05-13 12:47 UTC 

[Buildroot] [PATCH 1/2] package/vuejs: bump to version 3.3.1
 2023-05-13 12:40 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openlayers: bump to version 7.3.0
 2023-05-13 12:39 UTC  (2+ messages)

[Buildroot] [git commit] package/vuejs-router: bump to version 4.2.0
 2023-05-13 12:39 UTC 

[Buildroot] [git commit] package/openlayers: bump to version 7.3.0
 2023-05-13 12:39 UTC 

BE KVM breakage in kernel 5.14 and forward
 2023-05-13 12:39 UTC 

[Buildroot] [git commit] package/vuejs: bump to version 3.3.1
 2023-05-13 12:39 UTC 

Configuration file wrong or corrupted
 2023-05-13 10:49 UTC 

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 10 errors, 6 warnings (v5.15.111-100-g30112e7e73f2f)
 2023-05-13 12:38 UTC 

[Buildroot] [PATCH 0/3] Update NXP graphics libraries to v6.4.11.p1.0
 2023-05-13 12:38 UTC  (2+ messages)

[Buildroot] [git commit] package/freescale-imx/imx-gpu-g2d: bump to version 6.4.11.p1.0
 2023-05-13 12:37 UTC 

[Buildroot] [git commit] package/freescale-imx/imx-gpu-viv: bump to version 6.4.11.p1.0
 2023-05-13 12:37 UTC 

[Buildroot] [git commit] package/freescale-imx/kernel-module-imx-gpu-viv: bump to version 6.4.11.p1.0
 2023-05-13 12:37 UTC 

[PATCH 0/4] arm64: dts: ti: j721e: Add HyperFlash support
 2023-05-13 12:35 UTC  (2+ messages)

[net-next:main 21/23] drivers/net/ethernet/sfc/tc.c:501 efx_tc_flower_record_encap_match() error: dereferencing freed memory 'encap'
 2023-05-13 12:33 UTC 

[PATCH v2 0/4] arm64: dts: ti: j721e: Add HyperFlash support
 2023-05-13 12:33 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: ti: k3-j721e-mcu-wakeup: Add HyperBus node
` [PATCH v2 2/4] arm64: dts: ti: k3-j721e-som-p0: Add HyperFlash node
` [PATCH v2 3/4] arm64: dts: ti: k3-j7200-common-proc-board: Add OSPI/Hyperflash select pinmux
` [PATCH v2 4/4] arm64: dts: ti: k3-j721e-common-proc-board: "

stable-rc/queue/4.19 build: 197 builds: 5 failed, 192 passed, 28 warnings (v4.19.282-177-g14cf2c84c9f15)
 2023-05-13 12:28 UTC 

[PATCH] spi:pic32: Fix missing error code 'ret' in the failure path
 2023-05-13 12:26 UTC 

[jsarha:topic/chromeos-4.19-s0ix 3632/9999] sound/soc/soc-topology.c:790:26: sparse: sparse: incorrect type in assignment (different base types)
 2023-05-13 12:22 UTC 

[PATCH 00/13] Clean up PCI IDE device models
 2023-05-13 12:21 UTC  (14+ messages)
` [PATCH 09/13] hw/ide/piix: Disuse isa_get_irq()
` [PATCH 10/13] hw/ide/piix: Reuse PCIIDEState::{cmd,data}_ops

[linux-stable-rc:queue/6.1 154/183] drivers/gpu/drm/msm/msm_drv.c:567:1: warning: unused label 'err_put_dev'
 2023-05-13 12:12 UTC 

[Buildroot] [PATCH] package/nfs-utils: bump to version 2.6.3
 2023-05-13 12:08 UTC  (4+ messages)

[net-next Patch v10 0/8] octeontx2-pf: HTB offload support
 2023-05-13  8:51 UTC  (2+ messages)
` [net-next Patch v10 7/8] octeontx2-pf: ethtool expose qos stats

stable-rc/queue/6.1 build: 166 builds: 1 failed, 165 passed, 4 errors, 22 warnings (v6.1.28-183-gb35b1f6de36bb)
 2023-05-13 12:02 UTC 

[Buildroot] [PATCH 1/2] package/libglib2: bump to version 2.74.0
 2023-05-13 11:59 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/gobject-introspection: bump to version 1.74.0

[Buildroot] [git commit] package/gobject-introspection: bump to version 1.74.0
 2023-05-13 11:56 UTC 

[PATCH] linux-user: fix incorrect alignment of pretcode
 2023-05-13 11:57 UTC  (2+ messages)

[ANN] Request for Topics for a Media Summit June 26th
 2023-05-13 11:56 UTC  (2+ messages)

[PATCH net-next v2] nfc: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
 2023-05-13 11:52 UTC 

[PATCH] nfx: llcp: fix possible use of uninitialized variable in nfc_llcp_send_connect()
 2023-05-13 11:51 UTC  (2+ messages)

stable-rc/queue/5.10 build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.179-361-g95806ce7a0b61)
 2023-05-13 11:46 UTC 

[PATCH v4 0/7] Resolve TYPE_PIIX3_XEN_DEVICE
 2023-05-13 11:44 UTC  (3+ messages)

[PATCH 0/2] SH7709 DMA fixes
 2023-05-13 11:41 UTC  (6+ messages)
` [PATCH 1/2] sh: dma: fix `dmaor_read_reg`/`dmaor_write_reg` macros

[PATCH v1] drivers: pci: introduce configurable delay for Rockchip PCIe bus scan
 2023-05-13 11:40 UTC  (5+ messages)

1.2.9: arithmetic exception in pcm/pcm_hw.c:753
 2023-05-13 11:38 UTC 

[PATCH 00/20] target/arm: Start conversion of A64 decoder to decodetree
 2023-05-13 11:39 UTC  (9+ messages)
` [PATCH 17/20] target/arm: Convert BR, BLR, RET "
` [PATCH 18/20] target/arm: Convert BRA[AB]Z, BLR[AB]Z, RETA[AB] "
` [PATCH 19/20] target/arm: Convert BRAA, BRAB, BLRAA, BLRAB "
` [PATCH 20/20] target/arm: Convert ERET, ERETAA, ERETAB "

[PATCH] pinctrl: qcom: sc8180x: gracefully handle missing IO memory resource
 2023-05-13 11:35 UTC 

[PATCH v5 0/3] arm64: dts: Add initial support for Emtop SoM & Baseboard
 2023-05-13 11:31 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: dts: Add "
` [PATCH v5 2/3] dt-bindings: arm: fsl: Add "
` [PATCH v5 3/3] dt-bindings: vendor-prefixes: Add Emtop

[PATCH] memory: brcmstb_dpfe: fix testing array offset after use
 2023-05-13 11:29 UTC 

[PATCH] soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision
 2023-05-13 11:29 UTC 

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.314-104-gd3de2bdc835a2)
 2023-05-13 11:25 UTC 

[LSF/MM/BPF TOPIC] mm documentation
 2023-05-13 11:21 UTC  (4+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: Remove LAG+SRIOV mutual exclusion
 2023-05-13 11:18 UTC  (3+ messages)
  `  "

[PATCH] soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
 2023-05-13 11:17 UTC 

[PATCH] staging: rtl8723bs: hal: Add whitespace around '?'
 2023-05-13 11:13 UTC  (2+ messages)

[PATCH] blk-mq: don't queue passthrough request into scheduler
 2023-05-13 11:15 UTC  (4+ messages)

[PATCH v11 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2023-05-13 11:07 UTC  (2+ messages)

[PATCH v4 0/4] devres: Provide krealloc_array
 2023-05-13 11:04 UTC  (3+ messages)
` [PATCH v4 1/4] "

drivers/soc/qcom/icc-bwmon.c:360 bwmon_probe() warn: passing zero to 'dev_err_probe'
 2023-05-13 11:09 UTC  (2+ messages)

patch "serial: qcom-geni: fix enabling deactivated interrupt" added to tty-linus
 2023-05-13 11:03 UTC 


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.