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

[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
 2024-06-25 17:51 UTC  (2+ messages)
` [PATCH 1/2] "

[PATCH V3] xfs: Avoid races with cnt_btree lastrec updates
 2024-06-25  1:46 UTC 

[PATCH v2] target/riscv: fix instructions count handling in icount mode
 2024-06-25  1:47 UTC  (2+ messages)

[PATCH v3 0/4] perf: support specify vdso path in cmdline
 2024-06-25  1:47 UTC  (4+ messages)
` [PATCH v3 2/4] perf: disasm: use build_id_path if fallback failed

[PATCH V2] mips: kernel: fix detect_memory_region() function
 2024-06-25  1:44 UTC 

next/master build: 181 builds: 3 failed, 178 passed, 3 errors, 10370 warnings (next-20240624)
 2024-06-25  1:47 UTC 

next/master build: 181 builds: 3 failed, 178 passed, 3 errors, 10370 warnings (next-20240624)
 2024-06-25  1:47 UTC 

[PATCH -next] cgroup: fix uaf when proc_cpuset_show
 2024-06-25  1:46 UTC  (5+ messages)

[PATCH] io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
 2024-06-25  1:45 UTC 

(no subject)
 2024-06-25  1:36 UTC  (2+ messages)
` a question about how to debug this case in ftrace

[PATCH v1 net 00/11] af_unix: Fix bunch of MSG_OOB bugs and add new tests
 2024-06-25  1:36 UTC  (12+ messages)
` [PATCH v1 net 01/11] selftest: af_unix: Remove test_unix_oob.c
` [PATCH v1 net 02/11] selftest: af_unix: Add msg_oob.c
` [PATCH v1 net 03/11] af_unix: Stop recv(MSG_PEEK) at consumed OOB skb
` [PATCH v1 net 04/11] af_unix: Don't stop recv(MSG_DONTWAIT) if consumed OOB skb is at the head
` [PATCH v1 net 05/11] selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c
` [PATCH v1 net 06/11] af_unix: Don't stop recv() at consumed ex-OOB skb
` [PATCH v1 net 07/11] selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.c
` [PATCH v1 net 08/11] selftest: af_unix: Check SIGURG after every send() "
` [PATCH v1 net 09/11] selftest: af_unix: Check EPOLLPRI after every send()/recv() "
` [PATCH v1 net 10/11] af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head
` [PATCH v1 net 11/11] selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c

pull-request: bpf 2024-06-24
 2024-06-25  1:41 UTC  (2+ messages)

[RESEND PATCH] irqchip/gic-v4.1: Use the ITS of the NUMA node where current cpu is located
 2024-06-25  1:40 UTC 

[PATCH,net-next,v2][resend] virtio_net: Remove u64_stats_update_begin()/end() for stats fetch
 2024-06-25  1:34 UTC 

[PATCH net-next v2 0/4] selftests: drv-net: rss_ctx: add tests for RSS contexts
 2024-06-25  1:40 UTC  (6+ messages)
` [PATCH net-next v2 1/4] selftests: drv-net: try to check if port is in use
` [PATCH net-next v2 2/4] selftests: drv-net: add helper to wait for HW stats to sync
` [PATCH net-next v2 3/4] selftests: drv-net: add ability to wait for at least N packets to load gen
` [PATCH net-next v2 4/4] selftests: drv-net: rss_ctx: add tests for RSS configuration and contexts

[PATCH] drm/xe: Add timeout to preempt fences
 2024-06-25  1:39 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH RFC v2] drm/msm/dpu: Configure DP INTF/PHY selector
 2024-06-25  1:39 UTC  (2+ messages)

[PATCH v11 00/18] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-06-25  1:37 UTC  (2+ messages)

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in sk_skb_reason_drop
 2024-06-25  1:30 UTC  (2+ messages)

[GSoC][PATCH] t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
 2024-06-25  1:35 UTC  (3+ messages)

[PATCH v2] s390/raw3270: Handle memory allocation failures in raw3270_setup_console()
 2024-06-25  1:32 UTC 

arch/x86/kernel/head32.c:152:14: sparse: sparse: invalid access below 'boot_params' (-2147483108 4096)
 2024-06-25  1:31 UTC 

[PATCH] iommu/iova: Bettering utilizing cpu_rcaches in no-strict mode
 2024-06-25  1:29 UTC  (5+ messages)

[PATCH 00/12] uprobes: add batched register/unregister APIs and per-CPU RW semaphore
 2024-06-25  1:29 UTC  (14+ messages)
` [PATCH 01/12] uprobes: update outdated comment
` [PATCH 02/12] uprobes: grab write mmap lock in unapply_uprobe()
` [PATCH 03/12] uprobes: simplify error handling for alloc_uprobe()
` [PATCH 04/12] uprobes: revamp uprobe refcounting and lifetime management
` [PATCH 05/12] uprobes: move offset and ref_ctr_offset into uprobe_consumer
` [PATCH 06/12] uprobes: add batch uprobe register/unregister APIs
` [PATCH 07/12] uprobes: inline alloc_uprobe() logic into __uprobe_register()
` [PATCH 08/12] uprobes: split uprobe allocation and uprobes_tree insertion steps
` [PATCH 09/12] uprobes: batch uprobes_treelock during registration
` [PATCH 10/12] uprobes: improve lock batching for uprobe_unregister_batch
` [PATCH 11/12] uprobes,bpf: switch to batch uprobe APIs for BPF multi-uprobes
` [PATCH 12/12] uprobes: switch uprobes_treelock to per-CPU RW semaphore

[PATCH V2 0/3] virtio-net: synchronize operstate with admin state on up/down
 2024-06-25  1:27 UTC  (7+ messages)
` [PATCH V2 1/3] virtio: allow nested disabling of the configure interrupt
` [PATCH V2 3/3] virtio-net: synchronize operstate with admin state on up/down

[PATCH net-next v4 0/5] virtio_net: enable the irq for ctrlq
 2024-06-25  1:27 UTC  (10+ messages)
` [PATCH net-next v4 2/5] virtio_net: enable irq for the control vq

[PATCH V2] xfs: Avoid races with cnt_btree lastrec updates
 2024-06-25  1:27 UTC  (3+ messages)

[linux-next:master] [rtnetlink] 5210cbe9a4: hwsim.mesh_sae_failure.fail
 2024-06-25  1:26 UTC 

[PATCH bpf-next v2 0/2] Zero overhead PROBE_MEM
 2024-06-25  1:26 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] x86: Perform BPF exception fixup in do_user_addr_fault

[libgpiod][PATCH] bindings: python: fix LineRequest.set_value only works for the last entry
 2024-06-25  1:15 UTC 

[PATCH] i386: revert defaults to 'legacy-vm-type=true' for SEV(-ES) guests
 2024-06-25  1:19 UTC  (3+ messages)

[PATCH 00/23] drm: sun4i: add Display Engine 3.3 (DE33) support
 2024-06-25  1:24 UTC  (11+ messages)
` [PATCH 01/23] drm: sun4i: de2/de3: Change CSC argument
` [PATCH 13/23] drm: sun4i: de2/de3: add mixer version enum
` [PATCH 14/23] drm: sun4i: de2/de3: refactor mixer initialisation
` [PATCH 18/23] dt-bindings: allwinner: add H616 DE33 bus, clock and display bindings

[PULL 00/12] maintainer updates (plugins, gdbstub)
 2024-06-25  1:23 UTC  (2+ messages)

[PATCH v2] drm/ttm/tests: add missing MODULE_DESCRIPTION() macros
 2024-06-25  1:24 UTC 

[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
 2024-06-25  1:22 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2024-06-25  1:22 UTC  (2+ messages)

[PATCH] gpio: mmio: do not calculate bgpio_bits via "ngpios"
 2024-06-25  1:19 UTC 

[PATCH v2 0/4] Fix user stack traces captured from uprobes
 2024-06-25  1:22 UTC  (13+ messages)
` [PATCH v2 1/4] uprobes: rename get_trampoline_vaddr() and make it global
` [PATCH v2 2/4] perf,uprobes: fix user stack traces in the presence of pending uretprobes
` [PATCH v2 4/4] selftests/bpf: add test validating uprobe/uretprobe stack traces

[RFC PATCH] iommu/xen: Add Xen PV-IOMMU driver
 2024-06-25  1:18 UTC  (6+ messages)

[PATCH] migrate_pages: modify max number of pages to migrate in batch
 2024-06-25  1:17 UTC  (2+ messages)

fs/gfs2/log.c:1158 gfs2_log_flush() error: we previously assumed 'sdp->sd_jdesc' could be null (see line 1111)
 2024-06-25  1:19 UTC 

[isilence:zcrx/next-6.10-rebase 19/35] net/ipv4/tcp.c:2472:50: error: 'dmabuf_devmem_ops' undeclared
 2024-06-25  1:19 UTC 

[PATCH 0/9] Enable haltpoll for arm64
 2024-06-25  1:17 UTC  (6+ messages)
` [PATCH 8/9] arm64: support cpuidle-haltpoll

[PATCH v3 0/6] Add Binman code-coverage test to CI
 2024-06-25  0:06 UTC  (3+ messages)
` [PATCH v3 4/6] buildman: Always use the full path in CROSS_COMPILE

[PATCH 00/42] labgrid: Provide an integration with Labgrid
 2024-06-24 23:56 UTC  (3+ messages)
` [PATCH 25/42] test: Allow connecting to a running board

[PATCH] dt-bindings: PCI: xilinx-cpm: Fix ranges property to avoid overlapping of bridge register and 32-bit BAR addresses
 2024-06-25  1:14 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs: fix to update user block counts in block_operations()
 2024-06-25  1:14 UTC  (4+ messages)
    `  "

[PATCH v2 00/35] PREEMPT_AUTO: support lazy rescheduling
 2024-06-25  1:12 UTC  (6+ messages)
` [PATCH v2 29/35] sched: handle preempt=voluntary under PREEMPT_AUTO

What's cooking in git.git (Jun 2024, #08; Mon, 24)
 2024-06-25  1:13 UTC 

[RFC PATCH 1/1] lib: sbi: fix dbtr shmem address handling
 2024-06-25  1:12 UTC  (2+ messages)

Endless calls to xas_split_alloc() due to corrupted xarray entry
 2024-06-25  1:10 UTC  (8+ messages)

[PATCH] gpio: ath79: convert to dynamic GPIO base allocation
 2024-06-25  1:06 UTC 

[PATCH] soc: mediatek: Disable 9-bit alpha in ETHDR
 2024-06-25  1:08 UTC  (3+ messages)

[PATCH] PCI: ls-gen4: Constify struct mobiveil_rp_ops
 2024-06-25  1:07 UTC  (2+ messages)

[PATCH v1] erofs: fix possible memory leak in z_erofs_gbuf_exit()
 2024-06-25  1:02 UTC  (2+ messages)

[XEN PATCH v2 00/13] x86: address some violations of MISRA C Rule 16.3
 2024-06-25  1:00 UTC  (27+ messages)
` [XEN PATCH v2 01/13] automation/eclair: fix deviation "
` [XEN PATCH v2 02/13] x86/cpuid: use fallthrough pseudo keyword
` [XEN PATCH v2 03/13] x86/domctl: address a violation of MISRA C Rule 16.3
` [XEN PATCH v2 04/13] x86/vpmu: address violations "
` [XEN PATCH v2 05/13] x86/traps: "
` [XEN PATCH v2 06/13] x86/mce: "
` [XEN PATCH v2 07/13] x86/hvm: "
` [XEN PATCH v2 08/13] x86/vpt: address a violation "
  ` [XEN PATCH v2 08/13] x86/vpt: address a violation of MISRA C Rule 16.3x
` [XEN PATCH v2 09/13] x86/mm: add defensive return
` [XEN PATCH v2 10/13] x86/mpparse: address a violation of MISRA C Rule 16.3
` [XEN PATCH v2 11/13] x86/pmtimer: "
` [XEN PATCH v2 12/13] x86/vPIC: "
` [XEN PATCH v2 13/13] x86/vlapic: "

[paulmck-rcu:non-rcu/next] BUILD SUCCESS 5bdd17ab5a7259d2da562eab63abab3a6d95adcd
 2024-06-25  1:00 UTC 

[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-25  0:59 UTC  (15+ messages)
` [PATCH v2 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v2 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v2 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v2 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v2 05/14] mm: memcg: rename charge move-related functions
` [PATCH v2 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v2 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v2 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v2 09/14] mm: memcg: rename memcg_oom_recover()
` [PATCH v2 10/14] mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
` [PATCH v2 11/14] mm: memcg: make memcg1_update_tree() static
` [PATCH v2 12/14] mm: memcg: group cgroup v1 memcg related declarations
` [PATCH v2 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
` [PATCH v2 14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files

[PATCH bpf-next v4 0/9] use network helpers, part 8
 2024-06-25  0:59 UTC  (3+ messages)
` [PATCH bpf-next v4 6/9] selftests/bpf: Invoke attach_reuseport out of make_server

[PATCH] bluetooth/l2cap: sync sock recv cb and release
 2024-06-25  0:52 UTC  (2+ messages)

[PATCH v3 0/4] XOR Math Fixups: translation & position
 2024-06-25  0:55 UTC  (5+ messages)
` [PATCH v3 1/4] cxl/core: Rename cxl_trace_hpa() to cxl_dpa_to_hpa()
` [PATCH v3 2/4] cxl: Restore XOR'd position bits during address translation
` [PATCH v3 3/4] cxl/region: Verify target positions using the ordered target list
` [PATCH v3 4/4] cxl: Remove defunct code calculating host bridge target positions

[PATCH v5 0/5] Add kd101ne3-40ti configuration in driver jd9365da
 2024-06-25  0:55 UTC  (5+ messages)
` [PATCH v5 4/5] drm/panel: jd9365da: Support for kd101ne3-40ti MIPI-DSI panel
` [PATCH v5 5/5] drm/panel: jd9365da: Add the function of adjusting orientation

[PATCH] drm/xe: Get XE_FORCEWAKE_ALL to read RING_TIMESTAMP
 2024-06-25  0:54 UTC  (5+ messages)

[PATCH v9 0/5] soc: qcom: add in-kernel pd-mapper implementation
 2024-06-25  0:52 UTC  (3+ messages)
` [PATCH v9 1/5] soc: qcom: pdr: protect locator_addr with the main mutex

[PATCH v3 0/8] RISC-V: Detect and report speed of unaligned vector accesses
 2024-06-25  0:50 UTC  (18+ messages)
` [PATCH v3 1/8] RISC-V: Add Zicclsm to cpufeature and hwprobe
` [PATCH v3 2/8] dt-bindings: riscv: Add Zicclsm ISA extension description
` [PATCH v3 3/8] RISC-V: Check scalar unaligned access on all CPUs
` [PATCH v3 4/8] RISC-V: Check Zicclsm to set unaligned access speed
` [PATCH v3 5/8] RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
` [PATCH v3 6/8] RISC-V: Detect unaligned vector accesses supported
` [PATCH v3 7/8] RISC-V: Report vector unaligned access speed hwprobe
` [PATCH v3 8/8] RISC-V: hwprobe: Document unaligned vector perf key

[PATCH v11 0/5] drm/xe/guc: Add GuC based register capture for error capture
 2024-06-25  0:52 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/guc: Add GuC based register capture for error capture (rev11)

[PATCH v3 00/17] TDX MMU prep series part 1
 2024-06-25  0:51 UTC  (4+ messages)
` [PATCH v3 13/17] KVM: x86/tdp_mmu: Support mirror root for TDP MMU

[PATCH v1] usb: typec: ucsi: Only set number of plug altmodes after registration
 2024-06-25  0:50 UTC  (2+ messages)

[XEN PATCH v2 0/6][RESEND] address violations of MISRA C Rule 20.7
 2024-06-25  0:47 UTC  (8+ messages)
` [XEN PATCH v2 1/6][RESEND] automation/eclair: "
` [XEN PATCH v2 4/6][RESEND] automation/eclair_analysis: "
` [XEN PATCH v2 6/6][RESEND] automation/eclair_analysis: clean ECLAIR configuration scripts

[PATCH 1/2] perf script: Fix perf script -F +metric
 2024-06-25  0:42 UTC  (2+ messages)
` [PATCH 2/2] Add a test case for "

[PATCH v3 0/5] Fix MEI command timeout issue following warm reboot
 2024-06-25  0:39 UTC  (4+ messages)
` [PATCH v3 5/5] mei: vsc: Fix spelling error

Bug: diff.external --no-ext-diff suppresses --color-moved
 2024-06-25  0:39 UTC  (5+ messages)
` [PATCH] diff: allow --color-moved with --no-ext-diff

WARNING in __ext4_ioctl
 2024-06-25  0:39 UTC 

[XEN PATCH v3] automation/eclair: extend existing deviations of MISRA C Rule 16.3
 2024-06-25  0:38 UTC  (3+ messages)

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-24 23:26 UTC  (5+ messages)
` [PATCH v6 10/13] selftests/resctrl: Drop redundant -D_GNU_SOURCE CFLAGS in Makefile
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS

[PATCH v9 net-next 00/15] locking: Introduce nested-BH locking
 2024-06-25  0:30 UTC  (2+ messages)

[XEN PATCH v2] automation/eclair: configure Rule 13.6 and custom service B.UNEVALEFF
 2024-06-25  0:26 UTC  (3+ messages)

[staging:staging-testing 34/59] drivers/staging/rtl8192e/rtl8192e/rtl_pci.c:31:6: error: conflicting types for 'rtl92e_check_adapter'; have 'bool(struct pci_dev *, struct net_device *)' {aka '_Bool(struct pci_dev *, struct net_device *)'}
 2024-06-25  0:26 UTC 

[linux-next:master 7010/8016] tools/lib/bpf/btf_relocate.c:61:25: sparse: sparse: dubious one-bit signed bitfield
 2024-06-25  0:26 UTC 

[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-25  0:24 UTC  (11+ messages)

[PATCH v3] automation/eclair_analysis: deviate and|or|xor|not for MISRA C Rule 21.2
 2024-06-25  0:22 UTC  (2+ messages)

Hairpin Queues Throughput ConnectX-6
 2024-06-25  0:22 UTC  (2+ messages)

[PATCH 1/2] spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
 2024-06-25  0:20 UTC  (2+ messages)
` [PATCH 2/2] spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()

[PATCH 0/3 v2] seccomp: improve handling of SECCOMP_IOCTL_NOTIF_RECV
 2024-06-25  0:19 UTC  (4+ messages)

[PATCH v2] tty: serial: ma35d1: Add a NULL check for of_node
 2024-06-25  0:16 UTC  (3+ messages)

[XEN PATCH] common/sched: address a violation of MISRA C Rule 17.7
 2024-06-25  0:15 UTC 

[XEN PATCH v2] xen: add explicit comment to identify notifier patterns
 2024-06-25  0:14 UTC  (8+ messages)

[PATCH net-next v3 0/5] gve: Add flow steering support
 2024-06-25  0:12 UTC  (6+ messages)
` [PATCH net-next v3 1/5] gve: Add adminq mutex lock
` [PATCH net-next v3 2/5] gve: Add adminq extended command
` [PATCH net-next v3 3/5] gve: Add flow steering device option
` [PATCH net-next v3 4/5] gve: Add flow steering adminq commands
` [PATCH net-next v3 5/5] gve: Add flow steering ethtool support

[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
 2024-06-25  0:11 UTC  (5+ messages)

[PATCH 0/2] PF: Trigger explicit FLR while disabling VFs
 2024-06-25  0:10 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 0/5] sparse-index: improve clear_skip_worktree_from_present_files()
 2024-06-25  0:08 UTC  (4+ messages)
` [PATCH 5/5] sparse-index: improve lstat caching of sparse paths

FAILED: patch "[PATCH] ima: Avoid blocking in RCU read-side critical section" failed to apply to 6.6-stable tree
 2024-06-25  0:06 UTC  (2+ messages)

[LTP] [PATCH 0/6] sched_football: Re-add crazy fans and other cleanups
 2024-06-25  0:05 UTC  (7+ messages)
` [LTP] [PATCH 2/6] sched_football: Use atomic for ball


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.