All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-18 23:03:40 to 2023-07-19 00:34:11 UTC [more...]

[PATCH v3] riscv: entry: set a0 = -ENOSYS only when syscall != -1
 2023-07-18 23:40 UTC  (2+ messages)

[PATCH 0/3] pegasos2 fixes for 8.1
 2023-07-19  0:32 UTC  (3+ messages)
` [PATCH 2/3] ppc/pegasos2: Fix reg property of ROM BARs
` [PATCH 3/3] ppc/pegasos2: Fix naming of device tree nodes

[BlueZ PATCH v2] btmgmt: Add man page
 2023-07-19  0:33 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH v3] samples/bpf: README: Update build dependencies required
 2023-07-19  0:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] BPF Refcount followups 2: owner field
 2023-07-19  0:30 UTC  (2+ messages)

Duležitá zpráva; € 2,000,000'00 EUR
 2023-07-18 23:52 UTC 

[Intel-gfx] [PATCH v2] drm/i915/dpt: Use shmem for dpt objects
 2023-07-19  0:27 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/dpt: Use shmem for dpt objects (rev2)

[PATCH v2 00/13] drm/msm/dpu: use managed memory allocations
 2023-07-19  0:26 UTC  (4+ messages)
` [PATCH v2 03/13] drm/msm/dpu: use devres-managed allocation for interrupts data

[PATCH qemu 0/2] dump: Only use the makedumpfile flattened format when necessary
 2023-07-19  0:26 UTC  (4+ messages)
` [PATCH qemu 2/2] "

[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-19  0:25 UTC  (3+ messages)
` [PATCH bpf-next v5 2/8] bpf: Add fd-based tcx multi-prog infra with link support

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-19  0:24 UTC  (7+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[RFC] efi_driver: fix a parent issue in efi-created block devices
 2023-07-19  0:21 UTC 

[PATCH] x86/sgx: fix a NULL pointer
 2023-07-19  0:21 UTC  (16+ messages)

❌ FAIL (SKIPPED 46 of 328): Test report for master (6.5.0-rc2, mainline.kernel.org-clang, 74f1456c)
 2023-07-19  0:21 UTC 

[Intel-gfx] [PATCH 00/11] Add OAM support for MTL
 2023-07-19  0:20 UTC  (4+ messages)
` [Intel-gfx] [PATCH 11/11] drm/i915/perf: Wa_14017512683: Disable OAM if media C6 is enabled in BIOS

[ANN] bpf development stats for 6.5
 2023-07-19  0:18 UTC  (2+ messages)

[PATCH v1 0/3] Parse event sort/regroup fixes
 2023-07-19  0:18 UTC  (4+ messages)
` [PATCH v1 1/3] perf parse-events: Extra care around force grouped events
` [PATCH v1 2/3] perf parse-events: When fixing group leaders always set the leader
` [PATCH v1 3/3] perf parse-events: Only move force grouped evsels when sorting

[PATCH 0/4] Invalidate secondary IOMMU TLB on permission upgrade
 2023-07-18 23:49 UTC  (6+ messages)
` [PATCH 1/4] mm_notifiers: Rename invalidate_range notifier

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-18 23:45 UTC  (90+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access

nftables 1.0.8 showing invalid type for ip dscp
 2023-07-19  0:16 UTC  (2+ messages)

[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-19  0:15 UTC  (7+ messages)
` [PATCH bpf-next v2 01/15] bpf: Support new sign-extension load insns
` [PATCH bpf-next v2 09/15] selftests/bpf: Add unit tests for "
` [PATCH bpf-next v2 12/15] selftests/bpf: Add unit tests for new sdiv/smod insns

[PATCH nft] meta: stash context statement length when generating payload/meta dependency
 2023-07-19  0:14 UTC 

[PATCH v2 00/15] ASoC: add multi Component support
 2023-07-19  0:11 UTC  (7+ messages)
` [PATCH v2 14/15] ASoC: dt-bindings: renesas,rsnd.yaml: add common port-def

[PATCH v3 0/8] x86/resctrl: Add support for Sub-NUMA cluster (SNC) systems
 2023-07-19  0:11 UTC  (9+ messages)
` [PATCH v3 3/8] x86/resctrl: Add a new node-scoped resource to rdt_resources_all[]
` [PATCH v3 5/8] x86/resctrl: Add package scoped resource

Question: reserve log space at IO time for recover
 2023-07-19  0:11 UTC  (2+ messages)

[PATCH v3] x86/sgx: Fix a NULL pointer
 2023-07-19  0:08 UTC 

[OE-core][mickledore 00/26] Patch review
 2023-07-19  0:06 UTC  (5+ messages)
` [OE-core][mickledore 02/26] dmidecode: fix CVE-2023-30630

[PATCH net-next v3 00/11] net: phy: C45-over-C22 access
 2023-07-19  0:03 UTC  (17+ messages)
` [PATCH net-next v3 03/11] net: phy: replace is_c45 with phy_accces_mode
` [PATCH net-next v3 04/11] net: phy: make the "prevent_c45_scan" a property of the MII bus
` [PATCH net-next v3 05/11] net: phy: print an info if a broken C45 bus is found
` [PATCH net-next v3 06/11] net: phy: add error checks in mmd_phy_indirect()
` [PATCH net-next v3 07/11] net: phy: introduce phy_mdiobus_read_mmd()
` [PATCH net-next v3 10/11] net: mdio: add C45-over-C22 fallback to fwnode_mdiobus_register_phy()

[PATCH v4 0/6] KVM: selftests: Improve PMU event filter settings and add test cases
 2023-07-19  0:02 UTC  (3+ messages)
` [PATCH v4 3/6] KVM: selftests: Introduce __kvm_pmu_event_filter to improved event filter settings

[PATCH] mm/memory-failure: fix hardware poison check in unpoison_memory()
 2023-07-18 23:59 UTC  (5+ messages)

[PATCH net 0/3] selftests: tc: increase timeout and add missing kconfig
 2023-07-19  0:00 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/8] Reduce MTL-specific platform checks
 2023-07-19  0:00 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v1 3/8] selftests/nolibc: select_null: fix up for big endian powerpc64
 2023-07-18 23:56 UTC  (2+ messages)

[PATCH 5.10.y-cip 0/2] watchdog: iTCO_wdt: Backport patches to enable handle_boot_enabled=0
 2023-07-18 23:57 UTC  (2+ messages)

[PATCHSET v2 0/5] Improve async iomap DIO performance
 2023-07-18 23:50 UTC  (3+ messages)
` [PATCH 5/5] iomap: support IOCB_DIO_DEFER

[Intel-xe] [PATCH v5 0/2] Notify userspace about uevent failure
 2023-07-18 23:52 UTC  (3+ messages)
` [Intel-xe] [PATCH v5 1/2] drm/xe: Notify Userspace when gt reset fails

[qemu-upstream-4.17-testing test] 181865: regressions - FAIL
 2023-07-18 23:50 UTC 

[RFC PATCH v2 0/3] support large folio for mlock
 2023-07-18 23:47 UTC  (9+ messages)
` [RFC PATCH v2 3/3] mm: mlock: update mlock_pte_range to handle large folio

[PATCH v2 0/2] udmabuf: Add back support for mapping hugetlb pages (v2)
 2023-07-18 23:44 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-18 23:40 UTC 

[PATCH] tpm: Switch i2c drivers back to use .probe()
 2023-07-18 23:38 UTC  (4+ messages)

[meta-oe][PATCHv3 1/3] libtommath: add recipe for LibTomMath used by dropbear
 2023-07-18 23:38 UTC  (3+ messages)
` [meta-oe][PATCHv3 2/3] libtomcrypt: backport a fix for CVE-2019-17362
` [meta-oe][PATCHv3 3/3] libtomcrypt: add PACKAGECONFIG for ltm enabled by default

[PATCH 2/3] bcache: Separate bch_moving_gc() from bch_btree_gc()
 2023-07-18 23:36 UTC  (2+ messages)

[PATCH 1/7] arm: Remove more remnants of bcmcygnus
 2023-07-18 23:33 UTC  (7+ messages)
` [PATCH 2/7] arm: Remove leftover MAINTAINERS files
` [PATCH 3/7] xes: Remove leftover code
` [PATCH 4/7] MAINTAINERS: Add a number of "common" directories
` [PATCH 5/7] MAINTAINERS: Fix path typos and similar
` [PATCH 6/7] MAINTAINERS: Deal with '+' in paths
` [PATCH 7/7] MAINTAINERS: Add some missing directories or files

[PATCH] regcache: Push async I/O request down into the rbtree cache
 2023-07-18 23:30 UTC 

[PATCH v3 0/3] check-attr: integrate with sparse-index
 2023-07-18 23:29 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] t1092: add tests for 'git check-attr'
  ` [PATCH v4 2/3] attr.c: read attributes in a sparse directory
  ` [PATCH v4 3/3] check-attr: integrate with sparse-index

receive.denyCurrentBranch=updateInstead won't update the repo
 2023-07-18 23:29 UTC  (8+ messages)

[PATCH 00/48] ASoC: cirrus: Use the maple tree register cache
 2023-07-18 23:26 UTC  (2+ messages)

[XEN PATCH] x86/msr: Allow hardware domain to read package C-state residency counters
 2023-07-18 23:27 UTC  (3+ messages)

[asahilinux:bits/010-soc 7/12] drivers/soc/apple/rtkit.c:639:25: error: no member named 'mbox_chan' in 'struct apple_rtkit'
 2023-07-18 23:26 UTC 

[Intel-gfx] [PATCH 0/2] Avoid -Wconstant-logical-operand in nsecs_to_jiffies_timeout()
 2023-07-18 23:25 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
 2023-07-18 23:22 UTC  (13+ messages)

[PATCH] linux-firmware: Update AMD cpu microcode
 2023-07-18 23:19 UTC 

[Bug Report] Git fails to compile with fortify-headers and LTO - error: inlining failed in call to 'always_inline' 'fwrite': function body can be overwritten at link time
 2023-07-18 23:18 UTC  (3+ messages)

[PATCH net] ipv6 addrconf: fix bug where deleting a mngtmpaddr can create a new temporary address
 2023-07-18 23:18 UTC  (6+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-07-18 23:17 UTC  (5+ messages)
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled

[PATCH for-next v2 5/7] RDMA/bnxt_re: Update alloc_page uapi for pacing
 2023-07-18 23:16 UTC  (2+ messages)

[RFC PATCH v3 4/4] cxl/pci: Add support for stand alone CXL Switch mailbox CCI
 2023-07-18 23:16 UTC  (2+ messages)

[PATCH 2/4] PCI/VGA: Deal only with PCI VGA class devices
 2023-07-18 23:14 UTC  (3+ messages)

[PATCH v2 0/9] tracing: Improbe BTF support on probe events
 2023-07-18 23:12 UTC  (8+ messages)
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF

[RFC PATCH 00/21] crypto: consolidate and clean up compression APIs
 2023-07-18 23:06 UTC  (6+ messages)
` [RFC PATCH 01/21] crypto: scomp - Revert "add support for deflate rfc1950 (zlib)"

pm/testing baseline: 39 runs, 4 regressions (v6.5-rc2-42-g6e9908abf1d1)
 2023-07-18 23:07 UTC 

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-18 23:07 UTC  (3+ messages)

[PATCH v2 0/2] Init flow fixes for Samsung DSIM and TI SN65DSI84
 2023-07-18 23:03 UTC  (7+ messages)
` [PATCH v2 1/2] drm: bridge: samsung-dsim: Fix i.MX8M enable flow to meet spec


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.