All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-03 22:33:45 to 2024-04-03 23:57:54 UTC [more...]

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-03 23:17 UTC  (3+ messages)
` [PATCH 04/34] i2c: pxa: hide unused icr_bits[] variable

[PATCH] igc/ixgbe: add get/set link settings interface
 2024-04-03 23:38 UTC  (7+ messages)
` [PATCH] lib: "

[PATCH 0/1] Opportunistically making files sparse
 2024-04-03 23:57 UTC  (2+ messages)
` [PATCH 1/1] erofs-utils: lib: treat data blocks filled with 0s as a hole

[PATCH] serial/pmac_zilog: Remove flawed mitigation for rx irq flood
 2024-04-03 23:59 UTC  (3+ messages)

[PATCH v12 00/11] Support page table check PowerPC
 2024-04-03 23:55 UTC  (44+ messages)
` [PATCH v12 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v12 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v12 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v12 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v12 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v12 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v12 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v12 08/11] powerpc: mm: Add pud_pfn() stub

[PATCH v8 06/15] x86: Add early SHA support for Secure Launch early measurements
 2024-04-03 23:56 UTC  (12+ messages)

[PATCH] Allocate DMAR fault interrupts locally
 2024-04-04  0:00 UTC  (6+ messages)

[PATCH fs/proc/bootconfig] remove redundant comments from /proc/bootconfig
 2024-04-03 23:55 UTC  (2+ messages)

[PATCH i-g-t 0/8] Refactors and fixes for drm_clients
 2024-04-03 23:53 UTC  (3+ messages)
` [PATCH i-g-t 7/8] lib/igt_drm_fdinfo: Remove prefix arg from parse functions

[RFC] lib/st_ring: add single thread ring
 2024-04-03 23:52 UTC  (13+ messages)
` [PATCH v1 0/2] deque: add multithread unsafe deque library
                        ` Variable name issues with codespell

Warning from napi_get_frags_check()
 2024-04-03 23:52 UTC 

[syzbot] [kernfs?] possible deadlock in kernfs_fop_llseek
 2024-04-03 23:51 UTC  (2+ messages)

[PATCH] riscv: selftests: Add signal handling vector tests
 2024-04-03 23:50 UTC  (2+ messages)

[PATCH v2 0/5] HID: playstation: DS4: LED bugfix, third-party gamepad support
 2024-04-03 23:39 UTC  (6+ messages)

[PATCH] tty: xtensa/iss: Use umin() to fix Coccinelle warning
 2024-04-03 23:47 UTC 

[PATCH] util-linux: Set the license for util-linux-fcntl-lock to MIT
 2024-04-03 23:44 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 0/4] kprobes: permit use without modules
 2024-04-03 23:44 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: patching: always use fixmap

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-04-03 23:35 UTC  (51+ messages)
` [PATCH v3 01/29] riscv: envcfg save and restore on task switching
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v3 05/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v3 06/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v3 08/29] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v3 09/29] mm: abstract shadow stack vma behind `vma_is_shadow_stack`
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 11/29] riscv mm: manufacture shadow stack pte
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 16/29] prctl: arch-agnostic prctl for shadow stack
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 18/29] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v3 19/29] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v3 21/29] riscv/traps: Introduce software check exception
` [PATCH v3 22/29] riscv sigcontext: adding cfi state field in sigcontext
` [PATCH v3 23/29] riscv signal: Save and restore of shadow stack for signal
` [PATCH v3 24/29] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v3 25/29] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v3 26/29] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v3 28/29] riscv: Documentation for shadow stack on riscv
` [PATCH v3 29/29] kselftest/riscv: kselftest for user mode cfi

[PATCH net-next v3 0/7] net: Add generic support for netdev LEDs
 2024-04-03 23:43 UTC  (4+ messages)
` [PATCH net-next v3 2/7] net: Add helpers "

[PATCH v2 0/4] btrfs: more explaination on extent_map members
 2024-04-03 23:42 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: remove not needed mod_start and mod_len from struct extent_map
` [PATCH v2 2/4] btrfs: add extra comments on extent_map members
` [PATCH v2 3/4] btrfs: simplify the inline extent map creation
` [PATCH v2 4/4] btrfs: add extra sanity checks for create_io_em()

[RFC 0/2] net/tap RSS BPF rewrite
 2024-04-03 23:41 UTC  (7+ messages)
` [PATCH v5 0/8] net/tap: cleanups and fix BPF flow
  ` [PATCH v5 7/8] net/tap: use libbpf to load new BPF program

[PATCH 1/2] iommu/vt-d: Rename fault IRQ variable
 2024-04-03 23:45 UTC  (2+ messages)
` [PATCH 2/2] iommu/vt-d: Share DMAR fault IRQ to prevent vector exhaustion

chrome-platform/for-firmware-kernelci sleep: 4 runs, 1 regressions (v6.9-rc1-2-g7f20f21c22aa2)
 2024-04-03 23:40 UTC 

[PATCH v2 0/2] v4l2-compliance streams fixes
 2024-04-03 23:37 UTC  (3+ messages)
` [PATCH v4l-utils v2 2/2] v4l2-compliance: Fix streams use in testSubDevEnumFrameSize()

Kernel Trace in recent 6.1.8n kernels
 2024-04-03 22:49 UTC 

[Intel-wired-lan] [PATCH v4 iwl-next 00/12] Introduce ETH56G PHY model for E825C products
 2024-04-03 23:33 UTC  (17+ messages)
` [Intel-wired-lan] [PATCH v4 iwl-next 01/12] ice: Introduce ice_ptp_hw struct
  `  "
` [Intel-wired-lan] [PATCH v4 iwl-next 02/12] ice: Introduce helper to get tmr_cmd_reg values
  `  "
` [Intel-wired-lan] [PATCH v4 iwl-next 06/12] ice: Introduce ice_get_base_incval() helper
  `  "
` [Intel-wired-lan] [PATCH v4 iwl-next 07/12] ice: Introduce ETH56G PHY model for E825C products
  `  "
    ` [PATCH v4 iwl-next 00/12] "

[linux-linus test] 185228: tolerable FAIL - PUSHED
 2024-04-03 23:33 UTC 

[axboe-block:rw_iter 9/12] fs/tracefs/inode.c:56:9: error: implicit declaration of function 'iov_iter_count' is invalid in C99
 2024-04-03 23:29 UTC 

[PATCH v8 0/6] i2c: add zhaoxin i2c controller driver
 2024-04-03 23:29 UTC  (4+ messages)
` [PATCH v9 "

[net-next PATCH 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-04-03 23:27 UTC  (8+ messages)
` [net-next PATCH 02/15] eth: fbnic: add scaffolding for Meta's NIC driver

[PATCH] media: v4l2-subdev: Remove stream support for the crop API
 2024-04-03 23:26 UTC  (2+ messages)

[powerpc] WARN at drivers/scsi/sg.c:2236 (sg_remove_sfp_usercontext)
 2024-04-03 23:24 UTC  (4+ messages)
` [PATCH v3] scsi: sg: Avoid race in error handling & drop bogus warn

chrome-platform/for-firmware-kernelci baseline: 74 runs, 3 regressions (v6.9-rc1-2-g7f20f21c22aa2)
 2024-04-03 23:25 UTC 

[PATCH] i2c: i801: Call i2c_register_spd for muxed child segments
 2024-04-03 23:24 UTC  (4+ messages)

[PATCH v5 1/3] nfs-utils: clean up startup
 2024-04-03 23:24 UTC  (3+ messages)
` [OE-core] "

[v4l-utils] [PATCH 0/2] Drop stream support for the subdev crop API
 2024-04-03 23:24 UTC  (3+ messages)
` [v4l-utils] [PATCH 1/2] utils: libv4l2subdev: Drop stream support for the "
` [v4l-utils] [PATCH 2/2] v4l2-compliance: Drop stream support for the subdev "

chrome-platform/for-kernelci cros-ec: 4 runs, 1 regressions (v6.9-rc1-15-gd91ca83599cd2)
 2024-04-03 23:21 UTC 

startup BUG at lib/string_helpers.c from scsi fusion mptsas
 2024-04-03 23:20 UTC  (2+ messages)

[PATCH] docs/misra: add 13.6 to rules.rst
 2024-04-03 23:20 UTC  (3+ messages)

[Buildroot] Undeliverable: Incoming mail delivery failure
 2024-04-03 23:17 UTC 

[PATCH v2] peci: linux/peci.h: fix Excess kernel-doc description warning
 2024-04-03 23:13 UTC  (2+ messages)

[PATCH 0/7] drm/display: Fix display helpers depends on fallouts
 2024-04-03 23:15 UTC  (3+ messages)

[RFC PATCH 0/8] KVM: Prepopulate guest memory API
 2024-04-03 23:15 UTC  (13+ messages)
` [RFC PATCH 6/8] KVM: x86: Implement kvm_arch_{, pre_}vcpu_map_memory()

[PATCH 0/5] xfs: allocation alignment for forced alignment
 2024-04-03 23:15 UTC  (4+ messages)
` [PATCH 1/5] xfs: only allow minlen allocations when near ENOSPC

[PATCH v10 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-04-03 23:13 UTC  (4+ messages)
` [PATCH v10 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types

What's cooking in git.git (Apr 2024, #02; Wed, 3)
 2024-04-03 23:12 UTC 

[XEN PATCH 0/6] FF-A mediator reorganisation
 2024-04-03 23:11 UTC  (5+ messages)
` [XEN PATCH 3/6] xen/arm: ffa: separate memory sharing routines

22.11.5 patches review and test
 2024-04-03 23:11 UTC 

[PATCH nf,v2] netfilter: nf_tables: discard table flag update with pending basechain deletion
 2024-04-03 23:10 UTC 

linux-next: duplicate patches in the vfs-brauner tree
 2024-04-03 23:10 UTC 

[PATCH] scsi: lpfc: Fix a possible null pointer dereference
 2024-04-03 23:09 UTC  (2+ messages)

linux-next: duplicate patches in the btrfs tree
 2024-04-03 23:04 UTC 

[syzbot] [io-uring?] kernel BUG in __io_remove_buffers
 2024-04-03 23:03 UTC  (2+ messages)

[PATCH 6.6 00/11] 6.6.25-rc1 review
 2024-04-03 23:01 UTC  (2+ messages)

[PATCH] drm/xe: Label RING_CONTEXT_CONTROL as masked
 2024-04-03 23:00 UTC  (3+ messages)
` ✓ CI.BAT: success for "

[PATCH 6.8 00/11] 6.8.4-rc1 review
 2024-04-03 23:00 UTC  (2+ messages)

[PATCH] doc: update required Mingw version
 2024-04-03 23:00 UTC  (2+ messages)

[PATCHSET v2 0/3] Convert fs drivers to ->read_iter()
 2024-04-03 22:57 UTC  (7+ messages)
` [PATCH 1/3] timerfd: convert "
` [PATCH 2/3] userfaultfd: "
` [PATCH 3/3] signalfd: "

[PATCH v6 00/37] Memory allocation profiling
 2024-04-03 22:57 UTC  (6+ messages)
` [PATCH v6 01/37] fix missing vmalloc.h includes

[PATCH 8/9] crypto: hisilicon/debugfs - Resolve the problem of applying for redundant space in sq dump
 2024-04-03 22:57 UTC  (2+ messages)

[axboe-block:rw_iter 9/12] fs/tracefs/inode.c:56:16: error: implicit declaration of function 'iov_iter_count'
 2024-04-03 22:56 UTC 

[joel-granados:jag/sysctl_remset_net 5/5] net/ax25/ax25_dev.c:81:19: error: use of undeclared identifier 'AX25_VALUES_DS_TIMEOUT'
 2024-04-03 22:56 UTC 

next/pending-fixes baseline: 83 runs, 1 regressions (v6.9-rc2-290-g5a8e64cdf8869)
 2024-04-03 22:54 UTC 

chrome-platform/for-kernelci sleep: 4 runs, 1 regressions (v6.9-rc1-15-gd91ca83599cd2)
 2024-04-03 22:52 UTC 

[PATCH net-next v2 0/3] netlink: handle EMSGSIZE errors in the core
 2024-04-03 22:52 UTC  (7+ messages)
` [PATCH net-next v2 3/3] genetlink: fit NLMSG_DONE into same read() as families

[PATCH v3 0/6] Add Synopsys DesignWare HDMI RX Controller
 2024-04-03 22:48 UTC  (6+ messages)

[PATCH] replace GCC marker extension with C11 anonymous unions
 2024-04-03 22:45 UTC  (5+ messages)
` [PATCH v10 0/4] remove use of RTE_MARKER fields in libraries
  ` [PATCH v10 2/4] mbuf: remove rte marker fields

[PATCH v6 0/2] codingstyle: avoid unused parameters for a function-like macro
 2024-04-03 22:42 UTC  (3+ messages)
` [PATCH v6 1/2] Documentation: coding-style: ask function-like macros to evaluate parameters
` [PATCH v6 2/2] scripts: checkpatch: check unused parameters for function-like macro

chrome-platform/for-firmware-kernelci build: 4 builds: 0 failed, 4 passed (v6.9-rc1-2-g7f20f21c22aa2)
 2024-04-03 22:42 UTC 

[PATCH v1 1/1] serial: 8250_pci: Remove redundant PCI IDs
 2024-04-03 22:41 UTC 

Point where target instructions are read
 2024-04-03 22:40 UTC  (5+ messages)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-03 22:41 UTC  (4+ messages)
` [PATCH 03/26] cxl/mem: Read dynamic capacity configuration from the device

[PATCH v4] perf/marvell: Marvell PEM performance monitor support
 2024-04-03 22:40 UTC  (3+ messages)

[PATCH BlueZ 1/1] Revert "device: Consider service state on device_is_connected"
 2024-04-03 22:39 UTC  (2+ messages)
` Fixes busy loop when disabling

[PATCH] rust: init: change the generated name of guard variables
 2024-04-03 22:38 UTC  (4+ messages)

[PATCH] firmware: qcom: qcm: fix unused qcom_scm_qseecom_allowlist
 2024-04-03 22:37 UTC  (2+ messages)

chrome-platform/for-kernelci baseline: 74 runs, 3 regressions (v6.9-rc1-15-gd91ca83599cd2)
 2024-04-03 22:36 UTC 

+ mm-use-gup-fast-instead-fast-gup-in-remaining-comments.patch added to mm-unstable branch
 2024-04-03 22:34 UTC 

+ mm-treewide-rename-config_have_fast_gup-to-config_have_gup_fast.patch added to mm-unstable branch
 2024-04-03 22:34 UTC 

+ mm-gup-consistently-name-gup-fast-functions.patch added to mm-unstable branch
 2024-04-03 22:34 UTC 

[Buildroot] [PATCH v1 2/2] package/webkitgtk: bump to 2.44.0
 2024-04-03 22:33 UTC  (4+ messages)
` [Buildroot] [PATCH v2 1/2] package/ruby: add host psych (yaml) support
  ` [Buildroot] [PATCH v2 2/2] package/webkitgtk: bump to 2.44.0

[PATCHv9 00/17] x86/tdx: Add kexec support
 2024-04-03 22:33 UTC  (4+ messages)
` [PATCHv9 09/17] x86/mm: Adding callbacks to prepare encrypted memory for kexec


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.