All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-08 04:57:18 to 2023-05-08 06:31:57 UTC [more...]

linux-next: build warnings after merge of the origin tree
 2023-05-08  6:31 UTC  (2+ messages)

[PATCH v10 00/10] Introduce Nuvoton ma35d1 SoC
 2023-05-08  6:31 UTC  (7+ messages)
` [PATCH v10 03/10] dt-bindings: clock: nuvoton: add binding for ma35d1 clock controller
` [PATCH v10 06/10] dt-bindings: serial: Document ma35d1 uart controller

[PATCH 00/12] powerpc: KCSAN fix warnings and mark accesses
 2023-05-08  6:30 UTC  (3+ messages)
` [PATCH 04/12] asm-generic/mmiowb: Mark accesses to fix KCSAN warnings

[Intel-xe] [RFC] drm/xe: Handle -EDEADLK case in preempt worker
 2023-05-08  6:31 UTC  (3+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✓ CI.KUnit: "

[BUG] Kmemleak, possibly hiddev_connect(), in 6.3.0+ torvalds tree commit gfc4354c6e5c2
 2023-05-08  6:30 UTC 

[PATCH v3 0/2] STMPE device tree bindings
 2023-05-08  6:30 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: gpio: Add STMPE YAML DT schema

[PATCH 0/3] Random cleanups
 2023-05-08  6:30 UTC  (5+ messages)
` [PATCH 3/3] media: uapi: Use unsigned int values for assigning bits in u32 fields

[RFC PATCH] SUNRPC: Fix UAF in svc_tcp_listen_data_ready()
 2023-05-08  6:28 UTC  (5+ messages)

linux-next: build warning after merge of Linus' tree
 2023-05-08  6:28 UTC  (2+ messages)

[PATCH v2 0/3] Enable IPQ9574 TSENS support
 2023-05-08  6:28 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: tsens: Add ipq9574 compatible
` [PATCH v2 2/3] arm64: dts: qcom: ipq9574: add tsens node
` [PATCH v2 3/3] arm64: dts: qcom: ipq9574: add thermal zone nodes

[PATCH v2 2/5] ASoC: dt-bindings: Add tas2781 amplifier
 2023-05-08  6:26 UTC  (3+ messages)

[PATCH] virtio_net: set default mtu to 1500 when 'Device maximum MTU' bigger than 1500
 2023-05-08  6:18 UTC  (9+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-08  6:28 UTC 

[PATCH v2 1/5] staging: media: atomisp: sh_css: Remove #ifdef ISP2401
 2023-05-08  6:26 UTC  (5+ messages)
` [PATCH v2 2/5] staging: media: atomisp: runtime: frame: remove "
` [PATCH v2 3/5] staging: media: atomisp: sh_css_sp: Remove "
` [PATCH v2 4/5] staging: media: atomisp: sh_css_firmware: determine firmware version at runtime
` [PATCH v2 5/5] staging: media: atomisp: sh_css_mipi: Remove #ifdef 2041

[PATCH v5 0/6] drm: lcdif: Add i.MX93 LCDIF support
 2023-05-08  6:26 UTC  (16+ messages)
` [PATCH v5 1/6] dt-bindings: "
` [PATCH v5 2/6] drm: lcdif: Drop unnecessary NULL pointer check on lcdif->bridge
` [PATCH v5 3/6] drm: lcdif: Determine bus format and flags in ->atomic_check()
` [PATCH v5 4/6] drm: lcdif: Check consistent bus format and flags across first bridges
` [PATCH v5 5/6] drm: lcdif: Add multiple encoders and first bridges support
` [PATCH v5 6/6] drm: lcdif: Add i.MX93 LCDIF compatible string

[PATCH RFC] build: respect top-level .config also for out-of-tree hypervisor builds
 2023-05-08  6:23 UTC  (3+ messages)

[syzbot] upstream boot error: BUG: unable to handle kernel NULL pointer dereference in psi_task_switch
 2023-05-08  6:23 UTC  (5+ messages)

[PATCH] net/gve: Check whether the driver is compatible with the device presented
 2023-05-08  6:23 UTC  (4+ messages)

[PATCH 0/5] Add Sipeed Lichee Pi 4A RISC-V board support
 2023-05-08  6:22 UTC  (6+ messages)
` [PATCH 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoC

[PATCH 0/9] fix softlockup in run_timer_softirq
 2023-05-08  6:21 UTC  (3+ messages)
` [PATCH 7/9] softirq,net: Use softirq_needs_break()

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-05-08  6:20 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: ufs: qcom: Add ICE phandle

[PATCH 0/2] Minor improvements for fsidd in nfs-utils
 2023-05-08  6:19 UTC  (3+ messages)
` [PATCH 2/2] fsidd: provide better default socket name
` [PATCH 1/2] fsidd: don't use assert() on expr with side-effect

[tytso-ext4:next] BUILD SUCCESS fc8af73230c676380de897bd05b0d2da04ba9e35
 2023-05-08  6:19 UTC 

css_clear_io_interrupt() error handling
 2023-05-08  6:18 UTC 

[PATCH] revert: "softirq: Let ksoftirqd do its job"
 2023-05-08  6:17 UTC 

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-08  6:18 UTC  (34+ messages)
` [PATCH net-next v5 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v5 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v5 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v5 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v5 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v5 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
` [PATCH net-next v5 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v5 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v5 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v5 11/15] virtio_net: small: remove the delta
` [PATCH net-next v5 12/15] virtio_net: small: avoid code duplication in xdp scenarios
` [PATCH net-next v5 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v5 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v5 15/15] virtio_net: introduce virtnet_build_skb()

RTT-PROBE: lore-subspace-rtt
 2023-05-08  6:18 UTC 

[PATCH net] inet_diag: fix inet_diag_msg_attrs_fill() for net_cls cgroup
 2023-05-08  6:17 UTC  (2+ messages)

[PATCH v3 0/6] Add video drivers for endeavoru and p880/p895
 2023-05-08  6:16 UTC  (2+ messages)

[PATCH v4] virtio_net: suppress cpu stall when free_unused_bufs
 2023-05-08  6:13 UTC  (8+ messages)

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-05-08  6:14 UTC  (5+ messages)
` [PATCH 27/53] drm/mcde: "
` [PATCH 50/53] drm/tve200: "

[OE-core][PATCH] kernel-devicetree: allow specification of dtb directory
 2023-05-08  6:13 UTC  (5+ messages)

[PATCH net] linux/dim: Do nothing if no time delta between samples
 2023-05-08  6:13 UTC  (2+ messages)

[PATCH v3] pci: controller: pci-ftpci100: Release the clock resources
 2023-05-08  6:12 UTC  (2+ messages)

[PATCH v3 0/7] iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometer
 2023-05-08  6:12 UTC  (7+ messages)
` [PATCH v3 5/7] iio: accel: kionix-kx022a: Refactor driver and add chip_info structure

[PATCH] RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX coalescing
 2023-05-08  6:09 UTC  (4+ messages)

[PATCH v2] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
 2023-05-08  6:07 UTC  (3+ messages)

[PATCH] dmaengine: mcf-edma: Use struct_size()
 2023-05-08  6:08 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-08  6:08 UTC 

[PATCH v14 00/21] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-05-08  6:07 UTC  (4+ messages)
` [PATCH v14 07/21] PCI: dwc: Add members into struct dw_pcie_outbound_atu

[PATCH nft 1/3] evaluate: allow stateful statements with anonymous verdict maps
 2023-05-08  6:07 UTC  (3+ messages)
` [PATCH nft 2/3] evaluate: skip optimization if anonymous set uses stateful statement
` [PATCH nft 3/3] optimize: do not remove counter in verdict maps

[PATCH v2] net/ixgbe: add proper memory barriers for some Rx functions
 2023-05-08  6:03 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] accel/habanalabs: Make use of rhashtable
 2023-05-08  6:02 UTC  (12+ messages)

[PATCH ipsec] xfrm: Ensure consistent address families when resolving templates
 2023-05-08  6:01 UTC  (9+ messages)
      ` [PATCH ipsec] xfrm: Reject optional tunnel/BEET mode templates in outbound policies
          ` [PATCH ipsec] af_key: "

[PATCH] Documentation/filesystems: sharedsubtree: add section headings
 2023-05-08  5:59 UTC 

[PATCH] Documentation/filesystems: ramfs-rootfs-initramfs: use :Author:
 2023-05-08  5:59 UTC 

[PATCH v2] .gitignore: ignore smatch generated files
 2023-05-08  5:58 UTC  (2+ messages)

[PATCH] mm/migrate_device: Try to handle swapcache pages
 2023-05-08  5:57 UTC  (5+ messages)

mdadm grow raid 5 to 6 failure (crash)
 2023-05-08  5:57 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:58 UTC 

[PATCH][CIFS] smb3: improve parallel reads of large files
 2023-05-08  5:54 UTC 

[igt-dev] [PATCH i-g-t] tests/kms_sequence: Modify the vblank verification condition
 2023-05-08  5:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 0/5] Bug fixes for net/handshake
 2023-05-08  5:51 UTC  (5+ messages)

[PATCH] releases.svg: update according to latest release
 2023-05-08  5:51 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:48 UTC 

[PATCH] x86/mce: set MCE_IN_KERNEL_COPYIN for all MC-Safe Copy
 2023-05-08  5:47 UTC  (2+ messages)

[PATCH v2 5/5] ALSA: hda/tas2781: Add tas2781 HDA driver
 2023-05-08  5:46 UTC 

[PATCH v2 3/5] ASoC: tas2781: firmware lib
 2023-05-08  5:45 UTC 

[PATCH v2 4/5] ASoC: tas2781: Add tas2781 driver
 2023-05-08  5:45 UTC 

[PATCH v2 1/5] ASoC: tas2781: Add Header file for tas2781 driver
 2023-05-08  5:44 UTC 

[PATCH v3 00/43] x86: Use qemu-x86_64 to boot EFI installers
 2023-05-08  5:42 UTC  (3+ messages)
` [PATCH v3 15/43] video: Allow building video drivers for SPL
  ` [EXTERNAL] "

[PATCH] release-notes-4.2: update known issues and Repositories/Downloads
 2023-05-08  5:42 UTC  (2+ messages)
` [docs] "

[ovmf test] 180573: all pass - PUSHED
 2023-05-08  5:41 UTC 

[Buildroot] [PATCH] package/libcamera: bump to version 0.0.5
 2023-05-08  5:41 UTC 

[PATCH] ARM: s3c: remove obsolete config S3C64XX_SETUP_IDE
 2023-05-08  5:38 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:38 UTC 

[PATCH][CIFS] do not reuse connection if share marked as isolated
 2023-05-08  5:36 UTC 

[syzbot] [crypto?] KCSAN: data-race in random_recv_done / virtio_read (3)
 2023-05-08  5:33 UTC  (8+ messages)
  ` [PATCH] hwrng: virtio - Fix race on data_avail and actual data

[PATCH v2 0/4] STIG Mode Fixes for spi-cadence-qspi driver
 2023-05-08  5:29 UTC  (9+ messages)
` [PATCH v2 4/4] spi: cadence-quadspi: use STIG mode for small reads

FAILED: patch "[PATCH] perf intel-pt: Fix CYC timestamps after standalone CBR" failed to apply to 4.14-stable tree
 2023-05-08  5:29 UTC 

FAILED: patch "[PATCH] perf intel-pt: Fix CYC timestamps after standalone CBR" failed to apply to 4.19-stable tree
 2023-05-08  5:29 UTC 

[RFC PATCH v2 0/4] vhost: register and change IOMMU flag depending on ATS state
 2023-05-08  5:28 UTC  (6+ messages)
` [RFC PATCH v2 3/4] vhost: register and change IOMMU flag depending on Device-TLB state
` [RFC PATCH v2 4/4] virtio-net: pass Device-TLB enable/disable events to vhost

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:28 UTC 

[LTP] LTP release preparations
 2023-05-08  5:27 UTC  (4+ messages)

Fwd: syntax error in prepare target of main Makefile
 2023-05-08  5:26 UTC  (2+ messages)
`  "

Patch "wifi: ath11k: synchronize ath11k_mac_he_gi_to_nl80211_he_gi()'s return type" has been added to the 6.1-stable tree
 2023-05-08  5:23 UTC 

[PATCH v11 0/4] Add zoned storage emulation to virtio-blk driver
 2023-05-08  5:19 UTC  (5+ messages)
` [PATCH v11 1/4] virtio-blk: add zoned storage emulation for zoned devices
` [PATCH v11 2/4] block: add accounting for zone append operation
` [PATCH v11 3/4] virtio-blk: add some trace events for zoned emulation
` [PATCH v11 4/4] docs/zoned-storage:add zoned emulation use case

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:18 UTC 

[PATCH v10 0/9] Enable IPQ9754 USB
 2023-05-08  5:16 UTC  (7+ messages)
` [PATCH v10 8/9] arm64: dts: qcom: ipq9574: Add LDO regulator node

kernel/trace/fprobe.c:59 fprobe_handler() error: uninitialized symbol 'ret'
 2023-05-08  5:17 UTC 

[ANNOUNCEMENT] COCONUT Secure VM Service Module for SEV-SNP
 2023-05-08  5:16 UTC  (7+ messages)

[PATCH v11 0/4] Add zone append write for zoned device
 2023-05-08  5:15 UTC  (5+ messages)
` [PATCH v11 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v11 2/4] block: introduce zone append write for zoned devices
` [PATCH v11 3/4] qemu-iotests: test zone append operation
` [PATCH v11 4/4] block: add some trace events for zone append

[PATCH] .gitignore: ignore smatch generated files
 2023-05-08  5:04 UTC  (6+ messages)

[PATCH v22 0/8] crash: Kernel handling of CPU and memory hot un/plug
 2023-05-08  5:13 UTC  (4+ messages)
` [PATCH v22 6/8] crash: hotplug support for kexec_load()

[PATCH] test/crypto: fix return value from session
 2023-05-08  5:13 UTC  (2+ messages)

[PATCH v11 6/7] media: i2c: add DS90UB913 driver
 2023-05-08  5:10 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-08  5:08 UTC 

[PATCH v2 0/3] J7 merge HS configs
 2023-05-08  5:07 UTC  (7+ messages)
` [PATCH v2 2/3] Kconfig: j721s2: Change K3_MCU_SCRATCHPAD_BASE to non firewalled region

[PATCH v3 00/19] Migration to using binman for bootloader
 2023-05-08  5:05 UTC  (9+ messages)

[virtio-dev] [RFC PATCH v6] virtio-video: Add virtio video device specification
 2023-05-08  4:55 UTC  (20+ messages)
` [virtio-dev] "

[RFCv5 5/5] iomap: Add per-block dirty state tracking to improve performance
 2023-05-08  5:00 UTC  (2+ messages)

drivers/net/wireless/ath/ath11k/debugfs.c:1009 ath11k_debugfs_soc_create() warn: passing zero to 'PTR_ERR'
 2023-05-08  5:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-08  4:58 UTC 

[PATCH v20 0/8] Add support for zoned device
 2023-05-08  4:55 UTC  (7+ messages)
` [PATCH v20 1/8] block/block-common: add zoned device structs
` [PATCH v20 3/8] block/block-backend: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v20 4/8] block/raw-format: add zone operations to pass through requests
` [PATCH v20 5/8] block: add zoned BlockDriver check to block layer
` [PATCH v20 6/8] iotests: test new zone operations
` [PATCH v20 7/8] block: add some trace events for new block layer APIs


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.