All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-17 04:03:22 to 2021-09-17 06:20:41 UTC [more...]

[PATCH 0/3] csky fixes
 2021-09-17  6:20 UTC  (6+ messages)
` [PATCH 1/3] csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports it
` [PATCH 2/3] csky: bitops: Remove duplicate __clear_bit define
` [PATCH 3/3] csky: Make HAVE_TCM depend on !COMPILE_TEST

[PATCH v4 0/2] Introduce block device LED trigger
 2021-09-17  6:19 UTC  (5+ messages)
` [PATCH v4 1/2] docs: Add block device (blkdev) LED trigger documentation
` [PATCH v4 2/2] leds: trigger: Add block device LED trigger

[PATCH 00/15] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
 2021-09-17  6:19 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH v5 0/3] Venus dynamic debug
 2021-09-17  6:18 UTC  (7+ messages)
` [PATCH v5 2/3] venus: Add a debugfs file for SSR trigger

ipv4/tcp.c:4234:1: error: the frame size of 1152 bytes is larger than 1024 bytes [-Werror=frame-larger-than=]
 2021-09-17  6:16 UTC  (14+ messages)

[Intel-gfx] [PATCH] drm/i915/dsi: unregister gmbus if LFP display was MIPI panel
 2021-09-17  6:18 UTC  (5+ messages)
` [Intel-gfx] [PATCH] drm/i915/dsi: do not register gmbus if it was reserved for MIPI display
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsi: unregister gmbus if LFP display was MIPI panel (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[net-next,v1] net: e1000e: solve insmod 'Unknown symbol mutex_lock' error
 2021-09-17 14:16 UTC 

[PATCH V3 00/22] arch: Add basic LoongArch support
 2021-09-17  6:15 UTC  (17+ messages)
` [PATCH V3 09/22] LoongArch: Add boot and setup routines
` [PATCH V3 10/22] LoongArch: Add exception/interrupt handling
` [PATCH V3 11/22] LoongArch: Add process management
` [PATCH V3 12/22] LoongArch: Add memory management
` [PATCH V3 13/22] LoongArch: Add system call support
` [PATCH V3 14/22] LoongArch: Add signal handling support
` [PATCH V3 15/22] LoongArch: Add elf and module support
` [PATCH V3 16/22] LoongArch: Add misc common routines
` [PATCH V3 17/22] LoongArch: Add some library functions
` [PATCH V3 18/22] LoongArch: Add PCI controller support
` [PATCH V3 19/22] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V3 20/22] LoongArch: Add multi-processor (SMP) support
` [PATCH V3 21/22] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V3 22/22] LoongArch: Add Loongson-3 default config file

[PATCH v1] domctl: hold domctl lock while domain is destroyed
 2021-09-17  6:17 UTC  (4+ messages)

[PATCH v2] target/riscv: Set mstatus_hs.[SD|FS] bits if Clean and V=1 in mark_fs_dirty()
 2021-09-17  6:14 UTC  (2+ messages)

[PATCH] mm/debug: sync up latest migrate_reason to migrate_reason_names
 2021-09-17  6:14 UTC 

beaglebone black boot failure Linux v5.15.rc1
 2021-09-17  6:14 UTC  (2+ messages)

[PATCH 00/11] PCI devices passthrough on Arm, part 2
 2021-09-17  6:13 UTC  (8+ messages)
` [PATCH 09/11] xen/arm: Setup MMIO range trap handlers for hardware domain

[PATCH] Xen/gntdev: don't ignore kernel unmapping error
 2021-09-17  6:13 UTC 

[PATCH v3 1/3] drm/bridge: parade-ps8640: Improve logging at probing
 2021-09-17  6:12 UTC  (10+ messages)
` [PATCH v3 2/3] drm/bridge: parade-ps8640: Use regmap APIs

[PATCH 0/3] mmc: also abort tuning with CMD12 for SD
 2021-09-17  6:11 UTC  (2+ messages)

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-17  6:11 UTC  (7+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 3/6] device property: "
` [PATCH v1 4/6] thunderbolt: "
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

[PATCH v3 1/2] perf benchmark: Call the futex syscall from a function
 2021-09-17  6:10 UTC  (4+ messages)
` [PATCH v3 2/2] perf bench: Add support for 32-bit systems with 64-bit time_t

[PATCH bpf-next 0/9] libbpf: stricter BPF program section name handling
 2021-09-17  6:10 UTC  (10+ messages)
` [PATCH bpf-next 1/9] selftests/bpf: normalize XDP section names in selftests
` [PATCH bpf-next 2/9] selftests/bpf: normalize SEC("classifier") usage
` [PATCH bpf-next 3/9] selftests/bpf: normalize all the rest SEC() uses
` [PATCH bpf-next 4/9] libbpf: refactor internal sec_def handling to enable pluggability
` [PATCH bpf-next 5/9] libbpf: reduce reliance of attach_fns on sec_def internals
` [PATCH bpf-next 6/9] libbpf: refactor ELF section handler definitions
` [PATCH bpf-next 7/9] libbpf: complete SEC() table unification for BPF_APROG_SEC/BPF_EAPROG_SEC
` [PATCH bpf-next 8/9] libbpf: add opt-in strict BPF program section name handling logic
` [PATCH bpf-next 9/9] selftests/bpf: switch sk_lookup selftests to strict SEC("sk_lookup") use

[LTP] [PATCH 0/2] Convert syscalls/dup3/dup3_{01,02} to new API
 2021-09-17  6:09 UTC  (7+ messages)
` [LTP] [PATCH 1/2] syscalls/dup3_01: Rewrite and convert "
` [LTP] [PATCH 2/2] syscalls/dup3_02: Convert "

XFS fallocate implementation incorrectly reports ENOSPC
 2021-09-17  6:07 UTC  (11+ messages)
        ` Mysterious ENOSPC [was: XFS fallocate implementation incorrectly reports ENOSPC]
              ` Mysterious ENOSPC

[PATCH] clk: imx: Fix the build break when clk-imx8ulp build as module
 2021-09-17  6:16 UTC  (2+ messages)

[PATCH V5 0/2] Add Vol+ support for sc7280-idp
 2021-09-17  6:07 UTC  (5+ messages)
` [PATCH V5 2/2] arm64: dts: sc7280: Add volume up "

[BUG] net/phy: ethtool versus phy_state_machine race condition
 2021-09-17  6:07 UTC  (3+ messages)
  ` AW: "

[PATCH v4 0/4] Add remoteproc driver for DSP on i.MX
 2021-09-17  6:04 UTC  (10+ messages)
` [PATCH v4 3/4] remoteproc: imx_dsp_rproc: "

[PATCH 0/8] Use copy_process/create_io_thread in vhost layer
 2021-09-17  6:00 UTC  (4+ messages)
` [PATCH 1/8] fork: add helper to clone a process

[PATCH v2] arm64/traps: Avoid unnecessary kernel/user pointer conversion
 2021-09-17  5:58 UTC  (2+ messages)

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-09-17  5:56 UTC  (5+ messages)
` [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code
  ` [PATCH 11/25] pack-bitmap-write.c: add a missing stop_progress()

[PATCH v2 00/13] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2021-09-17  6:00 UTC  (8+ messages)
` [PATCH v2 13/13] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers
    ` [Intel-gfx] "

[PATCH v2 0/5] RDMA/rxe: Do some cleanup
 2021-09-17  6:00 UTC  (6+ messages)
` [PATCH v2 1/5] RDMA/rxe: Remove unnecessary check for qp->is_user/cq->is_user

[PATCH 00/15] Switch iotests to using Async QMP
 2021-09-17  5:40 UTC  (16+ messages)
` [PATCH 01/15] python/aqmp: add greeting property to QMPClient
` [PATCH 02/15] python/aqmp: add .empty() method to EventListener
` [PATCH 03/15] python/aqmp: Return cleared events from EventListener.clear()
` [PATCH 04/15] python/qmp: clear events on get_events() call
` [PATCH 05/15] python/qmp: add send_fd_scm directly to QEMUMonitorProtocol
` [PATCH 06/15] python, iotests: remove socket_scm_helper
` [PATCH 07/15] python/aqmp: add send_fd_scm
` [PATCH 08/15] python/aqmp: Create MessageModel and StandaloneModel classes
` [PATCH 09/15] python/machine: remove has_quit argument
` [PATCH 10/15] python/machine: Add support for AQMP backend
` [PATCH 11/15] python/aqmp: Create sync QMP wrapper for iotests
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes
` [PATCH 13/15] iotests: Accommodate async QMP Exception classes
` [PATCH 14/15] python/aqmp: Remove scary message
` [PATCH 15/15] python, iotests: replace qmp with aqmp

[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
 2021-09-17  5:46 UTC  (2+ messages)

[PATCH 8/8] progress.c: add & assert a "global_progress" variable
 2021-09-16 21:34 UTC  (2+ messages)
` [PATCH 12/25] "

[PATCH net-next v2] ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()
 2021-09-17  5:41 UTC  (2+ messages)

[PATCH net-next 0/3] net: sched: update default qdisc visibility after Tx queue cnt changes
 2021-09-17  5:46 UTC  (5+ messages)
` [PATCH net-next 1/3] "

[PATCH 1/1] fpga: dfl: Avoid reads to AFU CSRs during enumeration
 2021-09-17  5:42 UTC  (2+ messages)

remove set_fs for m68k
 2021-09-17  5:40 UTC  (2+ messages)

[PATCHv3 00/12] nvme: In-band authentication support
 2021-09-17  5:39 UTC  (5+ messages)
` [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication

[PATCH 1/1] fs: avoid superfluous messages
 2021-09-17  5:34 UTC  (2+ messages)

[PATCH v3 0/9] hw/nvram: hw/arm: Introduce Xilinx eFUSE and BBRAM
 2021-09-17  5:24 UTC  (10+ messages)
` [PATCH v3 1/9] hw/nvram: Introduce Xilinx eFuse QOM
` [PATCH v3 2/9] hw/nvram: Introduce Xilinx Versal eFuse device
` [PATCH v3 3/9] hw/nvram: Introduce Xilinx ZynqMP "
` [PATCH v3 4/9] hw/nvram: Introduce Xilinx battery-backed ram
` [PATCH v3 5/9] hw/arm: xlnx-versal-virt: Add Xilinx BBRAM device
` [PATCH v3 6/9] hw/arm: xlnx-versal-virt: Add Xilinx eFUSE device
` [PATCH v3 7/9] hw/arm: xlnx-zcu102: Add Xilinx BBRAM device
` [PATCH v3 8/9] hw/arm: xlnx-zcu102: Add Xilinx eFUSE device
` [PATCH v3 9/9] docs/system/arm: xlnx-versal-virt: BBRAM and eFUSE Usage

[dpdk-dev] [PATCH 0/2] *** support IOMMU for DMA device ***
 2021-09-17  5:25 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/2] support IOMMU for DMA device
  ` [dpdk-dev] [PATCH v2 1/2] vfio: allow partially unmapping adjacent memory
  ` [dpdk-dev] [PATCH v2 2/2] vhost: enable IOMMU for async vhost

[PATCH memory-model 2/5] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2021-09-17  5:31 UTC  (12+ messages)
` [tip:locking/core] "

[PATCH] usb: gadget/legacy/ether: assume saner default power mode
 2021-09-17  5:28 UTC  (2+ messages)

[PATCH] usb: dwc3: gadget: Avoid starting DWC3 gadget during UDC unbind
 2021-09-17  5:17 UTC  (2+ messages)

[GIT PULL] Memory folios for v5.15
 2021-09-17  5:24 UTC  (6+ messages)
` Folio discussion recap

Feature Request: Submodule Warning When Cloning Repos
 2021-09-17  5:23 UTC  (2+ messages)

[PATCH 06/11] version: Put version_string[] variable into section .text_version_string
 2021-09-17  5:21 UTC  (6+ messages)
` [PATCH] xtensa: Put U-Boot version string at correct place by linker script

[PATCH] kdb: Adopt scheduler's task clasification
 2021-09-17  5:19 UTC  (3+ messages)

[PATCH] lib/zlib_inflate/inffast: Check config in C to avoid unused function warning
 2021-09-17  5:17 UTC  (3+ messages)

[PATCH] arm64/mm: Add pud_sect_supported()
 2021-09-17  5:12 UTC  (4+ messages)

drivers/platform/x86/dell/dell-laptop.c:1596:4: warning: Value stored to 'unit' is never read [clang-analyzer-deadcode.DeadStores]
 2021-09-17  5:10 UTC 

cleanup vfio iommu_group creation v5
 2021-09-17  5:05 UTC  (6+ messages)
` [PATCH 11/14] vfio: clean up the check for mediated device in vfio_iommu_type1

drivers/pci/pci.c:4050 pci_remap_iospace() warn: impossible condition '(res->end > ~(0)) => (0-u32max > u32max)'
 2021-09-17  5:00 UTC 

[MAINTAINER SUMMIT] Folios as a potential Kernel/Maintainers Summit topic?
 2021-09-17  4:58 UTC  (11+ messages)

✅ PASS: Test report for kernel 5.14.5 (stable-queue, 771b69e3)
 2021-09-17  4:56 UTC 

[sashal-stable:pending-5.10 97/282] arch/powerpc/kernel/smp.c:1380:14: warning: variable 'ret' set but not used
 2021-09-17  4:56 UTC 

[dborkman-bpf:pr/bpf-tstamp 3/3] net/sched/sch_taprio.c:322:37: error: 'struct sk_buff' has no member named 'skb_mstamp_ns'
 2021-09-17  4:55 UTC  (2+ messages)

[PATCH RESEND V4 0/1] Saw "Failed to get diagnostic page 0x1"
 2021-09-17  3:24 UTC  (2+ messages)
` [PATCH RESEND V4 1/1] scsi/ses: "

[meta-security][PATCH] tpm-quote-tools: Update SRC_URI
 2021-09-17  4:50 UTC 

[dpdk-dev] [PATCH 0/5] Add SA lifetime in security
 2021-09-17  4:48 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
  ` [dpdk-dev] [PATCH v2 1/6] security: add SA lifetime configuration

[V4 PATCH 0/1] Saw "Failed to get diagnostic page 0x1"
 2021-09-17  3:20 UTC  (2+ messages)
` [PATCH 1/1] scsi/ses: "

[PATCH 0/3] efi_selftest: Update SIMPLE_NETWORK_PROTOCOL selftest
 2021-09-17  4:47 UTC  (3+ messages)

[dborkman-bpf:pr/bpf-tstamp 3/3] include/net/tcp.h:812:27: error: no member named 'skb_mstamp_ns' in 'struct sk_buff'
 2021-09-17  4:45 UTC  (2+ messages)

[PATCH v7 0/2] Add the driver for Intel Keem Bay SoC timer block
 2021-09-17  4:44 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: timer: Add bindings for Intel Keem Bay SoC Timer

hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
 2021-09-17  4:41 UTC  (3+ messages)

[PATCH libnetfilter_log v2] src: doc: revise doxygen for all other modules
 2021-09-17  4:43 UTC 

[Qemu-devel] [Bug 1749393] [NEW] sbrk() not working under qemu-user with a PIE-compiled binary?
 2021-09-17  4:33 UTC  (2+ messages)
` [Bug 1749393] "

[dpdk-dev] [PATCH] common/cnxk: fix incorrect free of MCAM counter
 2021-09-17  4:37 UTC 

[PATCH] ptp: ocp: Avoid operator precedence warning in ptp_ocp_summary_show()
 2021-09-17  4:29 UTC  (2+ messages)

matching an arbitrary struct or union (but not scalars)
 2021-09-17  4:35 UTC 

[PATCH bpf-next] selftests/bpf: fix a few compiler warnings
 2021-09-17  4:33 UTC 

[PATCH] mm: add ztree - new allocator for use via zpool API
 2021-09-17  4:33 UTC  (4+ messages)

Issue with fw_devlink=on on 5.14
 2021-09-17  4:32 UTC  (4+ messages)
`  "

[kvalo-ath:ath-qca] BUILD SUCCESS 5fd8098a3dde3c82ebfb5bab000fd597009c9306
 2021-09-17  4:29 UTC 

[linux-next:master] BUILD REGRESSION 368847b165bbfbdcf0bd4c96b167893dcdb13aba
 2021-09-17  4:29 UTC 

[LTP] [PATCH v3 0/5] Convert syscalls/dup2/dup2{01...05} to new API
 2021-09-17  4:29 UTC  (5+ messages)
` [LTP] [PATCH v3 5/5] syscalls/dup2: rename dup205 to dup204

[Intel-gfx] [PATCH v2 1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation
 2021-09-17  4:29 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v2,1/5] drm/i915/display/adlp: Fix PSR2_MAN_TRK_CTL_SU_REGION_END_ADDR calculation (rev5)

[PATCH] scripts/sorttable: riscv: fix undelcred identifier 'EM_RISCV' error
 2021-09-17  4:27 UTC  (6+ messages)

[PATCH 1/4] fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper function dev_err_probe()
 2021-09-17  4:24 UTC  (4+ messages)
` [PATCH 2/4] fbdev: omapfb: lcd_ams_delta: "
` [PATCH 3/4] fbdev: omapfb: panel-sharp-ls037v7dw01: "
` [PATCH 4/4] fbdev: omapfb: panel-tpo-td043mtea1: "

[PATCH 1/6] fbdev: da8xx-fb: Make use of the helper function dev_err_probe()
 2021-09-17  4:22 UTC  (6+ messages)
` [PATCH 2/6] fbdev: pxa168fb: "
` [PATCH 3/6] fbdev: pxa3xx-gcu: "
` [PATCH 4/6] fbdev: ssd1307fb: "
` [PATCH 5/6] fbdev: s3c-fb: "
` [PATCH 6/6] fbdev: mmp: "

[PATCH 0/4] pack-bitmap: permute existing namehash values
 2021-09-17  4:20 UTC  (8+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 4/7] p5326: create missing 'perf-tag' tag
  ` [PATCH v2 6/7] p5326: generate pack bitmaps before writing the MIDX bitmap

[RFC] [PATCH net-next v5 3/3] r8169: Implement dynamic ASPM mechanism
 2021-09-17  4:19 UTC  (3+ messages)

[RFC Patch net-next] net_sched: introduce eBPF based Qdisc
 2021-09-17  4:19 UTC  (8+ messages)

[patch v2] tcp.7: Add description for TCP_FASTOPEN and TCP_FASTOPEN_CONNECT options
 2021-09-17  4:17 UTC 

[patch v2] send.2: Add MSG_FASTOPEN flag
 2021-09-17  4:16 UTC 

[PATCH 8/9] sched/fair: select idle cpu from idle cpumask for task wakeup
 2021-09-17  4:15 UTC  (2+ messages)

[RFC bpf 0/2] bpf: kernel CO-RE relocation
 2021-09-17  4:12 UTC  (5+ messages)
` [RFC bpf 2/2] btf: adapt relo_core for kernel compilation

[RFC] [PATCH net-next v5 2/3] r8169: Use PCIe ASPM status for NIC ASPM enablement
 2021-09-17  4:09 UTC  (3+ messages)

[PATCH v5 00/21] fsck: lib-ify object-file.c & better fsck "invalid object" error reporting
 2021-09-17  4:08 UTC  (5+ messages)
` [PATCH v6 00/22] "
  ` [PATCH v6 22/22] fsck: report invalid object type-path combinations

[PATCH 1/2] sunxi: Simplify MMC pinmux selection
 2021-09-17  4:07 UTC  (3+ messages)


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.