All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-02 17:29:57 to 2021-03-02 18:04:38 UTC [more...]

[PATCH 00/15] Report jack and button detection + Capture Support
 2021-03-02 17:30 UTC  (7+ messages)
` [PATCH 10/15] ASoC: cs42l42: Report jack and button detection
` [PATCH 12/15] ASoC: cs42l42: Wait at least 150us after writing SCLK_PRESENT
` [PATCH 15/15] ASoC: cs42l42: Fix mixer volume control

[PATCH v2 0/7] Improve boot command line handling
 2021-03-02 17:39 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
 2021-03-02 17:33 UTC  (2+ messages)

[PATCH v3 0/7] drm: sun4i: dsi: Convert drm bridge
 2021-03-02 17:46 UTC  (6+ messages)
` [PATCH v3 6/7] drm: sun4i: dsi: Use drm_panel_bridge, connector API

[PATCH 0/3][v4] add support for never printing hashed addresses
 2021-03-02 14:55 UTC  (13+ messages)
` [PATCH 3/3] [v4] lib/vsprintf: no_hash_pointers prints all addresses as unhashed

[PATCH v2 1/3] parport: Introduce module_parport_driver() helper macro
 2021-03-02 15:06 UTC  (6+ messages)

[PATCH v3 00/32] KVM: arm64: A stage 2 for the host
 2021-03-02 14:59 UTC  (10+ messages)
` [PATCH v3 13/32] KVM: arm64: Enable access to sanitized CPU features at EL2
` [PATCH v3 15/32] KVM: arm64: Prepare the creation of s1 mappings "
` [PATCH v3 16/32] KVM: arm64: Elevate hypervisor mappings creation "
` [PATCH v3 17/32] KVM: arm64: Use kvm_arch for stage 2 pgtable
` [PATCH v3 19/32] KVM: arm64: Set host stage 2 using kvm_nvhe_init_params
` [PATCH v3 22/32] KVM: arm64: Refactor __populate_fault_info()
` [PATCH v3 25/32] KVM: arm64: Sort the hypervisor memblocks
` [PATCH v3 26/32] KVM: arm64: Introduce PROT_NONE mappings for stage 2
` [PATCH v3 29/32] KVM: arm64: Wrap the host with a "

[PATCH 1/2] dt-bindings: media: Document RDA5807 FM radio bindings
 2021-03-02 14:42 UTC  (2+ messages)
` [PATCH 2/2] media: radio: RDA5807: Added driver

[PATCH][next] drm/amd/display: fix the return of the uninitialized value in ret
 2021-03-02 17:51 UTC  (4+ messages)

[PATCH 00/27] tcg patch queue
 2021-03-02 17:57 UTC  (9+ messages)
` [PATCH 01/27] tcg/aarch64: Fix constant subtraction in tcg_out_addsub2
` [PATCH 02/27] tcg/aarch64: Fix I3617_CMLE0
` [PATCH 03/27] tcg/aarch64: Fix generation of "scalar" vector operations
` [PATCH 04/27] tcg/tci: Use exec/cpu_ldst.h interfaces
` [PATCH 05/27] tcg: Split out tcg_raise_tb_overflow
` [PATCH 09/27] tcg/tci: Merge identical cases in generation (deposit opcode)
` [PATCH 16/27] tcg/tci: Remove tci_read_r32
` [PATCH 20/27] tcg/tci: Merge extension operations

[SECURITY PATCH 000/117] Multiple GRUB2 vulnerabilities - 2021/03/02 round
 2021-03-02 18:01 UTC  (71+ messages)
` [SECURITY PATCH 001/117] verifiers: Move verifiers API to kernel image
` [SECURITY PATCH 002/117] efi: Move the shim_lock verifier to the GRUB core
` [SECURITY PATCH 003/117] kern: Add lockdown support
` [SECURITY PATCH 004/117] kern/lockdown: Set a variable if the GRUB is locked down
` [SECURITY PATCH 005/117] efi: Lockdown the GRUB when the UEFI Secure Boot is enabled
` [SECURITY PATCH 006/117] efi: Use grub_is_lockdown() instead of hardcoding a disabled modules list
` [SECURITY PATCH 007/117] acpi: Don't register the acpi command when locked down
` [SECURITY PATCH 008/117] mmap: Don't register cutmem and badram commands when lockdown is enforced
` [SECURITY PATCH 009/117] commands: Restrict commands that can load BIOS or DT blobs when locked down
` [SECURITY PATCH 010/117] commands/setpci: Restrict setpci command "
` [SECURITY PATCH 011/117] commands/hdparm: Restrict hdparm "
` [SECURITY PATCH 012/117] gdb: Restrict GDB access "
` [SECURITY PATCH 013/117] loader/xnu: Don't allow loading extension and packages "
` [SECURITY PATCH 014/117] docs: Document the cutmem command
` [SECURITY PATCH 015/117] dl: Only allow unloading modules that are not dependencies
` [SECURITY PATCH 016/117] usb: Avoid possible out-of-bound accesses caused by malicious devices
` [SECURITY PATCH 017/117] mmap: Fix memory leak when iterating over mapped memory
` [SECURITY PATCH 018/117] net/net: Fix possible dereference to of a NULL pointer
` [SECURITY PATCH 019/117] net/tftp: Fix dangling memory pointer
` [SECURITY PATCH 020/117] kern/parser: Fix resource leak if argc == 0
` [SECURITY PATCH 021/117] kern/efi: Fix memory leak on failure
` [SECURITY PATCH 022/117] kern/efi/mm: Fix possible NULL pointer dereference
` [SECURITY PATCH 023/117] gnulib/regexec: Resolve unused variable
` [SECURITY PATCH 024/117] gnulib/regcomp: Fix uninitialized token structure
` [SECURITY PATCH 025/117] gnulib/argp-help: Fix dereference of a possibly NULL state
` [SECURITY PATCH 026/117] gnulib/regexec: Fix possible null-dereference
` [SECURITY PATCH 027/117] gnulib/regcomp: Fix uninitialized re_token
` [SECURITY PATCH 028/117] io/lzopio: Resolve unnecessary self-assignment errors
` [SECURITY PATCH 029/117] zstd: Initialize seq_t structure fully
` [SECURITY PATCH 030/117] kern/partition: Check for NULL before dereferencing input string
` [SECURITY PATCH 031/117] disk/ldm: Make sure comp data is freed before exiting from make_vg()
` [SECURITY PATCH 032/117] disk/ldm: If failed then free vg variable too
` [SECURITY PATCH 033/117] disk/ldm: Fix memory leak on uninserted lv references
` [SECURITY PATCH 034/117] disk/cryptodisk: Fix potential integer overflow
` [SECURITY PATCH 035/117] hfsplus: Check that the volume name length is valid
` [SECURITY PATCH 036/117] zfs: Fix possible negative shift operation
` [SECURITY PATCH 037/117] zfs: Fix resource leaks while constructing path
` [SECURITY PATCH 038/117] zfs: Fix possible integer overflows
` [SECURITY PATCH 039/117] zfsinfo: Correct a check for error allocating memory
` [SECURITY PATCH 040/117] affs: Fix memory leaks
` [SECURITY PATCH 041/117] libgcrypt/mpi: Fix possible unintended sign extension
` [SECURITY PATCH 042/117] libgcrypt/mpi: Fix possible NULL dereference
` [SECURITY PATCH 043/117] syslinux: Fix memory leak while parsing
` [SECURITY PATCH 044/117] normal/completion: Fix leaking of memory when processing a completion
` [SECURITY PATCH 045/117] commands/hashsum: Fix a memory leak
` [SECURITY PATCH 046/117] commands/probe: Fix a resource leak when probing disks
` [SECURITY PATCH 047/117] video/efi_gop: Remove unnecessary return value of grub_video_gop_fill_mode_info()
` [SECURITY PATCH 048/117] video/fb/fbfill: Fix potential integer overflow
` [SECURITY PATCH 049/117] video/fb/video_fb: Fix multiple integer overflows
` [SECURITY PATCH 050/117] video/fb/video_fb: Fix possible integer overflow
` [SECURITY PATCH 051/117] video/readers/jpeg: Test for an invalid next marker reference from a jpeg file
` [SECURITY PATCH 052/117] gfxmenu/gui_list: Remove code that coverity is flagging as dead
` [SECURITY PATCH 053/117] loader/bsd: Check for NULL arg up-front
` [SECURITY PATCH 054/117] loader/xnu: Fix memory leak
` [SECURITY PATCH 055/117] loader/xnu: Free driverkey data when an error is detected in grub_xnu_writetree_toheap()
` [SECURITY PATCH 056/117] loader/xnu: Check if pointer is NULL before using it
` [SECURITY PATCH 057/117] util/grub-install: Fix NULL pointer dereferences
` [SECURITY PATCH 058/117] util/grub-editenv: Fix incorrect casting of a signed value
` [SECURITY PATCH 059/117] util/glue-efi: Fix incorrect use of a possibly negative value
` [SECURITY PATCH 060/117] script/execute: Fix NULL dereference in grub_script_execute_cmdline()
` [SECURITY PATCH 061/117] commands/ls: Require device_name is not NULL before printing
` [SECURITY PATCH 062/117] script/execute: Avoid crash when using "$#" outside a function scope
` [SECURITY PATCH 063/117] lib/arg: Block repeated short options that require an argument
` [SECURITY PATCH 064/117] script/execute: Don't crash on a "for" loop with no items
` [SECURITY PATCH 065/117] commands/menuentry: Fix quoting in setparams_prefix()
` [SECURITY PATCH 066/117] kern/misc: Always set *end in grub_strtoull()
` [SECURITY PATCH 067/117] video/readers/jpeg: Catch files with unsupported quantization or Huffman tables
` [SECURITY PATCH 068/117] video/readers/jpeg: Catch OOB reads/writes in grub_jpeg_decode_du()
` [SECURITY PATCH 069/117] video/readers/jpeg: Don't decode data before start of stream
` [SECURITY PATCH 070/117] term/gfxterm: Don't set up a font with glyphs that are too big

[PATCH v6 0/5] Introducing QMP query-netdev command
 2021-03-02 18:02 UTC  (6+ messages)
` [PATCH v6 1/5] qapi: net: Add "
` [PATCH v6 2/5] tests: Add tests for "
` [PATCH v6 3/5] net: Move NetClientState.info_str to dynamic allocations
` [PATCH v6 4/5] hmp: Use QAPI NetdevInfo in hmp_info_network
` [PATCH v6 5/5] net: Do not fill legacy info_str for backends

hppa64-linux-ld: kernel/sched/core.o(.init.text+0x90): cannot reach printk
 2021-03-02 18:03 UTC  (3+ messages)

[PATCH] glib-2.0: replace THISDIR instead of COREBASE in find_meson_cross_files --cross-file paths
 2021-03-02 18:02 UTC  (7+ messages)
` [OE-core] "

[PATCH kvmtool v2 00/22] Unify I/O port and MMIO trap handling
 2021-03-02 18:02 UTC  (4+ messages)
` [PATCH kvmtool v2 01/22] ioport: Remove ioport__setup_arch()

[dpdk-dev] [dpdk-announce] DPDK Summit APAC - FULL AGENDA live!
 2021-03-02 17:04 UTC 

[PATCH v1 0/9] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-03-02 17:55 UTC  (7+ messages)
` [PATCH v1 7/9] memory: introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
` [PATCH v1 8/9] util/mmap-alloc: support RAM_NORESERVE via MAP_NORESERVE
` [PATCH v1 9/9] hostmem: wire up RAM_NORESERVE via "reserve" property

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2021-03-02 17:55 UTC  (4+ messages)
` [PATCH 1/3] qapi, audio: add query-audiodev command
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema
` [PATCH 3/3] qapi: provide a friendly string representation of QAPI classes

[PATCH] drm/stm: ltdc: Use simple encoder
 2021-03-02 17:57 UTC 

[PATCH] drm/radeon: Use kvmalloc for CS chunks
 2021-03-02 17:56 UTC  (3+ messages)

[PATCH v1] acpi: increase maximum size for "etc/table-loader" blob
 2021-03-02 17:53 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix an uninitialized index variable
 2021-03-02 17:54 UTC  (3+ messages)

[PATCH v8 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2021-03-02 14:36 UTC  (3+ messages)
` [PATCH v8 5/6] "

[PATCH v10 00/17] Add AMD SEV guest live migration support
 2021-03-02 15:15 UTC  (12+ messages)
` [PATCH v10 10/16] KVM: x86: Introduce KVM_GET_SHARED_PAGES_LIST ioctl

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-03-02 15:14 UTC  (7+ messages)
` [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

drivers/accessibility/speakup/serialio.c:54 spk_serial_init() warn: always true condition '(index >= (0 / 20 + (0))) => (s32min-s32max >= 0)'
 2021-03-02 14:35 UTC 

[PATCH 00/20] ppc: qemu: Add eTSEC support
 2021-03-02 17:52 UTC  (27+ messages)
` [PATCH 01/20] net: phy: xilinx: Remove non-DM prototype of phy_connect_gmii2rgmii()
` [PATCH 02/20] net: phy: xilinx: Convert to use APIs which support live DT
` [PATCH 03/20] net: phy: fixed: Remove non-DM prototype of phy_connect_fixed()
` [PATCH 04/20] net: phy: fixed: Convert to use APIs which support live DT
` [PATCH 05/20] dt-bindings: net: Add the old DT bindings for "fixed-link"
` [PATCH 08/20] dm: mdio: Use ofnode_phy_is_fixed_link() API
` [PATCH 09/20] net: tsec: "
` [PATCH 10/20] net: phy: Simplify the logic of phy_connect_fixed()
` [PATCH 11/20] net: phy: fixed: Make driver ops static
` [PATCH 12/20] net: phy: fixed: Add the missing ending newline
` [PATCH 13/20] net: phy: fixed: Support the old DT binding
` [PATCH 14/20] dt-bindings: net: Update Freescale TSEC to support "queue-group"
` [PATCH 15/20] net: tsec: Support <reg> property from the subnode "queue-group"

[PATCH 00/11] pragma once: treewide conversion
 2021-03-02 15:15 UTC  (4+ messages)
` [PATCH 02/11] pragma once: convert arch/arm/tools/gen-mach-types

[PATCH v2 0/2] add Kontron pITX-imx8m board
 2021-03-02 14:43 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: fsl: add support for Kontron pitx-imx8m board

[PATCH LVM2 v1 1/2] blkdeactive: Introduce option "forcevg" to forcibly deactivate VG
 2021-03-02 17:52 UTC  (4+ messages)
` [PATCH LVM2 v1 2/2] lvmlockctl: Automatically handle failure

drivers/soc/mediatek/mtk-pm-domains.c:492 scpsys_add_subdomain() warn: missing error code 'ret'
 2021-03-02 17:51 UTC 

Questions for TX power get/set implementation of realtek WiFi
 2021-03-02 15:07 UTC 

[PATCH v19 00/13] Carry forward IMA measurement log on kexec on ARM64
 2021-03-02 15:06 UTC  (2+ messages)

possible deadlock in sk_clone_lock
 2021-03-02 14:29 UTC  (11+ messages)

[PATCH 4.19 000/247] 4.19.178-rc3 review
 2021-03-02 15:13 UTC  (2+ messages)

[peterz-queue:sched/core-sched 41/42] kernel/sched/core.c:381:31: error: use of undeclared identifier '__sched_core_enabled'; did you mean
 2021-03-02 17:51 UTC 

Question about the "EXPERIMENTAL" tag for dax in XFS
 2021-03-02 17:49 UTC  (13+ messages)
                    ` [Ocfs2-devel] "

[PATCH 0/2] A64/R40 DRAM controller dual-rank-related changes
 2021-03-02 17:49 UTC  (6+ messages)
` [PATCH 2/2] sunxi: enable dual rank memory on R40
        ` [linux-sunxi] "

[MPTCP] [RFC PATCH 2/2] mptcp: revert "mptcp: provide subflow aware release function"$ ....$
 2021-03-02 17:47 UTC 

[MPTCP] [RFC PATCH 1/2] mptcp: forbit mcast-related sockopt on MPTCP sockets
 2021-03-02 17:47 UTC 

[MPTCP] [RFC PATCH 0/2] mptcp: fix deadlock in mptcp{,6}_release
 2021-03-02 17:47 UTC 

[xlnx:xlnx_rebase_v5.4 942/1700] drivers/mtd/spi-nor/spi-nor.c:5196:14: error: implicit declaration of function 'of_get_next_parent'
 2021-03-02 17:45 UTC 

[Accel-config] [PATCH v1 7/7] accel-config: Fix and refactor status return and printing
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 6/7] accel-config: Remove redundant check of wq state
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 5/7] accel-config: Print device command status only on errors
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 4/7] accel-config: Refactor handling printing of device cmd status
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 3/7] accel-config: Add 0 = "Successful completion" cmd status array
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 2/7] accel-config: Refactor accfg_device_get_cmd_status_str
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 1/7] accel-config: Fix wrong return values in accfg_device_get_cmd_status
 2021-03-02 17:44 UTC 

[Accel-config] [PATCH v1 0/7] Refactor error handling at enable/disable wq/dev
 2021-03-02 17:44 UTC 

[PATCH][next] i3c: master: svc: remove redundant assignment to cmd->read_len
 2021-03-02 14:47 UTC  (2+ messages)

linux-kernel janitorial RFP: Mark static arrays as const
 2021-03-02 17:42 UTC 

UBL/U-BOOT and MARVELL LINK STREET
 2021-03-02 17:42 UTC 

[PATCH next v3 00/15] printk: remove logbuf_lock
 2021-03-02 13:58 UTC  (4+ messages)
` [PATCH next v3 07/15] printk: introduce CONSOLE_LOG_MAX for improved multi-line support

[PATCH] mm: Return -EFAULT if copy_to_user() fails
 2021-03-02 14:59 UTC  (2+ messages)

[PATCH RFC V2 net-next 2/2] net: page_pool: use alloc_pages_bulk in refill code path
 2021-03-02 17:40 UTC  (2+ messages)

[PATCH] media: cec-notifier: also search for HDMI devices on I2C
 2021-03-02 11:50 UTC 

[meta-security][dunfell][PATCH 0/9] Some IMA/EVM fixes to dunfell branch
 2021-03-02 14:57 UTC  (2+ messages)
` [meta-security][dunfell][PATCH 4/9] initramfs-framework-ima: RDEPENDS on ima-evm-keys

[PATCH 0/2] v4l-utils: fix gettext problems
 2021-03-02 10:34 UTC  (3+ messages)
` [PATCH 1/2] configure.ac: add AM_GNU_GETTEXT_REQUIRE_VERSION
` [PATCH 2/2] bootstrap.sh: restore configure.ac

[PATCH v4 00/14] qemu: arm64: Add support for uefi capsule update on qemu arm platform
 2021-03-02 17:38 UTC  (8+ messages)
` [PATCH v4 14/14] qemu: arm64: Add documentation for capsule update

[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
 2021-03-02 17:36 UTC  (4+ messages)
` [PATCH v2 06/31] qapi/qom: Add ObjectOptions for dbus-vmstate

[PATCH v3 1/1] hw/s390x: modularize virtio-gpu-ccw
 2021-03-02 17:35 UTC 

[PATCH v3] ALSA: hda/hdmi: let new platforms assign the pcm slot dynamically
 2021-03-02 17:36 UTC  (2+ messages)

[xlnx:master 59/60] drivers/media/i2c/adv7511-v4l2.c:2102:63: sparse: sparse: incorrect type in argument 1 (different base types)
 2021-03-02 17:35 UTC 

[luto:x86/fixes 21/26] arch/x86/entry/common.c:217:24: warning: no previous prototype for 'ret_from_fork'
 2021-03-02 17:35 UTC 

[PATCH v2 00/42] esp: consolidate PDMA transfer buffers and other fixes
 2021-03-02 17:34 UTC  (4+ messages)
` [PATCH v2 18/42] esp: accumulate SCSI commands for PDMA transfers in cmdbuf instead of pdma_buf

v4l2loopback and v4l2-mem2mem framework
 2021-03-02  8:01 UTC  (3+ messages)

Build failed in Jenkins: media-build #3415
 2021-03-02  9:21 UTC  (2+ messages)
` Build failed in Jenkins: media-build #3416

cron job: media_tree daily build: ERRORS
 2021-03-02  4:39 UTC 

[PATCH 0/2] Fix CMDLINE_EXTEND handling for FDT "bootargs"
 2021-03-02 14:56 UTC  (6+ messages)

[PATCH 1/3] hw/avr: Add limited support for avr gpio registers
 2021-03-02 17:29 UTC  (3+ messages)
` [PATCH 2/3] avr/arduino: Add D13 LED
` [PATCH 3/3] hw/gpio/avr_gpio.c: add tracing for read and writes

[PATCH][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-02 15:05 UTC 

[PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping
 2021-03-02 17:31 UTC  (6+ messages)
` [PATCH v5] "
  ` [OE-core] "

[PATCH] Make V4L2_MEM2MEM_DEV manually selectable
 2021-03-02  0:25 UTC  (2+ messages)

[PATCH for-next] RDMA/hns: Add support for XRC on HIP09
 2021-03-02 12:48 UTC 


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.