All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-01 15:38:14 to 2024-10-01 16:22:39 UTC [more...]

what is the right way for an avocado test to do "wait for text that doesn't end in newline" ?
 2024-10-01 16:21 UTC  (2+ messages)

[net-next 0/2] ena: Link IRQs, queues, and NAPI instances
 2024-10-01 16:21 UTC  (9+ messages)
` [net-next 1/2] ena: Link IRQs to "
` [net-next 2/2] ena: Link queues to NAPIs

[PATCH v9 0/5] Tracepoints and static branch in Rust
 2024-10-01 16:20 UTC  (5+ messages)
` [PATCH v9 4/5] jump_label: adjust inline asm to be consistent

[PATCH v5 0/6] I3C: master: svc: collect all patches to improve hotjoin stability
 2024-10-01 16:02 UTC  (10+ messages)
` [PATCH v5 1/6] i3c: master: svc: use repeat start when IBI WIN happens
` [PATCH v5 2/6] i3c: master: svc: manually emit NACK/ACK for hotjoin
` [PATCH v5 3/6] i3c: master: svc: need check IBIWON for dynamtica address assign
` [PATCH v5 4/6] i3c: master: svc: use spin_lock_irqsave at svc_i3c_master_ibi_work()
` [PATCH v5 5/6] i3c: master: svc: wait for Manual ACK/NACK Done before next step
` [PATCH v5 6/6] i3c: master: svc: fix possible assignment of the same address to two devices

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-01 16:15 UTC  (58+ messages)
` [PATCH 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH 12/33] riscv mm: manufacture shadow stack pte
` [PATCH 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH 14/33] riscv mmu: write protect and shadow stack
` [PATCH 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH 21/33] riscv/traps: Introduce software check exception
` [PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH 23/33] riscv signal: save and restore of shadow stack for signal
` [PATCH 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi

SAVE THE DATE - Next Xen Project Meetup (Cambridge)
 2024-10-01 16:20 UTC  (2+ messages)

[PATCH slab hotfixes v2 0/2] slub kunit tests fixes for 6.12
 2024-10-01 16:20 UTC  (3+ messages)
` [PATCH slab hotfixes v2 1/2] mm, slab: suppress warnings in test_leak_destroy kunit test
` [PATCH slab hotfixes v2 2/2] slub/kunit: skip test_kfree_rcu when the slub kunit test is built-in

[PATCH 0/5] sched/fair: Rework EAS to handle more cases
 2024-10-01 16:20 UTC  (6+ messages)
` [RFC PATCH 4/5] sched/fair: Use EAS also when overutilized

[PATCH v1 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
 2024-10-01 16:19 UTC  (7+ messages)
` [PATCH v1 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v1 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v1 5/6] s390/uvdevice: Add List Secrets Ext IOCTL

[meta-python][PATCH] python3-pyasn1-modules: Stop using pyasn1.compat.octets in tests
 2024-10-01 16:19 UTC 

[PATCH v3 0/8] i386: memory/MSR/CR code updates
 2024-10-01 16:19 UTC  (3+ messages)
` [PATCH v3 8/8] i386: Add CRx, MMIO, MSR and extend CPUID definitions
  ` [External] : "

[PATCH net-next 00/10] net: pcs: xpcs: cleanups batch 1
 2024-10-01 16:04 UTC  (10+ messages)
` [PATCH net-next 01/10] net: pcs: xpcs: move PCS reset to .pcs_pre_config()
` [PATCH net-next 02/10] net: pcs: xpcs: drop interface argument from internal functions
` [PATCH net-next 04/10] net: pcs: xpcs: add xpcs_destroy_pcs() and xpcs_create_pcs_mdiodev()
` [PATCH net-next 05/10] net: wangxun: txgbe: use phylink_pcs internally
` [PATCH net-next 06/10] net: dsa: sja1105: simplify static configuration reload
` [PATCH net-next 07/10] net: dsa: sja1105: call PCS config/link_up via pcs_ops structure
` [PATCH net-next 08/10] net: dsa: sja1105: use phylink_pcs internally
` [PATCH net-next 09/10] net: pcs: xpcs: drop interface argument from xpcs_create*()
` [PATCH net-next 10/10] net: pcs: xpcs: make xpcs_do_config() and xpcs_link_up() internal

[PATCH v7 0/3] FDP and per-io hints
 2024-10-01 16:18 UTC  (4+ messages)

[PATCH 0/4] Add support for the GE HealthCare PMC ADC
 2024-10-01 16:18 UTC  (3+ messages)
` [PATCH 2/4] dt-bindings: iio: adc: Add "

[PATCH v8 00/12] fs: multigrain timestamp redux
 2024-10-01 16:17 UTC  (3+ messages)
` [PATCH v8 01/12] timekeeping: add interfaces for handling timestamps with a floor value

RISC-V
 2024-10-01 16:17 UTC  (2+ messages)

[freescale-fslc:6.6-2.0.x-imx 3406/16788] ./usr/include/linux/tsn.h:394:9: error: unknown type name '__u8'
 2024-10-01 16:15 UTC 

[PATCH] eal: add build-time option to omit trace
 2024-10-01 16:15 UTC  (12+ messages)
` [PATCH v4] "

[PATCH v2] btrfs: Correct typos in multiple comments across various files
 2024-10-01 16:12 UTC  (2+ messages)

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-01 16:12 UTC  (3+ messages)
` [PATCH v3 06/27] x86/cea: Export per CPU variable cea_exception_stacks

[PATCH] hw/char/riscv_htif: Fix htif_mm_write that causes infinite loop in ACT
 2024-10-01  6:12 UTC  (2+ messages)

[PATCH v8 00/29] Generic `Allocator` support for Rust
 2024-10-01 16:11 UTC  (7+ messages)
` [PATCH v8 04/29] rust: alloc: implement `ReallocFunc`
` [PATCH v8 05/29] rust: alloc: make `allocator` module public
` [PATCH v8 06/29] rust: alloc: implement `Allocator` for `Kmalloc`

[PATCH] trusted-firmware-a: fix build error when using ccache
 2024-10-01 16:10 UTC  (6+ messages)
        ` [meta-arm] "

[PATCH RFC 0/7] x86/microcode: Support for Intel Staging Feature
 2024-10-01 16:10 UTC  (8+ messages)
` [PATCH RFC 1/7] x86/microcode/intel: Remove unnecessary cache writeback and invalidation
` [PATCH RFC 2/7] x86/microcode: Introduce staging option to reduce late-loading latency
` [PATCH RFC 3/7] x86/msr-index: Define MSR index and bit for the microcode staging feature
` [PATCH RFC 4/7] x86/microcode/intel: Prepare for microcode staging
` [PATCH RFC 5/7] x86/microcode/intel_staging: Implement staging logic
` [PATCH RFC 6/7] x86/microcode/intel_staging: Support mailbox data transfer
` [PATCH RFC 7/7] x86/microcode/intel: Enable staging when available

[PATCH v1] Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
 2024-10-01 16:10 UTC  (2+ messages)

[PATCH v2 0/3] X1E Dell XPS 9345 support
 2024-10-01 16:09 UTC  (6+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: Add support for X1-based Dell XPS 13 9345

net/netvsc: problem with configuring netvsc port after first port start
 2024-10-01 16:09 UTC 

[PATCH 00/26] Support display (and even more) on the BSH SMM S2/PRO boards
 2024-09-30 13:07 UTC  (3+ messages)

[PATCH v3 1/4] power: regulator: Trigger probe of regulators which are always-on or boot-on
 2024-10-01 14:26 UTC  (2+ messages)

[PATCH v2 0/2] dfu: sf: fix flash probe when DM_SPI_FLASH is enabled
 2024-10-01 16:06 UTC  (3+ messages)
` [PATCH v2 1/2] spi: add DM_SPI_FLASH compatibility inline functions
` [PATCH v2 2/2] dfu: sf: rely on DT for spi speed and mode

[OE-core] [PATCH 01/47] adwaita-icon-theme: upgrade 46.2 -> 47.0
 2024-10-01 16:06 UTC  (3+ messages)
` [OE-core] [PATCH 30/47] python3-pyasn1: upgrade 0.6.0 -> 0.6.1

[PATCH v6 0/7] Add support for the LAN966x PCI device using a DT overlay
 2024-10-01 16:06 UTC  (4+ messages)
` [PATCH v6 1/7] dt-bindings: reset: microchip,rst: Allow to replace cpu-syscon by an additional reg item

[PATCHv2] drm/i915/dp: Guarantee a minimum HBlank time
 2024-10-01 16:05 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915/dp: Guarantee a minimum HBlank time (rev2)

[PATCH v8 0/2] linux-user: add openat2 support in linux-user
 2024-10-01  9:29 UTC  (5+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] linux-user: add strace support for openat2

[PATCH] pci/doe: add a 1 second retry window to pci_doe
 2024-10-01 16:04 UTC  (6+ messages)

calling getcpu with misaligned address causes kernel panic
 2024-10-01 16:05 UTC  (2+ messages)

[PATCH 0/1] arch: arm: dts: imx8mm-cl-iot-gate.dts: add no-mmc-hs400 to mmc2
 2024-10-01 16:03 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHSET 0/8] perf tools: Do not set attr.exclude_guest by default (v4)
 2024-10-01 16:03 UTC  (3+ messages)
` [PATCH 6/8] perf tools: Move x86__is_amd_cpu() to util/env.c

[PATCH v7 0/2] x86/boot: Reduce assembly code
 2024-10-01 16:02 UTC  (3+ messages)
` [PATCH v7 2/2] x86/boot: Improve MBI2 structure check

sbinmerge feature (unification of bin and sbin)
 2024-10-01 16:02 UTC 

[PATCH] mmc: core: Only set maximum DMA segment size if DMA is supported
 2024-10-01 14:51 UTC  (2+ messages)

[PATCH] mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()
 2024-10-01 15:59 UTC  (5+ messages)

6.11.0, possible regression resuming balance
 2024-10-01 15:57 UTC  (2+ messages)

[bug report] kmemleak observed after blktests block/001
 2024-10-01 15:57 UTC  (3+ messages)

[PATCH v8 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-10-01 15:56 UTC  (3+ messages)
` [PATCH v8 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function

[PATCH v1 0/2] Parse and handle command line from dtb
 2024-10-01 15:55 UTC  (5+ messages)
` [PATCH v1 1/2] xen/riscv: initialize bootinfo "
` [PATCH v1 2/2] xen/riscv: parse and handle fdt command line

Request support for Intel Cyclone V board
 2024-10-01 11:09 UTC 

[PATCH v2 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-10-01 15:52 UTC  (5+ messages)
` [PATCH v2 3/4] acpi/ghes, efi/cper: Recognize and process "
` [PATCH v2 4/4] acpi/ghes, cxl/pci: Trace FW-First "

[PATCH net v3] net: phy: qt2025: Fix warning: unused import DeviceId
 2024-10-01 15:52 UTC  (2+ messages)

[PATCH v2 0/3] reset: Requesting pre-deasserted, auto-reasserting reset controls via devres
 2024-10-01 15:50 UTC  (3+ messages)

[PATCH 0/2] Add Powkiddy RGB20SX
 2024-10-01 15:51 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: arm: rockchip: "
` [PATCH 2/2] arm64: dts: "

[PATCH v1] Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
 2024-10-01 15:52 UTC  (2+ messages)
` [syzbot] [bluetooth?] "

What's cooking in git.git (Oct 2024, #01; Tue, 1)
 2024-10-01 15:51 UTC 

[PATCH v1 0/3] Register Xen's load address as a boot module
 2024-10-01 15:49 UTC  (8+ messages)
` [PATCH v1 1/3] xen/riscv: implement virt_to_maddr()
` [PATCH v1 2/3] xen/riscv: switch LINK_TO_LOAD() to virt_to_maddr()
` [PATCH v1 3/3] xen/riscv: register Xen's load address as a boot module

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-01 15:48 UTC  (6+ messages)
` [PATCH v6 6/7] xfs: Validate atomic writes

[PATCH v1] printk: Improve memory usage logging during boot
 2024-10-01 15:48 UTC  (4+ messages)

[PATCH bpf-next] docs/bpf: Document some special sdiv/smod operations
 2024-10-01 15:48 UTC  (3+ messages)

[PATCH 0/4] drm/i915: Use the gen3+ irq code on gen2
 2024-10-01 15:47 UTC  (3+ messages)

[PATCH v12 00/17] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-10-01 15:47 UTC  (3+ messages)
` [PATCH v12 13/17] ACPI:RAS2: Add ACPI RAS2 driver

[PATCH v7 0/8] Support GPIO for AST2700
 2024-10-01 15:46 UTC  (5+ messages)
` [SPAM] "

zram: Compressed RAM-based block devices
 2024-10-01 15:46 UTC 

[PATCH v2] printk: Improve memory usage logging during boot
 2024-10-01 15:46 UTC  (2+ messages)

[PATCH] btrfs: Remove unused page_to_{inode,fs_info} macros
 2024-10-01 15:46 UTC  (2+ messages)

[PATCH net 0/2] netfilter: br_netfilter: fix panic with metadata_dst skb
 2024-10-01 15:44 UTC  (3+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] selftests: add regression test for br_netfilter panic

[PATCH] [RFC] rust: add PidNamespace wrapper
 2024-10-01 15:45 UTC  (5+ messages)
` [PATCH v2] rust: add PidNamespace

[PATCH net-next 7/8] net: smsc91xx: move down struct members
 2024-10-01 15:44 UTC  (2+ messages)

[PATCH] docs: dev-tools: Add documentation for the device focused kselftests
 2024-10-01 15:43 UTC 

[PATCH] btrfs: remove redundant stop_loop variable in scrub_stripe()
 2024-10-01 15:42 UTC  (2+ messages)

[PATCH] HID: simplify code in fetch_item()
 2024-10-01 15:42 UTC 

Warning on mremapped uffd-wp memory
 2024-10-01 15:42 UTC  (6+ messages)

[PATCH v7 0/7] Optimize dm-verity and fsverity using multibuffer hashing
 2024-10-01 15:37 UTC  (8+ messages)
` [PATCH v7 1/7] crypto: shash - add support for finup_mb
` [PATCH v7 2/7] crypto: testmgr - add tests "
` [PATCH v7 3/7] crypto: x86/sha256-ni - add support "
` [PATCH v7 4/7] crypto: arm64/sha256-ce "
` [PATCH v7 5/7] fsverity: improve performance by using multibuffer hashing
` [PATCH v7 6/7] dm-verity: reduce scope of real and wanted digests
` [PATCH v7 7/7] dm-verity: improve performance by using multibuffer hashing

[RFC dwarves] btf_encoder: record BTF-centric function state instead of DWARF-centric
 2024-10-01 15:39 UTC  (2+ messages)

[PATCH v2] usb: gadget: usbhs: Add Renesas USBHS device driver
 2024-10-01 15:38 UTC  (2+ messages)

[net-next v2 0/2] gve: Link IRQs, queues, and NAPI instances
 2024-10-01 15:38 UTC  (3+ messages)
` [net-next v2 1/2] gve: Map IRQs to "

[PATCH v2 0/4] Cosmetic Work for ARM/Microchip (AT91)
 2024-10-01 15:25 UTC  (3+ messages)
` [PATCH v2 2/4] ARM: dts: microchip: Rename the pmic node
` [PATCH v2 3/4] ARM: dts: microchip: Rename LED sub nodes name


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.