All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-27 17:20:05 to 2023-10-27 18:17:30 UTC [more...]

[kvalo-ath:pending] BUILD SUCCESS 3ca28692ed8a911f6fcd8151ca706ac5d38077d4
 2023-10-27 18:16 UTC 

[PATCH v5 bpf-next 00/23] BPF register bounds logic and testing improvements
 2023-10-27 18:13 UTC  (21+ messages)
` [PATCH v5 bpf-next 01/23] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v5 bpf-next 02/23] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v5 bpf-next 03/23] bpf: derive smin/smax from umin/max bounds
` [PATCH v5 bpf-next 04/23] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v5 bpf-next 05/23] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v5 bpf-next 06/23] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v5 bpf-next 07/23] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v5 bpf-next 08/23] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v5 bpf-next 09/23] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v5 bpf-next 10/23] selftests/bpf: BPF register range bounds tester
` [PATCH v5 bpf-next 11/23] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v5 bpf-next 12/23] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v5 bpf-next 13/23] bpf: move is_branch_taken() down
` [PATCH v5 bpf-next 14/23] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v5 bpf-next 15/23] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v5 bpf-next 16/23] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v5 bpf-next 17/23] bpf: generalize reg_set_min_max() to handle two sets of two registers
` [PATCH v5 bpf-next 18/23] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH v5 bpf-next 19/23] bpf: generalize is_scalar_branch_taken() logic
` [PATCH v5 bpf-next 20/23] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic

[PATCH] eal/unix: allow creating thread with real-time priority
 2023-10-27 18:15 UTC  (4+ messages)
` [PATCH v6 1/1] "

[PATCH] ppc64: add mmu information to vmcoreinfo
 2023-10-27 18:11 UTC  (4+ messages)

[PATCH] soc: xilinx: fix quoted string split across lines
 2023-10-27 18:11 UTC  (2+ messages)

[PATCH] x86/barrier: Do not serialize MSR accesses on AMD
 2023-10-27 18:11 UTC  (6+ messages)
            ` [PATCH 1/2] x86/alternative: Add per-vendor patching

[PATCH v2 00/20] Permission Overlay Extension
 2023-10-27 18:08 UTC  (50+ messages)
` [PATCH v2 01/24] arm64/sysreg: add system register POR_EL{0,1}
` [PATCH v2 02/24] arm64/sysreg: update CPACR_EL1 register
` [PATCH v2 03/24] arm64: cpufeature: add Permission Overlay Extension cpucap
` [PATCH v2 04/24] arm64: disable trapping of POR_EL0 to EL2
` [PATCH v2 05/24] arm64: context switch POR_EL0 register
` [PATCH v2 06/24] KVM: arm64: Save/restore POE registers
` [PATCH v2 07/24] arm64: enable the Permission Overlay Extension for EL0
` [PATCH v2 08/24] arm64: add POIndex defines
` [PATCH v2 09/24] arm64: define VM_PKEY_BIT* for arm64
` [PATCH v2 10/24] arm64: mask out POIndex when modifying a PTE
` [PATCH v2 11/24] arm64: enable ARCH_HAS_PKEYS on arm64
` [PATCH v2 12/24] arm64: handle PKEY/POE faults
` [PATCH v2 13/24] arm64: stop using generic mm_hooks.h
` [PATCH v2 14/24] arm64: implement PKEYS support
` [PATCH v2 15/24] arm64: add POE signal support
` [PATCH v2 16/24] arm64: enable PKEY support for CPUs with S1POE
` [PATCH v2 17/24] arm64: enable POE and PIE to coexist
` [PATCH v2 18/24] kselftest/arm64: move get_header()
` [PATCH v2 19/24] selftests: mm: move fpregs printing
` [PATCH v2 20/24] selftests: mm: make protection_keys test work on arm64
` [PATCH v2 21/24] kselftest/arm64: add HWCAP test for FEAT_S1POE
` [PATCH v2 22/24] kselftest/arm64: parse POE_MAGIC in a signal frame
` [PATCH v2 23/24] kselftest/arm64: Add test case for POR_EL0 signal frame records
` [PATCH v2 24/24] KVM: selftests: get-reg-list: add Permission Overlay registers

[PATCH] nvme: ensure reset state check ordering
 2023-10-27 18:07 UTC 

[PATCH] accel/qaic: Quiet array bounds check on DMA abort message
 2023-10-27 18:08 UTC  (2+ messages)

[XEN v3] xen/arm32: head: Replace load_paddr with adr_l when they are equivalent
 2023-10-27 18:07 UTC 

[PATCH net-next] Use xdp_set_features_flag instead of direct assignment
 2023-10-27 18:06 UTC 

[PATCH 00/11] qdev: Make array properties user accessible again
 2023-10-27 18:06 UTC  (3+ messages)
` [PATCH 01/11] qdev: Add qdev_prop_set_array()

[Buildroot] [PATCH 1/1] package/kodi-pvr-iptvsimple: bump version to 20.11.1-Nexus
 2023-10-27 18:07 UTC 

[PATCH v2 00/13] Introduce support for multiqueue (MQ) in fnic
 2023-10-27 18:03 UTC  (13+ messages)
` [PATCH v2 01/13] scsi: fnic: Modify definitions to sync with VIC firmware
` [PATCH v2 02/13] scsi: fnic: Add and use fnic number
` [PATCH v2 03/13] scsi: fnic: Add and improve log messages
` [PATCH v2 04/13] scsi: fnic: Rename wq_copy to hw_copy_wq
` [PATCH v2 06/13] scsi: fnic: Refactor and redefine fnic.h for multiqueue
` [PATCH v2 07/13] scsi: fnic: Modify ISRs to support multiqueue(MQ)
` [PATCH v2 08/13] scsi: fnic: Define stats to track multiqueue (MQ) IOs
` [PATCH v2 09/13] scsi: fnic: Remove usage of host_lock
` [PATCH v2 10/13] scsi: fnic: Add support for multiqueue (MQ) in fnic_main.c
` [PATCH v2 11/13] scsi: fnic: Use fnic_lock to protect fnic structures in queuecommand
` [PATCH v2 12/13] scsi: fnic: Add support for multiqueue (MQ) in fnic driver
` [PATCH v2 13/13] scsi: fnic: Improve logs and add support for multiqueue (MQ)

[PATCH 0/7] irqchip/renesas-rzg2l: add support for RZ/G3S SoC
 2023-10-27 18:02 UTC  (9+ messages)
` [PATCH 3/7] irqchip/renesas-rzg2l: add macros to retrieve TITSR index and associated selector
` [PATCH 4/7] irqchip/renesas-rzg2l: implement restriction when writing ISCR register
` [PATCH 5/7] irqchip/renesas-rzg2l: cache registers on suspend/resume
` [PATCH 6/7] irqchip/renesas-rzg2l: use tabs instead of spaces

[PATCH v2 1/2] KVM: VMX: Cleanup VMX basic information defines and usages
 2023-10-27 17:59 UTC  (3+ messages)

[PATCH net-next v2 0/8] Intel Wired LAN Driver Updates for 2023-10-23 (iavf)
 2023-10-27 17:59 UTC  (9+ messages)
` [PATCH net-next v2 1/8] iavf: fix comments about old bit locks
` [PATCH net-next v2 2/8] iavf: simplify mutex_trylock+sleep loops
` [PATCH net-next v2 3/8] iavf: in iavf_down, don't queue watchdog_task if comms failed
` [PATCH net-next v2 4/8] iavf: fix the waiting time for initial reset
` [PATCH net-next v2 5/8] iavf: rely on netdev's own registered state
` [PATCH net-next v2 6/8] iavf: use unregister_netdev
` [PATCH net-next v2 7/8] iavf: add a common function for undoing the interrupt scheme
` [PATCH net-next v2 8/8] iavf: delete the iavf client interface

[RFC PATCH v3 0/7] slub: Delay freezing of CPU partial slabs
 2023-10-27 17:57 UTC  (2+ messages)

[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
 2023-10-27 17:55 UTC  (12+ messages)
` [PATCH v5 01/11] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v5 02/11] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [PATCH v5 04/11] hw/net: Add NPCMXXX GMAC device
` [PATCH v5 05/11] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v5 06/11] tests/qtest: Creating qtest for GMAC Module
` [PATCH v5 07/11] include/hw/net: Implemented Classes and Masks for GMAC Descriptors
` [PATCH v5 08/11] hw/net: General GMAC Implementation
` [PATCH v5 09/11] hw/net: GMAC Rx Implementation
` [PATCH v5 10/11] hw/net: GMAC Tx Implementation
` [PATCH v5 11/11] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH] drm/radeon: replace 1-element arrays with flexible-array members
 2023-10-27 17:55 UTC  (6+ messages)

[PATCH] USB: serial: option: add Fibocom L7xx modules
 2023-10-27 17:55 UTC  (5+ messages)

PM QoS performance aggregator
 2023-10-27 17:54 UTC  (3+ messages)

[PATCH v3 0/6] riscv: RVA22U64 profile support
 2023-10-27 17:52 UTC  (9+ messages)
` [PATCH v3 3/6] target/riscv/tcg: add user flag for "

bpf: shift-out-of-bounds in tnum_rshift()
 2023-10-27 17:51 UTC  (3+ messages)

Apply a1e2c031ec39 and e32683c6f7d2 to 5.15 and earlier
 2023-10-27 17:47 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Remove prohibited space after opening parenthesis
 2023-10-27 17:47 UTC 

[PATCH] manuals: improve description of CVE_STATUS and CVE_STATUS_GROUPS
 2023-10-27 17:48 UTC 

[Intel-xe] [PATCH 0/4] drm/xe: Implement snapshot support
 2023-10-27 17:47 UTC  (4+ messages)
` [Intel-xe] [PATCH 4/4] drm/xe: Implement VM "

[PATCH v3] mtd: rawnand: meson: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (4+ messages)

[PATCH] mtd: rawnand: sh_flctl: Convert to module_platform_driver()
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH 0/5] ci: add GitLab CI definition
 2023-10-27 17:47 UTC  (8+ messages)
` [PATCH 5/5] ci: add support for GitLab CI

[PATCH v3] mtd: rawnand: intel: check return value of devm_kasprintf()
 2023-10-27 17:47 UTC  (2+ messages)

[lttng-dev] Need help: Kernel tracer not available and can't find the lttng-probe-latency_tracker
 2023-10-27 17:47 UTC  (2+ messages)

[PATCH v4] mtd: cfi_cmdset_0001: Byte swap OTP info
 2023-10-27 17:47 UTC  (3+ messages)

[PATCH] mtd: block2mtd: Add a valid holder to blkdev_put()
 2023-10-27 17:47 UTC  (3+ messages)

[PATCH v5 0/1] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-10-27 17:45 UTC  (2+ messages)
` [PATCH v5 1/1] CI: add test/usage_of_is_enabled_check.sh

[RFC PATCH v2 13/21] irqchip: riscv-intc: Add ACPI support for AIA
 2023-10-27 17:45 UTC  (4+ messages)

[LTP] [PATCH] controllers/cpuset: Make mount failure TCONF
 2023-10-27 17:45 UTC  (3+ messages)

[PATCH] mtd: spinand: winbond: Add support for W25N02KW
 2023-10-27 17:43 UTC  (2+ messages)

[LTP] [PATCH 1/1] compat_16.mk: Cleanup INTERMEDIATE object syntax
 2023-10-27 17:43 UTC 

KVM exit to userspace on WFI
 2023-10-27 17:41 UTC  (6+ messages)

[PATCH net-next 0/9] Intel Wired LAN Driver Updates for 2023-10-23 (iavf)
 2023-10-27 17:41 UTC  (3+ messages)

[PATCH v3] mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
 2023-10-27 17:40 UTC  (3+ messages)

[PATCH v2] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
 2023-10-27 17:40 UTC  (8+ messages)

[Intel-gfx] [PATCH v2] i915/perf: Fix NULL deref bugs with drm_dbg() calls
 2023-10-27 17:38 UTC  (6+ messages)
`  "

[PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
 2023-10-27 17:38 UTC  (2+ messages)

[LTP] [PATCH 1/1] compat_16: Define USE_LEGACY_COMPAT_16_H for legacy tests
 2023-10-27 17:38 UTC  (8+ messages)

[PATCH net-next v2 1/2] net, sched: Make tc-related drop reason more flexible
 2023-10-27 17:37 UTC  (10+ messages)

[PATCH net-next v2 0/5] WAKE_FILTER for Broadcom PHY (v2)
 2023-10-27 17:36 UTC  (7+ messages)
` [PATCH net-next v2 5/5] net: bcmgenet: Interrogate PHY for WAKE_FILTER programming

[PATCH 01/13] ASoC: amd: acp: Add acp6.3 pci legacy driver support
 2023-10-27 17:32 UTC  (5+ messages)
` [PATCH 09/13] ASoC: amd: acp: add machine driver support for pdm use case

[PATCH v2 00/11] qapi-go: add generator for Golang interface
 2023-10-27 17:33 UTC  (2+ messages)

[PATCH v2] drm/doc: ci: Require more context for flaky tests
 2023-10-27 17:33 UTC  (8+ messages)
` (subset) "

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-10-27 17:32 UTC  (6+ messages)

[PATCH 0/3] Linux RISC-V AIA Preparatory Series
 2023-10-27 17:29 UTC  (6+ messages)
` [PATCH 2/3] of: property: Add fw_devlink support for msi-parent

[tip: x86/urgent] x86/cpu: Add model number for Intel Arrow Lake mobile processor
 2023-10-27 17:29 UTC 

Linux kernel 6.1 - drivers/usb/storage/unusual_cypress.h "Super Top" minimum bcdDevice too high
 2023-10-27 17:28 UTC  (10+ messages)
` [PATCH] set 1.50 as the lower bcdDevice value for "Super Top"-device in drivers/usb/storage/unusual_cypress.h
        ` [PATCH] usb: storage: set 1.50 as the lower bcdDevice compatibility for older "Super Top"-device to work
          ` [PATCH] usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibility

[PATCH] dt-bindings: display: ssd132x: Remove '-' before compatible enum
 2023-10-27 17:27 UTC  (5+ messages)

[Buildroot] [Bug 15832] Low performance with python3 compare to python2 on the same platform
 2023-10-27 17:27 UTC 

[LTP] [PATCH v2 1/3] umount01: Simplify test using TST_ macros
 2023-10-27 17:26 UTC  (3+ messages)

[PATCH 0/3] KVM: Performance and correctness fixes for CLEAR_DIRTY_LOG
 2023-10-27 17:26 UTC  (4+ messages)
` [PATCH 1/3] KVM: x86/mmu: Fix off-by-1 when splitting huge pages during CLEAR
` [PATCH 2/3] KVM: x86/mmu: Check for leaf SPTE when clearing dirty bit in the TDP MMU
` [PATCH 3/3] KVM: Aggressively drop and reacquire mmu_lock during CLEAR_DIRTY_LOG

[PATCH] sched/fair: Fix the decision for load balance
 2023-10-27 17:17 UTC 

[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
 2023-10-27 17:24 UTC  (2+ messages)

[PATCH] nfsd: ensure the nfsd_serv pointer is cleared when svc is torn down
 2023-10-27 17:23 UTC  (2+ messages)

[PATCH 0/3] Revert HAFDBS changes
 2023-10-27 17:22 UTC  (3+ messages)

[tip: x86/urgent] x86/sgx: Return VM_FAULT_SIGBUS instead of VM_FAULT_OOM for EPC exhaustion
 2023-10-27 17:21 UTC  (3+ messages)
` [PATCH] Revert "x86/sgx: Return VM_FAULT_SIGBUS instead of VM_FAULT_OOM for EPC exhaustion"

[PATCH bpf-next v2 1/2] bpf: add skcipher API support to TC/XDP programs
 2023-10-27 17:20 UTC  (2+ messages)
` [PATCH bpf-next v2 2/2] selftests: bpf: crypto skcipher algo selftests


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.