All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-29 19:18:43 to 2023-06-29 20:13:02 UTC [more...]

[PATCH 1/3] [v4] wifi: mwifiex: prefer strscpy() over strlcpy()
 2023-06-29 20:12 UTC  (6+ messages)
` [PATCH 2/3] [v4] wifi: mwifiex: fix fortify warning
` [PATCH 3/3] [v4] wifi: mwifiex: drop BUG_ON() from TX error handling

[meta-arago][master][PATCH] bootstrap-initrd: Change name of cpio file to match change in oe-core
 2023-06-29 20:12 UTC 

[v2 0/4] xen/arm: Enable USBAN support
 2023-06-29 20:11 UTC  (5+ messages)
` [v2 1/4] xen/arm64: head: Don't map too much in boot_third
` [v2 2/4] xen/arm32: "
` [v2 3/4] xen/arm: Rework the code mapping Xen to avoid relying on the size of Xen
` [v2 4/4] xen/arm: Allow the user to build Xen with UBSAN

[Intel-xe] [PATCH v3 0/9] GPUVA with no uAPI changes
 2023-06-29 20:10 UTC  (10+ messages)
` [Intel-xe] [PATCH v3 1/9] drm/xe: Ban a VM if rebind worker hits an error
` [Intel-xe] [PATCH v3 2/9] drm/xe: Add helpers to hide struct xe_vma internals
` [Intel-xe] [PATCH v3 3/9] maple_tree: Export mas_preallocate
` [Intel-xe] [PATCH v3 4/9] maple_tree: split up MA_STATE() macro
` [Intel-xe] [PATCH v3 5/9] drm: manager to keep track of GPUs VA mappings
` [Intel-xe] [PATCH v3 6/9] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
` [Intel-xe] [PATCH v3 7/9] drm/xe: Remove __xe_vm_bind forward declaration
` [Intel-xe] [PATCH v3 8/9] drm/xe: Port Xe to GPUVA
` [Intel-xe] [PATCH v3 9/9] drm/xe: Avoid doing rebinds

[PATCH] HID: steelseries: Add support for Arctis 1 XBox
 2023-06-29 20:09 UTC  (5+ messages)

[PATCH] doc: imx: habv4: Fix typo in 'signing'
 2023-06-29 20:08 UTC  (2+ messages)

[PATCH 1/1] pcie: Add hotplug detect state register to w1cmask
 2023-06-29 20:06 UTC  (5+ messages)

[PATCH 00/11] Even more msm bindings fixes
 2023-06-29 20:04 UTC  (4+ messages)
` [PATCH 08/11] dt-bindings: usb: ci-hdrc-usb2: Fix handling pinctrl properties

[PATCH v3] wifi: ray_cs: Replace the ternary conditional operator with min()
 2023-06-29 20:05 UTC  (2+ messages)

mainline build failure due to 8295efbe68c0 ("md/raid1-10: factor out a helper to submit normal write")
 2023-06-29 20:05 UTC  (6+ messages)

[PATCH v2] Make macb/gem RT driver to be built against linux >= 5.0 kernels
 2023-06-29 20:04 UTC 

[GIT PULL] dlm updates for 6.5
 2023-06-29 20:02 UTC  (2+ messages)
` [Cluster-devel] "

iwlwifi: AX201 misdetected as AX101
 2023-06-29 20:03 UTC  (8+ messages)

[PATCH][next] openprom: Use struct_size() helper
 2023-06-29 20:02 UTC  (2+ messages)

[PATCH 0/9] xen/arm: Enable UBSAN support
 2023-06-29 20:01 UTC  (6+ messages)
` [PATCH 8/9] xen/arm: Allow the user to build Xen with USBAN

[PATCH v12 00/11] LSM: Three basic syscalls
 2023-06-29 19:55 UTC  (12+ messages)
  ` [PATCH v12 01/11] LSM: Identify modules by more than name
  ` [PATCH v12 02/11] LSM: Maintain a table of LSM attribute data
  ` [PATCH v12 03/11] proc: Use lsmids instead of lsm names for attrs
  ` [PATCH v12 04/11] LSM: syscalls for current process attributes
  ` [PATCH v12 05/11] LSM: Create lsm_list_modules system call
  ` [PATCH v12 06/11] LSM: wireup Linux Security Module syscalls
  ` [PATCH v12 07/11] LSM: Helpers for attribute names and filling lsm_ctx
  ` [PATCH v12 08/11] Smack: implement setselfattr and getselfattr hooks
  ` [PATCH v12 09/11] AppArmor: Add selfattr hooks
  ` [PATCH v12 10/11] SELinux: "
  ` [PATCH v12 11/11] LSM: selftests for Linux Security Module syscalls

[PATCH] mm: Always downgrade mmap_lock if requested
 2023-06-29 20:00 UTC  (2+ messages)

[dhowells-fs:splice-fix-corruption 2/4] fs/splice.c:1393:17: warning: comparison of distinct pointer types ('typeof ((typeof ((1UL << 18) - src_offset % (1UL << 18)))__builtin_choose_expr(((!!(sizeof ((typeof ((1UL << 18) - src_offset % (1UL << 18)) *)1 == (typeof ((1UL << 18) - dst_offset % (1
 2023-06-29 20:00 UTC 

[PATCH] HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed
 2023-06-29 20:00 UTC  (2+ messages)

[PATCH 0/2] usb: small dma allocation fixes
 2023-06-29 19:52 UTC  (3+ messages)
` [PATCH 1/2] usb: storage: fix missing calls to free()
` [PATCH 2/2] usb: make sure dma buffers are properly allocated

[PATCH 0/8] btrfs-progs: add encryption support
 2023-06-29 19:58 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH 2/8] btrfs-progs: start tracking extent encryption context info
` [PATCH 3/8] btrfs-progs: add inode encryption contexts
` [PATCH 4/8] btrfs-progs: save and load fscrypt extent contexts
` [PATCH 5/8] btrfs-progs: interpret encrypted file extents
` [PATCH 6/8] btrfs-progs: handle fscrypt context items
` [PATCH 7/8] btrfs-progs: escape unprintable characters in names
` [PATCH 8/8] btrfs-progs: check: update inline extent length checking

[PATCH 1/8] progs: add new FEATURE_INCOMPAT_ENCRYPT flag
 2023-06-29 19:58 UTC  (4+ messages)
` [PATCH 2/8] progs: start tracking extent encryption context info
` [PATCH 3/8] progs: add inode encryption contexts
` [PATCH 4/8] progs: save and load fscrypt extent contexts

[PATCH][next] sparc: openpromio: Address -Warray-bounds warning
 2023-06-29 19:57 UTC  (2+ messages)

[PATCH 1/1] PCI: dwc: Use regular interrupt instead of chained
 2023-06-29 19:57 UTC  (2+ messages)

[virtio-comment] [PATCH v7 0/4] admin: Introduce legacy registers access using AQ
 2023-06-29 19:57 UTC  (13+ messages)
` [virtio-comment] [PATCH v7 3/4] admin: Add group member legacy register access commands
  ` [virtio-comment] "
    ` [virtio-dev] "
` [virtio-comment] [PATCH v7 4/4] transport-pci: Introduce group legacy group member config region access
  ` [virtio-dev] "
    ` [virtio-comment] "
` [virtio-comment] Re: [PATCH v7 0/4] admin: Introduce legacy registers access using AQ
  ` [virtio-dev] "

[PATCH 0/7] migration: Better error handling in return path thread
 2023-06-29 19:56 UTC  (4+ messages)
` [PATCH 5/7] migration: Display error in query-migrate irrelevant of status

[PATCH iproute2-next] f_flower: simplify cfm dump function
 2023-06-29 19:57 UTC 

[Intel-xe] [PATCH V3 0/6] drm/xe: Add engine scheduler control interface
 2023-06-29 19:56 UTC  (5+ messages)
` [Intel-xe] [PATCH V3 2/6] drm/xe: Add sysfs for default engine scheduler properties

[PATCH v4] Randomized slab caches for kmalloc()
 2023-06-29 19:56 UTC  (2+ messages)

stable-rc/linux-6.1.y build: 166 builds: 1 failed, 165 passed, 4 errors, 17 warnings (v6.1.36-30-g90c9505b275bc)
 2023-06-29 19:54 UTC 

[Intel-gfx] [PATCH] drm/i915/quirk: Add quirk for devices that cannot be dimmed
 2023-06-29 19:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/quirk: Add quirk for devices that cannot be dimmed (rev3)

[PATCH v2 00/15] drm/msm: Add SM6125 MDSS/DPU hardware and enable Sony Xperia 10 II panel
 2023-06-29 19:53 UTC  (12+ messages)
` [PATCH v2 12/15] arm64: dts: qcom: sm6125: Switch fixed xo_board clock to RPM XO clock
` [PATCH v2 13/15] arm64: dts: qcom: sm6125: Add dispcc node

linux-next: Tree for Jun 28
 2023-06-29 19:51 UTC  (4+ messages)
` linux-next: Tree for Jun 28 (arch/powerpc/platforms/pseries/mobility.c)

[PATCH] powerpc: Include asm/nmi.c in mobility.c for watchdog_hardlockup_set_timeout_pct()
 2023-06-29 19:45 UTC  (2+ messages)

❌ FAIL: Test report for master (6.4.0, mainline.kernel.org-clang, 1b722407)
 2023-06-29 19:51 UTC 

[OE-core][PATCH] python3: add cgitb, zipapp ptest dependencies
 2023-06-29 19:48 UTC 

[XEN PATCH 0/5] Fix violations of MISRA C:2012 Rule 8.3 on parameter names
 2023-06-29 19:47 UTC  (11+ messages)
` [XEN PATCH 1/5] x86: swap parameter names of hvm_copy_context_and_params() declaration
` [XEN PATCH 2/5] x86: change parameter names of nestedhvm_vcpu_iomap_get() definition
` [XEN PATCH 3/5] x86/vlapic: change parameter names in function definitions
` [XEN PATCH 4/5] x86/x86_emulate: change parameter name from 's' to 'state'
` [XEN PATCH 5/5] x86: make parameter names of function declarations consistent

[PATCH v2 1/3] arm64: rust: Enable Rust support for AArch64
 2023-06-29 19:46 UTC  (4+ messages)

[PATCH v2] cpufreq: intel_pstate: Fix scaling for hybrid capable system with disabled E-cores
 2023-06-29 19:45 UTC 

[PATCH v2] btrfs: avoid duplicated chunk lookup during btrfs_map_block()
 2023-06-29 19:38 UTC  (2+ messages)

[PATCH 0/3] Add Anbernic RG-Nano
 2023-06-29 19:34 UTC  (5+ messages)
` [PATCH 3/3] ARM: dts: sunxi: add support for "

[PATCH] eal: add notes to SMP memory barrier APIs
 2023-06-29 19:43 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 0/2] RISC-V: T-Head vector handling
 2023-06-29 16:06 UTC  (3+ messages)
` [PATCH v2 3/3] RISC-V: add T-Head vector errata handling

[PATCH RFC v2 0/4] Add an external testing library for unit tests
 2023-06-29 19:42 UTC  (3+ messages)
` [RFC PATCH v3 1/1] unit tests: Add a project plan document

[LTP] [PATCH] syscalls/prctl04: Allow __NR_waitid in the syscall filter
 2023-06-29 19:42 UTC  (3+ messages)

[PATCH 0/8 v3] xfs: various fixes for 6.5
 2023-06-29 19:42 UTC  (2+ messages)
` [RFC PATCH 9/8] xfs: AGI length should be bounds checked

[PATCH 0/2] Two cross-compilation kselftest fixes
 2023-06-29 19:42 UTC  (4+ messages)
` [PATCH 2/2] selftests/proc: Do not build x86-64 tests on non-x86-64 builds

stable-rc/linux-5.4.y build: 188 builds: 5 failed, 183 passed, 3 errors, 31 warnings (v5.4.249-7-gb05882891981d)
 2023-06-29 19:41 UTC 

[PATCH 1/3] net: stmmac: dwmac-qcom-ethqos: Return device_get_phy_mode() errors properly
 2023-06-29 19:39 UTC  (6+ messages)
` [PATCH 2/3] net: stmmac: dwmac-qcom-ethqos: Use dev_err_probe()
` [PATCH 3/3] net: stmmac: dwmac-qcom-ethqos: Log more errors in probe

[XEN PATCH v3 0/3] fix violations of MISRA C:2012 Rule 3.1
 2023-06-29 19:38 UTC  (9+ messages)
` [XEN PATCH v3 1/3] xen/arch/arm: "
` [XEN PATCH v3 3/3] xen: "

[PATCH 0/3] fsck index files from all worktrees
 2023-06-29 19:37 UTC  (8+ messages)
` [PATCH 3/3] fsck: mention file path for index errors

[virtio-comment] [RFC] virtio 1.3 schedule
 2023-06-29 19:35 UTC  (6+ messages)
      ` [virtio-dev] "

x86/efi: Make efi_set_virtual_address_map IBT safe
 2023-06-29 19:35 UTC 

stable-rc/linux-5.10.y build: 182 builds: 5 failed, 177 passed, 6 errors, 9 warnings (v5.10.186-9-g479d05f2ce65)
 2023-06-29 19:34 UTC 

Slowdown copying data between kernel versions 4.19 and 5.15
 2023-06-29 19:33 UTC  (4+ messages)

Backporting of series xfs/iomap: fix data corruption due to stale cached iomap
 2023-06-29 19:30 UTC  (4+ messages)

[PATCH v3 1/3] drm/msm/dpu: re-introduce dpu core revision to the catalog
 2023-06-29 19:29 UTC  (6+ messages)
` [PATCH v3 2/3] drm/msm/dpu: use dpu core's major version to enable data compress
` [PATCH v3 3/3] drm/msm/dpu: drop DPU_INTF_DATA_COMPRESS from dpu catalog

[PATCH v4 1/3] Bluetooth: hci_conn: Consolidate code for aborting connections
 2023-06-29 19:30 UTC  (2+ messages)

❌ FAIL: Test report for master (6.4.0, mainline.kernel.org-clang, 86e203ed)
 2023-06-29 19:31 UTC 

Documentation/MyFirstObjectWalk: add #include "trace.h" to use trace_printf()
 2023-06-29 19:28 UTC  (3+ messages)

[stable:linux-5.15.y 55/9999] arch/x86/kvm/hyperv.c:2185:5: warning: stack frame size (1036) exceeds limit (1024) in 'kvm_hv_hypercall'
 2023-06-29 19:29 UTC 

[PATCH v3 0/1] Bluetooth: hci_sync: Enable events for BIS capable device
 2023-06-29 19:24 UTC  (2+ messages)

[PATCH v8 1/3] Bluetooth: btusb: mediatek: readx_poll_timeout replaces open coding
 2023-06-29 19:24 UTC  (2+ messages)

[PATCH v3] Bluetooth: btmtk: add printing firmware information
 2023-06-29 19:24 UTC  (2+ messages)

[PATCH v7 1/3] Bluetooth: btusb: mediatek: use readx_poll_timeout instead of open coding
 2023-06-29 19:24 UTC  (2+ messages)

[PATCH v2] Bluetooth: btintel: Add support for Gale Peak
 2023-06-29 19:24 UTC  (2+ messages)

[PATCH v1 1/1] netlink: Don't use int as bool in netlink_update_socket_mc()
 2023-06-29 19:24 UTC  (4+ messages)

Problem after detaching the header
 2023-06-29 19:17 UTC 

nvme in-band authentication blktests - nvme/043
 2023-06-29 19:24 UTC 

[PATCH v2 1/3] drm/msm/dpu: re-introduce dpu core revision to the catalog
 2023-06-29 19:21 UTC  (6+ messages)
` [PATCH v2 2/3] drm/msm/dpu: use dpu core's major version to enable data compress
` [PATCH v2 3/3] drm/msm/dpu: drop DPU_INTF_DATA_COMPRESS from dpu catalog

stable-rc/linux-4.14.y build: 195 builds: 5 failed, 190 passed, 3 errors, 25 warnings (v4.14.320-5-gf8ab33464dae)
 2023-06-29 19:23 UTC 

[PATCH v25 00/10] crash: Kernel handling of CPU and memory hot un/plug
 2023-06-29 19:21 UTC  (22+ messages)
` [PATCH v25 01/10] drivers/base: refactor cpu.c to use .is_visible()
` [PATCH v25 02/10] drivers/base: refactor memory.c "
` [PATCH v25 03/10] crash: move a few code bits to setup support of crash hotplug
` [PATCH v25 04/10] crash: add generic infrastructure for crash hotplug support
` [PATCH v25 05/10] kexec: exclude elfcorehdr from the segment digest
` [PATCH v25 06/10] crash: memory and CPU hotplug sysfs attributes
` [PATCH v25 07/10] x86/crash: add x86 crash hotplug support
` [PATCH v25 08/10] crash: hotplug support for kexec_load()
` [PATCH v25 09/10] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v25 10/10] x86/crash: optimize CPU changes

[PATCH] pstore: ramoops: support pmsg size larger than kmalloc limitation
 2023-06-29 19:22 UTC  (5+ messages)
`  "

[PATCH 00/43] ep93xx device tree conversion
 2023-06-29 19:21 UTC  (9+ messages)
` [PATCH v1 09/43] clocksource: ep93xx: Add driver for Cirrus Logic EP93xx

[PATCH] usb: ch9: Replace bmSublinkSpeedAttr 1-element array with flexible array
 2023-06-29 19:22 UTC  (3+ messages)

[PATCH 00/10] firmware: scmi: add SCMI base protocol support
 2023-06-29 19:10 UTC  (11+ messages)
` [PATCH 01/10] firmware: scmi: implement SCMI base protocol
` [PATCH 05/10] firmware: scmi: fake base protocol commands on sandbox
` [PATCH 07/10] test: dm: add SCMI base protocol test
` [PATCH 08/10] cmd: add scmi command for SCMI firmware
` [PATCH 09/10] doc: cmd: add documentation for scmi

[PATCH v2 0/4] Introduce the sysinfo command
 2023-06-29 19:09 UTC  (5+ messages)
` [PATCH v2 1/4] sysinfo: Add IDs for board id and revision
` [PATCH v2 2/4] cmd: Add a sysinfo command

[PATCH 00/12] Sign Xilinx ZynqMP SPL/FSBL boot images using binman
 2023-06-29 19:10 UTC  (5+ messages)
` [PATCH 01/12] binman: elf: Check for ELF_TOOLS availability and remove extra semicolon
` [PATCH 03/12] binman: Don't decompress data while signing

[PATCHv2 1/3] net/lwip: add lwip-external submodule
 2023-06-29 19:10 UTC  (2+ messages)

UBSAN spat in valid xhci code in Linus's current tree (6.4+)
 2023-06-29 19:18 UTC  (3+ messages)

[PATCH] bootstd: USB devtype detection for script boot
 2023-06-29 19:09 UTC  (3+ messages)

[PATCH 0/3] commit -a -m: allow the top-level tree to become empty again
 2023-06-29 19:17 UTC  (3+ messages)
` [PATCH 3/3] "

[PATCH] usb: xhci-mtk: set the dma max_seg_size
 2023-06-29 19:19 UTC  (5+ messages)

[PATCH 0/6] migration: Test the new "file:" migration
 2023-06-29 19:18 UTC  (3+ messages)
` [PATCH 1/6] migration: Set migration status early in incoming side

[PATCH] gpio: mxc: add runtime pm support
 2023-06-29 19:19 UTC 

mm/vmscan.c:4080:29: sparse: sparse: cast to non-scalar
 2023-06-29 19:18 UTC 

[PATCH 0/3] binman: Add support for externally encrypted blobs
 2023-06-29 19:09 UTC  (3+ messages)
` [PATCH 2/3] binman: Allow cipher node as special section

[Intel-xe] [PATCH v2 0/8] GPUVA with no uAPI changes
 2023-06-29 19:18 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for GPUVA with no uAPI changes (rev2)


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.