All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-24 18:39:42 to 2022-02-24 19:25:24 UTC [more...]

[PATCH] ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM
 2022-02-24 18:58 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "
            ` [PATCH v4] "

[PATCH V4 0/5] mx: add i.MX93 clk bindings and driver
 2022-02-24 19:24 UTC  (7+ messages)
` [PATCH V4 1/5] dt-bindings: clock: Add imx93 clock support
` [PATCH V4 2/5] dt-bindings: clock: add i.MX93 clock definition

[PATCH v4 0/4] Support pli1209bc Digital Supervisor
 2022-02-24 19:25 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: vendor-prefixes: add Vicor Corporation
` [PATCH v4 2/4] dt-bindings:trivial-devices: Add pli1209bc

[PATCH 00/12] Misc cleanups
 2022-02-24 19:17 UTC  (15+ messages)
` [PATCH 01/12] compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULT
` [PATCH 02/12] compiler.h: replace QEMU_SENTINEL with G_GNUC_NULL_TERMINATED
` [PATCH 03/12] osdep.h: move qemu_build_not_reached()
` [PATCH 04/12] compiler.h: replace QEMU_NORETURN with G_NORETURN
` [PATCH 05/12] compiler.h: drop __printf__ macro MinGW/glib workaround
` [PATCH 06/12] Replace config-time define HOST_WORDS_BIGENDIAN
` [PATCH 07/12] Simplify HOST_LONG_BITS
` [PATCH 08/12] Move HOST_LONG_BITS to compiler.h
` [PATCH 09/12] scripts/modinfo-collect: remove unused/dead code
` [PATCH 10/12] util: remove needless includes
` [PATCH 11/12] util: remove the net/net.h dependency
` [PATCH 12/12] qapi: remove needless include

[RESEND PATCH v3 1/1] multifd: Remove some redundant code
 2022-02-24 19:05 UTC 

[PATCH] trace-cmd: Add build message if the best compression algorithm is not avaiable
 2022-02-24 19:24 UTC 

[PATCH v2 0/5] docs/zh_CN: add admin-guide damon translation
 2022-02-24 19:24 UTC  (2+ messages)

[PATCH V4 0/5] mailbox: imx: support i.MX93
 2022-02-24 19:23 UTC  (4+ messages)
` [PATCH V4 2/5] dt-bindings: mailbox: imx-mu: add i.MX93 S4 MU support

[PATCH] mm/oom_kill: remove unneeded is_memcg_oom check
 2022-02-24 19:23 UTC  (2+ messages)

[PATCH 00/12] c99: use more designated initializers
 2022-02-24 19:22 UTC  (2+ messages)

[PATCH 0/5] Fixups for PMBus and new sensors
 2022-02-24 19:13 UTC  (3+ messages)

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-24 19:21 UTC  (6+ messages)
` [PATCH v3 03/19] KVM: arm64: Reject invalid addresses for CPU_ON PSCI call

[PATCH 00/23] Extend Eager Page Splitting to the shadow MMU
 2022-02-24 19:20 UTC  (10+ messages)
` [PATCH 02/23] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH 03/23] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH 19/23] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH V7 00/29] Live Update
 2022-02-24 18:51 UTC  (5+ messages)
` [PATCH V7 02/29] migration: fix populate_vfio_info
` [PATCH V7 05/29] vl: start on wakeup request

[PATCH v2 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
 2022-02-24 19:20 UTC  (3+ messages)
` [PATCH v2 2/3] kunit: tool: refactor how we plumb metadata into JSON
` [PATCH v2 3/3] kunit: tool: properly report the used arch for --json, or '' if not known

[PATCH v4,0/5] add display support for MediaTek SoC MT8186
 2022-02-24 19:19 UTC  (11+ messages)
` [PATCH v4, 1/5] dt-bindings: arm: mediatek: mmsys: add support for MT8186
  ` [PATCH v4,1/5] "
` [PATCH v4, 2/5] dt-bindings: display: mediatek: add MT8186 SoC binding
  ` [PATCH v4,2/5] "

[PATCH] devtools: add E-Switch keyword for commit checks
 2022-02-24 19:20 UTC  (4+ messages)

[PATCH 0/3] adding new branch.autosetupmerge option "simple"
 2022-02-24 19:20 UTC  (3+ messages)
` [PATCH 1/3] merge: new autosetupmerge option 'simple' for matching branches

[Intel-gfx] [PATCH 0/3] Improve anti-pre-emption w/a for compute workloads
 2022-02-24 19:19 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/guc: Limit scheduling properties to avoid overflow

[PATCH 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
 2022-02-24 19:19 UTC  (4+ messages)
` [PATCH 3/3] kunit: tool: properly report the used arch for --json, or '' if not known

[RFC PATCH 0/4] ppc: nested TCG migration (KVM-on-TCG)
 2022-02-24 18:58 UTC  (5+ messages)
` [RFC PATCH 1/4] target/ppc: TCG: Migrate tb_offset and decr
` [RFC PATCH 2/4] spapr: TCG: Migrate spapr_cpu->prod
` [RFC PATCH 3/4] hw/ppc: Take nested guest into account when saving timebase
` [RFC PATCH 4/4] spapr: Add KVM-on-TCG migration support

[PATCH 0/2] KVM: VMX: Revert back to refreshing HOST_CR3 at ->run
 2022-02-24 19:19 UTC  (3+ messages)
` [PATCH 1/2] Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"
` [PATCH 2/2] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"

[GIT PULL] SELinux fixes for v5.17 (#2)
 2022-02-24 19:18 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.17-rc6
 2022-02-24 19:18 UTC  (2+ messages)

[PATCH] Documentation/vm/page_owner.rst: fix commends
 2022-02-24 19:18 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 5.17-4
 2022-02-24 19:18 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.17-rc6
 2022-02-24 19:18 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.17, take 2
 2022-02-24 19:18 UTC  (2+ messages)

[PATCH v4 00/29] Builtin FSMonitor Part 2
 2022-02-24 19:16 UTC  (7+ messages)
` [PATCH v5 00/30] "

[PATCH 0/4] Address a few compilation warnings
 2022-02-24 19:15 UTC  (5+ messages)
` [PATCH 1/4] drm/amd/display: Adjust functions documentation
` [PATCH 2/4] drm/amd/display: Add conditional around function
` [PATCH 3/4] drm/amd/display: Use NULL instead of 0
` [PATCH 4/4] drm/amd/display: Turn functions into static

[PATCH] thermal: int340x: fix memory leak in int3400_notify()
 2022-02-24 19:16 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: zoned: mark relocation as writing
 2022-02-24 19:12 UTC  (5+ messages)
` [PATCH v3 2/2] "

[PATCH for-next] RDMA/core: Remove unnecessary statements
 2022-02-24 19:15 UTC  (2+ messages)

[PATCH v4 0/5] Add APCS support for SDX65
 2022-02-24 19:16 UTC  (3+ messages)
` [PATCH v4 1/5] dt-bindings: clock: Add A7 PLL binding "

[PATCH v2] docs: scripts/kernel-doc: Detect absence of FILE arg
 2022-02-24 19:15 UTC  (2+ messages)

[PATCH v4] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-24 19:03 UTC 

[PATCH] PKCS#7: fix a possible memory leak when calculating the digest
 2022-02-24 19:09 UTC 

[Intel-gfx] [PATCH 0/1] Bump DMC to v2.16 on ADL-P
 2022-02-24 19:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] insert-sys-cert: fix memory leak in the error handling block
 2022-02-24 19:04 UTC 

[PATCH] drm/amd/display: Fix DC definition of PMFW Pstate table for DCN316
 2022-02-24 19:13 UTC  (3+ messages)

[PATCH V2 00/11] drm/bridge: tc358767: Add DSI-to-DPI mode support
 2022-02-24 19:13 UTC  (11+ messages)
` [PATCH V2 04/11] drm/bridge: tc358767: Implement atomic_check callback
` [PATCH V2 05/11] drm/bridge: tc358767: Move hardware init to enable callback

[PATCH] userfaultfd, capability: introduce CAP_USERFAULTFD
 2022-02-24 19:13 UTC  (3+ messages)

What's cooking in git.git (Feb 2022, #06; Wed, 23)
 2022-02-24 19:11 UTC  (2+ messages)
` jc/cat-file-batch-commands (was: What's cooking in git.git (Feb 2022, #06; Wed, 23))

[jirislaby:devel 1/29] drivers/tty/serial/sunsab.c:869:45: error: passing argument 4 of 'uart_console_write' from incompatible pointer type
 2022-02-24 19:09 UTC 

clk-lan966x.c:undefined reference to `devm_platform_ioremap_resource'
 2022-02-24 19:09 UTC 

[PATCH 00/10] tpm: rng: Move TPM RNG functionality to driver model
 2022-02-24 19:10 UTC  (11+ messages)
` [PATCH 02/10] tpm: rng: Change tpm_get_random to return an int
` [PATCH 03/10] tpm: Fix the return type of tpm_startup
` [PATCH 04/10] tpm: Move the TPM version detection functions to the uclass driver
` [PATCH 07/10] tpm: rng: Move the TPM RNG functionality to driver model
` [PATCH 08/10] tpm: Add the RNG child device

s390-linux-ld: clk-lan966x.c:undefined reference to `devm_ioremap_resource'
 2022-02-24 19:10 UTC 

drivers/media/test-drivers/vivid/vivid-core.c:1986:12: warning: stack frame size (2256) exceeds limit (2048) in 'vivid_probe'
 2022-02-24 19:10 UTC 

[csky-linux:riscv_compat_v6 17/20] arch/riscv/kernel/vdso.c:221:15: error: use of undeclared identifier 'compat_vdso_info'
 2022-02-24 19:09 UTC 

[linux-next:master 108/7915] arch/arm/kernel/traps.c:67:16: warning: Value stored to 'end' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2022-02-24 19:10 UTC 

[PATCH v5 00/15] Multiple addition and improvement to ipq8064 gcc
 2022-02-24 19:10 UTC  (12+ messages)
` [PATCH v5 01/15] dt-bindings: clock: split qcom,gcc.yaml to common and specific schema
` [PATCH v5 02/15] dt-bindings: clock: simplify qcom,gcc-apq8064 Documentation
` [PATCH v5 03/15] dt-bindings: clock: document qcom,gcc-ipq8064 binding
` [PATCH v5 11/15] dt-bindings: clock: add ipq8064 ce5 clk define
` [PATCH v5 13/15] dt-bindings: reset: add ipq8064 ce5 resets

[linux-next:master 5027/7915] drivers/mmc/host/litex_mmc.c:424 litex_mmc_request() error: we previously assumed 'data' could be null (see line 418)
 2022-02-24 19:10 UTC 

[jimc:dd-diet-6b 39/42] lib/dynamic_debug.c:1389:4: warning: The expression is an uninitialized value. The computed value will also be garbage [clang-analyzer-core.uninitialized.Assign]
 2022-02-24 19:10 UTC 

[PATCH v6 2/2] Input: add Imagis touchscreen driver
 2022-02-24 19:09 UTC 

[jirislaby:devel 28/29] drivers/tty/serial/altera_uart.c:102:2: warning: Non-boolean value returned from function returning bool [returnNonBoolInBooleanFunction]
 2022-02-24 19:09 UTC 

Feature request: complete Git shell
 2022-02-24 19:08 UTC 

next/pending-fixes baseline: 232 runs, 2 regressions (v5.17-rc5-317-g24650335a6e9)
 2022-02-24 19:08 UTC 

[PATCH v2 0/7] irqchip/apple-aic: Add support for AICv2
 2022-02-24 19:06 UTC  (4+ messages)

[PATCH] mountd: Fix potential data corrupter
 2022-02-24 19:06 UTC 

[PATCH] KVM: x86: Reacquire kvm->srcu in vcpu_run() if exiting on pending signal
 2022-02-24 19:06 UTC 

[PATCH V1 00/10] PCI: tegra: Add Tegra234 PCIe support
 2022-02-24 19:04 UTC  (5+ messages)
` [PATCH V1 03/10] dt-bindings: memory: Add Tegra234 PCIe memory

[PATCH] crypto: drbg: fix crypto api abuse
 2022-02-24 19:04 UTC  (5+ messages)

[PATCHv4 00/30] TDX Guest: TDX core support
 2022-02-24 19:04 UTC  (8+ messages)
` [PATCHv4 08/30] x86/tdx: Add HLT support for TDX guests
` [PATCHv4 09/30] x86/tdx: Add MSR "
` [PATCHv4 10/30] x86/tdx: Handle CPUID via #VE

[PATCH v3] tests/qtest: add qtests for npcm7xx sdhci
 2022-02-24 18:52 UTC  (5+ messages)

[oe] Please provide YP bugzilla comments when encountering bugs. -- IGNORE this one, see next
 2022-02-24 19:03 UTC 

[GIT PULL] dtpm for v5.18-rc1
 2022-02-24 19:02 UTC  (2+ messages)

[PATCH v2] switch: mention the --detach option when dying due to lack of a branch
 2022-02-24 19:02 UTC  (2+ messages)

[PATCH v2] gpu/cuda: CPU map GPU memory with GDRCopy
 2022-02-25  3:12 UTC  (3+ messages)
` [PATCH v4 1/2] doc/gpus: add cuda.ini into features
  ` [PATCH v4 2/2] gpu/cuda: CPU map GPU memory with GDRCopy

[igt-dev] [PATCH i-g-t 0/2] Use safe alignment as a default
 2022-02-24 19:02 UTC  (5+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "
` [igt-dev] ✓ Fi.CI.IGT: success "

[dpdk-dev v4] crypto/openssl: openssl 3.0 support on sym crypto routine
 2022-02-24 19:02 UTC  (3+ messages)
` [dpdk-dev v5] "
  ` [EXT] "

Please provide YP bugzilla comments when encountering bugs
 2022-02-24 19:00 UTC 

[Intel-gfx] [PATCH v5] drm/i915/display/vrr: Reset VRR capable property on a long hpd
 2022-02-24 19:00 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/display/vrr: Reset VRR capable property on a long hpd (rev4)

[PATCH] KVM: x86: Forcibly leave nested virt when SMM state is toggled
 2022-02-24 18:59 UTC  (6+ messages)

[GIT PULL] cpufreq/arm fixes for 5.17-rc6
 2022-02-24 18:59 UTC  (2+ messages)

[Bug 199727] CPU freezes in KVM guests during high IO load on host
 2022-02-24 18:58 UTC 

[PATCH v2 0/7] media: imx: Destage imx7-mipi-csis
 2022-02-24 18:54 UTC  (5+ messages)
` [PATCH v2 1/7] media: imx: De-stage imx7-mipi-csis

[PATCH] ARM: configs: at91: sama7: Enable crypto IPs and software algs
 2022-02-24 18:54 UTC  (3+ messages)

[PATCH net-next v9 0/7] ice: GTP support in switchdev
 2022-02-24 18:55 UTC  (16+ messages)
` [Intel-wired-lan] "
` [PATCH net-next v9 1/7] gtp: Allow to create GTP device without FDs
  ` [Intel-wired-lan] "
` [PATCH net-next v9 2/7] gtp: Implement GTP echo response
  ` [Intel-wired-lan] "
` [PATCH net-next v9 3/7] gtp: Implement GTP echo request
  ` [Intel-wired-lan] "
` [PATCH net-next v9 4/7] net/sched: Allow flower to match on GTP options
  ` [Intel-wired-lan] "
` [PATCH net-next v9 5/7] gtp: Add support for checking GTP device type
  ` [Intel-wired-lan] "
` [PATCH net-next v9 6/7] ice: Fix FV offset searching
  ` [Intel-wired-lan] "
` [PATCH net-next v9 7/7] ice: Support GTP-U and GTP-C offload in switchdev
  ` [Intel-wired-lan] "

[bug report] NVMe/IB: WARNING: possible circular locking dependency detected on target after connect
 2022-02-24 18:55 UTC  (2+ messages)

[PATCH] ARM: configs: at91: sama7: Enable UBIFS_FS
 2022-02-24 18:53 UTC  (4+ messages)

[xen-unstable test] 168214: tolerable FAIL - PUSHED
 2022-02-24 18:53 UTC 

[PATCH] ARM: configs: at91: sama7: Enable NAND / SMC
 2022-02-24 18:52 UTC  (3+ messages)

[GIT PULL 1/1] Broadcom devicetree fixes for 5.17
 2022-02-24 18:52 UTC 

[PATCH] ASoC: tlv320adc3xxx: Fix buggy return value
 2022-02-24 18:52 UTC  (2+ messages)

[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
 2022-02-24 18:53 UTC  (11+ messages)
    ` How should rlimits, suid exec, and capabilities interact?
              ` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression

[igt-dev] [i-g-t 0/5] Add Negative tests to VRR
 2022-02-24 18:53 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Add Negative tests to VRR (rev3)

[PATCH v4] mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled()
 2022-02-24 18:51 UTC  (2+ messages)

Regression in workingset_refault latency on 5.15
 2022-02-24 18:52 UTC  (11+ messages)

[RFC PATCH] btrfs: qgroup: fix deadlock between rescan worker and remove qgroup
 2022-02-24 18:48 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v5] tests/i915:Extend kms_frontbuffer_tracking to test FBC on multiple pipes
 2022-02-24 18:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915:Extend kms_frontbuffer_tracking to test FBC on multiple pipes (rev5)

[PATCH 2/2] integrity: double check iint_cache was initialized
 2022-02-24 18:51 UTC  (5+ messages)

Please provide YP bugzilla comments when encountering bugs
 2022-02-24 18:50 UTC 

[PATCH] Enable TDX measurement to RTMR register via EFI_CC_MEASUREMENT_PROTOCOL
 2022-02-24 18:47 UTC  (2+ messages)

[PATCH net-next v7 0/8] new Fungible Ethernet driver
 2022-02-24 18:47 UTC  (4+ messages)
` [PATCH net-next v7 6/8] net/funeth: add the data path

[PATCH v5 0/8] ima: support fs-verity digests and signatures
 2022-02-24 18:46 UTC  (5+ messages)
` [PATCH v5 4/8] ima: define a new template field 'd-type' and a new template 'ima-ngv2'

[PATCH v4] btrfs: add fs state details to error messages
 2022-02-24 18:42 UTC  (4+ messages)

[RFC 00/10] add support for fwnode in i2c mux system and sfp
 2022-02-24 18:43 UTC  (8+ messages)

[linux-next:master 6791/7915] arch/mips/kernel/mips-mt.c:233:19: error: conflicting types for 'mt_init'; have 'int(void)'
 2022-02-24 18:42 UTC  (3+ messages)

[PATCH v4 00/11] Transform documentation into POD
 2022-02-24 18:42 UTC  (2+ messages)

[PATCH 1/2] perf/arm-cmn: Hide XP PUB events for CMN-600
 2022-02-24 18:41 UTC  (2+ messages)
` [PATCH 2/2] perf/arm-cmn: Update watchpoint format

[PATCH v4 00/11] Transform documentation into POD
 2022-02-24 18:42 UTC  (8+ messages)

/proc/acpi/battery gone again, breaks wmpower
 2022-02-24 16:53 UTC  (3+ messages)

[kvm-unit-tests PATCH v4 0/8] s390x: Extend instruction interception tests
 2022-02-24 18:42 UTC  (3+ messages)
` [kvm-unit-tests PATCH v4 1/8] s390x: Add more tests for MSCH

[GIT PULL] perf tools fixes for v5.17: 3rd batch
 2022-02-24 18:41 UTC 

[PATCH v5 0/5] drm/tiny: Add MIPI DBI compatible SPI driver
 2022-02-24 18:41 UTC  (4+ messages)
` [PATCH v5 1/5] dt-bindings: display: add bindings for MIPI DBI compatible SPI panels

[PATCH v4 0/3] drm/msm/dp: replace DRM_DEBUG_DP with drm_dbg_dp
 2022-02-24 18:40 UTC  (8+ messages)
` [PATCH v4 3/3] drm/msm/dp: replace DRM_DEBUG_DP marco "

[PATCH v2 1/2] net/cnxk: optimize Rx pktsize extraction
 2022-02-24 18:40 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 1/2] net/cnxk: optimize Rx packet size extraction
  ` [dpdk-dev] [PATCH v3 2/2] net/cnxk: align perfetchs to CN10K cache model


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.