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

[PATCH bpf-next 0/5] Implement bloom filter map
 2021-09-03 17:22 UTC  (9+ messages)
` [PATCH bpf-next 1/5] bpf: Add bloom filter map implementation

[PATCH 00/28] glib: Replace g_memdup() by g_memdup2_qemu()
 2021-09-03 17:10 UTC  (7+ messages)
` [PATCH 02/28] glib-compat: Introduce g_memdup2() wrapper
` [PATCH 03/28] qapi: Replace g_memdup() by g_memdup2_qemu()

vmlinux.o: warning: objtool: noist_exc_machine_check()+0x93: call to __sanitizer_cov_trace_pc() leaves .noinstr.text section
 2021-09-03 17:22 UTC  (3+ messages)

[PATCH v2 0/5] Use meson_options.txt in the configure script
 2021-09-03 17:20 UTC  (5+ messages)
` [PATCH v2 2/5] meson_options.txt: Switch the default value for the vnc option to 'auto'
` [PATCH v2 4/5] configure: Get help text from meson_options.txt

[GIT PULL] xilinx patches for v2021.10-rc4
 2021-09-03 17:21 UTC  (2+ messages)

[RFC PATCH net-next 0/3] Make the PHY library stop being so greedy when binding the generic PHY driver
 2021-09-03 17:21 UTC  (12+ messages)

stable-rc/linux-4.9.y baseline: 119 runs, 5 regressions (v4.9.282)
 2021-09-03 17:20 UTC 

[master] Pull request
 2021-09-03 17:20 UTC 

[PATCH v1 0/2] RISC-V: Populate mtval and stval
 2021-09-03 17:05 UTC  (7+ messages)
` [PATCH v1 1/2] target/riscv: Implement the stval/mtval illegal instruction
` [PATCH v1 2/2] target/riscv: Set mtval and stval support

[PATCH 00/15] [RFC] Upstreaming the Scalar command
 2021-09-03 17:18 UTC  (9+ messages)
` [PATCH 08/15] scalar: implement the `clone` subcommand
` [PATCH 12/15] scalar: teach 'reconfigure' to optionally handle all registered enlistments

[PATCH v2 mptcp-next 0/4] mptcp: just another xmit path refactor
 2021-09-03 17:18 UTC  (7+ messages)
` [PATCH v2 mptcp-next 2/4] mptcp: stop relaying on tcp_tx_skb_cache

[dm-devel] [PATCH v2 0/6] Mulitpath: miscellaneous patches
 2021-09-03 17:17 UTC  (5+ messages)
` [dm-devel] [PATCH v2 6/6] libmultipath: drop unnecessary parameter from remove_map()

[PATCH] audit: Fix build failure by renaming struct node to struct audit_node
 2021-09-03 17:06 UTC  (3+ messages)

stable-rc/queue/4.14 build: 193 builds: 0 failed, 193 passed, 64 warnings (v4.14.246-1-gb4cadb6113c3)
 2021-09-03 17:16 UTC 

[PATCH v9 00/14] target/riscv: Update QEmu for Zb[abcs] 1.0.0
 2021-09-03 17:01 UTC  (15+ messages)
` [PATCH v9 01/14] target/riscv: Add x-zba, x-zbb, x-zbc and x-zbs properties
` [PATCH v9 02/14] target/riscv: Reassign instructions to the Zba-extension
` [PATCH v9 03/14] target/riscv: slli.uw is only a valid encoding if shamt first in 64 bits
` [PATCH v9 04/14] target/riscv: Remove the W-form instructions from Zbs
` [PATCH v9 05/14] target/riscv: Remove shift-one instructions (proposed Zbo in pre-0.93 draft-B)
` [PATCH v9 06/14] target/riscv: Reassign instructions to the Zbs-extension
` [PATCH v9 07/14] target/riscv: Add instructions of the Zbc-extension
` [PATCH v9 08/14] target/riscv: Reassign instructions to the Zbb-extension
` [PATCH v9 09/14] target/riscv: Add orc.b instruction for Zbb, removing gorc/gorci
` [PATCH v9 10/14] target/riscv: Add a REQUIRE_32BIT macro
` [PATCH v9 11/14] target/riscv: Add rev8 instruction, removing grev/grevi
` [PATCH v9 12/14] target/riscv: Add zext.h instructions to Zbb, removing pack/packu/packh
` [PATCH v9 13/14] target/riscv: Remove RVB (replaced by Zb[abcs]
` [PATCH v9 14/14] disas/riscv: Add Zb[abcs] instructions

[PATCH v12 bpf-next 00/18] mvneta: introduce XDP multi-buffer support
 2021-09-03 17:13 UTC  (4+ messages)
` [PATCH v12 bpf-next 01/18] net: skbuff: add size metadata to skb_shared_info for xdp

[PATCH] README: update manual list and names, online docs URL
 2021-09-03 17:12 UTC  (2+ messages)
` [docs] "

[hch-misc:sysfs-seq 10/13] block/blk-sysfs.c:652:1: error: incompatible function pointer types initializing 'int (*)(struct request_queue *, struct seq_file *)' with an expression of type 'ssize_t (struct request_queue *, char *)' (aka 'int (struct request_queue *, char *)')
 2021-09-03 17:11 UTC 

[PATCH for v5.14] videobuf2-core: dequeue if start_streaming fails
 2021-09-03 17:11 UTC  (4+ messages)

stable/linux-5.14.y baseline: 178 runs, 1 regressions (v5.14.1)
 2021-09-03 17:11 UTC 

[PATCH] Fix formatting for file "hsdma-mt7621.c"
 2021-09-03 17:11 UTC  (4+ messages)

[PATCH v2 0/2] Fix simple-bus issues with fw_devlink
 2021-09-03 17:10 UTC  (8+ messages)
` [PATCH v2 1/2] of: platform: Make sure bus only devices get probed
` [PATCH v2 2/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH v5 bpf-next 0/3] bpf: introduce bpf_get_branch_snapshot
 2021-09-03 17:10 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/3] perf: enable branch record for software events
` [PATCH v5 bpf-next 2/3] bpf: introduce helper bpf_get_branch_snapshot

[PATCH v2 0/3] MSM8953 MDP/DSI PHY enablement
 2021-09-03 17:08 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: msm: dsi: Add MSM8953 dsi phy
` [PATCH v2 2/3] drm/msm/dsi: Add phy configuration for MSM8953

[PATCH] regulator: core: resolve supply voltage deferral silently
 2021-09-03 17:09 UTC  (7+ messages)

PXE boot a yocto installed image and use it as install yocto on system
 2021-09-03 17:08 UTC 

[PATCH v1 0/2] Ulf reported an issue[1] with fw_devlink. This series tries to fix that issue
 2021-09-03 17:06 UTC  (10+ messages)
` [PATCH v1 2/2] of: platform: Mark bus devices nodes with FWNODE_FLAG_NEVER_PROBES

[PATCH] cooker: Only warn on potentially incompatible layer
 2021-09-03 17:07 UTC  (2+ messages)
` [bitbake-devel] "

[OE-core] [Dunfell][PATCH] dbus: Security fix CVE-2020-35512
 2021-09-03 17:06 UTC  (4+ messages)

[PATCH net-next] net: dpaa2-mac: add support for more ethtool 10G link modes
 2021-09-03 17:06 UTC  (9+ messages)

[PATCH] hwmon: (dell-smm) Show fan_max param in sysfs
 2021-09-03 17:05 UTC  (5+ messages)

stable-rc/queue/4.4 build: 184 builds: 0 failed, 184 passed, 9 warnings (v4.4.283-1-gc1a7ae0d83fa)
 2021-09-03 17:06 UTC 

[PATCH v2] Input: ili210x - Set the device name according to the device model
 2021-09-03 17:05 UTC  (2+ messages)

[PATCH] ref-manual: update SYSROOT_DIRS_* variable entries
 2021-09-03 17:04 UTC  (3+ messages)
` [docs] "

[PATCH v6] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-03 17:03 UTC  (2+ messages)

[RFC PATCH v2 0/4] developer: support pedantic
 2021-09-03 17:02 UTC  (5+ messages)
` [PATCH v3 0/3] support pedantic in developer mode
  ` [PATCH v3 1/3] gettext: remove optional non-standard parens in N_() definition
  ` [PATCH v3 2/3] win32: allow building with pedantic mode enabled
  ` [PATCH v3 3/3] developer: enable pedantic by default

[BUG] USB boot issue on ROCKPro64 with UEFI
 2021-09-03 17:02 UTC  (2+ messages)

[PATCH v3 00/28] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-09-03 17:00 UTC  (8+ messages)
` [PATCH v3 14/28] libnvdimm/labels: Introduce CXL labels
` [PATCH v3 28/28] cxl/core: Split decoder setup into alloc + add

[PATCH 0/7] KVM: X86: MMU: misc fixes and cleanups
 2021-09-03 17:00 UTC  (10+ messages)
` [PATCH 2/7] KVM: X86: Synchronize the shadow pagetable before link it

[tpm2] NXP i.MX8X security co-processor?
 2021-09-03 17:00 UTC 

[PATCH] dev-manual: drop "three" since there are four requirements
 2021-09-03 16:59 UTC  (3+ messages)
` [docs] "

Kernel bug tracker
 2021-09-03 16:58 UTC  (2+ messages)

[PATCH bpf-next 00/20] selftests: xsk: facilitate adding tests
 2021-09-03 18:58 UTC  (3+ messages)
` [PATCH bpf-next 19/20] selftests: xsk: add tests for invalid xsk descriptors

WARNING in sk_stream_kill_queues
 2021-09-03 16:56 UTC  (2+ messages)

stable-rc/queue/5.13 build: 177 builds: 2 failed, 175 passed, 7 warnings (v5.13.14-2-g1b53bca7aeb0)
 2021-09-03 16:55 UTC 

stable/linux-4.9.y baseline: 119 runs, 5 regressions (v4.9.282)
 2021-09-03 16:55 UTC 

[PATCH] net: Add "info neighbors" command
 2021-09-03 16:53 UTC  (3+ messages)

[PATCH] mtd: nand: atmel_nand: remove build warning in atmel_nand_remove()
 2021-09-03 16:54 UTC 

[PATCH RESEND] drm/i915: Mark GPU wedging on driver unregister unrecoverable
 2021-09-03 16:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Mark GPU wedging on driver unregister unrecoverable (rev2)

[PATCH v2 0/2] Add code to manage DSP related clocks
 2021-09-03 16:53 UTC  (7+ messages)
` [PATCH v2 1/2] ASoC: SOF: imx: "
` [PATCH v2 2/2] dt-bindings: dsp: fsl: Add DSP optional clocks documentation

[PATCH 0/3] cifs: create a common smb2pdu.h for client and server
 2021-09-03 16:53 UTC  (4+ messages)

[PATCH v2 0/8] Support IOMMU page sizes larger than the CPU page size
 2021-09-03 16:51 UTC  (11+ messages)
` [PATCH v2 3/8] iommu/dma: Disable get_sgtable for granule > PAGE_SIZE

[PATCH v3 0/4] Add remoteproc driver for DSP on i.MX
 2021-09-03 16:50 UTC  (6+ messages)
` [PATCH v3 3/4] dt-bindings: remoteproc: Add fsl,imx-dsp-rproc binding document

[PATCH] dev manual, ch 1: various pedantic nitpickery
 2021-09-03 16:51 UTC  (4+ messages)
` [docs] "

[PATCH bpf-next] selftests/bpf: Fix build of task_pt_regs tests for arm64
 2021-09-03 16:51 UTC  (4+ messages)

[PULL 00/13] Testing, build system and misc patches
 2021-09-03 16:49 UTC  (5+ messages)

[Buildroot] [PATCH] package/libnss: bump to version 3.69.1
 2021-09-03 16:49 UTC 

[Buildroot] What's wrong with patchwork
 2021-09-03 16:49 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v9 00/16] Introduce PXP Test
 2021-09-03 16:47 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v9 09/16] Verify PXP teardown occurred through suspend-resume

[PATCH 0/3] dma-buf: Add missing dependencies on DMA_SHARED_BUFFER
 2021-09-03 16:46 UTC  (2+ messages)

[PATCH net] ip6_gre: validate csum_start only if CHECKSUM_PARTIAL
 2021-09-03 16:46 UTC  (9+ messages)
` [PATCH net] ip_gre: "

[PATCH] libtracefs: Remove unreachable code
 2021-09-03 16:44 UTC 

[PATCH 1/2] lib: optee: remove the duplicate CONFIG_OPTEE
 2021-09-03 16:43 UTC  (2+ messages)

[PATCH v4 0/3] iio: chemical: Add Senseair Sunrise CO2 sensor
 2021-09-03 16:43 UTC  (4+ messages)
` [PATCH v4 2/3] iio: chemical: Add Senseair Sunrise 006-0-007 driver

stable/linux-5.13.y baseline: 179 runs, 4 regressions (v5.13.14)
 2021-09-03 16:41 UTC 

[PATCH v6 0/2] memory: Have 'info mtree' remove duplicated Address Space information
 2021-09-03 16:39 UTC  (3+ messages)
` [PATCH v6 2/2] "

[PATCH v5 0/2] Cirrus Logic CS35L41 Amplifier
 2021-09-03 16:02 UTC  (7+ messages)
` [PATCH v5 1/2] ASoC: cs35l41: CS35L41 Boosted Smart Amplifier

[PATCH RESEND] drm/i915: Flush buffer pools on driver remove
 2021-09-03 16:39 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Flush buffer pools on driver remove (rev3)

[PATCH 0/4] Fix ro_after_init vs static_call
 2021-09-03 16:38 UTC  (4+ messages)
` [PATCH 3/4] module: Use a list of strings for ro_after_init sections

[PATCH v5 00/21] ASoC: qcom: Add AudioReach support
 2021-09-03 15:57 UTC  (15+ messages)
` [PATCH v5 14/21] ASoC: qdsp6: audioreach: add basic pkt alloc support
` [PATCH v5 15/21] ASoC: qdsp6: audioreach: add q6apm support
` [PATCH v5 16/21] ASoC: qdsp6: audioreach: add module configuration command helpers
` [PATCH v5 17/21] ASoC: qdsp6: audioreach: add topology support
` [PATCH v5 18/21] ASoC: qdsp6: audioreach: add q6apm-dai support
` [PATCH v5 19/21] ASoC: qdsp6: audioreach: add q6apm lpass dai support
` [PATCH v5 20/21] ASoC: qdsp6: audioreach: add q6prm support

[PATCH v3 0/3] Convert name-prefix doc to json-schema
 2021-09-03 16:35 UTC  (8+ messages)
` [PATCH v3 1/3] ASoC: Add json-schema documentation for sound-name-prefix
` [PATCH v3 2/3] ASoC: Use schema reference "
` [PATCH v3 3/3] ASoC: Remove name-prefix.txt

[PATCH v15 3/3] cpufreq: mediatek-hw: Add support for CPUFREQ HW
 2021-09-03 16:34 UTC  (5+ messages)

[PATCH v15] cpufreq: mediatek-hw: Add support for Mediatek cpufreq HW driver
 2021-09-03 16:35 UTC  (5+ messages)
` [PATCH v15 1/3] dt-bindings: cpufreq: add bindings for MediaTek cpufreq HW

incoming
 2021-09-03 16:35 UTC  (4+ messages)
` [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()

[PATCH v4 0/3] NVIDIA Tegra NVDEC support
 2021-09-03 16:34 UTC  (3+ messages)
` [PATCH v4 1/3] dt-bindings: Add YAML bindings for NVDEC

[PATCH] x86/sgx: Declare sgx_set_attribute() for !CONFIG_X86_SGX
 2021-09-03 16:33 UTC  (4+ messages)

[dpdk-dev] [RFC PATCH 0/7] add test suite for DMA drivers
 2021-09-03 16:33 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
  ` [dpdk-dev] [PATCH v2 5/6] app/test: test dmadev instance failure handling
  ` [dpdk-dev] [PATCH v2 6/6] app/test: add dmadev fill tests

[PATCH V7 0/7] Add QSPI and QUPv3 DT nodes for SC7280 SoC
 2021-09-03 16:33 UTC  (5+ messages)
` [PATCH V7 1/7] arm64: dts: sc7280: Add QSPI node
` [PATCH V7 3/7] arm64: dts: sc7280: Add QUPv3 wrapper_0 nodes

[PATCH 0/4] target/arm: Use TCG vector ops for MVE
 2021-09-03 16:30 UTC  (8+ messages)
` [PATCH 1/4] target/arm: Add TB flag for "MVE insns not predicated"
` [PATCH 2/4] target/arm: Optimize MVE logic ops

[PATCH] domain: try to address Coverity pointing out a missing "break" in domain_teardown()
 2021-09-03 16:31 UTC  (2+ messages)

[PATCH] rust: remove rust_versions.inc since there can be only one
 2021-09-03 16:31 UTC  (2+ messages)
` [OE-core] "

[dpdk-dev] DPDK Release Status Meeting 2021-09-02
 2021-09-03 16:31 UTC 

[PATCH] drm/i915/gtt: add some flushing for the 64K GTT path
 2021-09-03 16:29 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH net 0/5] Netfilter fixes for net
 2021-09-03 16:30 UTC  (6+ messages)
` [PATCH net 1/5] netfilter: nft_ct: protect nft_ct_pcpu_template_refcnt with mutex
` [PATCH net 2/5] netfilter: conntrack: sanitize table size default settings
` [PATCH net 3/5] netfilter: conntrack: switch to siphash
` [PATCH net 4/5] netfilter: refuse insertion if chain has grown too large
` [PATCH net 5/5] netfilter: socket: icmp6: fix use-after-scope

[RFC 0/6] fast poll multishot mode
 2021-09-03 16:29 UTC  (3+ messages)
` [PATCH 6/6] io_uring: enable multishot mode for accept

[PATCH v2] ASoC: Intel: boards: Fix CONFIG_SND_SOC_SDW_MOCKUP select
 2021-09-03 16:26 UTC  (6+ messages)
` [PATCH for-5.15 v3] "

[igt-dev] [PATCH i-g-t v3 0/7] tests/kms_color: 3D LUT tests
 2021-09-03 16:27 UTC  (8+ messages)
` [igt-dev] [PATCH i-g-t v3 1/7] tests/kms_color_chamelium: Remove invalid LUT size tests
` [igt-dev] [PATCH i-g-t v3 2/7] tests/kms_color: Refactor "
` [igt-dev] [PATCH i-g-t v3 3/7] tests/kms_color: Store r/g/b separately for LUT color tests
` [igt-dev] [PATCH i-g-t v3 4/7] tests/kms_color: Pass pipe to invalid LUT size tests
` [igt-dev] [PATCH i-g-t v3 5/7] tests/kms_color: Run each subtest only for a single connector
` [igt-dev] [PATCH i-g-t v3 6/7] lib/kms: Add GAMMA_LUT_3D support
` [igt-dev] [PATCH i-g-t v3 7/7] tests/kms_color: Add GAMMA_LUT_3D tests

TBF man page: peakrate must be greater than rate
 2021-09-03 16:27 UTC  (3+ messages)

[PATCH v5 0/8] KVM: Various fixes and improvements around kicking vCPUs
 2021-09-03 16:26 UTC  (7+ messages)
` [PATCH v5 4/8] KVM: Optimize kvm_make_vcpus_request_mask() a bit
` [PATCH v5 7/8] KVM: Pre-allocate cpumasks for kvm_make_all_cpus_request_except()
` [PATCH v5 8/8] KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_mask

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-03 16:26 UTC  (3+ messages)

[PATCH v6 0/5] block/nbd: drop connection_co
 2021-09-03 16:16 UTC  (3+ messages)
` [PATCH v6 1/5] block/nbd: nbd_channel_error() shutdown channel unconditionally

[kvm-unit-tests PATCH v1] s390x/skey: Test for ADDRESSING exceptions
 2021-09-03 16:25 UTC 

[PATCH nf] netfilter: socket: icmp6: fix use-after-scope
 2021-09-03 16:24 UTC  (2+ messages)

[PATCH] RFC: Support an EFI-loader bootflow
 2021-09-03 16:23 UTC  (6+ messages)

[PATCH V2 2/2] btrfs: Add test for rename/exchange behavior between subvolumes
 2021-09-03 16:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] arm64: dts: allwinner: h5: align operating-points table name with dtschema
 2021-09-03 16:21 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v2 0/6] tests/kms_color: 3D LUT tests
 2021-09-03 16:23 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_color: 3D LUT tests (rev4)

[PATCH 0/4] Add support for EcoNet EN7523 SoC
 2021-09-03 16:20 UTC  (6+ messages)
` [PATCH 4/5] ARM: Add basic "

[Buildroot] [PATCH/master 0/7] Qemu and gobject-introspection fixes
 2021-09-03 16:20 UTC  (8+ messages)
` [Buildroot] [PATCH/master 1/7] g-ir-scanner-qemuwrapper.in: Fix latent bug in
` [Buildroot] [PATCH/master 2/7] g-ir-scanner-qemuwrapper.in: Fix shellcheck warnings, switch to sh
` [Buildroot] [PATCH/master 3/7] g-ir-scanner.in: "
` [Buildroot] [PATCH/master 4/7] g-ir-scanner-lddwrapper.in: "
` [Buildroot] [PATCH/master 5/7] g-ir-compiler.in: "
` [Buildroot] [PATCH/master 6/7] package/qemu: add BR2_PACKAGE_HOST_QEMU_USER_MODE_ARGS string
` [Buildroot] [PATCH/master 7/7] package/gobject-introspection: Add QEMU_USERMODE_ARGS support

stable-rc/linux-5.4.y baseline: 169 runs, 7 regressions (v5.4.144)
 2021-09-03 16:21 UTC 

[PATCH 0/2] dump-guest-memory: Add blocker for migration
 2021-09-03 16:08 UTC  (5+ messages)

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-09-03 16:21 UTC  (5+ 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.