All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-07 03:06:49 to 2023-07-07 04:43:02 UTC [more...]

[PATCH] udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
 2023-07-07  4:42 UTC  (3+ messages)

[PATCHv3 bpf-next 00/26] bpf: Add multi uprobe link
 2023-07-07  4:42 UTC  (27+ messages)
` [PATCHv3 bpf-next 02/26] "
` [PATCHv3 bpf-next 10/26] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv3 bpf-next 11/26] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv3 bpf-next 13/26] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv3 bpf-next 14/26] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv3 bpf-next 15/26] libbpf: Add uprobe multi link detection
` [PATCHv3 bpf-next 16/26] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv3 bpf-next 18/26] selftests/bpf: Add uprobe_multi api test
` [PATCHv3 bpf-next 19/26] selftests/bpf: Add uprobe_multi link test
` [PATCHv3 bpf-next 20/26] selftests/bpf: Add uprobe_multi test program
` [PATCHv3 bpf-next 21/26] selftests/bpf: Add uprobe_multi bench test
` [PATCHv3 bpf-next 22/26] selftests/bpf: Add usdt_multi test program
` [PATCHv3 bpf-next 23/26] selftests/bpf: Add usdt_multi bench test

[PATCH] mm/mmap: move vma operations to mm_struct out of the critical section of file mapping lock
 2023-07-07  4:40 UTC  (7+ messages)

[PATCH v4 00/33] Per-VMA locks
 2023-07-07  4:40 UTC  (17+ messages)
` [PATCH v4 29/33] x86/mm: try VMA lock-based page fault handling first

[PATCH v2] udp6: add a missing call into udp_fail_queue_rcv_skb tracepoint
 2023-07-07  4:39 UTC 

[PATCH 2/2] xen/virtio: Avoid use of the dom0 backend in dom0
 2023-07-07  4:38 UTC  (13+ messages)

[PATCH] gpio/desginware: add Synopsys DesignWare APB GPIO support
 2023-07-07  4:38 UTC  (2+ messages)

[PATCH v4 bpf-next 00/14] bpf: Introduce bpf_mem_cache_free_rcu()
 2023-07-07  4:37 UTC  (11+ messages)
` [PATCH v4 bpf-next 09/14] bpf: Allow reuse from waiting_for_gp_ttrace list
` [PATCH v4 bpf-next 12/14] bpf: Introduce bpf_mem_free_rcu() similar to kfree_rcu()

[PATCH 1/2] mm: lock a vma before stack expansion
 2023-07-07  4:33 UTC  (3+ messages)
` [PATCH 2/2] mm: lock newly mapped VMA which can be modified after it becomes visible

Pcie: Phy link never came up
 2023-07-07  4:33 UTC 

[igt-dev] [PATCH i-g-t v7 0/4] Handle GT and tile seperation in IGT
 2023-07-07  4:29 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v7 1/4] lib/igt_sysfs: Add support to query number of tiles
` [igt-dev] [PATCH i-g-t v7 2/4] lib/igt_sysfs: Handling gt related sysfs uapi changes

[GIT PULL] perf tools changes for v6.5: 2nd batch
 2023-07-07  4:26 UTC 

[PATCH v2] x86/kexec: Add EFI config table identity mapping for kexec kernel
 2023-07-07  4:23 UTC  (6+ messages)

[shenki:aspeed-xvuart-host-driver 3/3] drivers/soc/aspeed/aspeed-host-bmc-dev.c:77:12: warning: stack frame size (1232) exceeds limit (1024) in 'aspeed_pci_host_bmc_device_probe'
 2023-07-07  4:22 UTC 

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_add_inline_entry
 2023-07-07  3:55 UTC  (2+ messages)
`  "

[shenki:aspeed-xvuart-host-driver 3/3] drivers/soc/aspeed/aspeed-host-bmc-dev.c:189:9: error: implicit declaration of function 'pci_release_region'; did you mean 'pci_release_regions'?
 2023-07-07  4:22 UTC 

[PATCH] KEYS: asymmetric: Fix error codes
 2023-07-07  4:20 UTC  (2+ messages)

[PATCH] x86/ia32: Do not modify the DPL bits for a null selector
 2023-07-07  4:16 UTC  (4+ messages)

[f2fs-dev] [syzbot] [f2fs?] possible deadlock in f2fs_getxattr
 2023-07-07  4:06 UTC  (2+ messages)
`  "

[shenki:aspeed-xvuart-host-driver 3/3] drivers/soc/aspeed/aspeed-host-bmc-dev.c:189:9: error: implicit declaration of function 'pci_release_region'; did you mean 'pci_release_regions'?
 2023-07-07  4:12 UTC 

[PATCH QEMU v8 0/9] migration: introduce dirtylimit capability
 2023-07-07  4:10 UTC  (10+ messages)
` [PATCH QEMU v8 1/9] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PATCH QEMU v8 2/9] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
` [PATCH QEMU v8 3/9] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PATCH QEMU v8 4/9] migration: Introduce dirty-limit capability
` [PATCH QEMU v8 5/9] migration: Refactor auto-converge capability logic
` [PATCH QEMU v8 7/9] migration: Implement dirty-limit convergence algo
` [PATCH QEMU v8 8/9] migration: Extend query-migrate to provide dirty page limit info
` [PATCH QEMU v8 9/9] tests: Add migration dirty-limit capability test
` [PATCH QEMU v8 6/9] migration: Put the detection logic before auto-converge checking

[PATCH 0/2] Add pinctrl driver support for Amlogic C3 SoCs
 2023-07-07  4:07 UTC  (6+ messages)
` [PATCH 2/2] pinctrl: Add "

[PATCH 01/18] mtd: rawnand: sunxi: Use devm_platform_get_and_ioremap_resource()
 2023-07-07  4:06 UTC  (41+ messages)
` [PATCH 02/18] mtd: rawnand: lpc32xx_slc: "
` [PATCH 03/18] mtd: rawnand: mxc: Convert to devm_platform_ioremap_resource()
` [PATCH 04/18] mtd: rawnand: sh_flctl: Use devm_platform_get_and_ioremap_resource()
` [PATCH 05/18] mtd: rawnand: omap2: "
` [PATCH 06/18] mtd: rawnand: stm32_fmc2: "
` [PATCH 07/18] mtd: rawnand: lpc32xx_mlc: "
` [PATCH 08/18] mtd: rawnand: fsl_upm: "
` [PATCH 09/18] mtd: rawnand: davinci: Convert to devm_platform_ioremap_resource()
` [PATCH 10/18] mtd: rawnand: atmel: Use devm_platform_get_and_ioremap_resource()
` [PATCH 11/18] mtd: nand: samsung: Convert to devm_platform_ioremap_resource() and devm_platform_get_and_ioremap_resource()
` [PATCH 12/18] mtd: nand: omap: Use devm_platform_get_and_ioremap_resource()
` [PATCH 13/18] mtd: plat-ram: "
` [PATCH 14/18] mtd: lantiq-flash: "
` [PATCH 15/18] mtd: lpddr2_nvm: Convert to devm_platform_ioremap_resource()
` [PATCH 16/18] mtd: st_spi_fsm: "
` [PATCH 17/18] mtd: spear_smi: "
` [PATCH 18/18] mtd: physmap-core: Use devm_platform_get_and_ioremap_resource()

[PATCH] ppc/pnv: Add QME region for P10
 2023-07-07  4:06 UTC 

[PATCH 0/4] introduce EFI_RAM_DISK_PROTOCOL
 2023-07-07  4:00 UTC  (5+ messages)
` [PATCH 1/4] efi_loader: add RAM disk device path
` [PATCH 2/4] efi_loader: add EFI_RAM_DISK_PROTOCOL implementation
` [PATCH 3/4] cmd: efidebug: add RAM disk mount command
` [PATCH 4/4] efi_selftest: add EFI_RAM_DISK_PROTOCOL selftest

[PATCH v12 00/22] TDX host kernel support
 2023-07-07  4:01 UTC  (3+ messages)
` [PATCH v12 19/22] x86/kexec(): Reset TDX private memory on platforms with TDX erratum

[PATCH 1/3] CI: use Kas 3.3
 2023-07-07  4:00 UTC  (2+ messages)

[PATCH mickledore 0/2] arm-bsp/documentation: corstone1000: update documentation
 2023-07-07  4:00 UTC  (2+ messages)

[PATCH mickledore] kas: set the SHAs for 2023.06 release
 2023-07-07  4:00 UTC  (2+ messages)

[PATCH V6 0/5] Add camera clock controller support for SM8550
 2023-07-07  3:57 UTC  (6+ messages)
` [PATCH V6 1/5] dt-bindings: clock: qcom: Add SM8550 camera clock controller
` [PATCH V6 2/5] clk: qcom: clk-alpha-pll: Add support for lucid ole pll configure
` [PATCH V6 3/5] clk: qcom: camcc-sm8550: Add camera clock controller driver for SM8550
` [PATCH V6 4/5] clk: qcom: camcc-sm8550: Add support for qdss, sleep and xo clocks
` [PATCH V6 5/5] arm64: dts: qcom: sm8550: Add camera clock controller

[PATCH QEMU v7 4/9] migration: Introduce dirty-limit capability
 2023-07-07  3:56 UTC  (3+ messages)

[oe] [meta-gnome] [PATCH] gegl: upgrade 0.4.44 -> 0.4.46
 2023-07-07  3:57 UTC  (23+ messages)
` [oe] [meta-gnome] [PATCH] gvfs: upgrade 1.50.4 -> 1.51.1
` [oe] [meta-networking] [PATCH] weechat: upgrade 4.0.0 -> 4.0.1
` [oe] [meta-oe] [PATCH] avro-c: upgrade 1.11.1 -> 1.11.2
` [oe] [meta-oe] [PATCH] glfw: upgrade 3.3 -> 3.3.8
` [oe] [meta-oe] [PATCH] hwloc: upgrade 2.9.1 -> 2.9.2
` [oe] [meta-oe] [PATCH] minicoredumper: upgrade 2.0.3 -> 2.0.6
` [oe] [meta-oe] [PATCH] passwdqc: upgrade 2.0.2 -> 2.0.3
` [oe] [meta-oe] [PATCH] renderdoc: upgrade 1.13 -> 1.27
` [oe] [meta-oe] [PATCH] thingsboard-gateway: upgrade 3.2 -> 3.3
` [oe] [meta-oe] [PATCH] xterm: upgrade 382 -> 383
` [oe] [meta-python] [PATCH] python3-aenum: upgrade 3.1.14 -> 3.1.15
` [oe] [meta-python] [PATCH] python3-configargparse : upgrade 1.5.3 -> 1.5.5
` [oe] [meta-python] [PATCH] python3-elementpath: upgrade 4.1.3 -> 4.1.4
` [oe] [meta-python] [PATCH] python3-google-api-python-client: upgrade 2.90.0 -> 2.92.0
` [oe] [meta-python] [PATCH] python3-google-auth: upgrade 2.20.0 -> 2.21.0
` [oe] [meta-python] [PATCH] python3-joblib: upgrade 1.2.0 -> 1.3.1
` [oe] [meta-python] [PATCH] python3-pillow: upgrade 9.5.0 -> 10.0.0
` [oe] [meta-python] [PATCH] python3-redis: upgrade 4.5.5 -> 4.6.0
` [oe] [meta-python] [PATCH] python3-tox: upgrade 4.6.0 -> 4.6.3
` oe] [meta-python] [PATCH] python3-virtualenv: upgrade 20.23.0 -> 20.23.1
` [oe] [meta-python] [PATCH] python3-zeroconf: upgrade 0.69.0 -> 0.70.0

[virtio-dev] [PATCH v12 0/3] admin: Access legacy registers using admin commands
 2023-07-07  3:54 UTC  (8+ messages)
` [virtio-comment] "
` [virtio-dev] [PATCH v12 1/3] admin: Split opcode table rows with a line
  ` [virtio-comment] "
` [virtio-dev] [PATCH v12 2/3] admin: Fix section numbering
  ` [virtio-comment] "
` [virtio-dev] [PATCH v12 3/3] admin: Add group member legacy register access commands
  ` [virtio-comment] "

[virtio-comment] [PATCH v11 0/3] admin: Access legacy registers using admin commands
 2023-07-07  3:54 UTC  (5+ messages)
` [virtio-comment] [PATCH v11 3/3] admin: Add group member legacy register access commands
  ` [virtio-comment] "
    ` [virtio-comment] "
      ` [virtio-dev] "

[Intel-xe] [PATCH v2 0/2] drm/xe/pmu: Enable PMU interface
 2023-07-07  3:53 UTC  (6+ messages)
` [Intel-xe] [PATCH v2 2/2] "

[net PATCH V4] octeontx2-pf: Add additional check for MCAM rules
 2023-07-07  3:53 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn32/display_mode_vba_32.c:3756:1: warning: the frame size of 2064 bytes is larger than 2048 bytes
 2023-07-07  3:50 UTC 

[igt-dev] [PATCH i-g-t] tests/amdgpu: add vcn decoder and encoder tests
 2023-07-07  3:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/amdgpu: add vcn decoder and encoder tests (rev3)

next/pending-fixes baseline: 169 runs, 30 regressions (v6.4-12294-g066a64c121be)
 2023-07-07  3:50 UTC 

[PATCH v2 1/2] Bluetooth: btusb: Add VID 0489 & PID e102 for MediaTek MT7922 USB Bluetooth chip
 2023-07-07  3:49 UTC  (2+ messages)
` [v2,1/2] "

[PATCH v2 01/92] ibmvmc: update ctime in conjunction with mtime on write
 2023-07-07  3:15 UTC  (3+ messages)
  ` [PATCH v2 62/92] ocfs2: convert to ctime accessor functions

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-07  3:45 UTC  (7+ messages)
` [PATCH 09/12] drm/msm/adreno: Add adreno family
` [PATCH 12/12] drm/msm/adreno: Switch to chip-id for identifying GPU
  ` [Freedreno] "

[PATCH] Input: xpad - add GameSir T4 Kaleid Controller support
 2023-07-07  3:45 UTC 

[PATCH] exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
 2023-07-07  3:45 UTC  (4+ messages)
  ` 答复: "

[PATCH] mm: hugetlb_vmemmap: fix a race between vmemmap pmd split
 2023-07-07  3:38 UTC 

[igt-dev] [PATCH] tests/amdgpu: add vcn decoder and encoder tests
 2023-07-07  3:37 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/amdgpu: add vcn decoder and encoder tests (rev5)
` [igt-dev] ○ CI.xeBAT: info "

[PATCH] block: Do not merge if merging is disabled
 2023-07-07  3:34 UTC  (4+ messages)

[PATCH][V2] EDAC/i10nm: shift exponent is negative
 2023-07-07  3:34 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH 2/2] Bluetooth: btusb: Add VID 04ca & PID 3804 for MediaTek MT7922 USB Bluetooth chip
 2023-07-07  3:25 UTC  (2+ messages)
` [1/2] Bluetooth: btusb: Add VID 0489 & PID e102 "

[PATCH -next 0/3] nbd: fix null-ptr-dereference while accessing 'nbd->config'
 2023-07-07  3:15 UTC  (4+ messages)
` [PATCH -next 1/3] nbd: fold nbd config initialization into nbd_alloc_config()
` [PATCH -next 2/3] nbd: factor out a helper to get nbd_config without holding 'config_lock'
` [PATCH -next 3/3] nbd: fix null-ptr-dereference while accessing 'nbd->config'

next/master build: 113 builds: 2 failed, 111 passed, 3 errors, 30 warnings (next-20230707)
 2023-07-07  3:15 UTC 

next/master build: 113 builds: 2 failed, 111 passed, 3 errors, 30 warnings (next-20230707)
 2023-07-07  3:15 UTC 

[PATCH 00/13] zbd: improve max_active_zones limit handling
 2023-07-07  3:15 UTC  (14+ messages)
` [PATCH 01/13] zbd: refer max_active_zones sysfs attribute
` [PATCH 02/13] zbd: write to closed zones on the devices with max_active_zones limit
` [PATCH 03/13] zbd: print max_active_zones limit error message
` [PATCH 04/13] docs: modify max_open_zones option description
` [PATCH 05/13] t/zbd: add close_zone helper function
` [PATCH 06/13] t/zbd: add max_active_zone variable
` [PATCH 07/13] t/zbd: add test case to check zones in closed condition
` [PATCH 08/13] t/zbd: add test case to check max_active_zones limit error message
` [PATCH 09/13] t/zbd: get max_open_zones from sysfs
` [PATCH 10/13] t/zbd: fix fio failure check and SG node failure in test case 31
` [PATCH 11/13] t/zbd: add missing prep_write for test cases with write workloads
` [PATCH 12/13] t/zbd: fix null_blk configuration in run-tests-against-nullb
` [PATCH 13/13] t/zbd: add max_active configs to run-tests-against-nullb

[PATCH 0/6] Add audio support in v4l2 framework
 2023-07-07  3:13 UTC  (10+ messages)
` [PATCH 1/6] media: v4l2: Add audio capture and output support

[PATCH] ipsec: fix NAT-T length calculation
 2023-07-07  3:12 UTC  (5+ messages)
` [EXT] "

[OE-core] [PATCH] msmtp: upgrade 1.8.23 -> 1.8.24
 2023-07-07  3:12 UTC  (4+ messages)
` [OE-core] [PATCH] libxcrypt: upgrade 4.4.35 -> 4.4.36
` [OE-core] [PATCH] taglib: upgrade 1.13 -> 1.13.1
` [OE-core] [PATCH] wayland-protocols: upgrade 1.31 -> 1.32

[OE-core] [PATCH] acpica: upgrade 20230331 -> 20230628
 2023-07-07  3:10 UTC  (4+ messages)
` [OE-core] [PATCH] libnss-nis: upgrade 3.1 -> 3.2
` [OE-core] [PATCH] libuv: upgrade 1.45.0 -> 1.46.0
` [OE-core] [PATCH] libwebp: upgrade 1.3.0 -> 1.3.1

Does the OpenBMC support self test?
 2023-07-07  3:07 UTC  (2+ messages)

[PATCH v2 0/6] PCI/VGA: Improve the default VGA device selection
 2023-07-07  2:58 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH] virt/coco/sev-guest: Convert to use time_after macro
 2023-07-07  3:06 UTC 

[PATCH 0/3] tracing/probes: Fix bugs in process_fetch_insn
 2023-07-07  3:06 UTC  (9+ messages)
` [PATCH 3/3] tracing/probes: Fix return value when "(fault)" is injected


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.