mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH v7 00/28] Landlock audit support
 2025-03-20 19:07 UTC  (24+ messages)
` [PATCH v7 02/28] landlock: Add unique ID generator
` [PATCH v7 03/28] landlock: Move domain hierarchy management
` [PATCH v7 05/28] landlock: Prepare to use credential instead of domain for network
` [PATCH v7 06/28] landlock: Prepare to use credential instead of domain for scope
` [PATCH v7 07/28] landlock: Prepare to use credential instead of domain for fowner
` [PATCH v7 08/28] landlock: Identify domain execution crossing
` [PATCH v7 09/28] landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials
` [PATCH v7 10/28] landlock: Add AUDIT_LANDLOCK_DOMAIN and log domain status
` [PATCH v7 11/28] landlock: Log mount-related denials
` [PATCH v7 12/28] landlock: Log file-related denials
` [PATCH v7 13/28] landlock: Factor out IOCTL hooks
` [PATCH v7 14/28] landlock: Log truncate and IOCTL denials
` [PATCH v7 15/28] landlock: Log TCP bind and connect denials
` [PATCH v7 16/28] landlock: Log scoped denials
` [PATCH v7 17/28] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_*_EXEC_* flags
` [PATCH v7 18/28] landlock: Add LANDLOCK_RESTRICT_SELF_LOG_SUBDOMAINS_OFF
` [PATCH v7 19/28] samples/landlock: Enable users to log sandbox denials
` [PATCH v7 21/28] selftests/landlock: Extend tests for landlock_restrict_self(2)'s flags
` [PATCH v7 22/28] selftests/landlock: Add tests for audit flags and domain IDs
` [PATCH v7 23/28] selftests/landlock: Test audit with restrict flags
` [PATCH v7 25/28] selftests/landlock: Add audit tests for abstract UNIX socket scoping
` [PATCH v7 26/28] selftests/landlock: Add audit tests for filesystem
` [PATCH v7 27/28] selftests/landlock: Add audit tests for network

[PATCH v11 0/8] rust: Add IO polling
 2025-03-20 19:05 UTC  (4+ messages)
` [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API

[PATCH] x86: handle the tail in rep_movs_alternative() with an overlapping store
 2025-03-20 19:05 UTC 

[PATCH v2 0/9] drm/panthor: Add GPU specific initialization framework to support new Mali GPUs
 2025-03-20 19:03 UTC  (3+ messages)
` [PATCH v2 9/9] drm/panthor: Add support for Mali-G710, Mali-G510, and Mali-G310

[PATCH v3 1/3] Bluetooth: btnxpuart: Add correct bootloader error codes
 2025-03-20 19:00 UTC  (2+ messages)

[PATCH] Bluetooth: btmtk: Remove the resetting step before downloading the fw
 2025-03-20 19:00 UTC  (2+ messages)

[PATCH] Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
 2025-03-20 19:00 UTC  (2+ messages)

[RFC v1 0/3] Live Update Orchestrator
 2025-03-20 19:00 UTC  (11+ messages)
` [RFC v1 1/3] luo: "
` [RFC v1 2/3] luo: dev_liveupdate: Add device live update infrastructure

[PATCH 0/6] rtla: Always set all tracer options
 2025-03-20 19:00 UTC  (3+ messages)
` [PATCH 1/6] rtla/osnoise: Unify params struct

[PATCH] spi: Ensure memory used for spi_write_then_read() is DMA safe
 2025-03-20 18:55 UTC  (12+ messages)

[PATCH v2 00/59] Fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y
 2025-03-20 18:52 UTC  (60+ messages)
` [PATCH v2 01/59] vmlinux.lds.h: fixup HEADERED_SECTION{,_BY} macros
` [PATCH v2 02/59] docs/dyndbg: update examples \012 to \n
` [PATCH v2 03/59] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v2 04/59] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v2 05/59] dyndbg: make ddebug_class_param union members same size
` [PATCH v2 06/59] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v2 07/59] dyndbg: reduce verbose/debug clutter
` [PATCH v2 08/59] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v2 09/59] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v2 10/59] dyndbg: replace classmap list with a vector
` [PATCH v2 11/59] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v2 12/59] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v2 13/59] dyndbg: add 2 new _DPRINTK_FLAGS_: INCL_LOOKUP, PREFIX_CACHED
` [PATCH v2 14/59] dyndbg: split _emit_lookup() out of dynamic_emit_prefix()
` [PATCH v2 15/59] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v2 16/59] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v2 17/59] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v2 18/59] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v2 19/59] dyndbg: detect class_id reservation conflicts
` [PATCH v2 20/59] dyndbg: check DYNDBG_CLASSMAP_DEFINE args at compile-time
` [PATCH v2 21/59] dyndbg-test: change do_prints testpoint to accept a loopct
` [PATCH v2 22/59] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v2 23/59] dyndbg: move .mod_name from/to structs ddebug_table/_ddebug_info
` [PATCH v2 24/59] dyndbg: treat comma as a token separator
` [PATCH v2 25/59] selftests-dyndbg: add comma_terminator_tests
` [PATCH v2 26/59] dyndbg: split multi-query strings with %
` [PATCH v2 27/59] selftests-dyndbg: test_percent_splitting
` [PATCH v2 28/59] selftests-dyndbg: add test_mod_submod
` [PATCH v2 29/59] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v2 30/59] dyndbg: drop "protection" of class'd pr_debugs from legacy queries
` [PATCH v2 31/59] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v2 32/59] docs/dyndbg: explain flags parse 1st
` [PATCH v2 33/59] docs/dyndbg: add classmap info to howto (TBD)
` [PATCH v2 34/59] checkpatch: dont warn about unused macro arg on empty body
` [PATCH v2 35/59] drm: use correct ccflags-y spelling
` [PATCH v2 36/59] drm-dyndbg: adapt drm core to use dyndbg classmaps-v2
` [PATCH v2 37/59] drm-dyndbg: adapt DRM to invoke DYNAMIC_DEBUG_CLASSMAP_PARAM
` [PATCH v2 38/59] drm-print: fix config-dependent unused variable
` [PATCH v2 39/59] drm-dyndbg: DRM_CLASSMAP_USE in amdgpu driver
` [PATCH v2 40/59] drm-dyndbg: DRM_CLASSMAP_USE in i915 driver
` [PATCH v2 41/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_crtc_helper
` [PATCH v2 42/59] drm-dyndbg: DRM_CLASSMAP_USE in drm_dp_helper
` [PATCH v2 43/59] drm-dyndbg: DRM_CLASSMAP_USE in nouveau
` [PATCH v2 44/59] drm-dyndbg: add DRM_CLASSMAP_USE to Xe driver
` [PATCH v2 45/59] drm-dyndbg: add DRM_CLASSMAP_USE to virtio_gpu
` [PATCH v2 46/59] drm-dyndbg: add DRM_CLASSMAP_USE to simpledrm
` [PATCH v2 47/59] drm-dyndbg: add DRM_CLASSMAP_USE to bochs
` [PATCH v2 48/59] drm-dyndbg: add DRM_CLASSMAP_USE to etnaviv
` [PATCH v2 49/59] drm-dyndbg: add DRM_CLASSMAP_USE to gma500 driver
` [PATCH v2 50/59] drm-dyndbg: add DRM_CLASSMAP_USE to radeon
` [PATCH v2 51/59] drm-dyndbg: add DRM_CLASSMAP_USE to vmwgfx driver
` [PATCH v2 52/59] drm-dyndbg: add DRM_CLASSMAP_USE to vkms driver
` [PATCH v2 53/59] drm-dyndbg: add DRM_CLASSMAP_USE to udl driver
` [PATCH v2 54/59] drm-dyndbg: add DRM_CLASSMAP_USE to mgag200 driver
` [PATCH v2 55/59] drm-dyndbg: add DRM_CLASSMAP_USE to the gud driver
` [PATCH v2 56/59] drm-dyndbg: add DRM_CLASSMAP_USE to the qxl driver
` [PATCH v2 57/59] drm-dyndbg: add DRM_CLASSMAP_USE to the drm_gem_shmem_helper driver
` [PATCH v2 58/59] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v2 59/59] drm: RFC - make drm_dyndbg_user.o for drm-*_helpers, drivers

[PATCH v8 0/2] pwm: add support for NXPs high-side switch MC33XS2410
 2025-03-20 18:51 UTC  (4+ messages)
` [PATCH v8 2/2] "

[PATCH v2] keys: Fix UAF in key_put()
 2025-03-20 18:48 UTC  (6+ messages)

[PATCH hyperv-next v6 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-20 18:47 UTC  (5+ messages)
` [PATCH hyperv-next v6 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence

[PATCH v4 0/5] ASoC: wm8904: Add DMIC and DRC support
 2025-03-20 18:45 UTC  (2+ messages)

[PATCH v2 0/3] Tidy up ASoC control get and put handlers
 2025-03-20 18:45 UTC  (2+ messages)

[PATCH 00/15] Tidy up ASoC control get and put handlers
 2025-03-20 18:45 UTC  (2+ messages)

[PATCH v2 0/3] Add support for gpdsp remoteproc on sa8775p
 2025-03-20 18:43 UTC  (4+ messages)
` [PATCH v2 2/3] misc: fastrpc: add support for gpdsp remoteproc

[RFC PATCH 0/7] Defer throttle when task exits to user
 2025-03-20 18:40 UTC  (7+ messages)
` [RFC PATCH 2/7] sched/fair: Handle throttle path for task based throttle

[PATCH] x86: write aligned to 8 bytes in copy_user_generic (when without FSRM/ERMS)
 2025-03-20 18:37 UTC  (5+ messages)

[PATCH v1] libbpf: Add namespace for errstr making it libbpf_errstr
 2025-03-20 18:36 UTC  (2+ messages)

[PATCH] mm/arm64: Drop dead code for pud special bit handling
 2025-03-20 18:34 UTC 

[PATCH v1 0/6] vsprintf: Add __printf attribute to where it's required
 2025-03-20 18:32 UTC  (8+ messages)
` [PATCH v1 1/6] seq_buf: Mark binary printing functions with __printf() attribute
` [PATCH v1 2/6] seq_file: "
` [PATCH v1 3/6] tracing: "
` [PATCH v1 4/6] vsnprintf: "
` [PATCH v1 5/6] vsnprintf: Mark pointer() "
` [PATCH v1 6/6] vsnprintf: Mark va_format() "

[PATCH 6.13 000/241] 6.13.8-rc1 review
 2025-03-20 18:31 UTC  (3+ messages)

Compile problems w/gcc 9.4.0 in linux-next
 2025-03-20 18:29 UTC 

[PATCH 1/1] cxl/region: Fix the first aliased address miscalculation
 2025-03-20 18:26 UTC  (2+ messages)

[PATCH v3 0/2] Add device tree for Nvidia's GB200NVL BMC
 2025-03-20 18:26 UTC  (2+ messages)

[PATCH 0/4] dt-bindings: edac: altera-s10: Convert to YAML
 2025-03-20 18:26 UTC  (2+ messages)

[PATCH v2 00/11] airoha: en7581: clk cleanup + USB support
 2025-03-20 18:26 UTC  (2+ messages)

[RFC -next 00/10] Add ZC notifications to splice and sendfile
 2025-03-20 18:23 UTC  (11+ messages)

[RFC PATCH v3 0/7] gpu: nova-core: register definitions and basic timer and falcon devices
 2025-03-20 18:17 UTC  (3+ messages)
` [PATCH RFC v3 6/7] gpu: nova-core: add basic timer device

[PATCH 0/7] Make ASIDs static for SVM
 2025-03-20 18:17 UTC  (2+ messages)

[PATCH 6.12 000/231] 6.12.20-rc1 review
 2025-03-20 18:17 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: Add a module param for device posted IRQs
 2025-03-20 18:14 UTC  (6+ messages)
` [PATCH v2 3/3] KVM: x86: Add a module param to control and enumerate "

[PATCH v2 00/57] irqdomain: Cleanups and Documentation
 2025-03-20 18:14 UTC  (3+ messages)
` [PATCH v2 41/57] irqdomain: ppc: Switch to irq_find_mapping()

[PATCH] x86/speculation: Remove the extra ifdef around CALL_NOSPEC
 2025-03-20 18:13 UTC 

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-20 18:12 UTC  (21+ messages)

[PATCH next] spi: spi-qpic-snand: use kmalloc() for OOB buffer allocation
 2025-03-20 18:11 UTC 

[PATCH 0/4 v3] cxl/core: Enable Region creation on x86 with Low Mem Hole
 2025-03-20 18:10 UTC  (2+ messages)

[PATCH v3 0/3] media: qcom: iris: add support for SA8775P
 2025-03-20 18:06 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: media: qcom,sm8550-iris: document SA8775p IRIS accelerator
` [PATCH v3 2/3] arm64: dts: qcom: sa8775p: add support for video node
` [PATCH v3 3/3] arm64: dts: qcom: sa8775p-ride: enable video

[PATCH v6] PCI: Allow PCI bridges to go to D3Hot on all non-x86
 2025-03-20 18:06 UTC 

[GIT PULL] KVM fix for Linux 6.14 final
 2025-03-20 18:05 UTC 

[PATCH v2 0/8] cxl: support CXL memory RAS features
 2025-03-20 18:04 UTC  (9+ messages)
` [PATCH v2 1/8] cxl: Add helper function to retrieve a feature entry
` [PATCH v2 2/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v2 3/8] cxl/edac: Add CXL memory device "
` [PATCH v2 4/8] cxl/edac: Add CXL memory device ECS "
` [PATCH v2 5/8] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v2 6/8] cxl: Support for finding memory operation attributes from the current boot
` [PATCH v2 7/8] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v2 8/8] cxl/memfeature: Add CXL memory device memory sparing "

[PATCH 0/3] of: Common "memory-region" parsing
 2025-03-20 18:02 UTC  (6+ messages)
` [PATCH 3/3] remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
  ` [Linux-stm32] "

[PATCH] Fix rolling back of CLOCK_MONOTONIC_COARSE
 2025-03-20 18:01 UTC  (6+ messages)
` [RFC PATCH 1/2] time/timekeeping: Fix possible inconsistencies in _COARSE clockids

[PATCH v6 00/14] hwmon: (oxpsensors) Add devices, features, fix ABI and move to platform/x86
 2025-03-20 18:01 UTC  (3+ messages)

[PATCH v5] PCI: Allow PCI bridges to go to D3Hot on all Devicetree based platforms
 2025-03-20 17:57 UTC  (6+ messages)

[PATCH] vfio: pci: Advertise INTx only if LINE is connected
 2025-03-20 17:54 UTC  (3+ messages)

[PATCH v3 1/2] arm64: Implement arch_stack_walk_reliable
 2025-03-20 17:54 UTC  (3+ messages)

[PATCH bpf-next/net v3 0/5] bpf: Add mptcp_subflow bpf_iter support
 2025-03-20 17:48 UTC  (6+ messages)
` [PATCH bpf-next/net v3 1/5] bpf: Register mptcp common kfunc set
` [PATCH bpf-next/net v3 2/5] bpf: Add mptcp_subflow bpf_iter
` [PATCH bpf-next/net v3 3/5] selftests/bpf: More endpoints for endpoint_init
` [PATCH bpf-next/net v3 4/5] selftests/bpf: Add mptcp_subflow bpf_iter subtest
` [PATCH bpf-next/net v3 5/5] selftests/bpf: Drop cgroup_fd of run_mptcpify

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-03-20 17:47 UTC  (4+ messages)
` [PATCH v2 09/14] mm: Pcpu chunk address tag reset

[PATCH] fixup! Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
 2025-03-20 17:44 UTC 

[PATCH RFC] KVM: arm64: PMU: Use multiple host PMUs
 2025-03-20 17:44 UTC  (11+ messages)

[PATCH bpf-next] selftests/bpf: Sanitize pointer prior fclose()
 2025-03-20 17:40 UTC  (2+ messages)

[RFC 0/3] Guaranteed CMA
 2025-03-20 17:39 UTC  (4+ messages)
` [RFC 1/3] mm: implement cleancache
` [RFC 2/3] mm: introduce GCMA
` [RFC 3/3] mm: integrate GCMA with CMA using dt-bindings

[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
 2025-03-20 17:35 UTC  (5+ messages)

[net-next PATCH v12 00/13] net: dsa: Add Airoha AN8855 support
 2025-03-20 17:32 UTC  (5+ messages)
` [net-next PATCH v12 02/13] dt-bindings: net: Document support for Airoha AN8855 Switch Virtual MDIO
` [net-next PATCH v12 03/13] dt-bindings: net: dsa: Document support for Airoha AN8855 DSA Switch

[PATCH] virtio: console: Make resize control event handling compliant with spec
 2025-03-20 17:31 UTC  (2+ messages)

[PATCH] mm/hugetlb: move hugetlb_sysctl_init() to the __init section
 2025-03-20 17:31 UTC  (3+ messages)

[PATCH v3 0/4] Enlightened vTPM support for SVSM on SEV-SNP
 2025-03-20 17:30 UTC  (8+ messages)
` [PATCH v3 1/4] x86/sev: add SVSM vTPM probe/send_command functions

[PATCH v6 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
 2025-03-20 17:29 UTC  (5+ messages)
` [PATCH v6 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v6 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v6 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v6 4/4] entry: Inline syscall_exit_to_user_mode()

[PATCH 6.6 000/166] 6.6.84-rc2 review
 2025-03-20 17:26 UTC  (2+ messages)

[PATCH net] gve: unlink old napi only if page pool exists
 2025-03-20 17:25 UTC  (2+ messages)

WARNING in cm109_urb_irq_callback/usb_submit_urb
 2025-03-20 17:25 UTC  (5+ messages)

[PATCH v2 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
 2025-03-20 17:25 UTC  (3+ messages)
` [PATCH v2 2/2] kasan: Add strscpy() test to trigger tag fault on arm64

[GIT PULL] cgroup: Changes for v6.15
 2025-03-20 17:23 UTC 

[PATCH net-next v6 00/12] Add support for PSE budget evaluation strategy
 2025-03-20 17:22 UTC  (4+ messages)
` [PATCH net-next v6 11/12] net: pse-pd: tps23881: Add support for static port priority feature

[PATCH] virtio: console: Make resizing compliant with virtio spec
 2025-03-20 17:19 UTC  (13+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®