All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-03 23:12:58 to 2023-10-04 00:08:30 UTC [more...]

next/pending-fixes build: 8 builds: 0 failed, 8 passed, 4 warnings (v6.6-rc4-304-g4bafb81eae31)
 2023-10-04  0:08 UTC 

[PATCH RFC 1/1] KVM: x86: add param to update master clock periodically
 2023-10-04  0:07 UTC  (13+ messages)

[PATCH v3 0/3] hugetlb memcg accounting
 2023-10-04  0:02 UTC  (14+ messages)
` [PATCH v3 2/3] hugetlb: memcg: account hugetlb-backed memory in memory controller
    ` [PATCH] memcontrol: only transfer the memcg data for migration

[Intel-gfx] [PATCH] dma-buf: Deny copy-on-writes mmaps
 2023-10-04  0:02 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3] null_blk: replace strncpy with strscpy
 2023-10-04  0:00 UTC  (2+ messages)

[PATCH v2] aoe: replace strncpy with strscpy
 2023-10-03 23:58 UTC  (2+ messages)

Regression: devcoredump patch broke Realtek usb bluetooth adapter
 2023-10-03 23:56 UTC  (2+ messages)

[PATCH v11 00/10] x86/resctrl: Miscellaneous resctrl features
 2023-10-03 23:54 UTC  (11+ messages)
` [PATCH v11 01/10] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v11 02/10] x86/resctrl: Simplify rftype flag definitions
` [PATCH v11 03/10] x86/resctrl: Rename rftype flags for consistency
` [PATCH v11 04/10] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v11 05/10] x86/resctrl: Unwind the errors inside rdt_enable_ctx()
` [PATCH v11 06/10] x86/resctrl: Move default group file creation to mount
` [PATCH v11 07/10] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v11 08/10] x86/resctrl: Display CLOSID for resource group
` [PATCH v11 09/10] x86/resctrl: Add support for the files for MON groups only
` [PATCH v11 10/10] x86/resctrl: Display RMID of resource group

[android-common:android12-5.10 10/11] drivers/net/ethernet/renesas/ravb_main.o: warning: objtool: ravb_tx_free() falls through to next function ravb_ring_init()
 2023-10-03 23:54 UTC 

[PATCH v2] accessibility: speakup: refactor deprecated strncpy
 2023-10-03 23:53 UTC  (2+ messages)

[PATCH v4 0/2] mm: use memmap_on_memory semantics for dax/kmem
 2023-10-03 23:48 UTC  (4+ messages)
` [PATCH v4 2/2] dax/kmem: allow kmem to add memory with memmap_on_memory

[Buildroot] [PATCH] package/libzlib: Switch to using HTTPS
 2023-10-03 23:47 UTC 

[PATCH v8 00/23] Fix libata suspend/resume handling and code cleanup
 2023-10-03 23:46 UTC  (6+ messages)

[PATCH v2] x86/tdx: replace deprecated strncpy with strtomem_pad
 2023-10-03 23:46 UTC  (3+ messages)

[PATCH v1 0/3] Rust abstractions for network PHY drivers
 2023-10-03 23:46 UTC  (4+ messages)
` [PATCH v1 1/3] rust: core "

[PATCH v2] drivers: misc: ti-st: replace deprecated strncpy with strscpy
 2023-10-03 23:46 UTC  (2+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-10-03 23:46 UTC  (9+ messages)
` [RFC PATCH v12 07/33] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace

[PATCH v2] scsi: message: fusion: replace deprecated strncpy with strscpy
 2023-10-03 23:45 UTC  (2+ messages)

[PULL 00/51] Bsd user mmap patches
 2023-10-03 23:32 UTC  (52+ messages)
` [PULL 01/51] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PULL 02/51] bsd-user: Define procctl(2) related structs
` [PULL 03/51] bsd-user: Implement host_to_target_siginfo
` [PULL 04/51] bsd-user: Add freebsd_exec_common and do_freebsd_procctl to qemu.h
` [PULL 05/51] bsd-user: add extern declarations for bsd-proc.c conversion functions
` [PULL 06/51] bsd-user: Implement target_to_host_resource conversion function
` [PULL 07/51] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PULL 08/51] bsd-user: Implement host_to_target_rusage and host_to_target_wrusage
` [PULL 09/51] bsd-user: Implement host_to_target_waitstatus conversion
` [PULL 10/51] bsd-user: Get number of cpus
` [PULL 11/51] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PULL 12/51] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PULL 13/51] bsd-user: Implement getrusage(2)
` [PULL 14/51] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PULL 15/51] bsd-user: Implement several get/set system calls:
` [PULL 16/51] bsd-user: Implement get/set[resuid/resgid/sid] and issetugid
` [PULL 17/51] bsd-user: Add stubs for profil(2), ktrace(2), utrace(2) and ptrace(2)
` [PULL 18/51] bsd-user: Implement getpriority(2) and setpriority(2)
` [PULL 19/51] bsd-user: Implement get_filename_from_fd
` [PULL 20/51] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PULL 21/51] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PULL 22/51] bsd-user: Implement execve(2) and fexecve(2) system calls
` [PULL 23/51] bsd-user: Implement wait4(2) and wait6(2) "
` [PULL 24/51] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PULL 25/51] bsd-user: Implement pdgetpid(2) and the undocumented setugid
` [PULL 26/51] bsd-user: Implement fork(2) and vfork(2) system calls
` [PULL 27/51] bsd-user: Implement rfork(2) system call
` [PULL 28/51] bsd-user: Implement pdfork(2) "
` [PULL 29/51] bsd-user: Implement struct target_ipc_perm
` [PULL 30/51] bsd-user: Implement struct target_shmid_ds
` [PULL 31/51] bsd-user: Declarations for ipc_perm and shmid_ds conversion functions
` [PULL 32/51] bsd-user: Introduce freebsd/os-misc.h to the source tree
` [PULL 33/51] bsd-user: Implement shm_open2(2) system call
` [PULL 34/51] bsd-user: Implement shm_rename(2) "
` [PULL 35/51] bsd-user: Add bsd-mem.c to meson.build
` [PULL 36/51] bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
` [PULL 37/51] bsd-user: Implement ipc_perm conversion between host and target
` [PULL 38/51] bsd-user: Implement shmid_ds "
` [PULL 39/51] bsd-user: Introduce bsd-mem.h to the source tree
` [PULL 40/51] bsd-user: Implement mmap(2) and munmap(2)
` [PULL 41/51] bsd-user: Implement mprotect(2)
` [PULL 42/51] bsd-user: Implement msync(2)
` [PULL 43/51] bsd-user: Implement mlock(2), munlock(2), mlockall(2), munlockall(2), minherit(2)
` [PULL 44/51] bsd-user: Implment madvise(2) to match the linux-user implementation
` [PULL 45/51] bsd-user: Implement mincore(2)
` [PULL 46/51] bsd-user: Implement do_obreak function
` [PULL 47/51] bsd-user: Implement shm_open(2)
` [PULL 48/51] bsd-user: Implement shm_unlink(2) and shmget(2)
` [PULL 49/51] bsd-user: Implement shmctl(2)
` [PULL 50/51] bsd-user: Implement shmat(2) and shmdt(2)
` [PULL 51/51] bsd-user: Add stubs for vadvise(), sbrk() and sstk()

[PATCH 0/4] pata_parport: fix EXP Computer CD-865 with MC-1285B EPP cable
 2023-10-03 23:44 UTC  (5+ messages)
` [PATCH 3/4] pata_parport: add custom version of wait_after_reset

[PATCHv10 00/15] net/lwip: add lwip library for the network stack
 2023-10-03 23:44 UTC  (5+ messages)
` [PATCHv10 14/15] net/lwip: replace original net commands with lwip

[PATCH v2 0/5] hw/intc/apic: QOM cleanup
 2023-10-03 23:41 UTC  (5+ messages)
` [PATCH v2 2/5] hw/i386/apic: Defer error check from apic_get_class to kvm_apic_realize
` [PATCH v2 3/5] hw/i386/apic: Simplify apic_get_class()

[PATCH] fs/jfs: Add validity check for db_maxag and db_agpref
 2023-10-03 23:43 UTC  (3+ messages)

[Intel-xe] [PATCH v3 0/2] Use DPA offset for page table entries
 2023-10-03 23:42 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for "

[failures] compilerh-move-__is_constexpr-to-compilerh.patch removed from -mm tree
 2023-10-03 23:42 UTC 

[PATCH v2][6.5, 6.1, 5.15] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2023-10-03 23:41 UTC  (2+ messages)

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-10-03 23:41 UTC  (4+ messages)
` [PATCH 02/87] fs: convert core infrastructure to new {a,m}time accessors
  ` [PATCH 84/87] security: convert to new inode "

[PATCH v3 00/14] Cleanup deprecated audio features, take 2
 2023-10-03 23:36 UTC  (3+ messages)
` [PATCH v3 08/14] Introduce machine property "audiodev"

[PATCH v2] HID: uhid: replace deprecated strncpy with strscpy
 2023-10-03 23:41 UTC  (2+ messages)

[RFC PATCH 1/2] LSM: Allow dynamically appendable LSM modules
 2023-10-03 23:41 UTC  (10+ messages)

[PATCH v3 00/15] Prerequisite changes for IOMMUFD support
 2023-10-03 23:01 UTC  (3+ messages)
` [PATCH v3 10/15] vfio/ccw: Use vfio_[attach/detach]_device

[PATCH v3 0/3] convert TW translation sparse.txt to RST
 2023-10-03 23:40 UTC  (2+ messages)

[PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
 2023-10-03 23:39 UTC  (13+ messages)

[PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h
 2023-10-03 23:39 UTC  (2+ messages)

Unbootable system with kmod-31
 2023-10-03 23:37 UTC  (3+ messages)

[PATCH][6.5, 6.1, 5.15] iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_range
 2023-10-03 23:38 UTC  (3+ messages)

[PATCH] netem: Annotate struct disttable with __counted_by
 2023-10-03 23:38 UTC  (2+ messages)

[PATCH v5 0/2] firmware: arm_scmi: clock: support parents commands
 2023-10-03 23:42 UTC  (6+ messages)
` [PATCH v5 1/2] firmware: arm_scmi: clock: support clock parents
` [PATCH v5 2/2] clk: scmi: add set/get_parent support

[PATCH v4 00/15] Introduce /dev/mshv drivers
 2023-10-03 23:37 UTC  (17+ messages)
` [PATCH v4 13/15] uapi: hyperv: Add mshv driver headers defining hypervisor ABIs
` [PATCH v4 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH] nexthop: Annotate struct nh_notifier_grp_info with __counted_by
 2023-10-03 23:37 UTC  (2+ messages)

[PATCH] fs/jfs: Add checking for out-of-bounds index in binary search in xtSearch
 2023-10-03 23:36 UTC  (3+ messages)

[Outreachy] Move existing tests to a unit testing framework
 2023-10-03 23:36 UTC  (3+ messages)

[PATCH] nexthop: Annotate struct nh_notifier_res_table_info with __counted_by
 2023-10-03 23:36 UTC  (2+ messages)

[PATCH] nexthop: Annotate struct nh_res_table with __counted_by
 2023-10-03 23:36 UTC  (3+ messages)

[PATCH] netfilter: nf_tables: Annotate struct nft_pipapo_match with __counted_by
 2023-10-03 23:35 UTC  (2+ messages)

[bluez/bluez] 32b6d7: doc/set-api: Rename to org.bluez.DeviceSet
 2023-10-03 23:35 UTC 

[PATCH] net/packet: Annotate struct packet_fanout with __counted_by
 2023-10-03 23:34 UTC  (2+ messages)

[PATCH] net/mlx5: Annotate struct mlx5_flow_handle with __counted_by
 2023-10-03 23:33 UTC  (3+ messages)

[PATCH] net/mlx5: Annotate struct mlx5_fc_bulk with __counted_by
 2023-10-03 23:33 UTC  (3+ messages)

[PATCH v4] drm/amdkfd: Use partial migrations in GPU page faults
 2023-10-03 23:31 UTC 

[PATCH 00/36] pinctrl: don't use GPIOLIB global numberspace in helpers
 2023-10-03 23:30 UTC  (5+ messages)
` [PATCH 08/36] gpio: aspeed: use new pinctrl GPIO helpers

[PATCH] ASoC: soc-dapm: Annotate struct snd_soc_dapm_widget_list with __counted_by
 2023-10-03 23:28 UTC 

[PATCH] drm/amdgpu: Annotate struct amdgpu_bo_list with __counted_by
 2023-10-03 23:29 UTC  (2+ messages)

[PATCH 0/5] srcu fixes
 2023-10-03 23:29 UTC  (6+ messages)
` [PATCH 1/5] srcu: Fix callbacks acceleration mishandling
` [PATCH 2/5] srcu: Only accelerate on enqueue time
` [PATCH 3/5] srcu: Remove superfluous callbacks advancing from srcu_start_gp()
` [PATCH 4/5] srcu: No need to advance/accelerate if no callback enqueued
` [PATCH 5/5] srcu: Explain why callbacks invocations can't run concurrently

[PATCH v2] fs/jfs: Add check for negative db_l2nbperpage
 2023-10-03 23:27 UTC  (3+ messages)

[PATCH] dmaengine: fsl-edma: Annotate struct struct fsl_edma_engine with __counted_by
 2023-10-03 23:27 UTC 

Filesystem corruption after convert-to-block-group-tree
 2023-10-03 23:17 UTC 

[Intel-wired-lan] The difference between linux kernel driver and FreeBSD's with Intel X533
 2023-10-03 23:25 UTC  (2+ messages)
`  "

[syzbot] INFO: task hung in ext4_fallocate
 2023-10-03 23:25 UTC  (4+ messages)

[PATCH] nvmet-fc: Annotate struct nvmet_fc_tgt_queue with __counted_by
 2023-10-03 23:25 UTC 

[PATCH v3 25/27] staging: iio: resolver: ad2s1210: rename DOS reset min/max attrs
 2023-10-03 23:23 UTC  (2+ messages)

[PATCH v3] cxl: Add committed sysfs attribute to CXL decoder
 2023-10-03 23:23 UTC  (3+ messages)

[PATCH] jfs: fix array-index-out-of-bounds in diAlloc
 2023-10-03 23:22 UTC  (3+ messages)

[PATCH kernel v3] x86/compressed/64: reduce #VC nesting for intercepted CPUID for SEV-SNP guest
 2023-10-03 23:22 UTC  (3+ messages)

The difference between linux kernel driver and FreeBSD's with Intel X533
 2023-10-03 23:22 UTC 

[PATCH v1 3/3] usb: gadget: uvc: Fix use-after-free for inflight usb_requests
 2023-10-03 23:21 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] netlink: Annotate struct netlink_policy_dump_state with __counted_by
 2023-10-03 23:21 UTC 

[PATCH BlueZ 0/1] iso-tester: Add test for bcast AC 13 BIS unset
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH BlueZ] shared/att: Don't keep retrying the same operation
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH BlueZ v3 1/2] bap: use MediaEndpoint related properties consistently
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH BlueZ 1/6] shared/csip: Fix returning invalid data to attribute Size reads
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH BlueZ 0/1] iso-tester: Test bcast receiver with PA sync, no BIS
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH BlueZ] client/mgmt: Fix registering pairing callbacks
 2023-10-03 23:20 UTC  (2+ messages)

[PATCH v1 2/3] usb: gadget: uvc: Allocate uvc_requests one at a time
 2023-10-03 23:19 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v1] perf evlist: Avoid frequency mode for the dummy event
 2023-10-03 23:19 UTC  (7+ messages)

[Outreachy Applicant] Introduction and Interest in Contributing to Linux Kernel
 2023-10-03 23:18 UTC 

[PATCH v1 1/3] usb: gadget: uvc: prevent use of disabled endpoint
 2023-10-03 23:18 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] nfp: nsp: Annotate struct nfp_eth_table with __counted_by
 2023-10-03 23:18 UTC 

[PATCH] nfp: Annotate struct nfp_reprs with __counted_by
 2023-10-03 23:18 UTC 

[PATCH] i40e: Annotate struct i40e_qvlist_info with __counted_by
 2023-10-03 23:18 UTC 

[PATCH] flow_offload: Annotate struct flow_action_entry with __counted_by
 2023-10-03 23:18 UTC 

[PATCH] xfrm: Annotate struct xfrm_sec_ctx with __counted_by
 2023-10-03 23:18 UTC 

[PATCH 0/5] mlxsw: Annotate structs with __counted_by
 2023-10-03 23:17 UTC  (5+ messages)
` [PATCH 3/5] mlxsw: spectrum: Annotate struct mlxsw_sp_counter_pool "
` [PATCH 4/5] mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info "

[PATCH v8 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-10-03 23:10 UTC  (5+ messages)
` [PATCH v8 1/5] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface

[PATCH v1 0/3] usb: gadget: uvc: stability fixes on STREAMOFF
 2023-10-03 23:16 UTC  (3+ messages)

[GIT PULL] xfs: use busy extents for fstrim
 2023-10-03 23:15 UTC 

[BUG] verifier escape with iteration helpers (bpf_loop, ...)
 2023-10-03 23:14 UTC  (12+ messages)

linux-next: build warning after merge of the kbuild tree
 2023-10-03 23:13 UTC 


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.