All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 12:49:33 to 2021-11-29 13:35:07 UTC [more...]

[PATCH wireless-drivers] mt76: fix possible pktid leak
 2021-11-29 13:32 UTC  (10+ messages)

[PATCH 00/16] cfg80211/mac80211 patches from our internal tree 2021-11-29
 2021-11-29 13:32 UTC  (6+ messages)
` [PATCH 01/16] mac80211: add more HT/VHT/HE state logging
` [PATCH 02/16] cfg80211: Add support for notifying association comeback
` [PATCH 03/16] mac80211: Notify cfg80211 about "
` [PATCH 04/16] cfg80211: Use the HE operation IE to determine a 6GHz BSS channel
` [PATCH 05/16] [BUGFIX] cfg80211: check fixed size before ieee80211_he_oper_size()

[PATCH 0/2] Enable BAM-DMUX/WWAN on Qualcomm MSM8916
 2021-11-29 13:29 UTC 

[PATCH v2 BACKPORT for 5.15 stable] ksmbd: Fix an error handling path in 'smb2_sess_setup()'
 2021-11-29 12:12 UTC  (2+ messages)

[PATCH v1 1/2] hw/scsi/vhost-scsi: don't leak vqs on error
 2021-11-29 13:23 UTC 

[PATCH v2] fuse: rename some files and clean up Makefile
 2021-11-29 13:33 UTC  (4+ messages)

[PATCH v2 00/13] Eliminate drive_get_next()
 2021-11-29 13:23 UTC  (9+ messages)
` [PATCH v2 04/13] hw/arm/versatilepb hw/arm/vexpress: Replace drive_get_next() by drive_get()
` [PATCH v2 05/13] hw/arm/imx25_pdk: "
` [PATCH v2 06/13] hw/arm/mcimx6ul-evk: "
` [PATCH v2 07/13] hw/arm/mcimx7d-sabre: "

[PATCH] mfd: da9062: support SMBus and I2C mode
 2021-11-29 12:12 UTC  (2+ messages)

[PATCH] PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'
 2021-11-29 13:30 UTC  (2+ messages)

[PATCH] ARM: dts: Fix timer regression for beagleboard revision c
 2021-11-29 13:30 UTC  (3+ messages)

[PATCHv2] mfd: intel-lpss-pci: fix clock speed for 38a8 UART
 2021-11-29 12:11 UTC  (2+ messages)

[LTP] [PATCH] open_posix_testsuite/lio_listio/2-1: increase number of requests
 2021-11-29 13:32 UTC 

[PATCH net 0/7] net: atlantic: 11-2021 fixes
 2021-11-29 13:28 UTC  (8+ messages)
` [PATCH net 1/7] atlantic: Increase delay for fw transactions
` [PATCH net 2/7] atlatnic: enable Nbase-t speeds with base-t
` [PATCH net 3/7] atlantic: Fix to display FW bundle version instead of FW mac version
` [PATCH net 4/7] atlantic: Add missing DIDs and fix 115c
` [PATCH net 5/7] Remove Half duplex mode speed capabilities
` [PATCH net 6/7] atlantic: Fix statistics logic for production hardware
` [PATCH net 7/7] atlantic: Remove warn trace message

[PATCH net-next] net: ipv6: use the new fib6_nh_release_dsts helper in fib6_nh_release
 2021-11-29 12:09 UTC 

[PATCH] efi_loader: Do not show error message if TPM is not present
 2021-11-29 13:30 UTC  (2+ messages)

[PATCH -next] net: mdio: ipq8064: replace ioremap() with devm_ioremap()
 2021-11-29 12:10 UTC  (2+ messages)

[PATCH net-next] net: nexthop: reduce rcu synchronizations when replacing resilient groups
 2021-11-29 12:09 UTC 

[PATCH v6 00/15] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-29 12:08 UTC  (6+ messages)
` [PATCH v6 05/15] regulator: Introduce tps68470-regulator driver

[PATCH u-boot-marvell 02/10] arm: mvebu: a38x: serdes: Move non-serdes PCIe code to pci_mvebu.c
 2021-11-29 13:27 UTC  (11+ messages)

completely rework the dma_resv semantic
 2021-11-29 12:06 UTC  (29+ messages)
` [PATCH 01/28] drm/i915: Remove dma_resv_prune
` [PATCH 02/28] drm/ttm: stop pruning fences after wait
` [PATCH 03/28] dma-buf: make fence mandatory for dma_resv_add_excl_fence v2
` [PATCH 04/28] drm/qxl: use iterator instead of dma_resv_shared_list
` [PATCH 05/28] dma-buf: add dma_resv_replace_fences
` [PATCH 06/28] dma-buf: finally make the dma_resv_list private
` [PATCH 07/28] dma-buf: drop excl_fence parameter from dma_resv_get_fences
` [PATCH 08/28] dma-buf: add dma_resv_get_singleton v2
` [PATCH 09/28] RDMA: use dma_resv_wait() instead of extracting the fence
` [PATCH 10/28] drm/etnaviv: stop using dma_resv_excl_fence
` [PATCH 11/28] drm/nouveau: "
` [PATCH 12/28] drm/vmwgfx: "
` [PATCH 13/28] drm/radeon: "
` [PATCH 14/28] drm/amdgpu: remove excl as shared workarounds
` [PATCH 15/28] drm/amdgpu: use dma_resv_for_each_fence for CS workaround
` [PATCH 16/28] dma-buf: finally make dma_resv_excl_fence private
` [PATCH 17/28] dma-buf: drop the DAG approach for the dma_resv object
` [PATCH 18/28] dma-buf/drivers: make reserving a shared slot mandatory v2
` [PATCH 19/28] drm: support more than one write fence in drm_gem_plane_helper_prepare_fb
` [PATCH 20/28] drm/nouveau: support more than one write fence in fenv50_wndw_prepare_fb
` [PATCH 21/28] drm/amdgpu: use dma_resv_get_singleton in amdgpu_pasid_free_cb
` [PATCH 22/28] dma-buf: add enum dma_resv_usage v3
` [PATCH 23/28] dma-buf: specify usage while adding fences to dma_resv obj v2
` [PATCH 24/28] dma-buf: add DMA_RESV_USAGE_KERNEL
` [PATCH 25/28] dma-buf: add DMA_RESV_USAGE_BOOKKEEP
` [PATCH 26/28] dma-buf: wait for map to complete for static attachments
` [PATCH 27/28] amdgpu: remove DMA-buf fence workaround
` [PATCH 28/28] drm/ttm: remove bo->moving

[patch 00/37] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-29 13:25 UTC  (14+ messages)
` [patch 33/37] iommu/arm-smmu-v3: Use msi_get_virq()

[PATCH] mfd: Kconfig: change INTEL_SOC_PMIC_CHTDC_TI to bool
 2021-11-29 13:24 UTC  (3+ messages)

FAILED: patch "[PATCH] net/smc: Fix loop in smc_listen" failed to apply to 5.4-stable tree
 2021-11-29 13:23 UTC 

[PATCH 01/28] drm/i915: Fix i915_request fence wait semantics
 2021-11-29 13:25 UTC  (4+ messages)
` [Intel-gfx] [PATCH 15/28] drm/i915: Add lock for unbinding to i915_gem_object_ggtt_pin_ww

FAILED: patch "[PATCH] net/smc: Fix loop in smc_listen" failed to apply to 4.14-stable tree
 2021-11-29 13:23 UTC 

FAILED: patch "[PATCH] net/smc: Fix loop in smc_listen" failed to apply to 4.4-stable tree
 2021-11-29 13:23 UTC 

[PATCH RESEND 0/4] Drop ROHM BD70528 support
 2021-11-29 12:06 UTC  (10+ messages)
` [PATCH RESEND 1/4] dt-bindings: mfd: regulator: Drop "
` [PATCH RESEND 2/4] gpio: bd70528 "
` [PATCH RESEND 3/4] mfd: bd70528: "
` [PATCH RESEND 4/4] MAINTAINERS: bd70528: Drop ROHM BD70528 drivers
` [GIT PULL] Immutable branch between MFD, GPIO and Regulator due for the v5.17 merge window

[PATCH v2 0/2] Add VIRTIO_RING_F_LARGE_INDIRECT_DESC
 2021-11-29 13:24 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Add common configuration field "queue_indirect_size"

[PATCH v6 00/18] Adding partial support for 128-bit riscv target
 2021-11-29 13:24 UTC  (3+ messages)

[PATCH] dt-bindings: net: cdns,macb: Convert to json-schema
 2021-11-29 13:21 UTC  (2+ messages)

[PATCH] mm: reduce spinlock contention in release_pages()
 2021-11-29 13:23 UTC  (11+ messages)

[PATCH v4 1/2] i915/gvt: Introduce the mmio_info_table.c to support VFIO new mdev API
 2021-11-29 13:23 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v4,1/2] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 00/45] Introduce power-off+restart call chain API
 2021-11-29 12:04 UTC  (4+ messages)
` [PATCH v2 28/45] mfd: rn5t618: Use devm_register_power_handler()

[syzbot] KMSAN: uninit-value in from_kuid
 2021-11-29 12:03 UTC  (3+ messages)

soundmodem bit rot prevention
 2021-11-29 13:21 UTC  (3+ messages)

[PATCH] Fix strncpy() usage
 2021-11-29 12:03 UTC  (3+ messages)
` [PATCH v2] Replace strncpy() usage by printf()

[BUG] emmc `env erase` erase unrelated data
 2021-11-29 13:21 UTC 

[groeck-staging:watchdog-next 25/28] drivers/watchdog/da9063_wdt.c:177:15: error: implicit declaration of function 'i2c_smbus_write_byte_data'
 2021-11-29 13:20 UTC  (2+ messages)

[PATCH v2 0/3] RK356x/Quartz64 Model A SPI
 2021-11-29 12:01 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: spi: spi-rockchip: Add rk3568-spi compatible

[PATCH v2] scsi: sd_zbc: Clean up sd_zbc_parse_report() setting of wp
 2021-11-29 13:15 UTC 

[PATCH] version: 22.03-rc0
 2021-11-29 13:16 UTC 

[PATCH 1/2] scsi: sd_zbc: Compare against block layer enum values
 2021-11-29 13:15 UTC  (5+ messages)

[PATCH v2 1/1] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
 2021-11-29 11:59 UTC  (2+ messages)

[patch] pthread_cancel.3, pthread_cleanup_push_defer_np.3, pthread_setcancelstate.3, pthread_testcancel.3, pthreads.7: tfix
 2021-11-29 11:59 UTC  (6+ messages)

[linux-stable-rc:linux-4.19.y 565/981] arch/xtensa/platforms/xtfpga/include/platform/hardware.h:50:33: error: initializer element is not constant
 2021-11-29 13:14 UTC  (6+ messages)

[jberg-mac80211:master 8/8] net/wireless/reg.c:1137:28: warning: implicit conversion from 'enum nl80211_user_reg_hint_type' to 'enum nl80211_reg_initiator'
 2021-11-29 13:05 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: fix stusb1600 pinctrl used on stm32mp157c-dk
 2021-11-29 13:13 UTC  (3+ messages)

[PATCH] dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled()
 2021-11-29 13:14 UTC  (9+ messages)
` [Intel-gfx] "

[PATCH] PCI: brcmstb: Declare a bitmap as a bitmap, not as a plain 'unsigned long'
 2021-11-29 13:11 UTC  (3+ messages)

[RFC 0/3] Namespace IMA
 2021-11-29 13:12 UTC  (13+ messages)
` [RFC 1/3] userns: add uuid field
` [RFC 3/3] ima: make the integrity inode cache per namespace

[PATCH v3 0/9] Add new formats support to vkms
 2021-11-29 13:12 UTC  (4+ messages)
` [PATCH v3 1/9] drm: vkms: Replace the deprecated drm_mode_config_init

[PATCH] ixgbe: Restore crypto offload for tunnel mode where possile
 2021-11-29 13:09 UTC 

[PATCH net-next v5 0/6] net: lan966x: Add lan966x switch driver
 2021-11-29 13:10 UTC  (2+ messages)

[PATCH net] mctp: test: fix skb free in test device tx
 2021-11-29 13:10 UTC  (2+ messages)

[PATCH] net/mlx4_en: Update reported link modes for 1/10G
 2021-11-29 13:10 UTC  (2+ messages)

[PATCH v8 00/11] thread_info: use helpers to snapshot thread flags
 2021-11-29 13:06 UTC  (12+ messages)
` [PATCH v8 01/11] thread_info: add "
` [PATCH v8 02/11] entry: "
` [PATCH v8 03/11] sched: "
` [PATCH v8 04/11] alpha: "
` [PATCH v8 05/11] arm: "
` [PATCH v8 06/11] arm64: "
` [PATCH v8 07/11] microblaze: "
` [PATCH v8 08/11] openrisc: "
` [PATCH v8 09/11] powerpc: avoid discarding flags in system_call_exception()
` [PATCH v8 10/11] powerpc: snapshot thread flags
` [PATCH v8 11/11] x86: "

[PATCH libnvme v2] fabrics: fix endless loop in connect-all for NVME_NQN_CURR
 2021-11-29 13:09 UTC  (2+ messages)

[PATCH] powerpc/ftrace: Handle large kernel configs
 2021-11-29 13:09 UTC  (2+ messages)

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-29 11:52 UTC  (13+ messages)
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API

[PATCH] fs: Eliminate compilation warnings for misc
 2021-11-29 13:06 UTC  (5+ messages)

[PATCH v3 0/6] KVM: arm64: Emulate the OS lock
 2021-11-29 11:50 UTC  (3+ messages)
` [PATCH v3 3/6] KVM: arm64: Allow guest to set the OSLK bit

[PATCH V2] scsi:spraid: initial commit of Ramaxel spraid driver
 2021-11-29 13:04 UTC  (2+ messages)

[PATCH v2 0/3] topology/sysfs: only export used sysfs attributes
 2021-11-29 13:03 UTC  (4+ messages)
` [PATCH v2 1/3] topology/sysfs: export die attributes only if an architectures has support
` [PATCH v2 2/3] topology/sysfs: export cluster "
` [PATCH v2 3/3] topology/sysfs: rework book and drawer topology ifdefery

[patch 00/32] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-11-29 13:04 UTC  (4+ messages)
` [patch 14/32] s390/pci: Rework MSI descriptor walk

[PATCH 1/1] split-ring: clarify the field len in the used ring
 2021-11-29 13:04 UTC  (4+ messages)
` [virtio-comment] "
  ` [virtio] "

Is it a regression? 5.15.5: No sound with speaker-test. 5.12.13: it works
 2021-11-29 13:03 UTC 

[PATCH 0/4] cancel all throttled bios in del_gendisk()
 2021-11-29 11:47 UTC  (7+ messages)
` [PATCH 1/4] Revert "blk-throttle: remove tg_drain_bios"
` [PATCH 2/4] blk-throtl: don't warn in tg_drain_bios()
` [PATCH 3/4] blk-throtl: introduce blk_throtl_cancel_bios()

[PATCH v3 0/2] use SM3 instead of SM3_256
 2021-11-29 13:01 UTC  (3+ messages)

[RFC PATCH 0/2] KVM: arm64: Host/Guest trace syncronization
 2021-11-29 12:47 UTC  (7+ messages)
` [RFC PATCH 2/2] KVM: arm64: export cntvoff in debugfs

[PATCH net v2 1/3] net: dsa: realtek-smi: don't log an error on EPROBE_DEFER
 2021-11-29 13:00 UTC  (7+ messages)
` [PATCH net v2 2/3] net: dsa: rtl8365mb: fix garbled comment
` [PATCH net v2 3/3] net: dsa: rtl8365mb: set RGMII RX delay in steps of 0.3 ns

[PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-29 12:59 UTC  (7+ messages)
` [PATCH v2 04/17] driver core: platform: Add driver dma ownership management

[PATCH v10 00/10 RESEND] use DYNAMIC_DEBUG to implement DRM.debug & DRM.trace
 2021-11-25 13:51 UTC  (10+ messages)
` [PATCH v10 08/10] dyndbg: add print-to-tracefs, selftest with it - RFC
                ` [Intel-gfx] "

[PATCH] drm/i915: Use per device iommu check
 2021-11-25 11:47 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH v2 0/8] sysctl: second set of kernel/sysctl cleanups
 2021-11-25  9:23 UTC  (3+ messages)
` [PATCH v2 7/8] cdrom: simplify subdirectory registration with register_sysctl()
  ` [Intel-gfx] "

[PATCH v2 00/13] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-11-25 13:26 UTC  (3+ messages)
` [PATCH v2 07/13] drm/msm: "
  ` [Intel-gfx] "

[PATCH] tests/plugin/syscall.c: fix compiler warnings
 2021-11-29 12:58 UTC  (2+ messages)

[yocto] define extended partition in wks file
 2021-11-29 12:58 UTC 

[PATCH RFC v3 0/4] MUX: Add support for reading enable state from DT
 2021-11-29 12:55 UTC  (9+ messages)
` [PATCH RFC v3 1/4] dt-bindings: mux: Increase the number of arguments in mux-controls

KASAN Arm: global-out-of-bounds in load_module
 2021-11-29 12:56 UTC  (3+ messages)

[PATCH] xilinx: firmware: Move dcache handling directly to pmufw load config
 2021-11-29 12:55 UTC  (2+ messages)

[PATCH v15 0/8] Add support for the silergy,sy7636a
 2021-11-29 11:41 UTC  (6+ messages)
` [PATCH v15 1/8] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-11-29 12:55 UTC  (4+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts

[PATCH] arm64: zynqmp: Switch SOM to shared psu configuration
 2021-11-29 12:55 UTC  (2+ messages)

[PULL 0/5] target-arm queue
 2021-11-29 12:53 UTC  (2+ messages)

include/linux/atomic/atomic-instrumented.h:28:2: warning: Undefined or garbage value returned to caller [clang-analyzer-core.uninitialized.UndefReturn]
 2021-11-29 12:54 UTC 

[BISECTED REGRESSION] Wireless networking kernel crashes
 2021-11-29 12:54 UTC  (3+ messages)
  ` [BISECTED REGRESSION] Wireless networking kernel crashes #justforregzbot

[PATCH 0/4] i2c: stm32: various fixes & dmaengine updates
 2021-11-29 12:52 UTC  (6+ messages)
` [PATCH 2/4] i2c: stm32f7: recover the bus on access timeout

[PATCH v1] virtio/vhost-vsock: don't double close vhostfd, remove redundant cleanup
 2021-11-29 12:52 UTC 

[PATCH] xilinx: versal: Fix sdhci node name as per DT
 2021-11-29 12:52 UTC  (2+ messages)

[PATCH v7 0/7] Introducing an attribute to select the time setting
 2021-11-29 12:49 UTC  (8+ messages)
` [PATCH v7 6/7] i2c: mediatek: Isolate speed setting via dts for special devices

[PATCH 4.14 02/24] PCI: aardvark: Fix a leaked reference by adding missing of_node_put()
 2021-11-29 12:48 UTC  (2+ messages)
` Patch "PCI: aardvark: Fix a leaked reference by adding missing of_node_put()" has been added to the 4.14-stable tree

[PATCH 1/2] arm64: zynqmp: Add resets to all GEMs
 2021-11-29 12:50 UTC  (2+ messages)

[PATCH] Spelling
 2021-11-29 12:49 UTC  (2+ messages)

[PATCH][HONISTER 0/5] Backport corstone1000 mps3 patches to honister
 2021-11-29 12:49 UTC  (5+ messages)
` [PATCH][HONISTER 2/5] arm-bsp/u-boot: introducing corstone1000 MPS3 machine
` [PATCH][HONISTER 3/5] arm/optee-spdevkit: introducing the recipe
` [PATCH][HONISTER 4/5] arm/secure-partitions: "
` [PATCH][HONISTER 5/5] meta-arm-bsp/security: corstone1000: add trusted services support


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.