All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-29 09:26:55 to 2022-03-29 10:36:09 UTC [more...]

[PATCH 1/2] agpgart.h: do not include <stdlib.h> from exported header
 2022-03-29 10:35 UTC  (5+ messages)
` [PATCH 2/2] kbuild: forbid exported headers from including <stdint.h>, <stdbool.h>

[PATCH 00/18] overlay: support idmapped layers
 2022-03-29 10:35 UTC 

[PATCH v9 0/3] mmc: mediatek: add support for SDIO async IRQ
 2022-03-29 10:33 UTC  (5+ messages)
` [PATCH v9 2/3] mmc: core: Add support for SDIO wakeup interrupt

[PATCH for-7.1] tests: Drop perl-Test-Harness from the CI containers / VMs
 2022-03-29 10:28 UTC 

[PATCH v1] pinctrl: ralink: rt2880: Check for return value of devm_kcalloc()
 2022-03-29 10:34 UTC  (2+ messages)

[PATCH] drm: msm: add null pointer check
 2022-03-29 10:34 UTC  (2+ messages)

[Intel-gfx] [CI 1/4] drm/i915/gt: Explicitly clear BB_OFFSET for new contexts
 2022-03-29 10:34 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915/gt: Explicitly clear BB_OFFSET for new contexts (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Intel-gfx] [bug report] High refresh rates broken on eDP display with Optimus
 2022-03-29 10:34 UTC  (2+ messages)

[PATCH] peci: PECI should depend on ARCH_ASPEED
 2022-03-29 10:33 UTC  (3+ messages)

[PATCH v1] examples/l3fwd: merge l3fwd-acl into l3fwd
 2022-03-29 10:33 UTC  (3+ messages)

[libvirt test] 168969: regressions - FAIL
 2022-03-29 10:32 UTC 

linux resetting when the usb storage was removed while copying
 2022-03-29 10:32 UTC  (6+ messages)

[PATCH v2 0/3] grub-probe: improve support of LUKS2
 2022-03-29 10:31 UTC  (4+ messages)
` [PATCH v2 1/3] grub-fs-tester: add luks1 and luks2 support
` [PATCH v2 2/3] commands/probe: improve support of LUKS2 devices
` [PATCH v2 3/3] grub-core/kern/disk.c: handle "

[PULL 0/4] Darwin patches for 2022-03-29
 2022-03-29 10:27 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29 10:31 UTC 

[PATCH v2 0/2] xen: Linker scripts synchronization
 2022-03-29 10:31 UTC  (7+ messages)
` [PATCH v2 2/2] xen: Populate xen.lds.h and make use of its macros

[LTP] [REGRESSION] lkft ltp for 7b16c02
 2022-03-29 10:31 UTC 

[virtio] [PATCH RFC] VIRTIO_F_PARTIAL_ORDER for page fault handling
 2022-03-29 10:30 UTC  (3+ messages)
` [virtio-dev] "

[PATCH v7 00/17] vfio-user server in QEMU
 2022-03-29 10:26 UTC  (7+ messages)
` [PATCH v7 02/17] qdev: unplug blocker for devices
` [PATCH v7 07/17] vfio-user: define vfio-user-server object
` [PATCH v7 08/17] vfio-user: instantiate vfio-user context

[PATCH v11 0/3] Add basic SoC support for mediatek mt8195
 2022-03-29 10:17 UTC  (6+ messages)
` [PATCH v11 3/3] arm64: dts: Add mediatek SoC mt8195 and evaluation board

[PATCH] net/cnxk: fix crash during hotplug detach operation
 2022-03-29 10:28 UTC 

[PATCH net] ice: Fix logic of getting XSK pool associated with Tx queue
 2022-03-29 10:27 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] build: generic top-level rule to build individual files
 2022-03-29 10:28 UTC  (2+ messages)

[LTP] [PATCH v2] clock_gettime04: set threshold based on the clock resolution
 2022-03-29 10:30 UTC  (2+ messages)

[fs] 37da949345: xfstests.generic.374.fail
 2022-03-29 10:26 UTC  (3+ messages)

[PATCH v4 0/7] 9pfs: fix 'Twalk' protocol violation
 2022-03-29 10:21 UTC  (2+ messages)

[PATCH 4/4] file: Fix file descriptor leak in copy_fd_bitmaps()
 2022-03-29 10:23 UTC  (6+ messages)

[PATCH] tests/lcitool: Do not use a hard-coded /usr/bin/python3 as python interpreter
 2022-03-29 10:18 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-debug: remove unnecessary type castings
 2022-03-29 10:20 UTC  (3+ messages)
` [PATCH] KVM: arm64: vgic: "

[PATCH] btrfs: test that we can't delete subvolume within swapfile
 2022-03-29 10:21 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29 10:20 UTC 

[PATCH v2 0/9] Add dynamic memory allocator support for nolibc
 2022-03-29 10:20 UTC  (11+ messages)
` [PATCH v2 1/9] tools/nolibc: x86-64: Update System V ABI document link
` [PATCH v2 2/9] tools/nolibc: Replace `asm` with `__asm__`
` [PATCH v2 3/9] tools/nolibc: Remove .global _start from the entry point code
` [PATCH v2 4/9] tools/nolibc: i386: Implement syscall with 6 arguments
` [PATCH v2 5/9] tools/nolibc/sys: Implement `mmap()` and `munmap()`
` [PATCH v2 6/9] tools/nolibc/types: Implement `offsetof()` and `container_of()` macro
` [PATCH v2 7/9] tools/nolibc/stdlib: Implement `malloc()`, `calloc()`, `realloc()` and `free()`
` [PATCH v2 8/9] tools/nolibc/string: Implement `strnlen()`
` [PATCH v2 9/9] tools/include/string: Implement `strdup()` and `strndup()`

cip/linux-4.19.y-cip baseline-nfs: 8 runs, 1 regressions (v4.19.235-cip70) #kernelci
 2022-03-29 10:20 UTC 

cip/linux-4.19.y-cip baseline: 86 runs, 1 regressions (v4.19.235-cip70) #kernelci
 2022-03-29 10:20 UTC 

[PATCH for-7.0] main-loop: Disable GLOBAL_STATE_CODE() assertions
 2022-03-29 10:17 UTC  (2+ messages)

lib/zstd/common/debug.h: zstd_deps.h is included more than once
 2022-03-29 10:18 UTC  (3+ messages)
  ` [kbuild-all] "

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 225/1039] drivers/net/ethernet/xilinx/xilinx_axienet_main.c:3050 axienet_probe() warn: missing error code 'ret'
 2022-03-29 10:16 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Fix audio regression on Mi Notebook Pro 2020
 2022-03-29 10:18 UTC 

[PATCH] ASoC: SOF: topology: use new sound control LED layer
 2022-03-29 10:16 UTC  (2+ messages)

Recall: [PATCH] drm/amdgpu/vcn: fix semicolon.cocci warnings
 2022-03-29 10:17 UTC 

Recall: [PATCH] drm/amdgpu/vcn: fix semicolon.cocci warnings
 2022-03-29 10:17 UTC 

[ANNOUNCE] kexec-tools v2.0.24 preparation
 2022-03-29 10:16 UTC  (4+ messages)

[PATCH v2 1/4] go: Upgrade to 1.18
 2022-03-29 10:14 UTC  (2+ messages)
` [OE-core] "

[PATCH] hw/pvrdma: Protect against buggy or malicious guest driver
 2022-03-29 10:10 UTC  (3+ messages)
  ` [PATCH-for-7.0] "

[PATCH] purgatory: do not enable vectorization automatically for purgatory compiling
 2022-03-29 10:12 UTC  (2+ messages)
` [PATCH v2] "

RTT-PROBE: lore-subspace-rtt
 2022-03-29 10:10 UTC 

[PATCH v4 0/3] protect relocation with sb_start_write
 2022-03-29 10:10 UTC  (3+ messages)
` [PATCH v4 3/3] btrfs: assert that relocation is protected with sb_start_write()

[PATCH] [bitbake 1.52] doc/conf.py: correct version
 2022-03-29 10:09 UTC 

[PATCH 0/2] sched/fair: Fix starvation caused by task migration
 2022-03-29 10:09 UTC  (3+ messages)
` [PATCH 2/2] sched/fair: Simple runqueue order on migrate

[PATCH] [bitbake 1.50] doc/conf.py: correct version
 2022-03-29 10:09 UTC 

[PATCH] fix certs compilation / export is_key_on_revocation_list
 2022-03-29 10:09 UTC  (3+ messages)

[agd5f:amd-staging-drm-next 5/6] drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c:1951:2-3: Unneeded semicolon
 2022-03-29 10:07 UTC  (4+ messages)
` [PATCH] drm/amdgpu/vcn: fix semicolon.cocci warnings

[RFC PATCH 0/1] Categorize ARM dts directory
 2022-03-29 10:06 UTC  (16+ messages)

[PATCH v2 1/2] Replacing CONFIG_VNC_PNG with CONFIG_PNG
 2022-03-29  9:59 UTC  (10+ messages)
` [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG
      ` On patch series version tags, and also cover letters (was: [PATCH v2 2/2] Added parameter to take screenshot with screendump as PNG)

[PATCH v4 00/22] Add driver nodes for MT8192 SoC
 2022-03-29 10:03 UTC  (19+ messages)
` [PATCH v4 16/22] arm64: dts: mt8192: Add vcodec lat and core nodes
` [PATCH v4 17/22] arm64: dts: mt8192: Add dpi node
` [PATCH v4 22/22] arm64: dts: mt8192: Add pwm node

[PATCH 1/2] btrfs: Factor out allocating an array of pages
 2022-03-29 10:04 UTC  (2+ messages)

[CI v2] drm/i915: Move intel_vtd_active and run_as_guest to i915_utils
 2022-03-29 10:04 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Move intel_vtd_active and run_as_guest to i915_utils (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

[PATCH] serial: Revert RS485 polarity change on UART open
 2022-03-29 10:03 UTC  (2+ messages)

[PATCH v4 0/9] Enable ETS-based TX QoS on PF
 2022-03-29  9:38 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/9] net/ice/base: fix dead lock issue when getting node from ID type
  ` [PATCH v5 2/9] net/ice/base: support priority configuration of the exact node
  ` [PATCH v5 3/9] net/ice/base: support queue BW allocation configuration
  ` [PATCH v5 4/9] net/ice: support queue bandwidth limit
  ` [PATCH v5 5/9] net/ice: support queue group "
  ` [PATCH v5 6/9] net/ice: support queue priority configuration
  ` [PATCH v5 7/9] net/ice: support queue weight configuration
  ` [PATCH v5 8/9] net/ice: support queue group priority configuration
  ` [PATCH v5 9/9] net/ice: add warning log for unsupported configuration

[ANN] U-Boot v2022.04-rc5 released
 2022-03-29 10:01 UTC  (6+ messages)

[Bug 215693] New: [xfstests generic/673] file on XFS lose its sgid bit after reflink, if there's only sgid bit
 2022-03-29 10:01 UTC  (2+ messages)
` [Bug 215693] "

[PATCH] [bitbake 1.46] doc/conf.py: correct version
 2022-03-29 10:00 UTC 

[Question] About allocsp_calls not implemented
 2022-03-29  9:59 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-29  9:59 UTC 

[PATCH V2] staging: r8188eu: Directly return _SUCCESS instead of using local ret variable
 2022-03-29  9:59 UTC  (5+ messages)
  ` 答复: "

[PATCH AUTOSEL 5.17 01/21] atomics: Fix atomic64_{read_acquire,set_release} fallbacks
 2022-03-29  9:59 UTC  (3+ messages)
` [PATCH AUTOSEL 5.17 17/21] btrfs: reset last_reflink_trans after fsyncing inode

[PATCH v3 00/12] drm/edid: constify EDID parsing, with fixes
 2022-03-29  9:59 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.DOCS: warning for drm/edid: constify EDID parsing, with fixes (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

From: Nicolas Chautru <nicolas.chautru@intel.com>
 2022-03-29  9:58 UTC  (3+ messages)
` [PATCH v4] maintainers: add explicit maintainer for some bbdev PMDs

[PATCH] btrfs: replace a wrong memset() with memzero_page()
 2022-03-29  9:57 UTC  (3+ messages)

[PATCH v2] block/stream: Drain subtree around graph change
 2022-03-29  9:55 UTC  (7+ messages)

[PATCH] ARM: imx: romapi: Repair FlexSPI NOR boot offset
 2022-03-29  9:56 UTC  (10+ messages)
` [EXT] "

[PATCH v3] memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual mode
 2022-03-29  9:56 UTC  (3+ messages)

[PATCH V3 0/2] x86 IOMMU Documentation updates
 2022-03-29  6:38 UTC  (3+ messages)
` [PATCH V3 2/2] Documentation: x86: Clarify Intel IOMMU documentation

[PATCH 00/10] Add APSS RSC to Cluster power domain
 2022-03-29  9:55 UTC  (3+ messages)
` (subset) "

[PATCH] usb: cdns3: Fix issue for clear halt endpoint
 2022-03-29  8:46 UTC 

btrfs: raid1C3 and raid1C4 fails to go ro when all but 1 drive removed
 2022-03-29  9:54 UTC  (2+ messages)

[PATCH] mmc: block: enable cache-flushing when mmc cache is on
 2022-03-29  9:53 UTC  (17+ messages)

[PATCH] ceph: stop forwarding the request when exceeding 256 times
 2022-03-29  9:53 UTC  (2+ messages)

[RFC PATCH] docs/devel: add some notes on the binfmt-image-debian targets
 2022-03-29  9:50 UTC 

cip/linux-4.19.y-cip build: 120 builds: 1 failed, 119 passed, 2 errors, 22 warnings (v4.19.235-cip70) #kernelci
 2022-03-29  9:51 UTC 

[RFC 0/2] support to clear in-flight packets for async
 2022-03-29  9:51 UTC  (5+ messages)
` [RFC v2 "
  ` [RFC v2 1/2] vhost: support clear in-flight packets for async dequeue

yet another approach to fix the loop lock order inversions v4
 2022-03-29  9:49 UTC  (11+ messages)
` [PATCH 12/13] loop: remove lo_refcount and avoid lo_mutex in ->open / ->release

RTT-PROBE: lore-subspace-rtt
 2022-03-29  9:49 UTC 

[PATCH 0/2] pinctrl: renesas: r8a7799[05]: Add RPC pins, groups, and functions
 2022-03-29  9:48 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: renesas: r8a77990: "
` [PATCH 2/2] pinctrl: renesas: r8a77995: Add QSPI and "

[PATCH v2 00/12] iio: buffer-dma: write() and new DMABUF based API
 2022-03-29  9:47 UTC  (6+ messages)
` [PATCH v2 11/12] iio: buffer-dmaengine: Add support for cyclic buffers
  ` [PATCH v2 12/12] Documentation: iio: Document high-speed DMABUF based API

[PATCH 1/2] dt-bindings: rockchip: Add Hardkernel ODROID-M1 board
 2022-03-29  9:44 UTC  (6+ messages)
` [PATCH 2/2] arm64: dts: "

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-29  9:45 UTC  (6+ messages)

[PATCH 0/2] btrfs-progs: check: avoid false alerts for --check-data-csum on RAID56
 2022-03-29  9:44 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: avoid checking wrong RAID5/6 P/Q data
` [PATCH 2/2] btrfs-progs: tests/fsck: add test case for data csum check on raid5

[PATCH 0/2] clk: renesas: r8a7799[05]: Add RPC clocks
 2022-03-29  9:44 UTC  (3+ messages)
` [PATCH 1/2] clk: renesas: r8a77990: "
` [PATCH 2/2] clk: renesas: r8a77995: "

[Buildroot] Adding USB support to existing device on 2.6.39.3 kernel - possible?
 2022-03-29  9:40 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-29  9:39 UTC 

[PATCH] dt-bindings: memory: renesas,rpc-if: Document R-Car H3/M3/E3 support
 2022-03-29  9:38 UTC 

[PATCH RFC bpf-next 0/2] Mmapable task local storage
 2022-03-29  9:37 UTC  (5+ messages)

[PATCH] gma500: fix an incorrect NULL check on list iterator
 2022-03-29  9:36 UTC  (3+ messages)

[ANNOUNCE] Release v5.10.106-cip4 v4.19.235-cip70
 2022-03-29  9:36 UTC 

[PATCH] devtools: document ABI suppression rules
 2022-03-29  9:37 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 337/1039] drivers/usb/storage/uas.c:564 uas_workaround() warn: possible memory leak of 'temp_request'
 2022-03-29  9:34 UTC  (2+ messages)

[PATCH 0/2] ppc: fix vcpu hotunplug leak in spapr_realize_vcpu
 2022-03-29  9:32 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 0/2] HAX add description to i915_module_load
 2022-03-29  9:33 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] i915/i915_module_load: Add descriptions for test

[PATCH 0/2] test: enable most driver tests on windows
 2022-03-29  9:32 UTC  (4+ messages)
` [PATCH 2/2] test: enable most driver tests on Windows

[PATCH perf] perf tools: .git/ORIG_HEAD might not exist
 2022-03-29  9:31 UTC 

[PATCH] signal/x86: Delay calling signals in atomic
 2022-03-29  9:31 UTC  (5+ messages)

[PATCH v3] media: ov5640: Use runtime PM
 2022-03-29  9:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-29  9:29 UTC 

[Intel-gfx] [PATCH 0/4] drm/i915: Optimize CSC updates for ilk+
 2022-03-29  9:29 UTC  (9+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915: Remove locks around skl+ scaler programming
` [Intel-gfx] [PATCH 2/4] drm/i915: Make ilk+ pfit regiser unlocked
` [Intel-gfx] [PATCH 3/4] drm/i915: Split color_commit() into noarm+arm pair
` [Intel-gfx] [PATCH 4/4] drm/i915: Split pipe+output CSC programming to "

[PATCH v3 0/3] Refactor xhci quirks and plat private data
 2022-03-29  9:28 UTC  (9+ messages)
` [PATCH v3 3/3] usb: dwc: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT

[gustavoars:testing/kspp-stringop-overflow 5/5] arch/x86/mm/pgtable.c:442 pgd_alloc() error: uninitialized symbol 'pmds'
 2022-03-29  9:28 UTC  (2+ messages)

[PATCH -next] ext4: fix warning in ext4_handle_inode_extension
 2022-03-29  9:28 UTC  (2+ messages)

drivers/nvme/host/ioctl.c:193:6: warning: Branch condition evaluates to a garbage value [clang-analyzer-core.uninitialized.Branch]
 2022-03-29  9:27 UTC 

[PATCH -next RFC 0/6] improve large random io for HDD
 2022-03-29  9:40 UTC  (2+ messages)
` [PATCH -next RFC 4/6] sbitmap: wake up the number of threads based on required tags


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.