All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-22 16:26:02 to 2023-02-22 16:50:01 UTC [more...]

[PATCH v5 00/44] More tidy-ups of Kconfig options
 2023-02-22 16:34 UTC  (44+ messages)
` [PATCH v5 01/44] mtd: Drop unused kb9202_nand driver
` [PATCH v5 02/44] mtd: Drop unused CONFIG_ONENAND_U_BOOT
` [PATCH v5 03/44] sh4: Drop unused twl6030 driver
` [PATCH v5 04/44] moveconfig: Update to detect / correct missing SPL Kconfigs
` [PATCH v5 05/44] bootstd: Disable QFW bootmeth in SPL
` [PATCH v5 06/44] Correct SPL uses of ARCH_MVEBU
` [PATCH v5 07/44] Correct SPL uses of DISPLAY_AER_FULL
` [PATCH v5 09/44] Correct SPL use of PG_WCOM_UBOOT_UPDATE_SUPPORTED
` [PATCH v5 10/44] Correct SPL uses of PHY_FIXED
` [PATCH v5 11/44] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
` [PATCH v5 12/44] Correct SPL use of DM_RNG
` [PATCH v5 13/44] lib: Add a Kconfig for SPL_BZIP2
` [PATCH v5 14/44] moveconfig: Various minor improvements
` [PATCH v5 15/44] sandbox: Expand size for VPL image
` [PATCH v5 16/44] event: Add Kconfig options for SPL
` [PATCH v5 17/44] bootstd: Correct 'VPL' typo
` [PATCH v5 18/44] env: Avoid checking ENV_IS_IN when env disabled
` [PATCH v5 19/44] env: Allow VPL environment to be nowhere
` [PATCH v5 20/44] lib: Add VPL options for SHA1 and SHA256
` [PATCH v5 21/44] x86: Use string functions for all 32-bit builds
` [PATCH v5 22/44] lib: Fix build condition for tiny-printf
` [PATCH v5 23/44] sandbox: Tidy up RTC options
` [PATCH v5 24/44] sandbox: Use the generic VPL option to enable VPL
` [PATCH v5 25/44] sandbox: Tidy up I2C options
` [PATCH v5 26/44] fixdep: Add support for VPL
` [PATCH v5 27/44] fixdep: Refactor to make testing easier
` [PATCH v5 28/44] fixdep: Add some tests for parse_config_line()
` [PATCH v5 29/44] test: Add SPL versions of the TEST_KCONFIG options
` [PATCH v5 30/44] lib: Add an SPL config for LIB_UUID
` [PATCH v5 31/44] test: Tidy up sandbox handling in test-main
` [PATCH v5 32/44] x86: Fix up use of X86_32BIT_INIT and X86_64 options
` [PATCH v5 33/44] Add VPL options for BLOBLIST
` [PATCH v5 34/44] rockchip: Avoid checking environment without ENV_SUPPORT
` [PATCH v5 35/44] freescale: Drop old pre-DM_ETH code
` [PATCH v5 36/44] imx: Use SATA instead of CMD_SATA
` [PATCH v5 37/44] net: Add an SPL config for atheros
` [PATCH v5 38/44] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE
` [PATCH v5 39/44] serial: Support ns16550 driver in TPL
` [PATCH v5 40/44] dm: Add a TPL symbol for simple-bus
` [PATCH v5 41/44] x86: coral: Add missing TPL options
` [PATCH v5 42/44] power: wandboard: Add a missing CONFIG
` [PATCH v5 43/44] venice: Simplify conditions for network init
` [PATCH v5 44/44] command: Don't allow commands in SPL

drivers/iommu/iommufd/device.c:539:11: warning: Uninitialized variable: access->ops [uninitvar]
 2023-02-22 16:48 UTC 

[PATCH v5 0/8] hw/cxl: RAS error emulation and injection
 2023-02-22 16:49 UTC  (6+ messages)
` [PATCH v5 8/8] hw/mem/cxl_type3: Add CXL RAS Error Injection Support

[PATCH v6 0/9] make write_misa a no-op and FEATURE_* cleanups
 2023-02-22 16:42 UTC  (8+ messages)
` [PATCH v6 1/9] target/riscv: turn write_misa() into an official no-op

[PATCH v3 0/1] virtio-fs: implement option for stateless migration
 2023-02-22 16:49 UTC  (10+ messages)
` [PATCH v3 1/1] vhost-user-fs: add migration type property
            ` [Virtio-fs] "

[Buildroot] [next 00/25] check-symbols v2
 2023-02-22 16:49 UTC  (35+ messages)
` [Buildroot] [next 05/25] support/scripts/generate-gitlab-ci-yml: improve test-pkg support
` [Buildroot] [next 06/25] package/fwts: use ifeq instead of ifdef
` [Buildroot] [next 07/25] package/live555: fix build config with locale
` [Buildroot] [next 08/25] package/pugixml: unconditionally set BUILD_DEFINES
` [Buildroot] [next 09/25] package/pugixml: fix configuration options
` [Buildroot] [next 10/25] package/pugixml: use explicit build options
` [Buildroot] [next 11/25] package/busybox: add comment about variable override
` [Buildroot] [next 12/25] utils/checkpackagelib: warn about ifdef on .mk
` [Buildroot] [next 13/25] toolchain/toolchain-buildroot: add comment about using virtual package infra
` [Buildroot] [next 14/25] boot/uboot: remove use of legacy xloader symbol
` [Buildroot] [next 15/25] system: remove use of legacy md5 option
` [Buildroot] [next 16/25] package/linux-headers: remove bogus symbol BR2_PACKAGE_HOST_LINUX_HEADERS
` [Buildroot] [next 18/25] package/openpowerlink: properly handle legacy options
` [Buildroot] [next 19/25] package/gcc: properly handle legacy for renamed ARC option
` [Buildroot] [next 20/25] package/lua: properly handle legacy for removed version
` [Buildroot] [next 21/25] package/ti-sgx-km: properly handle legacy for removed options
` [Buildroot] [next 22/25] package/openjdk: properly handle legacy for renamed options

[PATCH] block: shift with PAGE_SHIFT instead of dividing with PAGE_SIZE
 2023-02-22 16:49 UTC  (4+ messages)

[PATCH] net/i40e: reduce the ITR interval of multi-driver mode
 2023-02-22 16:49 UTC  (3+ messages)

[PATCH v2 1/2] tty: ipwireless: move Kconfig entry to tty
 2023-02-22 16:42 UTC  (2+ messages)

OpenEmbedded Happy Hour February 22 9pm/2100 UTC
 2023-02-22 16:47 UTC 

[PATCH v2] arm64: Reset KASAN tag in copy_highpage with HW tags only
 2023-02-22 16:46 UTC  (3+ messages)

[PATCH] arm64/fpsimd: Remove warning for SME without SVE
 2023-02-22 16:46 UTC  (2+ messages)

[PATCH v1] RISC-V: take text_mutex during alternative patching
 2023-02-22 16:47 UTC  (2+ messages)

[PATCH v2] KVM: SVM: hyper-v: placate modpost section mismatch error
 2023-02-22 16:46 UTC  (2+ messages)

[PATCH v1 0/3] i2c: stop using i2c_of_match_device()
 2023-02-22 16:46 UTC  (6+ messages)
` [PATCH v1 2/3] auxdisplay: ht16k33: Make use of device_get_match_data()

[PATCH 00/11] Add PCIe RC support to Qcom SDX55 SoC
 2023-02-22 16:45 UTC  (7+ messages)
` [PATCH 01/11] dt-bindings: PCI: qcom: Update maintainers entry
` [PATCH 03/11] dt-bindings: PCI: qcom: Add SDX55 SoC
` [PATCH 04/11] dt-bindings: PCI: qcom-ep: Fix the unit address used in example
` [PATCH 06/11] ARM: dts: qcom: sdx55: Rename pcie0_{phy/lane} to pcie_{phy/lane}

stable-rc/linux-5.4.y build: 188 builds: 2 failed, 186 passed, 34 warnings (v5.4.232)
 2023-02-22 16:45 UTC 

[PATCH v3 00/10] dts: add hello world testcase
 2023-02-22 16:44 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 03/10] dts: add dpdk build on sut

[PATCH 0/8] Fixup uninitialized warnings and enable extra checks
 2023-02-22 16:38 UTC  (4+ messages)
` [PATCH 8/8] btrfs: turn on -Wmaybe-uninitialized

[PATCH 0/1] mpt3sas: Remove usage of dma_get_required_mask api
 2023-02-22 16:44 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v4 00/19] Remove repeated words in comments and messages
 2023-02-22 16:44 UTC  (24+ messages)
  ` [PATCH v4 02/19] remove repeated word 'to'
  ` [PATCH v4 03/19] remove repeated word 'is'
  ` [PATCH v4 04/19] remove repeated word 'same'
  ` [PATCH v4 05/19] remove repeated word 'on'
  ` [PATCH v4 06/19] remove repeated word 'in'
  ` [PATCH v4 07/19] remove repeated word 'this'
  ` [PATCH v4 08/19] remove repeated word 'only'
  ` [PATCH v4 09/19] remove repeated word 'worker'
  ` [PATCH v4 10/19] remove repeated word 'or'
  ` [PATCH v4 11/19] remove repeated word 'table'
  ` [PATCH v4 12/19] remove repeated word 'that'
  ` [PATCH v4 13/19] remove repeated word 'override'
  ` [PATCH v4 14/19] remove repeated word 'groups'
  ` [PATCH v4 15/19] remove repeated word 'page'
  ` [PATCH v4 16/19] remove repeated word 'individual'
  ` [PATCH v4 17/19] remove repeated word 'expected'
  ` [PATCH v4 18/19] remove repeated word 'be'
  ` [PATCH v4 19/19] remove repeated word 'all'

[PATCH v3] x86: Use `get_random_u8' for kernel stack offset randomization
 2023-02-22 16:44 UTC  (6+ messages)
` [PING][PATCH "

stable/linux-4.19.y baseline: 155 runs, 57 regressions (v4.19.273)
 2023-02-22 16:44 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-22 16:44 UTC 

[PATCH v3] selftest: add tests for debugging testing setup
 2023-02-22 16:43 UTC  (2+ messages)

[PATCH v1 1/1] KVM: s390: pci: fix virtual-physical confusion on module unload/load
 2023-02-22 16:42 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Use correct huge page manager for MTL
 2023-02-22 16:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v9 0/8] Parallel CPU bringup for x86_64
 2023-02-22 16:42 UTC  (3+ messages)

xfs: system fails to boot up due to Internal error xfs_trans_cancel
 2023-02-22 16:41 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Single Owner Memory
 2023-02-22 16:40 UTC  (7+ messages)

Official documentation from Intel stating that poking INT3 (single-byte) concurrently is OK ?
 2023-02-22 16:41 UTC  (5+ messages)

[meta-oe][dunfell][PATCH 1/2] zeromq: upgrade 4.3.2 -> 4.3.3
 2023-02-22 16:41 UTC  (4+ messages)
    ` [oe] "

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-22 16:40 UTC  (20+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
              ` [Nouveau] "
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings
    ` [Nouveau] "

[PATCH v3 0/3] DPDK Coverity issue 381631, 381646
 2023-02-22 16:40 UTC  (4+ messages)
` [PATCH v3 1/3] baseband/acc: fix check after deref and dead code
` [PATCH v3 2/3] baseband/acc: remove unused ops check
` [PATCH v3 3/3] baseband/acc: add check for empty queue

[PATCH] wifi: ath12k: remove memset with byte count of 278528
 2023-02-22 16:40 UTC  (2+ messages)

[PATCH 1/2] arm-toolchain/gcc-arm: add missing Signed-off-by tag
 2023-02-22 16:37 UTC  (2+ messages)

[PATCH 1/6] arm/trusted-firmware-m: Synchronize with 1.7.0 release
 2023-02-22 16:37 UTC  (2+ messages)

[RESEND PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough
 2023-02-22 16:39 UTC 

[PATCH] ucm2: Rockchip: rk817: Add ALSA UCM support
 2023-02-22 16:38 UTC 

[PATCH 0/3] Align TS psa client and psa-arch tests with TF-Mv1.7
 2023-02-22 16:37 UTC  (2+ messages)

[PATCH 0/2] Fixing psa-api-tests by increasing number of assets
 2023-02-22 16:37 UTC  (2+ messages)

[PATCH] net: dsa: microchip: Fix gigabit set and get function for KSZ87xx
 2023-02-22 16:39 UTC  (7+ messages)

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-22 16:39 UTC  (7+ messages)
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

[PATCH] [iptables] extensions: libxt_LOG.c: fix linux/netfilter/xt_LOG.h include on Linux < 3.4
 2023-02-22 16:38 UTC  (8+ messages)

[PATCH] can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union
 2023-02-22 16:37 UTC 

[RFC nf-next PATCH] netfilter: nft: introduce broute chain type
 2023-02-22 16:37 UTC  (5+ messages)

[PATCHSET 0/5] xfsprogs: random fixes for 6.2
 2023-02-22 16:37 UTC  (4+ messages)
  ` [PATCH 5/5] mkfs: substitute slashes with spaces in protofiles

Issue: stmmac reset by netdev watchdog due to tx queue timeout
 2023-02-22 16:32 UTC  (4+ messages)

[RFC 00/13] Replace static logtypes with static
 2023-02-22 16:36 UTC  (18+ messages)
` [PATCH v7 00/22] Replace use of static logtypes in libraries
  ` [PATCH v7 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type
` [PATCH v9 00/22] Convert static logtypes in libraries
  ` [PATCH v9 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
  ` [PATCH v9 08/22] examples/l3fwd-power: "
  ` [PATCH v9 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type
` [PATCH v10 00/22] Convert static log type values in libraries
  ` [PATCH v10 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
  ` [PATCH v10 08/22] examples/l3fwd-power: "
  ` [PATCH v10 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type

[Buildroot] [git commit branch/2022.11.x] package/postgresql: work around gcc bug 43744
 2023-02-22 16:22 UTC 

[Buildroot] [git commit branch/2022.11.x] Makefile: fix build when $(O) ends in _defconfig
 2023-02-22 16:31 UTC 

[Buildroot] [git commit branch/2022.11.x] package/netopeer2: fix sysv init script, does not start
 2023-02-22 16:28 UTC 

[PATCH 00/16] KVM: arm64: Rework timer offsetting for fun and profit
 2023-02-22 16:34 UTC  (8+ messages)
` [PATCH 08/16] KVM: arm64: timers: Allow userspace to set the counter offsets

[Buildroot] [git commit branch/2022.02.x] Makefile: fix build when $(O) ends in _defconfig
 2023-02-22 16:31 UTC 

[igt-dev] [RFC PATCH i-g-t 0/7] Initial Xe test suite
 2023-02-22 16:35 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/7] lib/xe: Introduce Xe library

[Buildroot] [git commit branch/2022.02.x] package/netopeer2: fix sysv init script, does not start
 2023-02-22 16:29 UTC 

[Buildroot] [git commit branch/2022.02.x] package/postgresql: work around gcc bug 43744
 2023-02-22 16:22 UTC 

[RESEND PATCH 0/3] leds: tps68470: LED driver for TPS68470
 2023-02-22 16:34 UTC  (5+ messages)
` [RESEND PATCH 1/3] platform: x86: int3472: Add MFD cell for tps68470 LED
` [RESEND PATCH 2/3] include: mfd: tps68470: Add masks for LEDA and LEDB

[GIT PULL] Devicetree updates for v6.3
 2023-02-22 16:34 UTC 

stable-rc/linux-5.15.y build: 179 builds: 3 failed, 176 passed, 10 errors, 3 warnings (v5.15.95)
 2023-02-22 16:34 UTC 

[PATCH] virt/sev-guest: Return -EIO if certificate buffer is not large enough
 2023-02-22 16:34 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-22 16:34 UTC 

Inconsistency between documentation and code in lib/alchemy/task.c
 2023-02-22 16:32 UTC 

Res:
 2023-02-22 16:32 UTC 

[PATCH 00/23] block: Lock the graph, part 2 (BlockDriver callbacks)
 2023-02-22 16:32 UTC  (5+ messages)
` [PATCH 01/23] block: Make bdrv_can_set_read_only() static
` [PATCH 02/23] mirror: Fix access of uninitialised fields during start

[PATCH 1/2] net/i40e: replace put function
 2023-02-22 16:32 UTC  (5+ messages)
` [PATCH v2 2/2] test/mempool: add zero-copy API's

[Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables
 2023-02-22 16:31 UTC  (5+ messages)
` [Buildroot] [PATCH 3/5] package/gnuradio: add libsndfile optional dependency
` [Buildroot] [PATCH 4/5] package/gnuradio: add gr-network block support

[Buildroot] [PATCH] Makefile: fix build when $(O) ends in _defconfig
 2023-02-22 16:31 UTC  (3+ messages)

[PATCH v4 0/9] improvement to Python detection, preparation for dropping 3.6
 2023-02-22 16:31 UTC  (5+ messages)
` [PATCH 03/10] meson: prefer 'sphinx-build' to 'sphinx-build-3'
` [PATCH 09/10] Python: Drop support for Python 3.6

[PATCH v3] iio: light: cm32181: Unregister second I2C client if present
 2023-02-22 16:29 UTC  (2+ messages)

[cip-dev][isar-cip-core][RFC v2 0/7] Encrypt Partition in initramfs
 2023-02-22 16:30 UTC  (4+ messages)
` [cip-dev][isar-cip-core][RFC v2 4/7] Add initramfs hook to encrypt a partition

[Buildroot] [PATCH 1/1] package/netopeer2: fix sysv init script, does not start
 2023-02-22 16:30 UTC  (2+ messages)

[PATCH] BPF: Include missing nospec.h to avoid build error
 2023-02-22 16:29 UTC  (4+ messages)

dunfell merge request: Feb 22
 2023-02-22 16:30 UTC 

[PATCH] bpf: Fix undeclared function 'barrier_nospec' warning
 2023-02-22 16:28 UTC  (4+ messages)

[PATCH 0/5] bulk: Replace assert(0) -> g_assert_not_reached()
 2023-02-22 16:28 UTC  (5+ messages)
` [PATCH 5/5] hw: Remove mentions of NDEBUG

mttcg: warning to user about memory ordering
 2023-02-22 16:28 UTC 

[PATCH v2] gdb: Upgrade to 13.1
 2023-02-22 16:27 UTC  (2+ messages)
` [OE-core] "

[PULL] u-boot-usb/master
 2023-02-22 16:27 UTC 

[PATCH v3 00/11] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2023-02-22 16:26 UTC  (12+ messages)
` [PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator

[PATCH v2] cxl/pci: Set the device timestamp
 2023-02-22 16:27 UTC  (3+ messages)

[PATCH] lib/bb/siggen: fix debug() call
 2023-02-22 16:26 UTC 

[Intel-gfx] [PATCH v2 0/9] Misc Meteorlake patches
 2023-02-22 16:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Misc Meteorlake patches (rev2)


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.