All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-10 00:06:27 to 2024-05-10 01:13:25 UTC [more...]

[PATCH bpf-next v5 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-10  1:13 UTC  (10+ messages)
` [PATCH bpf-next v5 1/9] bpf: Remove unnecessary checks on the offset of btf_field
` [PATCH bpf-next v5 2/9] bpf: Remove unnecessary call to btf_field_type_size()
` [PATCH bpf-next v5 3/9] bpf: refactor btf_find_struct_field() and btf_find_datasec_var()
` [PATCH bpf-next v5 4/9] bpf: create repeated fields for arrays
` [PATCH bpf-next v5 5/9] bpf: look into the types of the fields of a struct type recursively
` [PATCH bpf-next v5 6/9] bpf: limit the number of levels of a nested struct type
` [PATCH bpf-next v5 7/9] selftests/bpf: Test kptr arrays and kptrs in nested struct fields
` [PATCH bpf-next v5 8/9] selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types
` [PATCH bpf-next v5 9/9] selftests/bpf: Test global bpf_list_head arrays

[PATCH v2] sysreset: psci: drop reliance on SPL support
 2024-05-10  1:10 UTC  (2+ messages)

next/pending-fixes build: 1 build: 0 failed, 1 passed (v6.9-rc7-198-gb13b271a6bce0)
 2024-05-10  1:06 UTC 

[PATCH 01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig
 2024-05-10  0:45 UTC  (33+ messages)
` [PATCH 14/81] block: Remove <common.h> and add needed includes
` [PATCH 19/81] clk: "
` [PATCH 33/81] gpio: "
` [PATCH 41/81] misc: "
` [PATCH 42/81] mmc: "
` [PATCH 45/81] net: "
` [PATCH 48/81] pci: "
` [PATCH 50/81] phy: "
` [PATCH 51/81] pinctrl: "
` [PATCH 52/81] power: "
` [PATCH 54/81] ram: "
` [PATCH 57/81] reset: "
` [PATCH 64/81] sound: "
` [PATCH 68/81] sysreset: "
` [PATCH 70/81] timer: "
` [PATCH 74/81] video: "

What's cooking in git.git (May 2024, #04; Thu, 9)
 2024-05-10  1:04 UTC  (2+ messages)

[PATCH] libfs: fix accidental overflow in offset calculation
 2024-05-10  1:04 UTC  (3+ messages)

[pci:misc] BUILD SUCCESS fe4a83ec07818f2243eac584488e65397699550c
 2024-05-10  1:02 UTC 

[PATCH 1/2] drm/amdgpu/pm: Check input value for power profile setting on smu13 and smu14
 2024-05-10  1:00 UTC  (3+ messages)

[PATCH v4] md: generate CHANGE uevents for md device
 2024-05-10  1:00 UTC  (4+ messages)

[PATCH net-next 1/2] selftests: net: fix timestamp not arriving in cmsg_time.sh
 2024-05-10  0:57 UTC  (2+ messages)
` [PATCH net-next 2/2] selftests: net: increase the delay for relative cmsg_time.sh test

[meta-oe][PATCH 1/4] fvwm: Fix build with gcc-14
 2024-05-10  0:57 UTC  (4+ messages)
` [meta-python][PATCH 2/4] python3-wxgtk4: "
` [meta-oe][PATCH 3/4] gtk+: Disable incompatible-pointer-types warning as error
` [meta-oe][PATCH 4/4] fluentbit: Upgrade to 1.9.9

[net PATCH v4] net: stmmac: move the EST and EST lock to struct stmmac_priv
 2024-05-10  0:56 UTC  (4+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-05-10  0:57 UTC  (19+ messages)
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment

[PATCH v24 0/4] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2024-05-09 19:24 UTC  (2+ messages)
` [PATCH v24 1/4] dt-bindings: reset: npcm: add clock properties

[PATCH] drm/panel: jdi-fhd-r63452: move DCS off commands to disable
 2024-05-10  0:56 UTC  (2+ messages)

MHI MMIO endian issue
 2024-05-10  0:54 UTC  (3+ messages)

[PATCH v11 0/2] Introduce EROFS support
 2024-05-10  0:52 UTC  (3+ messages)
` [PATCH v11 1/2] fs/erofs: Add support for EROFS
` [PATCH v11 2/2] fs/erofs: Add tests for EROFS in grub-fs-tester

[PATCH 1/7] drm/xe: Fix xe_pm_runtime_get_if_active return
 2024-05-10  0:49 UTC  (2+ messages)
` ✗ CI.FULL: failure for series starting with [1/7] "

[PATCH] rockchip: rv1108: Remove unneeded local rv1108-cru.h
 2024-05-10  0:45 UTC  (2+ messages)

[PATCH nf-next v2 0/8] nft_set_pipapo: remove cannot-fail allocations on commit and abort
 2024-05-10  0:40 UTC  (3+ messages)
` [PATCH nf-next v2 7/8] netfilter: nft_set_pipapo: move cloning of match info to insert/removal path

[PATCH] vfio: remove an extra semicolon
 2024-05-10  0:37 UTC 

[PATCH RESEND] perf daemon: Fix file leak in daemon_session__control
 2024-05-10  0:34 UTC 

[PATCH net-next 0/1] mlx5: Add netdev-genl queue stats
 2024-05-10  0:31 UTC  (11+ messages)

[PATCH bpf-next v3 0/7] Notify user space when a struct_ops object is detached/unregistered
 2024-05-10  0:29 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops
` [PATCH bpf-next v3 2/7] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v3 3/7] bpf: support epoll from bpf struct_ops links
` [PATCH bpf-next v3 4/7] bpf: export bpf_link_inc_not_zero
` [PATCH bpf-next v3 5/7] selftests/bpf: test struct_ops with epoll
` [PATCH bpf-next v3 6/7] selftests/bpf: detach a struct_ops link from the subsystem managing it
` [PATCH bpf-next v3 7/7] selftests/bpf: make sure bpf_testmod handling racing link destroying well

[RFC PATCH v8 00/10] ras: scrub: introduce subsystem + CXL/ACPI-RAS2 drivers
 2024-05-10  0:26 UTC  (3+ messages)
` [RFC PATCH v8 05/10] cxl/memscrub: Add CXL device patrol scrub control feature

[PATCH] ASoC: audio-graph-card2: call of_node_get() before of_get_next_child()
 2024-05-10  0:24 UTC 

[PATCH] x86/entry_32: Move CLEAR_CPU_BUFFERS before CR3 switch
 2024-05-10  0:24 UTC  (6+ messages)

[PATCH v3 0/3] perf:core: Save raw sample data
 2024-05-10  0:24 UTC  (4+ messages)
` [PATCH v3 1/3] perf/core: Save raw sample data conditionally based on sample type
` [PATCH v3 2/3] perf: core: Check sample_type in perf_sample_save_callchain
` [PATCH v3 3/3] perf: core: Check sample_type in perf_sample_save_brstack

[LTP] [PATCH v1] chmod02.c: Block mode changes of symlinks
 2024-05-10  0:23 UTC 

[PATCH net-next 5/5] gve: Add flow steering ethtool support
 2024-05-10  0:19 UTC  (3+ messages)

[PATCH net-next 0/5] gve: Add flow steering support
 2024-05-10  0:18 UTC  (9+ messages)
` [PATCH net-next 3/5] gve: Add flow steering device option
  ` [PATCH net-next 2/5] gve: Add adminq extended command
` [PATCH net-next 4/5] gve: Add flow steering adminq commands

[PATCH v4 00/66] Define _GNU_SOURCE for sources using
 2024-05-10  0:07 UTC  (105+ messages)
` [PATCH v4 01/66] selftests: Compile with -D_GNU_SOURCE when including lib.mk
` [PATCH v4 02/66] selftests/arm64: Drop define _GNU_SOURCE
` [PATCH v4 03/66] selftests/arm64: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 04/66] selftests/bpf: Drop define _GNU_SOURCE
` [PATCH v4 05/66] selftests/breakpoints: "
` [PATCH v4 06/66] selftests/cachestat: "
` [PATCH v4 07/66] selftests/capabilities: "
` [PATCH v4 08/66] selftests/cgroup: "
` [PATCH v4 09/66] selftests/clone3: "
` [PATCH v4 10/66] selftests/core: "
` [PATCH v4 11/66] selftests/damon: "
` [PATCH v4 12/66] selftests/drivers: "
` [PATCH v4 13/66] selftests/exec: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 14/66] selftests/fchmodat2: Drop define _GNU_SOURCE
` [PATCH v4 15/66] selftests/filelock: "
` [PATCH v4 16/66] selftests/filesystems: "
` [PATCH v4 17/66] selftests/firmware: "
` [PATCH v4 18/66] selftests/fpu: "
` [PATCH v4 19/66] selftests/futex: "
` [PATCH v4 20/66] selftests/futex: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 21/66] selftests/intel_pstate: "
` [PATCH v4 22/66] selftests/iommu: "
` [PATCH v4 23/66] selftests/ipc: Drop define _GNU_SOURCE
` [PATCH v4 24/66] selftests/kcmp: "
` [PATCH v4 25/66] selftests/landlock: "
` [PATCH v4 26/66] selftests/lsm: "
` [PATCH v4 27/66] selftests/membarrier: "
` [PATCH v4 28/66] selftests/memfd: "
` [PATCH v4 29/66] selftests/mincore: "
` [PATCH v4 30/66] selftests/mm: "
` [PATCH v4 31/66] selftests/mount: "
` [PATCH v4 32/66] selftests/mount_setattr: "
` [PATCH v4 33/66] selftests/move_mount_set_group: "
` [PATCH v4 34/66] selftests/mqueue: "
` [PATCH v4 35/66] selftests/net: "
` [PATCH v4 36/66] selftests/net: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 37/66] selftests/nolibc: Drop define _GNU_SOURCE
` [PATCH v4 38/66] selftests/nsfs: "
` [PATCH v4 39/66] selftests/openat2: "
` [PATCH v4 40/66] selftests/perf_events: "
` [PATCH v4 41/66] selftests/pid_namespace: "
` [PATCH v4 42/66] selftests/pidfd: "
` [PATCH v4 43/66] selftests/ptrace: "
` [PATCH v4 44/66] selftests/powerpc: "
` [PATCH v4 45/66] selftests/proc: "
` [PATCH v4 46/66] selftests/proc: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 47/66] selftests/ptp: Drop define _GNU_SOURCE
` [PATCH v4 48/66] selftests/resctrl: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 49/66] selftests/riscv: Drop define _GNU_SOURCE
` [PATCH v4 50/66] selftests/riscv: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 51/66] selftests/rlimits: Drop define _GNU_SOURCE
` [PATCH v4 52/66] selftests/rseq: "
` [PATCH v4 53/66] selftests/safesetid: "
` [PATCH v4 54/66] selftests/sched: "
` [PATCH v4 55/66] selftests/seccomp: "
` [PATCH v4 56/66] selftests/sigaltstack: "
` [PATCH v4 57/66] selftests/splice: "
` [PATCH v4 58/66] selftests/syscall_user_dispatch: "
` [PATCH v4 59/66] selftests/thermal: "
` [PATCH v4 60/66] selftests/timens: "
` [PATCH v4 61/66] selftests/tmpfs: Drop duplicate -D_GNU_SOURCE
` [PATCH v4 62/66] selftests/uevent: Drop define _GNU_SOURCE
` [PATCH v4 63/66] selftests/user_events: "
` [PATCH v4 64/66] selftests/vDSO: "
` [PATCH v4 65/66] selftests/wireguard: "
` [PATCH v4 66/66] selftests/x86: "

[PATCH v10 0/2] Introduce EROFS support
 2024-05-10  0:12 UTC  (3+ messages)

[PATCH, net-next, 0/2] net: stmmac: support for BCM8958x SoC
 2024-05-10  0:03 UTC  (2+ messages)
` [PATCH, net-next, 2/2] net: stmmac: PCI driver for BCM8958X SoC

[syzbot] kernel BUG in ext4_do_writepages
 2024-05-10  0:13 UTC  (2+ messages)

[nf-next PATCH 0/5] Dynamic hook interface binding
 2024-05-10  0:13 UTC  (2+ messages)

[opencloudos:next 6582/6589] arch/x86/kernel/head64.c:382:12: warning: no previous prototype for 'early_clflush_bss_decrypted_section'
 2024-05-10  0:11 UTC 

[PATCH v2 00/18] media: Fix the last set of coccinelle warnings
 2024-05-10  0:10 UTC  (10+ messages)
` [PATCH v2 10/18] media: venus: Use flex array for hfi_session_release_buffer_pkt
` [PATCH v2 17/18] media: venus: Refactor hfi_session_fill_buffer_pkt
` [PATCH v2 18/18] media: venus: Refactor hfi_buffer_alloc_mode_supported

[PATCH bpf-next v4 0/9] Enable BPF programs to declare arrays of kptr, bpf_rb_root, and bpf_list_head
 2024-05-10  0:09 UTC  (4+ messages)
` [PATCH bpf-next v4 4/9] bpf: create repeated fields for arrays

[PATCH for v6.10] media: v4l2-ctrls: drop unnecessary locking that caused potential deadlock
 2024-05-10  0:08 UTC  (3+ messages)

[PATCH nf-next 0/2] nf_tables: vlan matching & mangling
 2024-05-10  0:07 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nft_payload: restore vlan q-in-q match support
` [PATCH nf-next 2/2] netfilter: nft_payload: skbuff vlan metadata mangle 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.