All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-20 02:34:25 to 2023-07-20 05:01:16 UTC [more...]

[dm-devel] File system robustness
 2023-07-20  4:41 UTC  (8+ messages)
        `  "

[PATCH] mm,memblock: reset memblock.reserved to system init state to prevent UAF
 2023-07-20  5:00 UTC  (2+ messages)

linux-next: build failure after merge of the chrome-platform tree
 2023-07-20  5:00 UTC  (3+ messages)

[Intel-xe] [PATCH v3 0/7] More VM cleanups
 2023-07-20  4:59 UTC  (15+ messages)
` [Intel-xe] [PATCH v3 1/7] drm/xe: Remove xe_vma_op_unmap
` [Intel-xe] [PATCH v3 2/7] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH v3 3/7] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v3 4/7] drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
` [Intel-xe] [PATCH v3 5/7] drm/xe: Change tile masks from u64 to u8
` [Intel-xe] [PATCH v3 6/7] drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
` [Intel-xe] [PATCH v3 7/7] drm/xe: Only alloc userptr part of xe_vma for userptrs
` [Intel-xe] ✓ CI.Patch_applied: success for More VM cleanups (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "
` [Intel-xe] ○ CI.BAT: info "

[Intel-xe] [PATCH 1/2] drm/xe: Introduce a range-fence utility
 2023-07-20  4:59 UTC  (2+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Make bind engines safe

[PATCHSET v3 0/6] Improve async iomap DIO performance
 2023-07-20  4:59 UTC  (9+ messages)
` [PATCH 1/6] iomap: cleanup up iomap_dio_bio_end_io()
` [PATCH 2/6] iomap: add IOMAP_DIO_INLINE_COMP
` [PATCH 3/6] iomap: treat a write through cache the same as FUA
` [PATCH 6/6] iomap: support IOCB_DIO_DEFER

[igt-dev] [PATCH 0/3] Add seperate blacklist for specific config
 2023-07-20  4:56 UTC  (8+ messages)
` [igt-dev] [PATCH 1/3] tests/intel-ci: Added chamelium config blacklist
` [igt-dev] [PATCH 2/3] tests/intel-ci: Added psr "
` [igt-dev] [PATCH 3/3] tests/intel-ci: added blacklist to meson.build

[LTP] [PATCH]utils/sctp: bugfix for testlib/sctputil.h
 2023-07-21  7:18 UTC 

[PATCH] hv: put parentheses on macros with complex values in hyperv.h
 2023-07-20  4:53 UTC  (2+ messages)

[PATCH V1] doc: add tested Intel platforms with Intel NICs
 2023-07-20  4:53 UTC  (2+ messages)

[PATCH V1] doc: add tested Intel platforms with Intel NICs
 2023-07-20  4:51 UTC  (5+ messages)

[PATCH v2] usertools: add tool to generate balanced rss traffic flows
 2023-07-20  4:50 UTC  (2+ messages)

small writeback fixes
 2023-07-20  4:48 UTC  (6+ messages)

[PATCH V1 1/1] linux: drivers: mtd: spi-nor: gigadevice.c
 2023-07-20  4:28 UTC  (2+ messages)

[PATCH net-next] tcp: remove tcp_send_partial()
 2023-07-20  4:40 UTC  (2+ messages)

[PATCH net-next] tcp: tcp_enter_quickack_mode() should be static
 2023-07-20  4:40 UTC  (2+ messages)

[PATCH v6 0/3] Implementation of a Stateless Multicast Packet Type
 2023-07-20  4:35 UTC  (4+ messages)
` [PATCH v6 1/3] batman-adv: mcast: implement multicast packet reception and forwarding
` [PATCH v6 2/3] batman-adv: mcast: implement multicast packet generation
` [PATCH v6 3/3] batman-adv: mcast: shrink tracker packet after scrubbing

[PATCH V3] net: mhi : Add support to enable ethernet interface
 2023-07-20  4:37 UTC  (2+ messages)

[PATCH v10 0/2] Introduce ICSSG based ethernet Driver
 2023-07-20  4:35 UTC  (4+ messages)
` [PATCH v10 2/2] net: ti: icssg-prueth: Add ICSSG ethernet driver

[Intel-gfx] [PATCH v2 0/2] drm: Refactor plane size calculation by core helper functions
 2023-07-20  4:36 UTC  (5+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[PATCH] media: ov13b10: Fix some error checking in probe
 2023-07-20  4:33 UTC  (2+ messages)

[PATCH] tools: perf: Two typos have been corrected
 2023-07-20  4:32 UTC  (2+ messages)

[PATCH V2,net-next] net: mana: Add page pool for RX buffers
 2023-07-20  4:29 UTC  (2+ messages)

[PATCH] doc: fix link to net/bnxt flow capabilities
 2023-07-20  4:28 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/gem_*: Migrate allocator start/stop to fixtures
 2023-07-20  4:28 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for tests/gem_*: Migrate allocator start/stop to fixtures (rev4)

[igt-dev] [PATCH i-g-t] tests/xe: Add a test that validates GT C0 on exec
 2023-07-20  4:30 UTC 

[Intel-xe] [PATCH 1/2] drm/xe: Introduce a range-fence utility
 2023-07-20  4:26 UTC  (7+ messages)
` [Intel-xe] [PATCH 2/2] drm/xe: Make bind engines safe
` [Intel-xe] ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe: Introduce a range-fence utility
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[PATCH] doc: fix link to AF XDP PMD in CNI howto
 2023-07-20  4:23 UTC  (3+ messages)

linux-next: Tree for Jul 20
 2023-07-20  4:22 UTC 

[PATCH net] net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type
 2023-07-20  4:20 UTC  (3+ messages)

[PATCH net 0/2] r8169: revert two changes that caused regressions
 2023-07-20  4:20 UTC  (2+ messages)

[PATCH v2 net-next] udp: use indirect call wrapper for data ready()
 2023-07-20  4:20 UTC  (2+ messages)

[PATCH] devtools: forbid reference to doc.dpdk.org/guides
 2023-07-20  4:20 UTC  (3+ messages)

[patch 00/58] x86/apic: Decrapification and static calls
 2023-07-20  4:18 UTC  (4+ messages)
` [patch 19/58] x86/apic: Get rid of apic_phys

linux-next: build warning after merge of the net-next tree
 2023-07-20  4:16 UTC 

[PATCH] serial: core: Add support for dev_name:0.0 naming for kernel console
 2023-07-20  4:13 UTC  (3+ messages)

[Intel-xe] [PATCH v2 0/6] More VM cleanups
 2023-07-20  4:13 UTC  (8+ messages)
` [Intel-xe] [PATCH v2 1/6] drm/xe: Avoid doing rebinds
` [Intel-xe] [PATCH v2 2/6] drm/xe: Reduce the number list links in xe_vma
` [Intel-xe] [PATCH v2 3/6] drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
` [Intel-xe] [PATCH v2 4/6] drm/xe: Change tile masks from u64 to u8
` [Intel-xe] [PATCH v2 5/6] drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
` [Intel-xe] [PATCH v2 6/6] drm/xe: Only alloc userptr part of xe_vma for userptrs
` [Intel-xe] ✗ CI.Patch_applied: failure for More VM cleanups (rev2)

[PATCH] serial: core: Add sysfs links for serial core port instances for ttys
 2023-07-20  4:13 UTC  (5+ messages)

[PATCH net-next v2 1/2] dt-bindings: net: snps,dwmac: add phy-supply support
 2023-07-20  4:12 UTC  (4+ messages)
` [PATCH net-next v2 2/2] net: stmmac: add support for phy-supply

[PATCH net-next 0/3] clean up the FEC driver
 2023-07-20  4:10 UTC  (2+ messages)

[PATCH net] vxlan: calculate correct header length for GPE
 2023-07-20  4:08 UTC  (2+ messages)

[PATCH v1] devtools: allow variable declaration inside for loop
 2023-07-20  4:05 UTC  (4+ messages)
` [PATCH v2] "

KVM's sloppiness wrt IA32_SPEC_CTRL and IA32_PRED_CMD
 2023-07-20  4:04 UTC  (5+ messages)

[PATCH 00/14] wifi: iwlwifi: updates intended for v6.5 2023-06-13
 2023-07-20  4:02 UTC  (3+ messages)
` [PATCH 06/14] wifi: iwlwifi: mvm: add support for Extra EHT LTF

[PATCH] dt-bindings: net: rockchip-dwmac: add default 'input' for clock_in_out
 2023-07-20  4:00 UTC  (4+ messages)

[PATCH net-next v5 0/2] net: stmmac: improve driver statistics
 2023-07-20  4:00 UTC  (3+ messages)

[PATCH] doc: update BIOS setting and supported HW list for NTB
 2023-07-20  4:00 UTC  (3+ messages)

[PATCH v1 net] Revert "tcp: avoid the lookup process failing to get sk in ehash table"
 2023-07-20  4:00 UTC  (2+ messages)

Broken microphone switch on mtk-rt5650
 2023-07-20  3:54 UTC 

Broken microphone switch on mtk-rt5650
 2023-07-20  3:52 UTC 

[Intel-wired-lan] [PATCH iwl-next v2 1/1] igc: Decrease PTM short interval from 10 us to 1 us
 2023-07-20  3:48 UTC 

[PATCH 0/2] Two minor cleanups for compaction
 2023-07-20 11:53 UTC  (4+ messages)
` [PATCH 1/2] mm/compaction: correct comment of candidate pfn in fast_isolate_freepages
` [PATCH 2/2] mm/compaction: avoid unneeded pageblock_end_pfn when no_set_skip_hint is set

[PATCH] xfrm: delete not-needed clear to zero of encap_oa
 2023-07-20  3:50 UTC  (2+ messages)

[PATCH] doc: fix typos and wording of cuda guide
 2023-07-20  3:49 UTC  (3+ messages)

[PATCH] ceph: disable sending metrics thoroughly when it's disabled
 2023-07-20  3:46 UTC  (2+ messages)

[ovmf test] 181916: all pass - PUSHED
 2023-07-20  3:46 UTC 

[PATCH v4 0/4] Add JH7110 AON PMU support
 2023-07-20  3:46 UTC  (2+ messages)

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-20  3:45 UTC  (6+ messages)

net/core/flow_dissector.c:916:6: warning: stack frame size (2144) exceeds limit (2048) in '__skb_flow_dissect'
 2023-07-20  3:41 UTC 

[RESEND PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-07-20  3:40 UTC  (9+ messages)

[LTP] [PATCH] cpuset_memory_testset.sh: Fix syntax error when hugepages not supported
 2023-07-20  3:40 UTC  (3+ messages)

[PATCH] m68k: q40: add missing spaces around '='
 2023-07-20  3:38 UTC 

Kernel 6.5-rc2: system crash on suspend bisected
 2023-07-20  3:36 UTC 

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-20  3:11 UTC  (4+ messages)
` [PATCH 06/11] RISC-V: drivers/iommu/riscv: Add command, fault, page-req queues

[PATCH] vt: remove spaces after '*'
 2023-07-20  3:32 UTC 

[Bug 217688] New: Guest call trace during boot
 2023-07-20  3:31 UTC  (2+ messages)
` [Bug 217688] "

❌ FAIL (SKIPPED 40 of 328): Test report for master (6.5.0-rc2, mainline.kernel.org-clang, bfa3037d)
 2023-07-20  3:31 UTC 

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-20  3:30 UTC  (5+ messages)

[PATCH 1/2] regmap: Disable locking for RBTREE and MAPLE unit tests
 2023-07-20  3:28 UTC  (2+ messages)
` [RFC PATCH 2/2] regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches

[libgpiod][PATCH 0/5] core: provide information about the parent chip in line requests
 2023-07-20  3:27 UTC  (2+ messages)

[PATCH] media: ov5640: fix vblank unchange issue when work at dvp mode
 2023-07-20  3:27 UTC  (3+ messages)

[PATCH v1 1/2] git: ignore standard python files
 2023-07-20  3:26 UTC  (3+ messages)
` [PATCH] doc: fix description of runtime directories

[PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices
 2023-07-20  3:26 UTC  (3+ messages)

[PATCH] oom: remove spaces after '*'
 2023-07-20  3:24 UTC 

linux-next: build failure after merge of the bluetooth tree
 2023-07-20  3:24 UTC  (4+ messages)

[PATCH v2 0/1] gpio-f7188x: fix base values conflicts with other gpio pins
 2023-05-29 13:02 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH] MAINTAINERS: remove one maintainer from procinfo
 2023-07-20  3:23 UTC  (3+ messages)

[PATCH] w1: add missing spaces before '*' and remove spaces after '*'
 2023-07-20  3:21 UTC  (2+ messages)

[syzbot] [xfs?] KASAN: slab-out-of-bounds Read in xlog_pack_data
 2023-07-20  3:14 UTC  (2+ messages)

[PATCH] scsi/sg: fix checking return value of blk_get_queue()
 2023-07-20  3:13 UTC  (4+ messages)

[LTP] [PATCH 1/1] compat_16: Define USE_LEGACY_COMPAT_16_H for legacy tests
 2023-07-20  3:13 UTC  (4+ messages)

[PATCH] synclink_gt: add missing spaces after ','
 2023-07-20  3:14 UTC 

drivers/nvme/host/tcp.c:835:12: warning: stack frame size (2256) exceeds limit (2048) in 'nvme_tcp_recv_skb'
 2023-07-20  3:10 UTC 

[PATCH] MAINTAINERS: update amphion vpu driver entry
 2023-07-20  3:09 UTC  (2+ messages)

rasdaemon broke between v6.0 and v6.3?
 2023-07-20  3:03 UTC  (2+ messages)

[PATCH] elfcore: open brace '{' following struct go on the same line and Add missing spaces after '*'
 2023-07-20  3:09 UTC 

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-20  3:04 UTC  (6+ messages)

[PATCH 2/2] man*/: ffix (un-bracket tables)
 2023-07-20  3:05 UTC 

[OE-core] systemd service@ bug
 2023-07-20  3:04 UTC  (4+ messages)

[PATCH] arm: mvebu: x240: Use i2c-gpio instead of built in controller
 2023-07-20  3:03 UTC 

[PATCH] migration-guides: add release notes for 4.2.2
 2023-07-20  3:03 UTC 

[PATCH 1/3] arm: Set FVP EULA environment variable details message
 2023-07-20  3:02 UTC  (2+ messages)

[PATCH] arm/optee-os: update/clean-up patches and recipes
 2023-07-20  3:02 UTC  (2+ messages)

[PATCH] [RFC PATCH v2]mm/slub: Optimize slub memory usage
 2023-07-20  3:00 UTC  (4+ messages)

[PATCH] block: refactor to use helper
 2023-07-20  2:58 UTC  (2+ messages)

[PATCH 0/3] mmc: sdhci-cadence: SD6 controller support
 2023-07-20  2:56 UTC  (3+ messages)
  ` [PATCH 1/3] mmc: sdhci-cadence: Rename functions to SD4 specific

[RFC] efi_driver: fix a parent issue in efi-created block devices
 2023-07-20  2:56 UTC  (8+ messages)

[PATCH v4 0/2] erofs: introduce xattr name bloom filter
 2023-07-20  2:55 UTC  (3+ messages)
` [PATCH v4 2/2] erofs: boost negative xattr lookup with "

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-07-20  2:55 UTC  (2+ messages)

[libvirt test] 181890: tolerable FAIL - PUSHED
 2023-07-20  2:54 UTC 

[PATCH 0/3] wifi: ath12k: add support device recovery for WCN7850
 2023-07-20  2:52 UTC  (8+ messages)
` [PATCH 1/3] wifi: ath12k: configure RDDM size to mhi for device recovery
` [PATCH 2/3] wifi: ath12k: add ath12k_qmi_free_resource() for recovery
` [PATCH 3/3] wifi: ath12k: fix invalid m3 buffer address

RAID mount fails after upgrading to kernel 6.2.0
 2023-07-20  2:50 UTC  (3+ messages)

[PATCH v2 net] bpf: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-20  2:48 UTC  (3+ messages)

[PATCH] media: dvb-frontends: add missing spaces before '*' and remove spaces after '*'
 2023-07-20  2:47 UTC 

[PATCH v1] virtio-pci: Fix legacy device flag setting error in probe
 2023-07-20  2:46 UTC  (4+ messages)

[PATCH] doc: add tested platforms with NVIDIA NICs
 2023-07-20  2:44 UTC  (2+ messages)

[PATCH 1/2] drm/amd/display: Convert macros to functions in amdgpu_display.c & amdgpu_display.h
 2023-07-20  2:42 UTC  (2+ messages)
` [PATCH v2] drm/amd/amdgpu: Fix warnings in amdgpu/amdgpu_display.c

[virtio-comment] [PATCH REQUIREMENTS v2 0/7] virtio net new features requirements
 2023-07-20  2:36 UTC  (4+ messages)
    `  "

[OE-core] [PATCH] qemu: Add qemu-common package
 2023-07-20  2:39 UTC  (11+ messages)
` [PATCH v3] "
  ` [OE-core] "

[PATCH] net/mlx5: fix the template API requirements
 2023-07-20  2:39 UTC  (3+ messages)
` [PATCH v2] doc: "

[PATCH 0/3] add page_ext_data to get client data in page_ext
 2023-07-20  2:38 UTC  (3+ messages)

+ ipc-sem-use-flexible-array-in-struct-sem_undo.patch added to mm-nonmm-unstable branch
 2023-07-20  1:51 UTC  (2+ messages)

[PATCH] [media] dvb-frontends: add missing spaces before ','
 2023-07-20  2:37 UTC 

[PATCH v3 1/2] kvm/vfio: ensure kvg instance stays around in kvm_vfio_group_add()
 2023-07-20  2:36 UTC  (5+ messages)
` [PATCH v3 2/2] kvm/vfio: avoid bouncing the mutex when adding and deleting groups

[virtio-comment] [PATCH v4 0/7] Introduce Virtio Over Fabrics
 2023-07-20  2:34 UTC  (6+ messages)
` [virtio-comment] PING: "
  ` [virtio-comment] "
    ` [virtio-comment] "
      ` [virtio-comment] "
        ` [virtio-comment] "

[PATCH 0/5] QEMU RISC-V IOMMU Support
 2023-07-20  2:32 UTC  (4+ messages)
` [PATCH 1/5] hw/riscv: Introduction of RISC-V IOMMU device
` [PATCH 3/5] exec/memtxattr: add process identifier to the transaction attributes
` [PATCH 4/5] hw/riscv: IOMMU: use process identifier from "


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.