All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-18 21:55:48 to 2021-06-18 23:23:14 UTC [more...]

[PULL 00/72] Python patches
 2021-06-18 23:04 UTC  (29+ messages)
` [PULL 01/72] python/pipenv: Update Pipfile.lock
` [PULL 02/72] python/qmp: Fix type of SocketAddrT
` [PULL 03/72] python/qmp: add parse_address classmethod
` [PULL 04/72] python/qmp: Add qom script rewrites
` [PULL 05/72] python/qmp: add qom script entry points
` [PULL 06/72] scripts/qmp: redirect qom-xxx scripts to python/qemu/qmp/
` [PULL 07/72] scripts/qom-fuse: apply isort rules
` [PULL 08/72] scripts/qom-fuse: apply flake8 rules
` [PULL 09/72] python: Add 'fh' to known-good variable names
` [PULL 10/72] scripts/qom-fuse: Apply pylint rules
` [PULL 11/72] scripts/qom-fuse: Add docstrings
` [PULL 12/72] scripts/qom-fuse: Convert to QOMCommand
` [PULL 13/72] scripts/qom-fuse: use QOMCommand.qom_list()
` [PULL 14/72] scripts/qom-fuse: ensure QOMFuse.read always returns bytes
` [PULL 15/72] scripts/qom-fuse: add static type hints
` [PULL 17/72] scripts/qom-fuse: move to python/qemu/qmp/qom_fuse.py
` [PULL 18/72] scripts/qom-fuse: add redirection shim to python/qemu/qmp/qom-fuse.py
` [PULL 19/72] python/qmp: add fuse command to 'qom' tools
` [PULL 20/72] scripts/qemu-ga-client: apply isort rules
` [PULL 21/72] scripts/qemu-ga-client: apply (most) flake8 rules
` [PULL 22/72] scripts/qemu-ga-client: Fix exception handling
` [PULL 23/72] scripts/qemu-ga-client: replace deprecated optparse with argparse
` [PULL 24/72] scripts/qemu-ga-client: add module docstring
` [PULL 25/72] scripts/qemu-ga-client: apply (most) pylint rules
` [PULL 26/72] python/qmp: Correct type of QMPReturnValue
` [PULL 27/72] scripts/qemu-ga-client: add mypy type hints
` [PULL 31/72] scripts/qmp-shell: apply isort rules
` [PULL 35/72] scripts/qmp-shell: fix connect method signature

[android-common:android13-5.10 6729/10616] arch/arm64/kvm/hyp/include/hyp/switch.h:216:2: error: implicit declaration of function 'sve_cond_update_zcr_vq'
 2021-06-18 23:22 UTC 

[PATCH v4 00/16] ipmi: Allow raw access to KCS devices
 2021-06-18 23:19 UTC  (4+ messages)
` [PATCH v4 01/16] ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties

[PATCH v5 0/4] Fix some mptcp syncookie process bugs
 2021-06-18 23:19 UTC  (5+ messages)
` [PATCH v5 1/4] mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow join
` [PATCH v5 3/4] mptcp: fix syncookie process if mptcp can not_accept new subflow

[Bug 213069] New: kernel BUG at arch/powerpc/include/asm/book3s/64/hash-4k.h:147! Oops: Exception in kernel mode, sig: 5 [#1]
 2021-06-18 23:18 UTC  (2+ messages)
` [Bug 213069] "

[PATCH v5 1/2] power: supply: PCHG: Peripheral device charger
 2021-06-18 23:16 UTC  (2+ messages)

[dm-devel] [PATCH] dm: fix dm_revalidate_zones() memory allocation
 2021-06-18 23:15 UTC 

[PATCH] elx: efct: fix is_originator return code type
 2021-06-18 23:15 UTC 

[PATCH] add multiple program checks to bpf_object__probe_loading
 2021-06-18 23:13 UTC  (2+ messages)
` [PATCH bpf-next] libbpf: add extra BPF_PROG_TYPE check "

[PATCH v3 00/16] Improve I/O priority support
 2021-06-18 23:07 UTC  (15+ messages)
  ` [PATCH v3 04/16] block: Introduce the ioprio rq-qos policy
  ` [PATCH v3 05/16] block/mq-deadline: Add several comments
  ` [PATCH v3 06/16] block/mq-deadline: Add two lockdep_assert_held() statements
  ` [PATCH v3 07/16] block/mq-deadline: Remove two local variables
  ` [PATCH v3 08/16] block/mq-deadline: Rename dd_init_queue() and dd_exit_queue()
  ` [PATCH v3 09/16] block/mq-deadline: Improve compile-time argument checking
  ` [PATCH v3 10/16] block/mq-deadline: Improve the sysfs show and store macros

[next] [clang] x86_64-linux-gnu-ld: mm/mremap.o: in function `move_pgt_entry': mremap.c:(.text+0x763): undefined reference to `__compiletime_assert_342'
 2021-06-18 23:05 UTC  (6+ messages)

[PATCH] PCI: tegra: Fix shiftTooManyBitsSigned warning for Tegra194
 2021-06-18 23:04 UTC  (2+ messages)

[PATCH] PCI: dwc: meson add quirk
 2021-06-18 23:01 UTC  (4+ messages)

[PATCH v3 00/11] Add TDX Guest Support (Initial support)
 2021-06-18 22:57 UTC  (12+ messages)
` [PATCH v3 01/11] x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT
` [PATCH v3 02/11] x86/tdx: Introduce INTEL_TDX_GUEST config option
` [PATCH v3 03/11] x86/cpufeatures: Add TDX Guest CPU feature
` [PATCH v3 04/11] x86: Introduce generic protected guest abstraction
` [PATCH v3 05/11] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCH v3 06/11] x86/tdx: Get TD execution environment information via TDINFO
` [PATCH v3 07/11] x86/traps: Add #VE support for TDX guest
` [PATCH v3 08/11] x86/tdx: Add HLT "
` [PATCH v3 09/11] x86/tdx: Wire up KVM hypercalls
` [PATCH v3 10/11] x86/tdx: Add MSR support for TDX guest
` [PATCH v3 11/11] x86/tdx: Handle CPUID via #VE

[PATCH] scsi: elx: efct: fix uninitialized variable in debug output
 2021-06-18 22:58 UTC  (2+ messages)

[PATCH v5 0/3] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-06-18 22:56 UTC  (4+ messages)
` [PATCH v5 1/3] cpuidle: qcom_spm: Detach state machine from main SPM handling
` [PATCH v5 2/3] soc: qcom: spm: Implement support for SAWv4.1, SDM630/660 L2 AVS
` [PATCH v5 3/3] soc: qcom: spm: Add compatible for MSM8998 SAWv4.1 L2

[PATCH -perfbook] cpu: add conj 'than' to a defective sentence
 2021-06-18 22:53 UTC  (2+ messages)

[PATCH net-next] ethtool: strset: account for nesting in reply size
 2021-06-18 22:55 UTC 

USB gadget regression on i.MX7
 2021-06-18 22:54 UTC  (2+ messages)

[PATCH] scsi: elx: efct: Eliminate unnecessary boolean check in efct_hw_command_cancel()
 2021-06-18 22:54 UTC  (2+ messages)

[PATCH] scsi: elx: efct: Do not use id uninitialized in efct_lio_setup_session()
 2021-06-18 22:52 UTC  (2+ messages)

[PATCH -next] scsi: elx: efct: Fix error handling in efct_hw_init()
 2021-06-18 22:51 UTC  (2+ messages)

log write cleanups
 2021-06-18 22:51 UTC  (2+ messages)

[PATCH] drm/i915: allow DG1 autoprobe for CONFIG_BROKEN
 2021-06-18 22:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: allow DG1 autoprobe for CONFIG_BROKEN (rev2)

[PATCH][next] scsi: elx: efct: remove redundant initialization of variable lun
 2021-06-18 22:50 UTC  (2+ messages)

[PATCH V1] mmc: sdhci: Update the software timeout value for sdhc
 2021-06-18 22:49 UTC  (3+ messages)

[dpdk-dev] [PATCH v8 00/10] eal: Add EAL API for threading
 2021-06-18 22:48 UTC  (6+ messages)
` [dpdk-dev] [PATCH v9 "
  ` [dpdk-dev] [PATCH v9 06/10] eal: add thread lifetime management

[PATCH 0/8 V2] xfs: log fixes for for-next
 2021-06-18 22:48 UTC  (13+ messages)
` [PATCH 5/8] xfs: factor out log write ordering from xlog_cil_push_work()

[RESEND PATCH v4 0/3] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-06-18 22:47 UTC  (9+ messages)
` [RESEND PATCH v4 1/3] cpuidle: qcom_spm: Detach state machine from main SPM handling
` [RESEND PATCH v4 2/3] soc: qcom: spm: Implement support for SAWv4.1, SDM630/660 L2 AVS

[PATCH] gpiolib: cdev: zero padding during conversion to gpioline_info_changed
 2021-06-18 22:45 UTC 

[integrity:next-integrity-testing 13/13] security/integrity/evm/evm_crypto.c:181:41: warning: format specifies type 'unsigned long' but the argument has type 'unsigned int'
 2021-06-18 22:46 UTC  (2+ messages)

[RFC 1/2] timers: Add pending timer bool in struct timer_base
 2021-06-18 22:47 UTC  (3+ messages)
` [RFC 2/2] timers: Make sure irq_work is handled when no pending timers

[PATCH] fpga: machxo2-spi: Address warning about unused variable
 2021-06-18 22:46 UTC 

[chrome-os:chromeos-5.4 60/60] drivers/media/platform/camx/cam_cdm/cam_cdm_util.c:312:2: error: positional initialization of field in 'struct' declared with 'designated_init' attribute
 2021-06-18 22:46 UTC 

[PATCH] io_uring: reduce latency by reissueing the operation
 2021-06-18 22:45 UTC  (7+ messages)

[PATCH BlueZ] device: Fix enabling temporary timer when TemporaryTimeout=0
 2021-06-18 22:44 UTC  (3+ messages)
` [BlueZ] "

[PATCH 0/9] target/mips: Various fixes & cleanups
 2021-06-18 22:42 UTC  (19+ messages)
` [PATCH 1/9] target/mips: Do not abort on invalid instruction
` [PATCH 2/9] target/mips: Fix more TCG temporary leaks in gen_pool32a5_nanomips_insn
` [PATCH 3/9] target/mips: Move TCG trace events to tcg/ sub directory
` [PATCH 4/9] target/mips: Move translate.h "
` [PATCH 5/9] target/mips: Restrict some system specific declarations to sysemu
` [PATCH 6/9] target/mips: Remove SmartMIPS / MDMX unuseful comments
` [PATCH 7/9] target/mips: Remove microMIPS BPOSGE32 / BPOSGE64 unuseful cases
` [PATCH 8/9] target/mips: Constify host_to_mips_errno[]
` [PATCH 9/9] target/mips: Optimize regnames[] arrays

[PATCH RFC bpf-next 0/7] Add bpf_link based TC-BPF API
 2021-06-18 22:42 UTC  (14+ messages)

[PATCH 0/3] Update firmware to v62.0.0
 2021-06-18 22:38 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Update firmware to v62.0.0 (rev4)

stable-rc/linux-5.4.y baseline: 152 runs, 7 regressions (v5.4.127)
 2021-06-18 22:35 UTC 

[PATCH v2] m68k: save extra registers on more syscall entry points
 2021-06-18 22:34 UTC  (3+ messages)

[PATCH RESEND x3 v9 0/9] fs: interface for directly reading/writing compressed data
 2021-06-18 22:32 UTC  (12+ messages)
` [PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()

[RFC PATCH 0/2] MVP implementation of remote-suggested hooks
 2021-06-18 22:32 UTC  (3+ messages)

guest/host mem out of sync on core2duo?
 2021-06-18 22:32 UTC  (10+ messages)

[PATCH v5 0/3] fpga: Use standard class dev_release function
 2021-06-18 22:31 UTC  (8+ messages)
` [PATCH v5 1/3] fpga: mgr: Use standard dev_release for class driver

[PATCH v4] x86/resctrl: Fix kernel-doc in internal.h
 2021-06-18 22:32 UTC 

[PATCH] drm/i915/eb: Fix pagefault disabling in the first slowpath
 2021-06-18 22:32 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v1 1/1] tools: Rename bitmap_alloc() to bitmap_zalloc()
 2021-06-18 22:31 UTC  (4+ messages)

[percpu] rerun aim9.sync_disk_rw.ops_per_sec request
 2021-06-18 22:29 UTC 

[PATCH v12 0/7] KVM statistics data fd-based binary interface
 2021-06-18 22:27 UTC  (22+ messages)
` [PATCH v12 1/7] KVM: stats: Separate generic stats from architecture specific ones
` [PATCH v12 2/7] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v12 3/7] KVM: stats: Support binary stats retrieval for a VM
` [PATCH v12 4/7] KVM: stats: Support binary stats retrieval for a VCPU
` [PATCH v12 5/7] KVM: stats: Add documentation for binary statistics interface
` [PATCH v12 6/7] KVM: selftests: Add selftest for KVM statistics data binary interface
` [PATCH v12 7/7] KVM: stats: Remove code duplication for binary and debugfs stats

stable-rc/queue/4.19 baseline: 136 runs, 4 regressions (v4.19.195-25-g88c198632eb2)
 2021-06-18 22:26 UTC 

[PATCH v3] cmd: net: add a 'net list' command to list network devs
 2021-06-18 22:26 UTC 

[PATCH v4 00/11] DDW + Indirect Mapping
 2021-06-18 22:26 UTC  (5+ messages)
` [PATCH v4 07/11] powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper

[PATCH] btrfs-tools: include linux/const.h to fix build with 5.12+ headers
 2021-06-18 22:23 UTC  (2+ messages)
` [OE-core] "

[PATCH] bus: mhi: core: Disable pre-emption for data events tasklet processing
 2021-06-18 22:23 UTC 

[PATCH] net: add pf_family_names[] for protocol family
 2021-06-18 22:20 UTC  (2+ messages)

[PATCH 0/8] Introduce i915_sched_engine object
 2021-06-18 22:20 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Introduce i915_sched_engine object (rev6)

Ping frame drop
 2021-06-18 22:19 UTC 

[PATCH v3] lockdown,selinux: fix wrong subject in some SELinux lockdown checks
 2021-06-18 22:18 UTC  (4+ messages)

[PATCH v2 4/4] fpga: lattice: reorganize to subdir layout
 2021-06-18 22:16 UTC  (3+ messages)

[OE-core] [PATCH 01/31] core-image-weston: bump QB_MEM to 1G in qemuarm64
 2021-06-18 22:14 UTC  (2+ messages)

[PATCH 00/31] minimal restart of "config-based-hooks"
 2021-06-18 22:13 UTC  (9+ messages)
` [PATCH v2 00/30] Minimal "
  ` [PATCH v2 01/30] hook: add 'run' subcommand
  ` [PATCH 00/27] Base for "config-based-hooks"
    ` [PATCH 27/27] hooks: fix a TOCTOU in "did we run a hook?" heuristic

[LSF/MM TOPIC] Tiered memory accounting and management
 2021-06-18 22:11 UTC  (4+ messages)

[PATCHv2 0/3] iommu/io-pgtable: Optimize partial walk flush for large scatter-gather list
 2021-06-18 22:09 UTC  (5+ messages)
` [PATCHv2 2/3] "

stable-rc/queue/4.9 baseline: 111 runs, 4 regressions (v4.9.273-19-gafb7b9c97ade)
 2021-06-18 22:11 UTC 

[PATCH] blame: fix typo in documentation
 2021-06-18 22:11 UTC 

[PATCH v2] Add option to ignore O_NONBLOCK for retry purposes
 2021-06-18 22:10 UTC  (2+ messages)
` [PATCH] io_uring: add IORING_SETUP_IGNORE_ONONBLOCK flag

[Intel-gfx] [PATCH 1/2] drm/i915/dg1: Compute MEM Bandwidth using MCHBAR
 2021-06-18 22:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

S-JTAG on A33
 2021-06-18 22:09 UTC 

[GIT PULL] Btrfs fix for 5.13-rc7
 2021-06-18 22:03 UTC 

[PATCH v4 0/4] fpga: reorganize to subdirs
 2021-06-18 22:04 UTC  (10+ messages)
` [PATCH v4 1/4] fpga: dfl: reorganize to subdir layout

S-JTAG on A33
 2021-06-18 22:03 UTC 

[PATCH v2] MHI event ring priority updates
 2021-06-18 22:05 UTC  (2+ messages)
` [PATCH v2] bus: mhi: core: Add support for processing priority of event ring

[PATCH v2] mm: fs: invalidate bh_lrus for only cold path
 2021-06-18 22:05 UTC  (6+ messages)

[rcar:vsp1/v3u 26/41] drivers/media/platform/rcar-fcp.c:55: warning: expecting prototype for rcar_fcp_get(). Prototype was for fcp_write() instead
 2021-06-18 22:05 UTC 

[PATCH] selftests/tls: don't change cipher type in bidirectional test
 2021-06-18 22:04 UTC  (3+ messages)

[tip:sched/core] BUILD SUCCESS 2f064a59a11ff9bc22e52e9678bc601404c7cb34
 2021-06-18 22:03 UTC 

[PATCH net 1/2] selftests: tls: clean up uninitialized warnings
 2021-06-18 22:03 UTC  (4+ messages)
` [PATCH net 2/2] selftests: tls: fix chacha+bidir tests

[PATCH] mm: zram: amend SLAB_RECLAIM_ACCOUNT on zspage_cachep
 2021-06-18 22:02 UTC  (2+ messages)

[OE-core][PATCH] coreutils: remove NOSTAT_LEAF_OPTIMIZATION
 2021-06-18 22:02 UTC  (2+ messages)

[PATCH net 0/2] mptcp: 32-bit sequence number improvements
 2021-06-18 22:02 UTC  (3+ messages)
` [PATCH net 1/2] mptcp: fix bad handling of 32 bit ack wrap-around
` [PATCH net 2/2] mptcp: fix 32 bit DSN expansion

[PATCH net-next 0/9] net: hns3: refactor and new features for flow director
 2021-06-18 22:01 UTC  (7+ messages)
` [PATCH net-next 8/9] net: hns3: add support for queue bonding mode of "

[PATCH nf-next] docs: networking: Update connection tracking offload sysctl parameters
 2021-06-18 22:00 UTC  (2+ messages)

[android-common:android12-5.10 37/42] arch/arm64/kvm/arm.c:1906:6: warning: no previous prototype for function '_kvm_host_prot_finalize'
 2021-06-18 22:00 UTC 

[PATCH v1] of: reserved-memory: Add stub for RESERVEDMEM_OF_DECLARE()
 2021-06-18 22:00 UTC  (2+ messages)

s-jtag on A33
 2021-06-18 21:55 UTC 

[dpdk-dev] [PATCH 0/6] Enable the internal EAL thread API
 2021-06-18 21:54 UTC  (5+ messages)
` [dpdk-dev] [PATCH 3/6] Enable the new EAL thread API in app, drivers and examples
` [dpdk-dev] [PATCH 4/6] lib: enable the new EAL thread API
` [dpdk-dev] [PATCH 5/6] eal: set affinity and priority attributes
` [dpdk-dev] [PATCH 6/6] Allow choice between internal EAL thread API and external lib


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.