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

boot of J1900 (quad-core Celeron) mobo: kernel <= 5.12.15, OK; kernel >= 5.12.17, 5.13.4, slow boot (>> 660 secs) + hang/FAIL
 2021-07-22 21:10 UTC 

[Buildroot] [PATCH 31/35] package/x265: fixes SITE since upstream repo was moved
 2021-07-22 21:07 UTC  (2+ messages)

[PATCH net-next 00/18] Add Gigabit Ethernet driver support
 2021-07-22 21:07 UTC  (5+ messages)
` [PATCH net-next 05/18] ravb: Replace chip type with a structure for driver data

[PATCH v3 1/8] overlayfs-qa: common functions for overlayfs
 2021-07-22 21:07 UTC  (2+ messages)
` [OE-core] "

[dpdk-dev] [PATCH RESEND] eal: allow hugetlbfs sub-directories
 2021-07-22 21:06 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-22 21:05 UTC  (34+ messages)
` [PATCH v28 01/32] Documentation/x86: Add CET description
` [PATCH v28 02/32] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v28 03/32] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v28 04/32] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v28 05/32] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v28 06/32] x86/cet: Add control-protection fault handler
` [PATCH v28 07/32] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v28 08/32] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 10/32] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v28 11/32] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 13/32] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 15/32] x86/mm: Shadow Stack page fault error checking
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v28 17/32] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v28 18/32] mm: Add guard pages around a shadow stack
` [PATCH v28 19/32] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v28 20/32] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v28 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v28 22/32] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v28 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v28 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v28 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v28 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v28 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v28 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v28 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v28 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack

[PATCH v1 1/1] serial: max310x: Use clock-names property matching to recognize XTAL
 2021-07-22 21:05 UTC  (3+ messages)

[GIT PULL] array-bounds fixes for 5.14-rc3
 2021-07-22 21:06 UTC 

[PATCH v2 0/6] perf cs-etm: Support TRBE (unformatted decoding)
 2021-07-22 21:00 UTC  (5+ messages)
` [PATCH v2 6/6] perf cs-etm: Pass unformatted flag to decoder

[PATCH BlueZ] tools/mesh-cfgtest: include limits.h
 2021-07-22 20:49 UTC 

[PATCH v6 0/2] tr2: log parent process name
 2021-07-22 21:02 UTC  (3+ messages)
` [PATCH v6 2/2] "

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-22 21:01 UTC  (3+ messages)

[PATCH v5 net-next 00/36] nvme-tcp receive and tarnsmit offloads
 2021-07-22 20:55 UTC  (6+ messages)
` [PATCH v5 net-next 02/36] iov_iter: DDP copy to iter/pages

[Buildroot] [PATCH v9 1/3] package/libvirt: new package
 2021-07-22 20:59 UTC  (4+ messages)
` [Buildroot] [PATCH v9 2/3] package/libvirt: add daemon libvirtd

[PATCH v28 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-07-22 20:57 UTC  (11+ messages)
` [PATCH v28 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v28 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v28 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v28 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v28 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v28 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v28 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v28 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v28 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v28 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[arnd-playground:arm-kill-set_fs-10 5/9] arch/arm/kernel/sys_oabi-compat.c:284:21: sparse: sparse: incorrect type in initializer (different base types)
 2021-07-22 20:57 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2021-07-22 20:57 UTC 

[BlueZ PATCH v2 0/3] Detailed error code
 2021-07-22 20:54 UTC  (7+ messages)
` [BlueZ PATCH v2 1/3] error: BR/EDR and LE connection failure reasons

[PATCH 0/9] f2fs: use iomap for direct I/O
 2021-07-22 20:54 UTC  (9+ messages)
` [PATCH 6/9] f2fs: implement iomap operations
  ` [f2fs-dev] "

[PATCH 1/3 v2] efi_capsule: Move signature from DTB to .rodata
 2021-07-22 20:54 UTC  (11+ messages)

[RFC] mptcp: add MPTCP_INFO getsockopt
 2021-07-22 20:53 UTC  (3+ messages)

[PATCH v3 1/8] mt76 - mt7915: Add ethtool stats support
 2021-07-22 20:52 UTC  (9+ messages)
` [PATCH v3 2/8] mt76 - mt7915: Add tx stats gathered from tx-status callbacks
` [PATCH v3 3/8] mt76 - mt7915: Add some per-station tx stats to ethtool
` [PATCH v3 4/8] mt76 - mt7915: Add tx mu/su counters to mib
` [PATCH v3 5/8] mt76 - mt7915: Move more tx-bf stats "
` [PATCH v3 6/8] mt76 - mt7915: Fix he_mcs capabilities for 160mhz
` [PATCH v3 7/8] mt76 - mt7915: Add more MIB registers
` [PATCH v3 8/8] mt76 - mt7915: Add mib counters to ethtool stats

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
 2021-07-22 20:52 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs-tools
 2021-07-22 20:52 UTC 

[Intel-gfx] [PATCH] drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs()
 2021-07-22 20:52 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] test/py: Improve check for mksquashfs version
 2021-07-22 20:52 UTC 

[PATCH yocto-autobuilder-helper] Enable canary builds for meta-aws[aws-iot-device-sdk-cpp-v2] on x86-64 and arm64
 2021-07-22 20:51 UTC  (2+ messages)
  ` [yocto] "

Bug: All git operations fail when .git contains a non-existent gitdir
 2021-07-22 20:50 UTC  (3+ messages)
` [PATCH] setup: only die on invalid .git under RUN_SETUP

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

[android-common:android12-5.10 3715/10686] arch/arm64/include/asm/cpufeature.h:717:35: sparse: sparse: context imbalance in 'pte_spinlock' - different lock contexts for basic block
 2021-07-22 20:48 UTC 

[PATCH v3 6/9] microblaze: use generic strncpy/strnlen from_user
 2021-07-22 20:48 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2021-07-22 20:47 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2021-07-22 20:47 UTC 

post-receive: pub/scm/linux/kernel/git/jaegeuk/f2fs
 2021-07-22 20:46 UTC 

[PATCH 0/4] yocto-check-layer: add support to check for dependencies
 2021-07-22 20:46 UTC  (4+ messages)
` [PATCH 4/4] yocto-check-layer: ensure that all layer dependencies are tested too
  ` [OE-core] "

[PATCH RESEND u-boot-spi 0/8] Fix `mtd erase` when used with mtdpart
 2021-07-22 20:44 UTC  (3+ messages)

stable-rc/queue/5.10 build: 177 builds: 0 failed, 177 passed, 14 warnings (v5.10.51-363-gc7603cd6c337)
 2021-07-22 20:44 UTC 

[Buildroot] [PATCH 1/1] package/stunnel: requires DES support in openssl
 2021-07-22 20:44 UTC 

[OE-core][hardknott][PATCH] python3-pip: fix CVE-2021-3572
 2021-07-22 20:43 UTC 

[meta-ti][dunfell/master][PATCH 0/3] 08.00.00.004 Release update
 2021-07-22 20:43 UTC  (4+ messages)
` [meta-ti][dunfell/master][PATCH 1/3] u-boot-ti-staging: Updated the u-boot to 08.00.00.004 release
` [meta-ti][dunfell/master][PATCH 2/3] linux-ti-staging: Update linux "
` [meta-ti][dunfell/master][PATCH 3/3] linux-ti-staging-rt: Update linux rt "

Uses of /hypervisor memory range (was: FreeBSD/Xen/ARM issues)
 2021-07-22 20:41 UTC  (10+ messages)

RCU: rcu stall issues and an approach to the fix
 2021-07-22 20:41 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-07-22 20:40 UTC 

[OE-core] [PATCH] maintainers.inc: remove myself as a Maintainer
 2021-07-22 20:40 UTC  (2+ messages)

[PATCH 00/13] Extensions to ov8865 driver
 2021-07-22 20:34 UTC  (14+ messages)
` [PATCH 01/13] media: i2c: Add ACPI support to ov8865
` [PATCH 02/13] media: i2c: Fix incorrect value in comment
` [PATCH 03/13] media: i2c: Defer probe if not endpoint found
` [PATCH 04/13] media: i2c: Support 19.2MHz input clock in ov8865
` [PATCH 05/13] media: i2c: Add .get_selection() support to ov8865
` [PATCH 06/13] media: i2c: Switch control to V4L2_CID_ANALOGUE_GAIN
` [PATCH 07/13] media: i2c: Add vblank control to ov8865
` [PATCH 08/13] media: i2c: Add hblank "
` [PATCH 09/13] media: i2c: cap exposure at height + vblank in ov8865
` [PATCH 10/13] media: i2c: Add controls from fwnode to ov8865
` [PATCH 11/13] media: i2c: Switch exposure control unit to lines
` [PATCH 12/13] media: i2c: Remove unused macros from ov8865
` [PATCH 13/13] media: ipu3-cio2: Add INT347A to cio2-bridge

stable-rc/queue/5.13 build: 174 builds: 2 failed, 172 passed, 7 warnings (v5.13.3-507-g9f06663c91b85)
 2021-07-22 20:34 UTC 

[dpdk-dev] [EXT] Re: [PATCH v2 1/2] drivers: add octeontx crypto adapter framework
 2021-07-22 20:32 UTC  (6+ messages)
` [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

[PATCH V6] PCI: rcar: Add L1 link state fix into data abort hook
 2021-07-22 20:31 UTC  (6+ messages)

[PATCH v4] drm/msm/dp: add logs across DP driver for ease of debugging
 2021-07-22 20:31 UTC  (3+ messages)

[android-common:android12-5.10 1/1] mm/hmm.c:177:6: error: implicit declaration of function 'pmd_protnone'
 2021-07-22 20:30 UTC 

[RFC 0/4] power: supply: Add Support for RK817 Charger
 2021-07-22 20:27 UTC  (4+ messages)

[dpdk-dev] [dpdk-users] [DISCUSSION] code snippet documentation
 2021-07-22 20:29 UTC 

[PATCH v2 01/11] mt76: add hash lookup for skb on TXS status_list
 2021-07-22 20:28 UTC  (11+ messages)
` [PATCH v2 02/11] mt76 - mt7915: Fix potential NPE in TXS processing
` [PATCH v2 03/11] mt76 - mt7915: Move TXS parsing to its own method
` [PATCH v2 04/11] mt76 - mt7915: Allow processing TXS for 'NO_SKB' pkt-ids
` [PATCH v2 05/11] mt76: mt7915: debugfs hook to enable TXS for NO_SKB pkt-ids
` [PATCH v2 06/11] mt76: mt7915: Support parsing TXSFM 0x2
` [PATCH v2 07/11] mt76: mt7915: Add support for tx-overrides
` [PATCH v2 08/11] mt76: mt7915: Fix SGI reporting when using tx-overrides
` [PATCH v2 09/11] mt76: mt7915: txfree status to show txcount instead of latency
` [PATCH v2 10/11] mt76: mt7915: Report tx-retries
` [PATCH v2 11/11] mt76: mt7915: add a missing HT flag for GI parsing

[Intel-gfx] [PATCH 00/51] GuC submission support
 2021-07-22 20:26 UTC  (8+ messages)
` [Intel-gfx] [PATCH 43/51] drm/i915/guc: Support request cancellation
  `  "
` [Intel-gfx] [PATCH 50/51] drm/i915/guc: Implement GuC priority management
    `  "

[GIT PULL] nvme fixes for Linux 5.14
 2021-07-22 20:25 UTC  (3+ messages)

[PATCH] leds: Don't emit brightness set error message if LED supports hw triggers only
 2021-07-22 20:25 UTC 

[dpdk-dev] [PATCH 1/3] bitrate: change reg implementation to match API description
 2021-07-22 20:24 UTC  (3+ messages)

[asm-generic:network-ioctl-v6] BUILD SUCCESS 53ee412663f70832b994bdeeb5f72a928764ffe3
 2021-07-22 20:22 UTC 

FAILED: patch "[PATCH] iio: accel: bma180: Fix BMA25x bandwidth register values" failed to apply to 5.4-stable tree
 2021-07-22 20:22 UTC  (2+ messages)

[dpdk-dev] DPDK Release Status Meeting 22/07/2021
 2021-07-22 20:22 UTC 

[Intel-gfx] [PATCH] drm/i915: Extend Wa_1406941453 to adl-p
 2021-07-22 20:21 UTC  (2+ messages)

[dpdk-dev] [PATCH] build: enable to build on power10 or newer for ppc
 2021-07-22 20:20 UTC  (2+ messages)

[PATCH v2 1/2] drm/msm/dsi: update dsi register header file for tpg
 2021-07-22 20:20 UTC  (6+ messages)
` [PATCH v2 2/2] drm/msm/dsi: add support for dsi test pattern generator

[PATCH for-6.1 0/3] docs: Document arm mainstone, kzm, imx25-pdk
 2021-07-22 20:18 UTC  (2+ messages)

[PATCH 0/2] Check for endpoints in fwnode->secondary more sensibly
 2021-07-22 20:19 UTC  (3+ messages)
` [PATCH 1/2] device property: Check fwnode->secondary in fwnode_graph_get_next_endpoint()
` [PATCH 2/2] Revert "media: device property: Call fwnode_graph_get_endpoint_by_id() for fwnode->secondary"

[PATCH] gve: DQO: avoid unused variable warnings
 2021-07-22 20:19 UTC  (4+ messages)

[Fuego] [fuego-core 0/7] upstreaming work
 2021-07-22 20:18 UTC  (3+ messages)
` [Fuego] [fuego-core 7/7] LTP: automatically obtain the list of tests

[Bug 213823] New: Broken power management for amdgpu
 2021-07-22 20:16 UTC  (2+ messages)
` [Bug 213823] "

[PATCH] drm/msm/dp: Initialize the INTF_CONFIG register
 2021-07-22 20:16 UTC  (3+ messages)

[Intel-gfx] [PATCH 01/10] drm/i915/bios: Allow DSI ports to be parsed by parse_ddi_port()
 2021-07-22 20:16 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [01/10] drm/i915/bios: Allow DSI ports to be parsed by parse_ddi_port() (rev2)

[PATCH 0/5] drm/msm/dp: Allow variation in register regions
 2021-07-22 20:16 UTC  (7+ messages)
` [PATCH 4/5] drm/msm/dp: Store each subblock in the io region
` [PATCH 5/5] drm/msm/dp: Allow sub-regions to be specified in DT

[PATCH] leds: triggers: Improve handling of LEDs supporting hw triggers only
 2021-07-22 20:16 UTC 

[dpdk-dev] [PATCH 00/11] net/sfc: provide Rx/Tx doorbells stats
 2021-07-22 20:15 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 11/11] app/testpmd: add option to display extended statistics

[PATCH 0/3] sched, x86, arm64: PREEMPT_RT, FPU and preemption
 2021-07-22 20:11 UTC  (3+ messages)

[PATCH 0/4] ALSA: scarlett2: note gen 3 support + fix four issues
 2021-07-22 20:13 UTC  (5+ messages)
` [PATCH 1/4] ALSA: scarlett2: Fix Mute/Dim/MSD Mode control names
` [PATCH 2/4] ALSA: scarlett2: Fix Direct Monitor control name for 2i2
` [PATCH 3/4] ALSA: scarlett2: Correct channel mute status after mute button pressed
` [PATCH 4/4] ALSA: scarlett2: Fix line out/speaker switching notifications

[ovmf test] 163907: regressions - FAIL
 2021-07-22 20:13 UTC 

[PATCH] libubootenv: Disable for ppc/ppc64 qemu machines
 2021-07-22 20:14 UTC  (4+ messages)
    ` [OE-core] "

Help with TI-U-BOOT
 2021-07-22 20:13 UTC  (2+ messages)

Please pull u-boot-net
 2021-07-22 20:12 UTC 

[arnd-playground:arm-kill-set_fs-10 4/9] arch/arm/kernel/ptrace.c:815:29: error: 'struct thread_info' has no member named 'syscall'; did you mean 'abi_syscall'?
 2021-07-22 20:12 UTC  (2+ messages)

[PATCH] esdk: locked sig mismatch warnings when build from esdk env
 2021-07-22 20:12 UTC  (4+ messages)
    ` [OE-core] "

aarch64-linux-gnu-ld: regulators-tegra20.c:undefined reference to `regulator_sync_voltage_rdev'
 2021-07-22 20:11 UTC  (2+ messages)

[PATCH 29/29] arm64: dts: qcom: Harmonize DWC USB3 DT nodes name
 2021-07-22 20:09 UTC  (12+ messages)

[Cocci] how to make substitutions at the end of the function, vs. the end of each block ?
 2021-07-22 20:11 UTC  (2+ messages)

[PATCH] dmaengine: idxd: fix abort status check
 2021-07-22 20:10 UTC 

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-07-22 19:22 UTC  (2+ 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.