All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-30 18:04:13 to 2023-11-30 18:54:04 UTC [more...]

[RFC 1/3] pidfd: allow pidfd_open() on non-thread-group leaders
 2023-11-30 18:54 UTC  (3+ messages)

[PATCH v12 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-30 18:52 UTC  (18+ messages)
` [PATCH v12 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v12 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v12 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v12 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v12 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v12 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v12 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v12 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v12 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v12 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v12 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v12 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v12 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v12 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v12 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v12 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v12 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token

[RFC PATCH] wifi: cfg80211: fix CQM for non-range use
 2023-11-30 18:52 UTC  (8+ messages)

linux-next: Tree for Nov 30
 2023-11-30 18:51 UTC  (3+ messages)
` linux-next: Tree for Nov 30 (mm/zswap.c)

[PATCH 00/13] x86/CPU/AMD: Rework Zen family detection and other fun
 2023-11-30 18:50 UTC  (7+ messages)
` [PATCH 01/13] x86/CPU/AMD: Add ZenX generations flags

[PATCH] vfio: Drop vfio_file_iommu_group() stub to fudge around a KVM wart
 2023-11-30 18:50 UTC  (2+ messages)

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-11-30 18:49 UTC  (5+ messages)

[Intel-wired-lan] Compile of out-of-tree 'ice' driver fails on 32 bit
 2023-11-30 18:49 UTC 

[PATCH v2 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-11-30 18:49 UTC  (5+ messages)
` [PATCH v2 net-next 2/2] xdp: "

stable-rc/queue/4.19 build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.300-32-gf6042b025e256)
 2023-11-30 18:48 UTC 

[PATCH net-next v6 2/6] ptp: clockmatrix: set write phase timer to 0 when not in PCW mode
 2023-11-30 18:46 UTC  (5+ messages)
` [PATCH net-next v6 3/6] ptp: clockmatrix: Fix u8 -> u16, DPLL_WF_TIMER and DPLL_WP_TIMER are 2-byte registers
` [PATCH net-next v6 4/6] ptp: clockmatrix: dco input-to-output delay is 20 FOD cycles + 8ns
` [PATCH net-next v6 5/6] ptp: clockmatrix: Fix caps.max_adj to reflect DPLL_MAX_FREQ_OFFSET[MAX_FFO]
` [PATCH net-next v6 6/6] ptp: clockmatrix: move register and firmware related definition to idt8a340_reg.h

[PATCH v5 0/3] convert write_threads, write_version and write_ports to netlink commands
 2023-11-30 18:34 UTC  (9+ messages)
` [PATCH v5 3/3] NFSD: convert write_ports to netlink command

[PATCH net-next v6 1/6] ptp: clockmatrix: support 32-bit address space
 2023-11-30 18:46 UTC 

[PATCH 0/2] x86/microcode: Unify early reporting
 2023-11-30 18:46 UTC  (4+ messages)
` [PATCH 2/2] x86/microcode: Rework early revisions reporting

[igt-dev] [PATCH v5 00/21] uAPI Alignment - Cleanup and future proof
 2023-11-30 18:45 UTC  (22+ messages)
` [igt-dev] [PATCH v5 01/21] drm-uapi/xe: Extend drm_xe_vm_bind_op
` [igt-dev] [PATCH v5 02/21] xe_ioctl: Converge bo_create to the most used version
` [igt-dev] [PATCH v5 03/21] xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_create
` [igt-dev] [PATCH v5 04/21] xe_query: Add missing include
` [igt-dev] [PATCH v5 05/21] xe_query: Kill visible_vram_if_possible
` [igt-dev] [PATCH v5 06/21] drm-uapi/xe: Separate bo_create placement from flags
` [igt-dev] [PATCH v5 07/21] xe: s/hw_engine/engine
` [igt-dev] [PATCH v5 08/21] drm-uapi/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof
` [igt-dev] [PATCH v5 09/21] drm-uapi/xe: Reject bo creation of unaligned size
` [igt-dev] [PATCH v5 10/21] drm-uapi/xe: Align on a common way to return arrays (memory regions)
` [igt-dev] [PATCH v5 11/21] drm-uapi/xe: Align on a common way to return arrays (gt)
` [igt-dev] [PATCH v5 12/21] drm-uapi/xe: Align on a common way to return arrays (engines)
` [igt-dev] [PATCH v5 13/21] drm-uapi/xe: Split xe_sync types from flags
` [igt-dev] [PATCH v5 14/21] drm-uapi/xe: Kill tile_mask
` [igt-dev] [PATCH v5 15/21] drm-uapi/xe: Crystal Reference Clock updates
` [igt-dev] [PATCH v5 16/21] drm-uapi/xe: Add Tile ID information to the GT info query
` [igt-dev] [PATCH v5 17/21] drm-uapi/xe: Fix various struct padding for 64b alignment
` [igt-dev] [PATCH v5 18/21] drm-uapi/xe: Move xe_exec after xe_exec_queue
` [igt-dev] [PATCH v5 19/21] tests/intel/xe: Adjust to KMD uAPI changes for long-running VMs
` [igt-dev] [PATCH v5 20/21] drm-uapi/xe: Remove unused extension definition
` [igt-dev] [PATCH v5 21/21] drm-uapi/xe: Kill exec_queue_set_property

[PATCH 0/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
 2023-11-30 18:39 UTC  (8+ messages)
` [PATCH 1/6] RISC-V: KVM: Don't add SBI multi regs in get-reg-list
` [PATCH 2/6] KVM: riscv: selftests: Drop SBI multi registers
` [PATCH 4/6] KVM: riscv: selftests: Add RISCV_SBI_EXT_REG
` [PATCH 5/6] KVM: riscv: selftests: Use register subtypes
` [PATCH 6/6] RISC-V: KVM: selftests: Treat SBI ext regs like ISA ext regs

include/linux/atomic/atomic-instrumented.h:37:9: sparse: int static [signed] [toplevel] raw_atomic_set( ... )
 2023-11-30 18:45 UTC 

[android-common:android14-5.15 147/276] include/trace/hooks/ipv4.h:12:1: sparse: sparse: incorrect type in assignment (different address spaces)
 2023-11-30 18:45 UTC 

stable-rc/queue/5.15 build: 20 builds: 4 failed, 16 passed, 8 errors, 3 warnings (v5.15.140-69-g6578fee152e7b)
 2023-11-30 18:44 UTC 

[PATCH v2] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts
 2023-11-30 18:35 UTC  (3+ messages)

[PATCH net-next] tcp: tcp_gro_dev_warn() cleanup
 2023-11-30 18:41 UTC 

[Intel-xe] [PATCH v3 00/16] uAPI Alignment - Cleanup and future proof
 2023-11-30 18:39 UTC  (17+ messages)
` [Intel-xe] [PATCH v3 01/16] drm/xe: Extend drm_xe_vm_bind_op
` [Intel-xe] [PATCH v3 02/16] drm/xe/uapi: Separate bo_create placement from flags
` [Intel-xe] [PATCH v3 03/16] drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof
` [Intel-xe] [PATCH v3 04/16] drm/xe/uapi: Reject bo creation of unaligned size
` [Intel-xe] [PATCH v3 05/16] drm/xe/uapi: Align on a common way to return arrays (memory regions)
` [Intel-xe] [PATCH v3 06/16] drm/xe/uapi: Align on a common way to return arrays (gt)
` [Intel-xe] [PATCH v3 07/16] drm/xe/uapi: Align on a common way to return arrays (engines)
` [Intel-xe] [PATCH v3 08/16] drm/xe/uapi: Split xe_sync types from flags
` [Intel-xe] [PATCH v3 09/16] drm/xe/uapi: Kill tile_mask
` [Intel-xe] [PATCH v3 10/16] drm/xe/uapi: Crystal Reference Clock updates
` [Intel-xe] [PATCH v3 11/16] drm/xe/uapi: Add Tile ID information to the GT info query
` [Intel-xe] [PATCH v3 12/16] drm/xe/uapi: Fix various struct padding for 64b alignment
` [Intel-xe] [PATCH v3 13/16] drm/xe/uapi: Move xe_exec after xe_exec_queue
` [Intel-xe] [PATCH v3 14/16] drm/xe/uapi: Use LR abbrev for long-running vms
` [Intel-xe] [PATCH v3 15/16] drm/xe: Remove unused extension definition
` [Intel-xe] [PATCH v3 16/16] drm/xe/uapi: Kill exec_queue_set_property

[PATCH] Hexagon (target/hexagon) Fix shadow variable when idef-parser is off
 2023-11-30 18:39 UTC 

[igt-dev] [PATCH i-g-t v2 1/2] tests/intel/xe_create: sanity check all MBZ fields
 2023-11-30 18:39 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v2 2/2] tests/intel-ci/xe-fast-feedback: add create-invalid-mbz
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v2,1/2] tests/intel/xe_create: sanity check all MBZ fields

[PATCH v11 3/5] PCI: Move pci_clear_and_set_dword() helper to PCI header
 2023-11-30 18:37 UTC  (3+ messages)

[PATCH v1 0/2] thermal: sysfs: Simplifications of trip point attribute callbacks
 2023-11-30 18:37 UTC  (3+ messages)
` [PATCH v1 1/2] thermal: sysfs: Rework the handling of trip point updates
` [PATCH v1 2/2] thermal: sysfs: Eliminate unnecessary zone locking

[PATCHSET 0/8] perf annotate: Make annotation_options global (v1)
 2023-11-30 18:37 UTC  (4+ messages)

[PATCH v11 0/8] Add support for Sub-NUMA cluster (SNC) systems
 2023-11-30 18:02 UTC  (4+ messages)
` [PATCH v12 "
  ` [PATCH v12 7/8] x86/resctrl: Sub NUMA Cluster detection and enable

[PATCH 1/2] spi: atmel: Do not cancel a transfer upon any signal
 2023-11-30 18:36 UTC  (7+ messages)

[PATCH v4] migration: Plug memory leak with migration URIs
 2023-11-30 18:35 UTC  (3+ messages)

[PATCH v11 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-30 18:13 UTC  (11+ messages)
` [PATCH v11 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v11 bpf-next 03/17] bpf: introduce BPF token object

[PATCH v2] f2fs: add support for an i_version counter
 2023-11-30 18:35 UTC  (2+ messages)

[PATCH v3] mlxbf-bootctl: correctly identify secure boot with development keys
 2023-11-30 18:35 UTC 

[PATCH v1] PCI: Add PCIE_CONFIG_REQUEST_WAIT_MS waiting time value
 2023-11-30 18:35 UTC  (2+ messages)

[PATCH/RFC] core/nfsd: allow kernel threads to use task_work
 2023-11-30 18:33 UTC  (9+ messages)

[PATCH] version: 24.03-rc0
 2023-11-30 18:33 UTC  (3+ messages)

[PATCH v7 00/26] Enable CET Virtualization
 2023-11-30 17:53 UTC  (13+ messages)
` [PATCH v7 04/26] x86/fpu/xstate: Introduce XFEATURE_MASK_KERNEL_DYNAMIC xfeature set
` [PATCH v7 05/26] x86/fpu/xstate: Introduce fpu_guest_cfg for guest FPU configuration
` [PATCH v7 06/26] x86/fpu/xstate: Create guest fpstate with guest specific config
` [PATCH v7 20/26] KVM: VMX: Emulate read and write to CET MSRs
` [PATCH v7 22/26] KVM: VMX: Set up interception for "
` [PATCH v7 26/26] KVM: nVMX: Enable CET support for nested guest

RK3568 4GB bootsource problem
 2023-11-30 18:30 UTC 

[PATCH v2] sched/fair: Use all little CPUs for CPU-bound workload
 2023-11-30 17:30 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: sysfs: support discard_io_aware
 2023-11-30 18:30 UTC  (3+ messages)

[f2fs-dev] Patchwork summary for: f2fs
 2023-11-30 18:30 UTC 

[f2fs-dev] [PATCH] f2fs: fix to avoid dirent corruption
 2023-11-30 18:30 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/2] f2fs: introduce tracepoint for f2fs_rename()
 2023-11-30 18:30 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs: skip adding a discard command if exists
 2023-11-30 18:30 UTC  (3+ messages)

[f2fs-dev] [PATCH 1/3] f2fs: clean up w/ dotdot_name
 2023-11-30 18:30 UTC  (3+ messages)

[PATCH 1/9] toaster/tests: Update methods wait_until_~ to skip using time.sleep
 2023-11-30 18:29 UTC  (4+ messages)
` [PATCH 6/9] toaster/test: Added distro page TestCase
  ` [Toaster] "

[PATCH v5 00/50] Improvements to memory use
 2023-11-30 18:29 UTC  (7+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 08/50] perf record: Be lazier in allocating lost samples buffer

[PATCH for-9.0 0/4] target/riscv: add RVV CSRs
 2023-11-30 18:27 UTC  (5+ messages)
` [PATCH for-9.0 1/4] linux-headers: Update to Linux v6.7-rc3
` [PATCH for-9.0 2/4] linux-headers: riscv: add ptrace.h
` [PATCH for-9.0 3/4] target/riscv/kvm: do PR_RISCV_V_SET_CONTROL during realize()
` [PATCH for-9.0 4/4] target/riscv/kvm: add RVV and Vector CSR regs

[PATCH V2 0/2] ARM: dts: bcm2711: Add generic xHCI
 2023-11-30 18:28 UTC  (6+ messages)
` [PATCH V2 2/2] "

[igt-dev] [PATCH i-g-t] tests/intel/xe_exec_store: Test to check CONDITIONAL_BATCH_BUFFER_END
 2023-11-30 18:29 UTC  (2+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "

[PATCH 00/14] KVM: x86: Make Hyper-V emulation optional
 2023-11-30 18:28 UTC  (5+ messages)
` [PATCH 10/14] "

[PATCH v4 00/13] powerpc/pseries: New character devices for system parameters and VPD
 2023-11-30 18:26 UTC  (6+ messages)
` [PATCH v4 05/13] powerpc/rtas: Facilitate high-level call sequences

stable-rc/queue/5.4 build: 17 builds: 0 failed, 17 passed, 26 warnings (v5.4.262-50-g086663efa7af6)
 2023-11-30 18:27 UTC 

[PATCH v1 0/2] net: stmmac: add NPCM dwmac support
 2023-11-30 18:25 UTC  (13+ messages)
` [PATCH v1 2/2] net: stmmac: Add NPCM support

[PATCH v2] kbuild: deb-pkg: remove the fakeroot builds support
 2023-11-30 18:25 UTC  (4+ messages)

[PATCH net] MAINTAINERS: exclude 9p from networking
 2023-11-30 18:24 UTC  (2+ messages)

[PATCH v2] mlxbf-bootctl: correctly identify secure boot with development keys
 2023-11-30 18:24 UTC  (3+ messages)

[PATCH] perf symbols: Parse NOTE segments until the build id is found
 2023-11-30 18:23 UTC  (2+ messages)

[PATCH net-next] octeon_ep: Fix error code in probe()
 2023-11-30 18:23 UTC  (2+ messages)

[RFC] USB: check for transmissible packet sizes when matching endpoints
 2023-11-30 18:22 UTC  (3+ messages)

[PATCH 0/2] target/xtensa: use generic instruction breakpoint infrastructure
 2023-11-30 18:20 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/xtensa: add icount/ibreak priority test

[PATCH net-next] net: page_pool: fix general protection fault in page_pool_unlist
 2023-11-30 18:20 UTC  (2+ messages)

[PATCH] KVM: x86: Allow XSAVES on CPUs where host doesn't use it due to an errata
 2023-11-30 17:24 UTC  (3+ messages)

[RFC PATCH 0/2] Add support for Supervisor Software Events extension
 2023-11-30 18:18 UTC  (3+ messages)

[PATCH 0/1] *** Avoid using Pipes ***
 2023-11-30 18:16 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] t2400: avoid using pipes

[PATCH mlx5-next 0/5] Expose c0 and SW encap ICM for RDMA
 2023-11-30 18:16 UTC  (3+ messages)
` [PATCH mlx5-next 2/5] net/mlx5: Manage ICM type of SW encap

drivers/gpu/drm/tilcdc/tilcdc_regs.h:141:39: sparse: sparse: incorrect type in assignment (different base types)
 2023-11-30 18:14 UTC 

[avpatel:riscv_sbi_nested_v1 57/61] arch/riscv/kvm/nacl.c:28:21: sparse: sparse: cast to restricted __le64
 2023-11-30 18:14 UTC 

Linux 4 block device driver infrastructure
 2023-11-30 17:25 UTC 

[igt-dev] [PATCH v2 i-g-t] test/xe_spin_batch: Add spin-fixed-duration-with-preempter
 2023-11-30 18:01 UTC 

Consider dropping the decimal places for KiB/s 52.00 KiB/s
 2023-11-30 18:11 UTC 

[PATCH next] Fix the build failed caused by -Wstringop-overflow
 2023-11-30 18:13 UTC  (9+ messages)

[PATCH bpf-next] bpf: add sock_ops callbacks for data send/recv/acked events
 2023-11-30 18:13 UTC  (5+ messages)

[PATCH] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-11-30 18:13 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-next v2] ice: Print NIC FW version during init
 2023-11-30 18:13 UTC  (5+ messages)
      `  "

[igt-dev] [i-g-t V2 0/6] tests/kms_vrr: Add new subtest to switch RR without modeset
 2023-11-30 18:11 UTC  (3+ messages)
` [igt-dev] [i-g-t V2 6/6] HAX: Add seamless-rr-switch subtest to BAT

[PATCH 5.15 00/69] 5.15.141-rc1 review
 2023-11-30 18:11 UTC  (4+ messages)

[PATCH 00/12] aio: remove AioContext lock
 2023-11-30 18:10 UTC  (3+ messages)
` [PATCH 03/12] aio: make aio_context_acquire()/aio_context_release() a no-op

[RFC PATCH] x86/Kconfig: Disable KASLR on debug builds
 2023-11-30 18:10 UTC  (2+ messages)

[PATCH 0/4] Misc changes for siw
 2023-11-30 18:09 UTC  (3+ messages)
` [PATCH 3/4] RDMA/siw: Set qp_state in siw_query_qp

Perf support in CPython
 2023-11-30 18:09 UTC  (4+ messages)

[PATCH v5 4/4] mtd: rawnand: brcmnand: exec_op implementation
 2023-11-30 18:07 UTC  (5+ messages)

[PATCH net] net/netfilter: bpf: fix bad registration on nf_defrag
 2023-11-30 18:08 UTC  (2+ messages)

[PATCH net-next] ipvlan: implemente .parse_protocol hook function in ipvlan_header_ops
 2023-11-30 18:05 UTC  (2+ messages)

[PATCH REPOST v2 0/2] Support fanotify FAN_REPORT_FID on all filesystems
 2023-11-30 17:17 UTC  (2+ messages)
` [PATCH REPOST v2 2/2] fanotify: allow "weak" fsid when watching a single filesystem

[PATCH v1 2/2] phy: starfive: Add mipi dphy tx support
 2023-11-30 18:04 UTC  (3+ messages)

[PATCH v5 1/2] exfat: change to get file size from DataLength
 2023-11-30 18:04 UTC  (2+ messages)

[PATCH v3] accel/kvm: Turn DPRINTF macro use into tracepoints
 2023-11-30 17:11 UTC  (2+ messages)


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.