All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-25 15:13:49 to 2022-01-25 16:16:26 UTC [more...]

drivers/nvme/host/fabrics.c:1095:5-8: Unneeded variable: "ret". Return "0" on line 1109
 2022-01-25 19:16 UTC  (2+ messages)
` [PATCH] nvme-fabrics: fix returnvar.cocci warnings

[PATCH net-next 0/2] net: axienet: modernise pcs implementation
 2022-01-25 16:08 UTC 

[PATCH v10 1/3] pwm: driver for qualcomm ipq6018 pwm block
 2022-01-25 16:12 UTC  (4+ messages)

[PATCH] pinctrl: microchip-sgpio: Fix support for regmap
 2022-01-25 16:12 UTC 

[PATCH] riscv: mm: init: mark satp_mode __ro_after_init
 2022-01-25 16:00 UTC 

[PATCH] riscv: mm: remove the BUG_ON check of mapping the last 4K bytes of memory
 2022-01-25 15:55 UTC 

[bootwrapper PATCH v3 00/15] Cleanups and improvements
 2022-01-25 15:59 UTC  (5+ messages)
` [bootwrapper PATCH v3 01/15] aarch64: correct ZCR_EL3.LEN initialization
` [bootwrapper PATCH v3 14/15] Rework bootmethod initialization
` [bootwrapper PATCH v3 15/15] Unify start_el3 & start_no_el3

[PATCH v2 0/7] linkage: better symbol aliasing
 2022-01-25 15:58 UTC  (5+ messages)

[XEN PATCH v9 00/30] xen: Build system improvements, now with out-of-tree build!
 2022-01-25 16:11 UTC  (13+ messages)
` [XEN PATCH v9 05/30] build: prepare to always invoke $(MAKE) from xen/, use $(obj)
` [XEN PATCH v9 09/30] build: build everything from the root dir, use obj=$subdir
` [XEN PATCH v9 19/30] build: clean-up "clean" rules of duplication
` [XEN PATCH v9 20/30] build: rework "clean" to clean from the root dir
` [XEN PATCH v9 26/30] build: replace $(BASEDIR) and use $(srctree)
` [XEN PATCH v9 30/30] build: adding out-of-tree support to the xen build

[PATCH linux dev-5.15] fsi: Add trace events in initialization path
 2022-01-25 16:11 UTC 

[PATCH] drm/amd/amdgpu: Add ip_discovery_text sysfs entry
 2022-01-25 16:11 UTC  (2+ messages)

[PATCH V4] mtd: spi-nor: winbond: Add support for winbond chip
 2022-01-25 15:52 UTC  (4+ messages)

[PATCH] arm64: extable: fix null deref in load_unaligned_zeropad
 2022-01-25 15:50 UTC  (3+ messages)

[PATCH] libxl: force netback to wait for hotplug execution before connecting
 2022-01-25 16:09 UTC  (3+ messages)

[PATCH] Fixed the failing BadConfigExceptionTest unit test
 2022-01-19  8:28 UTC 

[macOS] possible bug
 2022-01-17 19:49 UTC 

[PATCH v5 bpf-next 0/8] xsk: Intel driver improvements
 2022-01-25 16:04 UTC  (9+ messages)
` [PATCH bpf-next v5 1/8] ice: remove likely for napi_complete_done
` [PATCH bpf-next v5 2/8] ice: xsk: force rings to be sized to power of 2
` [PATCH bpf-next v5 3/8] ice: xsk: handle SW XDP ring wrap and bump tail more often
` [PATCH bpf-next v5 4/8] ice: make Tx threshold dependent on ring length
` [PATCH bpf-next v5 5/8] i40e: xsk: move tmp desc array from driver to pool
` [PATCH bpf-next v5 6/8] ice: xsk: avoid potential dead AF_XDP Tx processing
` [PATCH bpf-next v5 7/8] ice: xsk: improve AF_XDP ZC Tx and use batching API
` [PATCH bpf-next v5 8/8] ice: xsk: borrow xdp_tx_active logic from i40e

[PATCH v5 0/9] fprobe: Introduce fprobe function entry/exit probe
 2022-01-25 16:06 UTC  (3+ messages)
` [PATCH v5 1/9] ftrace: Add ftrace_set_filter_ips function

[PATCH 0/2] arm64: cpufeature: List early Cortex-A510 parts as having broken dbm
 2022-01-25 15:40 UTC  (3+ messages)
` [PATCH 1/2] arm64: Add Cortex-A510 CPU part definition
` [PATCH 2/2] arm64: cpufeature: List early Cortex-A510 parts as having broken dbm

[PATCH 00/19] KVM: x86: Bulk removal of unused function parameters
 2022-01-25 16:02 UTC  (3+ messages)
` [PATCH 07/19] KVM: x86/svm: Remove unused "vcpu" of nested_svm_check_tlb_ctl()

bluetoothctl set-alias - how to select the device
 2022-01-25 15:56 UTC 

[RFC 0/3] Add support for GRE optional fields matching
 2022-01-25 16:03 UTC  (10+ messages)
` [RFC 1/3] ethdev: support GRE optional fields

[RFC V1 00/11] arm64/perf: Enable branch stack sampling
 2022-01-25 15:39 UTC  (4+ messages)
` [RFC V1 11/11] perf: Capture branch privilege information

[PATCH v2 0/3] Use MD_BROKEN for redundant arrays
 2022-01-25 15:52 UTC  (4+ messages)

[PATCH 0/4] KVM: arm64: A510 errata workaround and fixes for fixup_guest_exit()
 2022-01-25 15:38 UTC  (10+ messages)
` [PATCH 1/4] arm64: Add Cortex-A510 CPU part definition
` [PATCH 2/4] KVM: arm64: Avoid consuming a stale esr value when SError occur
` [PATCH 3/4] KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
` [PATCH 4/4] KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata

[PATCH v3 0/4] KVM: PPC: KVM module exit fixes
 2022-01-25 15:57 UTC  (10+ messages)
` [PATCH v3 1/4] KVM: PPC: Book3S HV: Check return value of kvmppc_radix_init
` [PATCH v3 2/4] KVM: PPC: Book3S HV: Delay setting of kvm ops
` [PATCH v3 3/4] KVM: PPC: Book3S HV: Free allocated memory if module init fails
` [PATCH v3 4/4] KVM: PPC: Decrement module refcount if init_vm fails

Inclusive Language Proposal for YP/OE
 2022-01-25 16:00 UTC  (3+ messages)
` [OE-core] "
  ` [oe] "

[PATCH V2 1/7] drm/amd/pm: correct the way for retrieving enabled ppfeatures on Renoir
 2022-01-25 15:59 UTC  (6+ messages)
` [PATCH V2 2/7] drm/amd/pm: unify the interface for retrieving enabled ppfeatures
` [PATCH V2 3/7] drm/amd/pm: update the data type "

"kernel NULL pointer dereference" crash when attempting a write
 2022-01-25 15:56 UTC  (7+ messages)

[PATCH 0/5] KVM: SVM: nSVM: Implement Enlightened MSR-Bitmap for Hyper-V-on-KVM and fix it for KVM-on-Hyper-V
 2022-01-25 15:57 UTC  (5+ messages)
` [PATCH 1/5] KVM: SVM: Drop stale comment from svm_hv_vmcb_dirty_nested_enlightenments()
` [PATCH 2/5] KVM: SVM: hyper-v: Enable Enlightened MSR-Bitmap support for real

[dpdk-dev] [RFC 0/3] ethdev: datapath-focused flow rules management
 2022-01-25 15:58 UTC  (7+ messages)
` [PATCH v2 01/10] ethdev: introduce flow pre-configuration hints

[PATCH 1/1] drm/amdgpu: Wipe all VRAM on free when RAS is enabled
 2022-01-25 15:58 UTC 

[linux-next:master 1565/1734] warning: unsafe strcpy() usage lacked '__write_overflow' symbol in lib/test_fortify/write_overflow-strcpy.c
 2022-01-25 15:55 UTC  (2+ messages)

[PATCH 0/8] ARM: ftrace fixes and cleanups
 2022-01-25 15:36 UTC  (9+ messages)
` [PATCH 1/8] ARM: ftrace: ensure that ADR take Thumb bit into account
` [PATCH 2/8] ARM: ftrace: use ADD not POP to counter PUSH at entry
` [PATCH 3/8] ARM: ftrace: use trampolines to keep .init.text in branching range
` [PATCH 4/8] ARM: ftrace: avoid redundant loads or clobbering IP
` [PATCH 5/8] ARM: ftrace: avoid unnecessary literal loads
` [PATCH 6/8] ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TEST
` [PATCH 7/8] ARM: unwind: track location of LR value in stack frame
` [PATCH 8/8] ARM: ftrace: enable the graph tracer with the EABI unwinder

[LTP] [PATCH v2 0/4] sched_{g,s}etattr01: Add missing policies
 2022-01-25 15:55 UTC  (7+ messages)
` [LTP] [PATCH v2 3/4] sched_get_priority_min01: "
` [LTP] [PATCH v2 4/4] sched_get_priority_max01: "

[PATCH v4 00/42] CXl 2.0 emulation Support
 2022-01-25 15:49 UTC  (3+ messages)

linux-next: build failure after merge of the kspp tree
 2022-01-25 15:49 UTC  (5+ messages)

linux-next: runtime warning in next-20220125
 2022-01-25 15:49 UTC  (7+ messages)

[PATCH REPOST] fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT
 2022-01-25 15:49 UTC  (4+ messages)

[PATCH] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
 2022-01-25 15:52 UTC  (2+ messages)

Yocto Project Status WW04`22
 2022-01-25 15:51 UTC 

[PATCH v3] thermal/core: Clear all mitigation when thermal zone is disabled
 2022-01-25 15:48 UTC  (4+ messages)

(no subject)
 2022-01-25 15:50 UTC  (4+ messages)
` 

[PATCH v3 1/5] task_work: export task_work_add()
 2022-01-25 15:47 UTC  (2+ messages)

Bluetooth Mesh: Option to retrieve RSSI value from received mesh messages
 2022-01-25 15:20 UTC 

[PATCH] net: tulip: remove redundant assignment to variable new_csr6
 2022-01-25 15:45 UTC  (4+ messages)

[PATCH v2 0/3] ARM64: Guest performance improvement during dirty
 2022-01-25 15:44 UTC  (4+ messages)

[PATCH v2 00/30] KVM: s390: enable zPCI for interpretive execution
 2022-01-25 15:44 UTC  (4+ messages)
` [PATCH v2 19/30] KVM: s390: pci: provide routines for enabling/disabling interrupt forwarding

Contributing to iOS app
 2022-01-25 15:45 UTC  (2+ messages)

[Newcomer] Any ideas for microprojects ?
 2022-01-25 15:42 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/4] Async flip optimization for DG2
 2022-01-25 15:45 UTC  (3+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915: Pass plane to watermark calculation functions

[linux-next:master 1574/1734] fs/btrfs/tree-log.c:5948:1-7: preceding lock on line 5738
 2022-01-25 15:45 UTC 

[PATCH V2] block: loop:use kstatfs.f_bsize of backing file to set discard granularity
 2022-01-25 15:40 UTC  (4+ messages)

[RFC 0/7] 64-bit data integrity field support
 2022-01-25 15:39 UTC  (4+ messages)
` [RFC 3/7] lib: add rocksoft model crc64

No sound on gpd pocket 3
 2022-01-25 15:41 UTC  (5+ messages)

[PATCH v8 04/10] vgaarb: Move framebuffer detection to ADD_DEVICE path
 2022-01-25 15:38 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 5.17-rc2
 2022-01-25 15:36 UTC 

[PATCH v3 0/4] staging: mt7621-dts: fix formatting, dtc warning, links and pinctrl
 2022-01-25 15:39 UTC  (5+ messages)
` [PATCH v3 1/4] staging: mt7621-dts: fix formatting
` [PATCH v3 2/4] staging: mt7621-dts: fix switch0@0 warnings
` [PATCH v3 3/4] staging: mt7621-dts: use trgmii on gmac0 and enable flow control on port@6
` [PATCH v3 4/4] staging: mt7621-dts: fix pinctrl properties for ethernet

Build regressions/improvements in v5.17-rc1
 2022-01-25 14:20 UTC  (2+ messages)

[PATCH v2 00/20] fscache,erofs: fscache-based demand-read semantics
 2022-01-25 15:34 UTC  (4+ messages)
` [PATCH v2 11/20] erofs: add cookie context helper functions

D-Bus policies
 2022-01-25 15:38 UTC 

[PATCH] mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()
 2022-01-25 15:30 UTC 

[PATCH] x86emul: recognize CLDEMOTE
 2022-01-25 15:37 UTC  (5+ messages)

[PATCH 0/5] sysfb: Fix memory-region management
 2022-01-25 15:34 UTC  (3+ messages)

[PATCH] arm64: dts: juno: Remove GICv2m dma-range
 2022-01-25 15:24 UTC  (2+ messages)

[PATCH 1/2] drm/amd/pm: correct the MGpuFanBoost support for Beige Goby
 2022-01-25 15:35 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/pm: fix the deadlock observed on performance_level setting

[PATCH] packet.7: add description of zero protocol for socket
 2022-01-25 15:22 UTC 

[Bug 215525] New: HotPlug does not work on upstream kernel 5.17.0-rc1
 2022-01-25 15:33 UTC  (2+ messages)

[linux-next:master 1565/1734] include/linux/fortify-string.h:98:19: error: initializer element is not constant
 2022-01-25 15:34 UTC  (2+ messages)

[linux-next:master 1562/1734] drivers/video/fbdev/cirrusfb.c:1852:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-01-25 15:34 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu/display: adjust msleep limit in dp_wait_for_training_aux_rd_interval
 2022-01-25 15:33 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/display: use msleep rather than udelay for long delays

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-25 15:15 UTC  (17+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start

parallel file create rates (+high latency)
 2022-01-25 15:30 UTC  (8+ messages)

[PATCH 00/10] Cleanup and removal of DBG_88E macro
 2022-01-25 15:33 UTC  (2+ messages)

[PATCH] drm/amdgpu: Fix an error message in rmmod
 2022-01-25 15:31 UTC  (3+ messages)

[PATCH v2 0/4] staging: mt7621-dts: fix formatting, dtc warning, links and pinctrl
 2022-01-25 15:30 UTC  (3+ messages)
` [PATCH v2 1/4] staging: mt7621-dts: fix formatting

[PATCH v4 bpf-next 0/8] xsk: Intel driver improvements
 2022-01-25 15:24 UTC  (9+ messages)
` [PATCH bpf-next v4 2/8] ice: xsk: force rings to be sized to power of 2

[PATCH 3/4] nvme-fabrics: add tp8010 support
 2022-01-25 14:59 UTC  (2+ messages)
` [PATCH 4/4] nvme-fabrics: add explicit deregistration on disconnect

[LTP] [PATCH 1/3] memcontrol02: Add VFAT/MSDOS magic and set error to 50% for it also
 2022-01-25 15:31 UTC  (4+ messages)
` [LTP] [PATCH v2 "
  ` [LTP] [PATCH v2 2/3] memcontrol02: Fix anon memory comparison

[PATCH 0/8] Add hardware prefetch control driver for arm64 and x86
 2022-01-25 15:12 UTC  (2+ messages)

[PATCH 5.17-rc1 v2] eeprom: at25: Restore missing allocation
 2022-01-25 15:25 UTC  (3+ messages)

[Intel-gfx] [PATCH 0/4] Fix up request cancel
 2022-01-25 15:27 UTC  (3+ messages)
` [Intel-gfx] [PATCH 3/4] drm/i915/execlists: Fix execlists request cancellation corner case

[PATCH v1 0/7] add more tests to MTE kselftests
 2022-01-25 15:09 UTC  (8+ messages)
` [PATCH v1 1/7] kselftest/arm64: mte: user_mem: introduce tag_offset and tag_len
` [PATCH v1 2/7] kselftest/arm64: mte: user_mem: add tests using tag_offset
` [PATCH v1 3/7] kselftest/arm64: mte: user_mem: add test with mte tag inside a page
` [PATCH v1 4/7] kselftest/arm64: mte: user_mem: rework error handling
` [PATCH v1 5/7] kselftest/arm64: mte: user_mem: check different offsets and sizes
` [PATCH v1 6/7] kselftest/arm64: mte: add test type enum
` [PATCH v1 7/7] kselftest/arm64: mte: add more test types

some fix for the comment in btrfs patch please
 2022-01-25 15:23 UTC 

[PATCH REPOST 0/8] kernel/fork: Move thread stack free otu of the scheduler path
 2022-01-25 15:26 UTC  (9+ messages)
` [PATCH 1/8] kernel/fork: Redo ifdefs around task's handling
` [PATCH 2/8] kernel/fork: Duplicate task_struct before stack allocation
` [PATCH 3/8] kernel/fork, IA64: Provide a alloc_thread_stack_node() for IA64
` [PATCH 4/8] kernel/fork: Don't assign the stack pointer in dup_task_struct()
` [PATCH 5/8] kernel/fork: Move memcg_charge_kernel_stack() into CONFIG_VMAP_STACK
` [PATCH 6/8] kernel/fork: Move task stack account to do_exit()
` [PATCH 7/8] kernel/fork: Only cache the VMAP stack in finish_task_switch()
` [PATCH 8/8] kernel/fork: Use IS_ENABLED() in account_kernel_stack()

[Intel-gfx] [PATCH 0/5] drm/i915: clean up i915_drv.h, part 2, take 2
 2022-01-25 15:25 UTC  (4+ messages)
` [Intel-gfx] [PATCH 5/5] drm/i915: split out gem/i915_gem_domain.h from i915_drv.h

[PATCH 0/5] iommu/amd: fixes for suspend/resume
 2022-01-25 15:08 UTC  (2+ messages)

[kdave-btrfs-devel:for-next-20220120 42/50] fs/btrfs/inode.c:10433:15: warning: Assigned value is garbage or undefined [clang-analyzer-core.uninitialized.Assign]
 2022-01-25 15:24 UTC 

drivers/gpu/drm/panfrost/panfrost_gpu.c:179:0: warning: failed to expand 'GPU_MODEL', Invalid ## usage when expanding 'GPU_REV_EXT'. [preprocessorErrorDirective]
 2022-01-25 15:24 UTC 

[Intel-gfx] [PATCH -next] drm/i915/gvt: Convert list_for_each to entry variant
 2022-01-25 15:22 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[virtio-dev] [PATCH] virtio: clarify feature negotiation
 2022-01-25 15:22 UTC  (8+ messages)
` [virtio-comment] Re: [virtio] "
    ` [virtio-dev] "

[PATCH v3 0/4] Watchdog: sp5100_tco: Replace cd6h/cd7h port I/O accesses with MMIO accesses
 2022-01-25 15:18 UTC  (4+ messages)
` [PATCH v3 2/4] Watchdog: sp5100_tco: Refactor MMIO base address initialization

[RFC PATCH userspace 0/5] Allow rebuilding policy store only if there were external changes to modules
 2022-01-25 15:17 UTC  (5+ messages)
` [RFC PATCH userspace 2/5] semodule,libsemanage: move module hashing into libsemanage

[PATCH v2 00/11] Re-enable ENQCMD and PASID MSR
 2022-01-25 15:18 UTC  (7+ messages)
` [PATCH v2 05/11] iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exit

[PATCH RFC] NFSD: COMMIT operations must not return NFS?ERR_INVAL
 2022-01-25 15:15 UTC 

"blk-mq: fix tag_get wait task can't be awakened" causes hangs
 2022-01-25 15:15 UTC  (3+ messages)

[PATCH V2 0/2] mm/migration: Add trace events
 2022-01-25 15:16 UTC  (4+ messages)
` [PATCH V2 2/2] mm/migration: Add trace events for base page and HugeTLB migrations

[PATCH 0/7] iommu cleanup and refactoring
 2022-01-25 15:16 UTC  (5+ messages)

[Bug 215528] New: Excessive logging from Intel Bluetooth "Bluetooth: hci0: sending frame failed" "hci0: urb 00000000xxxxxxxx submission failed (90)"
 2022-01-25 15:13 UTC  (2+ messages)
` [Bug 215528] "

[RFC PATCH v2 0/2] Multicolor PWM LED support
 2022-01-25 15:12 UTC  (3+ messages)
` [RFC PATCH v2 1/2] dt-bindings: leds: Add multicolor PWM LED bindings
` [RFC PATCH v2 2/2] leds: Add PWM multicolor driver

[oe] do_compile sandboxed in kirkstone?
 2022-01-25 15:15 UTC 

drivers/ata/pata_pdc2027x.c:521:2: warning: Value stored to 'pll_ctl' is never read [clang-analyzer-deadcode.DeadStores]
 2022-01-25 15:14 UTC 

[RFC PATCH 2/5] driver/net/tun: Added features for USO
 2022-01-25 15:14 UTC  (2+ messages)

[PATCH 0/3] x86/hvm: add support for extended destination ID
 2022-01-25 15:13 UTC  (4+ messages)
` [PATCH 1/3] xen/vioapic: add support for the extended destination ID field


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.