All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-22 21:49:20 to 2021-02-22 23:17:57 UTC [more...]

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2021-02-22 23:17 UTC 

[kbuild] [linux-next:master 6931/12022] drivers/vfio/vfio_iommu_type1.c:1093 vfio_dma_do_unmap() warn: impossible condition '(size > (~0)) => (0-u32max > u32max)'
 2021-02-22 23:17 UTC  (4+ messages)

[GIT PULL v2] clang-lto for v5.12-rc1
 2021-02-22 23:11 UTC 

[PATCH net v2 0/2] net: dsa: Learning fixes for b53/bcm_sf2
 2021-02-22 23:10 UTC  (4+ messages)
` [PATCH net v2 1/2] net: dsa: bcm_sf2: Wire-up br_flags_pre, br_flags and set_mrouter
` [PATCH net v2 2/2] net: dsa: b53: Support setting learning on port

[REGRESSION] "add a disk_uevent helper" breaks booting Andorid w/ dynamic partitions
 2021-02-22 23:10 UTC 

[PATCH v2] doc: board: freescale: imx8mp_evk: update to newer versions and change ATF_LOAD_ADDR
 2021-02-22 23:10 UTC  (2+ messages)

git format-patch lost the last part when branch merge
 2021-02-22 23:08 UTC  (3+ messages)
  ` [PATCH] docs/format-patch: mention handling of merges

[android-common:android12-5.10 /1] mm/slab.h:247:38: error: variable has incomplete type 'enum track_item'
 2021-02-22 23:08 UTC 

Fwd: Re: Incompatible pointer type error when compiling kernel
 2021-02-22 23:08 UTC  (2+ messages)
  `  "

New orphan worktree?
 2021-02-22 23:06 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2021-02-22 23:07 UTC 

[PATCH V2] xfs: initialise attr fork on inode create
 2021-02-22 23:05 UTC 

[PATCH v4 0/2] Enable power management for ufs wlun
 2021-02-22 23:04 UTC  (3+ messages)
` [PATCH v4 1/2] scsi: ufs: Enable power management for wlun
` [PATCH v4 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH] drm/amdgpu/display: initialize the variable 'i'
 2021-02-22 23:05 UTC  (4+ messages)

[PATCH] firmware: don't build hvmloader if it is not needed
 2021-02-22 23:05 UTC  (10+ messages)

[PATCH] go: Update to 1.15.8
 2021-02-22 23:05 UTC  (4+ messages)
` [OE-core] "

[PATCH 0/2] gitlab-ci.yml: Add jobs to test CFI
 2021-02-22 23:01 UTC  (3+ messages)
` [PATCH 1/2] gitlab-ci.yml: Allow custom make parallelism
` [PATCH 2/2] gitlab-ci.yml: Add jobs to test CFI flags

[PATCH v2 0/2] Fix MIPS/Malta target and its IDE work
 2021-02-22 23:04 UTC  (3+ messages)
` [PATCH v2 1/2] Re-embed the FDTs for the Malta targets

[PATCH] blktrace: remove debugfs file dentries from struct blk_trace
 2021-02-22 23:02 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kees/linux
 2021-02-22 23:03 UTC 

post-receive: pub/scm/linux/kernel/git/kees/linux
 2021-02-22 23:03 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.12-1 tag
 2021-02-22 23:00 UTC  (7+ messages)

[PATCH v4 00/10] CoreSight configuration management; ETM strobing
 2021-02-22 22:57 UTC  (4+ messages)
` [PATCH v4 03/10] coresight: config: Add configuration and feature generic functions

[GIT PULL] SELinux patches for v5.12
 2021-02-22 22:57 UTC  (3+ messages)

stable-rc/linux-5.10.y baseline: 103 runs, 2 regressions (v5.10.17-30-g905cc0ddef721)
 2021-02-22 22:57 UTC 

[dpdk-dev] [PATCH 0/7] eal/windows: do not expose POSIX symbols
 2021-02-22 22:57 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/7] eal: add wrappers for POSIX string functions

Bug in the "last" command
 2021-02-22 22:48 UTC 

[PATCH bpf-next v2 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-22 22:56 UTC  (3+ messages)
` [PATCH bpf-next v2 05/11] bpf: add hashtab support for "

linux-next: manual merge of the devicetree tree with the kbuild tree
 2021-02-22 22:55 UTC  (3+ messages)

[android-common:android12-5.10 4/4] mm/vmscan.c:175:5: sparse: sparse: symbol 'kswapd_threads' was not declared. Should it be
 2021-02-22 22:55 UTC  (2+ messages)
` [RFC PATCH android-common] ANDROID: vmscan: kswapd_threads can be static

[PATCH v3 00/10] target/mips: Extract MXU code to new mxu_translate.c file
 2021-02-22 22:39 UTC  (11+ messages)
` [PATCH v3 01/10] target/mips: Rewrite complex ifdef'ry
` [PATCH v3 02/10] target/mips: Remove XBurst Media eXtension Unit dead code
` [PATCH v3 03/10] target/mips: Remove unused CPUMIPSState* from MXU functions
` [PATCH v3 04/10] target/mips: Pass instruction opcode to decode_opc_mxu()
` [PATCH v3 05/10] target/mips: Extract decode_ase_mxu() from decode_opc_mxu()
` [PATCH v3 06/10] target/mips: Use OPC_MUL instead of OPC__MXU_MUL
` [PATCH v3 07/10] target/mips: Introduce mxu_translate_init() helper
` [PATCH v3 08/10] target/mips: Make mxu_translate_init() / decode_ase_mxu() proto public
` [PATCH v3 09/10] target/mips: Simplify 64-bit ifdef'ry of MXU code
` [PATCH v3 10/10] target/mips: Extract MXU code to new mxu_translate.c file

[Intel-gfx] [PATCH] drm/i915/tgl+: Sanitize the DDI LANES/IO and AUX power domain names
 2021-02-22 22:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

lockdep recursive locking warning on for-next
 2021-02-22 22:53 UTC  (8+ messages)

[PATCH] kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
 2021-02-22 22:52 UTC 

[PATCH v3 0/6] Introduce intel_skl_int3472 module
 2021-02-22 22:50 UTC  (10+ messages)
` [PATCH v3 5/6] platform/x86: Add intel_skl_int3472 driver
` [PATCH v3 6/6] mfd: tps68470: Remove tps68470 MFD driver

[PATCH 00/10] Refactor arch specific Hyper-V code
 2021-02-22 22:48 UTC  (4+ messages)
` [PATCH 09/10] clocksource/drivers/hyper-v: Set clocksource rating based on Hyper-V feature

[RFC PATCH 0/5] target/arm: Add MTE support to KVM guest
 2021-02-22 22:47 UTC  (5+ messages)
` [RFC PATCH 4/5] Add migration support for KVM guest with MTE

[android-common:android12-5.10 3/4] mm/kasan/../slab.h:247:38: error: parameter 3 ('alloc') has incomplete type
 2021-02-22 22:48 UTC 

[PATCH v3 0/1] Automatic LSM stack ordering
 2021-02-22 22:46 UTC  (7+ messages)
` [PATCH v3 1/1] security: Add CONFIG_LSM_AUTO to handle default "

QA notification for completed autobuilder build (yocto-3.1.6.rc1)
 2021-02-22 22:48 UTC 

[PATCH] remoteproc: core: Remove casting to rproc_handle_resource_t
 2021-02-22 22:46 UTC 

post-receive: pub/scm/linux/kernel/git/xen/tip
 2021-02-22 22:46 UTC 

[PATCH] uapi: nfnetlink_cthelper.h: fix userspace compilation error
 2021-02-22  8:00 UTC 

[PATCH 0/3] arm: dts: sync am33xx gpio nodes with Linux 5.9-rc7
 2021-02-22 22:45 UTC  (4+ messages)
` [PATCH 2/3] am33xx: board: remove GPIO platforma data

watchdog: pcf2127: systemd fails on 5.11
 2021-02-22 22:43 UTC  (2+ messages)

[OE-core][PATCH] diffoscope: Add python3-rpm as dependency
 2021-02-22 22:43 UTC 

How to orchestrate multiple XDP programs
 2021-02-22 22:41 UTC  (11+ messages)

[PATCH V7 0/4] mac80211: add multiple bssid support
 2021-02-22 22:41 UTC  (3+ messages)

ibv_req_notify_cq clarification
 2021-02-22 22:41 UTC  (10+ messages)

[PATCH 00/13] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-02-22 22:40 UTC  (13+ messages)
` [PATCH 01/13] powerpc/64s: Remove KVM handler support from CBE_RAS interrupts
` [PATCH 02/13] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH 03/13] KVM: PPC: Book3S HV: Ensure MSR[ME] is always set in guest MSR
` [PATCH 06/13] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM

[PATCH v2] bitbake.conf: Introduce FAKEROOTLOGS variable used by bitbake to print pseudo.log
 2021-02-22 22:44 UTC 

[GIT PULL] tracing: Updates for 5.12
 2021-02-22 22:39 UTC  (2+ messages)

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-02-22 22:40 UTC  (6+ messages)
` [PATCH RFC 3/9] sparse-vmemmap: Reuse vmemmap areas for a given page size

[GIT PULL] perf tools changes for v5.12
 2021-02-22 22:39 UTC  (3+ messages)

[GIT pull] timers/urgent for v5.12
 2021-02-22 22:39 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH 0/9] drm/i915/spi: discrete graphics internal spi
 2021-02-22 22:38 UTC  (5+ messages)
  `  "

[PATCH] RISC-V: Add a non-void return for sbi v02 functions
 2021-02-22 22:38 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2021-02-22 22:38 UTC 

✅ PASS: Test report for kernel 5.11.1-rc1 (stable)
 2021-02-22 22:36 UTC 

post-receive: pub/scm/linux/kernel/git/kees/linux
 2021-02-22 22:36 UTC 

bisected kernel crash on sparc64 with stress-ng
 2021-02-22 22:35 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/20] ensure headers have correct includes
 2021-02-22 22:34 UTC  (4+ messages)
` [dpdk-dev] [PATCH v7 00/10] add checking of header includes
  ` [dpdk-dev] [PATCH v7 06/10] eventdev: make driver-only headers private

post-receive: pub/scm/linux/kernel/git/kees/linux
 2021-02-22 22:33 UTC 

[PATCH net] net: l2tp: reduce log level when passing up invalid packets
 2021-02-22 22:31 UTC  (6+ messages)

Overlay issues
 2021-02-22 22:30 UTC  (7+ messages)

[PATCH V2 0/2] power: remove non-DM max8997/8 files
 2021-02-22 22:28 UTC  (3+ messages)
    ` [PATCH V2 1/2] board: samsung: covert to driver model about power_key_pressed
    ` [PATCH V2 2/2] power: pmic: remove pmic_max8997/8 files

[PATCH] bitbake.conf: Introduce PSEUDO_LOGFILE and FAKEROOTLOGS variables used by bitbake to print pseudo.log
 2021-02-22 22:27 UTC  (2+ messages)
` [OE-core] "

Incompatible pointer type error when compiling kernel
 2021-02-22 22:26 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next v1] ice: report hash type such as L2/L3/L4
 2021-02-22 22:26 UTC  (2+ messages)

[PATCH] watchdog: bcm7038_wdt: add big endian support
 2021-02-22 22:24 UTC  (3+ messages)

linux-next: manual merge of the kbuild tree with Linus' tree
 2021-02-22 22:24 UTC 

✅ PASS: Test report for kernel 5.11.0 (stable-queue)
 2021-02-22 22:23 UTC 

[dpdk-dev] [PATCH] rte_metrics: unconditionally export rte_metrics_tel_xxx functions
 2021-02-22 22:24 UTC  (2+ messages)

[PATCHv1 0/6] Support for GE B1x5v2
 2021-02-22 21:26 UTC  (4+ messages)
` [PATCHv1 1/6] rtc: m41t80: add support for protected clock

[PATCH] drivers: gpu: drm: bridge: fix kconfig dependency on DRM_KMS_HELPER
 2021-02-22 21:55 UTC  (2+ messages)

[PATCH v4 0/6] Add Unisoc's drm kms module
 2021-02-22 20:55 UTC  (3+ messages)
` [PATCH v4 2/6] drm/sprd: add Unisoc's drm kms master

[Buildroot] [PATCH/next v1] package/libuev: bump version to 2.3.2
 2021-02-22 22:23 UTC 

xfs: Skip repetitive warnings about mount options
 2021-02-22 22:19 UTC  (3+ messages)
` [PATCH 1/1] "

[hare-scsi-devel:reserved-tags.v7 28/31] drivers/scsi/hisi_sas/hisi_sas_main.c:1978:7: error: expected expression
 2021-02-22 22:17 UTC 

[PATCH 1/1] board_f.c: print DRAM clock speed
 2021-02-22 22:17 UTC 

checkpatch warnings for references to earlier commits
 2021-02-22 22:15 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/display: Do not allow DC3CO if PSR SF is enabled
 2021-02-22 22:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Do not allow DC3CO if PSR SF is enabled (rev3)

[ndctl PATCH v2 00/13] Initial CXL support
 2021-02-22 22:15 UTC  (10+ messages)
` [ndctl PATCH v2 03/13] libcxl: add support for command query and submission
` [ndctl PATCH v2 04/13] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v2 07/13] test: introduce a libcxl unit test

[PATCH] percpu_counter: increase batch count
 2021-02-22 22:14 UTC  (6+ messages)

[PATCH bpf-next] bpf: use MAX_BPF_FUNC_REGISTER_ARGS macro
 2021-02-22 22:11 UTC  (2+ messages)

[PATCH 0/3] Revert always use libnuma patches
 2021-02-22 22:10 UTC  (5+ messages)

[PATCH 1/3] habanalabs: enable all IRQs for user interrupt support
 2021-02-22 22:09 UTC  (3+ messages)
` [PATCH 2/3] habanalabs: wait for "
` [PATCH 3/3] habanalabs: use correct define for 32-bit max value

[PATCH 1/1] pinephone_defconfig: lower DRAM clock to 528
 2021-02-22 22:11 UTC 

Enhancements/Bugs closed WW08!
 2021-02-22 22:11 UTC 

[linux-next:master] BUILD REGRESSION 37dfbfbdca66834bc0f64ec9b35e09ac6c8898da
 2021-02-22 22:09 UTC 

[PATCH 1/2] habanalabs: change default CS timeout to 30 seconds
 2021-02-22 22:08 UTC  (2+ messages)
` [PATCH 2/2] habanalabs: reset device in case of sync error

[PATCH 0/2] NFSD: Fix use-after-free warning when doing inter-server copy
 2021-02-22 22:08 UTC  (12+ messages)
` [PATCH 1/2] "

[PATCH 1/5] habanalabs: add reset support when user closes FD
 2021-02-22 22:08 UTC  (5+ messages)
` [PATCH 2/5] habanalabs: reset after device is actually released
` [PATCH 3/5] habanalabs: fail reset if device is not idle
` [PATCH 4/5] habanalabs: reset_upon_device_release is for bring-up
` [PATCH 5/5] habanalabs: print if device is used on FD close

stable-rc/linux-4.14.y baseline: 64 runs, 2 regressions (v4.14.221-58-g5d849f076141b)
 2021-02-22 22:08 UTC 

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-02-22 22:09 UTC 

[PATCH 0/2] Fix for machines without numa
 2021-02-22 22:07 UTC  (3+ messages)
` [PATCH 1/2] rt-tests: Don't assume numa is available at runtime
` [PATCH 2/2] rt-tests: remove rt_numa_bitmask_count in rt_numa.h

Current high bug count owners for Yocto Project 3.3
 2021-02-22 22:08 UTC 

[Buildroot] [PATCH/next v1 1/2] package/ell: bump version to 0.38
 2021-02-22 22:08 UTC  (2+ messages)
` [Buildroot] [PATCH/next v1 2/2] package/iwd: bump version to 1.12

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2021-02-22 22:07 UTC 

[PATCH] docs: ABI: testing: ima_policy: Fixed missing bracket
 2021-02-22 22:05 UTC  (2+ messages)

[PATCH 1/2] habanalabs: Call put_pid() when releasing control device
 2021-02-22 22:05 UTC  (2+ messages)
` [PATCH 2/2] habanalabs: Disable file operations after device is removed

[Buildroot] [PATCH] support/download/svn: fix date format for archive creation
 2021-02-22 22:06 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/ogabbay/linux
 2021-02-22 22:02 UTC 

[PATCH v4 bpf-next] Add CONFIG_DEBUG_INFO_BTF and CONFIG_DEBUG_INFO_BTF_MODULES check to bpftool feature command
 2021-02-22 22:00 UTC  (2+ messages)

[Buildroot] [git commit] support/download: drop sub-second precision in tarball creation
 2021-02-22 22:01 UTC 

[PATCH v8 9/9] media: imx-jpeg: Use v4l2 jpeg helpers in mxc-jpeg
 2021-02-22 21:59 UTC  (3+ messages)

[GIT PULL] clang-lto for v5.12-rc1
 2021-02-22 21:59 UTC  (3+ messages)

post-receive: pub/scm/utils/rt-tests/rt-tests
 2021-02-22 21:57 UTC 

[Linux-kernel-mentees] Investigating parsing error for struct/union
 2021-02-22 21:56 UTC  (6+ messages)
  `  "

[PATCH] mm, kasan: don't poison boot memory
 2021-02-22 21:55 UTC  (12+ messages)

[Intel-gfx] [PATCH v2] drm/i915/display: Do not allow DC3CO if PSR SF is enabled
 2021-02-22 21:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Do not allow DC3CO if PSR SF is enabled (rev2)

[PATCH v4 bpf-next 0/7] Add BTF_KIND_FLOAT support
 2021-02-22 21:49 UTC  (8+ messages)
` [PATCH v4 bpf-next 1/7] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH v4 bpf-next 2/7] libbpf: Add BTF_KIND_FLOAT support
` [PATCH v4 bpf-next 3/7] tools/bpftool: "
` [PATCH v4 bpf-next 4/7] selftests/bpf: Use 25th bit in "invalid BTF_INFO" test
` [PATCH v4 bpf-next 5/7] bpf: Add BTF_KIND_FLOAT support
` [PATCH v4 bpf-next 6/7] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH v4 bpf-next 7/7] bpf: Document BTF_KIND_FLOAT in btf.rst

[PATCH v6] pgo: add clang's Profile Guided Optimization infrastructure
 2021-02-22 21:52 UTC  (4+ messages)
` [PATCH v7] "

[PATCH net] net: dsa: b53: Support setting learning on port
 2021-02-22 21:52 UTC  (2+ messages)

[Bug 1916394] [NEW] [git] Cannot build qemu: FAILED: target/hexagon/semantics_generated.pyinc
 2021-02-22 21:44 UTC  (2+ messages)
` [Bug 1916394] "

[PATCH v3] ARM: Implement SLS mitigation
 2021-02-22 21:50 UTC  (5+ messages)
` [PATCH v4] "

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-22 21:50 UTC 

[PATCH 4.19 00/50] 4.19.177-rc1 review
 2021-02-22 21:49 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.10.17 (stable-queue)
 2021-02-22 21:45 UTC 

[PATCH V2 0/7] block/rbd: migrate to coroutines and add write zeroes support
 2021-02-22 21:48 UTC  (9+ messages)
` [PATCH V2 1/7] block/rbd: bump librbd requirement to luminous release


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.