All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-02 12:54:49 to 2021-06-02 13:49:14 UTC [more...]

[PATCH v2 0/3] use bin_attribute to avoid buff overflow
 2021-06-02 13:48 UTC  (2+ messages)
` [PATCH v2 2/3] topology: "

[jirislaby:devel 91/112] drivers/media/v4l2-core/v4l2-ctrls-api.o: warning: objtool: try_set_ext_ctrls_common()+0x13e3: unreachable instruction
 2021-06-02 13:48 UTC 

[virtio-dev] [PATCH] Add virtio parameter server device specification
 2021-06-02 13:48 UTC  (6+ messages)

[RFC PATCH v2 net-next 0/9] Convert xpcs to phylink_pcs_ops
 2021-06-02 13:47 UTC  (5+ messages)
` [RFC PATCH v2 net-next 9/9] net: pcs: xpcs: convert "

[PULL 00/20] Block layer patches
 2021-06-02 13:45 UTC  (4+ messages)
` [PULL 01/20] block/quorum: Provide .bdrv_co_flush instead of .bdrv_co_flush_to_disk
` [PULL 02/20] qemu-io-cmds: assert that we don't have .perm requested in no-blk case
` [PULL 04/20] block/vvfat: fix vvfat_child_perm crash

[PATCH 0/2] Support for isl76683 ambient light sensor
 2021-06-02 13:45 UTC  (3+ messages)
` [PATCH 1/2] iio: light: Add support for Intersil isl76683 sensor
` [PATCH 2/2] dt-bindings: iio: light: add isl76683 light bindings

[PATCH V2] qedf: Update the max_id value in host structure
 2021-06-02 13:45 UTC  (2+ messages)

[PATCH_V3] Adding ifdefs to call the respective routines only when their configs are enabled
 2021-06-02 13:44 UTC  (10+ messages)

[Cluster-devel] [PATCH dlm/next 1/6] fs: dlm: fix lowcomms_start error case
 2021-06-02 13:45 UTC  (6+ messages)
` [Cluster-devel] [PATCH dlm/next 2/6] fs: dlm: fix memory leak when fenced
` [Cluster-devel] [PATCH dlm/next 3/6] fs: dlm: use alloc_ordered_workqueue
` [Cluster-devel] [PATCH dlm/next 4/6] fs: dlm: move dlm allow conn
` [Cluster-devel] [PATCH dlm/next 5/6] fs: dlm: introduce proto values
` [Cluster-devel] [PATCH dlm/next 6/6] fs: dlm: rename socket and app buffer defines

Xenomai Community Call Minutes - June 2, 2021
 2021-06-02 13:43 UTC 

[PATCH] staging: greybus: fixed the coding style, labels should not be indented
 2021-06-02 13:43 UTC  (3+ messages)

[palmer:generic-string-ops 1/2] (.text+0x1028): multiple definition of `memcpy'; mm/kasan/shadow.o:(.text+0x2a6): first defined here
 2021-06-02 13:43 UTC 

[PATCH v2 0/4] PCI: of: Improvements to handle 64-bit attribute for non-prefetchable ranges
 2021-06-02 13:39 UTC  (10+ messages)
` [PATCH v2 1/4] PCI: of: Override 64-bit flag for non-prefetchable memory below 4GB

[Intel-gfx] [PATCH] drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3
 2021-06-02 13:41 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Only set bind_async_flags when concurrent access wa is not active, v3. (rev3)

[PATCH] sched/debug: remove obsolete init_schedstats()
 2021-06-02 13:40 UTC  (2+ messages)

[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
 2021-06-02 13:36 UTC  (7+ messages)

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-06-02 13:39 UTC  (4+ messages)

[PATCH v4 00/35] block: publish backup-top filter
 2021-06-02 13:11 UTC  (36+ messages)
` [PATCH v4 01/35] block: rename bdrv_replace_child to bdrv_replace_child_tran
` [PATCH v4 02/35] block: comment graph-modifying function not updating permissions
` [PATCH v4 03/35] block: introduce bdrv_replace_child_bs()
` [PATCH v4 04/35] block: introduce blk_replace_bs
` [PATCH v4 05/35] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v4 06/35] qdev: allow setting drive property for realized device
` [PATCH v4 07/35] block: rename backup-top to copy-before-write
` [PATCH v4 08/35] block-copy: always set BDRV_REQ_SERIALISING flag
` [PATCH v4 09/35] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v4 10/35] block/backup: set copy_range and compress after filter insertion
` [PATCH v4 11/35] block/backup: move cluster size calculation to block-copy
` [PATCH v4 12/35] block/copy-before-write: relax permission requirements when no parents
` [PATCH v4 13/35] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v4 14/35] block/copy-before-write: use file child instead of backing
` [PATCH v4 15/35] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v4 16/35] block/copy-before-write: introduce cbw_init()
` [PATCH v4 17/35] block/copy-before-write: cbw_init(): rename variables
` [PATCH v4 18/35] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH v4 19/35] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v4 20/35] block/copy-before-write: cbw_init(): use options
` [PATCH v4 21/35] block/copy-before-write: initialize block-copy bitmap
` [PATCH v4 22/35] block/block-copy: make setting progress optional
` [PATCH v4 23/35] block/copy-before-write: make public block driver
` [PATCH v4 24/35] qapi: publish copy-before-write filter
` [PATCH v4 25/35] python/qemu/machine.py: refactor _qemu_args()
` [PATCH v4 26/35] python/qemu/machine: QEMUMachine: improve qmp() method
` [PATCH v4 27/35] iotests.py: VM: add own __enter__ method
` [PATCH v4 28/35] iotests/222: fix pylint and mypy complains
` [PATCH v4 29/35] iotests/222: constantly use single quotes for strings
` [PATCH v4 30/35] iotests: move 222 to tests/image-fleecing
` [PATCH v4 31/35] iotests.py: hmp_qemu_io: support qdev
` [PATCH v4 32/35] iotests/image-fleecing: proper source device
` [PATCH v4 33/35] iotests/image-fleecing: rename tgt_node
` [PATCH v4 34/35] iotests/image-fleecing: prepare for adding new test-case
` [PATCH v4 35/35] iotests/image-fleecing: add test-case for copy-before-write filter

[PATCH v2] docs: Convert the Speakup guide to rst
 2021-06-02 13:38 UTC  (7+ messages)
`  "

[BUG] Data race when use PACKET3_DMA_DATA?
 2021-06-02 13:37 UTC  (2+ messages)

[PATCH v3 0/5] blkdebug: fix racing condition when iterating on
 2021-06-02 13:24 UTC  (5+ messages)
` [PATCH v3 5/5] blkdebug: protect rules and suspended_reqs with a lock

[PATCH] serial:Add SUNIX SDC serial port driver
 2021-06-02 13:36 UTC  (2+ messages)

[PATCH v1 1/2] gpio: dwapb: Drop redundant check in dwapb_irq_set_type()
 2021-06-02 13:35 UTC  (4+ messages)
` [PATCH v1 2/2] gpio: dwapb: Switch to use fwnode_irq_get()

[meta-python][PATCH 1/3] python3-oauthlib: Upgrade 3.1.0 -> 3.1.1
 2021-06-02 13:36 UTC  (3+ messages)
` [meta-python][PATCH 2/3] python3-django: Upgrade 3.2.3 -> 3.2.4
` [meta-python][PATCH 3/3] python3-sqlalchemy: Upgrade 1.4.15 -> 1.4.17

[PATCH 0/2] scsi: FDMI Fixes
 2021-06-02 13:35 UTC  (6+ messages)
` [PATCH 1/2] scsi: fc: Corrected RHBA attributes length
      ` [EXT] "
        ` [EXT] "

[PATCH v2] scsi: ufs-mediatek: create device link of reset control
 2021-06-02 13:34 UTC  (3+ messages)

[PATCH 0/3] Move audio/video/osd APIs to be together with av7110
 2021-06-02 13:33 UTC  (8+ messages)
` [PATCH 1/3] media: ivtv: get rid of DVB deprecated ioctls
` [PATCH 2/3] media: dvb header files: move some headers to staging
` [PATCH 3/3] media: docs: move DVB audio/video docs "

[PATCH RFC] xfs: hold buffer across unpin and potential shutdown processing
 2021-06-02 13:32 UTC  (6+ messages)

[PATCH] gpio: 104-idio-16: Fix coding style issues
 2021-06-02 13:30 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH] ethdev: add support for testpmd-compliant flow rule dumping
 2021-06-02 13:32 UTC  (4+ messages)

[PATCH u-boot-marvell 1/2] arm: mvebu: turris_omnia: update rescue mode boot command
 2021-06-02 13:31 UTC  (4+ messages)
` [PATCH u-boot-marvell 2/2] arm: mvebu: turris_omnia: support invoking rescue boot from console

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-02 13:12 UTC  (14+ messages)
` [PATCH 1/6] sched: Unbreak wakeups
` [PATCH 2/6] sched: Introduce task_is_running()
` [PATCH 3/6] sched,perf,kvm: Fix preemption condition
` [PATCH 4/6] sched: Add get_current_state()
` [PATCH 5/6] sched,timer: Use __set_current_state()
` [PATCH 6/6] sched: Change task_struct::state

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-06-02 13:31 UTC  (4+ messages)
` [RFC PATCH 63/97] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
  ` [Intel-gfx] "

[PATCH 1/4] drm/amdkfd: Add flush-type parameter to kfd_flush_tlb
 2021-06-02 13:31 UTC  (4+ messages)

[PATCH 0/4] scsi: fix failure handling of alloc/add host
 2021-06-02 13:30 UTC  (5+ messages)
` [PATCH 1/4] scsi: core: fix error handling of scsi_host_alloc
` [PATCH 2/4] scsi: core: fix failure handling of scsi_add_host_with_dma
` [PATCH 3/4] scsi: core: put .shost_dev in failure path if host state becomes running
` [PATCH 4/4] scsi: core: only put parent device if host state isn't in SHOST_CREATED

Linux kernel set the hypervisor vector table through ATF
 2021-06-02 13:27 UTC  (7+ messages)

[PATCH 0/3] Qualcomm custom compressed pixfmt
 2021-06-02 13:30 UTC  (7+ messages)
` [PATCH 1/3] v4l: Add Qualcomm custom compressed pixel formats
` [PATCH 3/3] venus: Add a handling of QC10C compressed format

[PATCH v2 0/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2021-06-02 13:29 UTC  (3+ messages)
` [PATCH v2 1/2] media: dt-bindings: Add Intersil ISL79987 DT bindings
` [PATCH v2 2/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x

[PATCH -next] ASoC: fsl: imx-es8328: use devm_snd_soc_register_card()
 2021-06-02 13:33 UTC 

Kernel Panic in skb_release_data using genet
 2021-06-02 13:28 UTC  (10+ messages)

[PATCH 0/2] [GSOC] cat-file: fix --batch report changed-type bug
 2021-06-02 13:27 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] [GSOC] cat-file: merge two block into one

[PATCH] arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)
 2021-06-02 13:25 UTC  (2+ messages)

[PATCH 1/1] sched: do active load balance on the new idle cpu
 2021-06-02 13:26 UTC  (4+ messages)

[PATCH v2 00/18] CSI2RX support on J721E
 2021-06-02 13:27 UTC  (4+ messages)
` [PATCH v2 17/18] phy: dt-bindings: cdns,dphy: make clocks optional

[hardknott] [PATCH 1/5] expat: set CVE_PRODUCT
 2021-06-02 13:27 UTC  (5+ messages)
` [hardknott] [PATCH 2/5] flex: correct license information
` [hardknott] [PATCH 3/5] pkgconfig: update SRC_URI
` [hardknott] [PATCH 4/5] package_rpm: pass XZ_THREADS to rpm
` [hardknott] [PATCH 5/5] oeqa/runtime/rpm: Drop log message counting test component

[PATCH] arm64: defconfig: Enable Exynos UFS driver
 2021-06-02 13:24 UTC  (3+ messages)

[dpdk-dev] [RFC] Support metering policy for yellow color in mlx5 PMD
 2021-06-02 13:25 UTC 

[PATCH] doc: user-manual: ref-manual: remove mentions to BB_SETSCENE_VERIFY_FUNCTION2
 2021-06-02 13:23 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] sched/uclamp: Avoid setting cpu.uclamp.min bigger than cpu.uclamp.max
 2021-06-02 13:22 UTC  (2+ messages)

[PATCH] mm, thp: relax migration wait when failed to get tail page
 2021-06-02 13:20 UTC  (8+ messages)

[syzbot] UBSAN: shift-out-of-bounds in snd_timer_user_ccallback
 2021-06-02 13:18 UTC  (2+ messages)

[PATCH v5 0/8] RISC-V CPU Idle Support
 2021-06-02 13:17 UTC  (5+ messages)
` [PATCH v5 5/8] cpuidle: Factor-out power domain related code from PSCI domain driver

[PATCH 0/2] dwarves: enable-SHARED-and-STATIC-lib-creation
 2021-06-02 13:18 UTC  (3+ messages)
` [PATCH 2/2] README: add documentation for -DBUILD_SHARED_LIBS

[jarkko-linux-tpmdd:master 6/8] 140108115232000:error:02001002:system library:fopen:No such file or directory:../crypto/bio/bss_file.c:69:fopen('certs/signing_key.pem', 'r')
 2021-06-02 13:17 UTC  (2+ messages)

[Virtio-fs] virtiofsd: doesn't garant write access at users allowed by group permission
 2021-06-02 13:17 UTC  (3+ messages)

[PATCH 1/2] regulator: core: resolve supply for boot-on/always-on regulators
 2021-06-02 13:14 UTC  (4+ messages)
` [PATCH 2/2] regulator: core: always use enable_delay when enabling regulators

[PATCH] doc: user-manual: remove mentions to BBVERSIONS
 2021-06-02 13:15 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] perf probe: Provide more detail with relocation warning
 2021-06-02 13:15 UTC  (9+ messages)

[PATCH][GSoC] submodule: introduce add-clone helper for submodule add
 2021-06-02 13:12 UTC  (2+ messages)
` [PATCH v2] [GSoC] submodule--helper: introduce add-clone subcommand

[PATCH 00/15] init_mm: setup init_mm text/data/brk by new setup_initial_init_mm() helper
 2021-06-02 13:13 UTC  (4+ messages)
` [PATCH 07/15] m68k: convert to setup_initial_init_mm()

[patch 0/8] x86/fpu: Mop up XSAVES and related damage
 2021-06-02 13:12 UTC  (3+ messages)
` [patch 2/8] x86/fpu: Prevent state corruption in __fpu__restore_sig()

[PATCH for-rc] RDMA/rxe: Fix failure during driver load
 2021-06-02 13:10 UTC  (7+ messages)

[dpdk-dev] [RFC PATCH] ethdev: clarify flow action PORT ID semantics
 2021-06-02 13:10 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915/xelpd: Enabling dithering after the CC1
 2021-06-02  6:17 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 0/1] "
  ` [Intel-gfx] [PATCH v2 1/1] drm/i915/xelpd: "

[PATCH 0/3]Enable PM generic domain support
 2021-06-02 13:02 UTC  (4+ messages)
` [PATCH 3/3] fpga: region: Adds runtime PM support

[PATCH] s390x/kvm: remove unused gs handling
 2021-06-02 13:07 UTC  (2+ messages)

[BUG] network is broken on Orange Pi PC
 2021-06-02 13:08 UTC  (2+ messages)

[PATCH v2 0/8] perf: Refine barriers for AUX ring buffer
 2021-06-02 13:01 UTC  (10+ messages)
` [PATCH v2 6/8] perf auxtrace: Drop legacy __sync functions
` [PATCH v2 8/8] perf record: Directly bail out for compat case

[PATCH 01/10] drm/ttm: allocate resource object instead of embedding it v2
 2021-06-02 13:07 UTC  (6+ messages)
` [PATCH 02/10] drm/ttm: flip over the range manager to self allocated nodes

[wireless-regdb] Different indoor and and outdoor constraints for the same band
 2021-06-02 13:05 UTC 

[lttng-dev] Syntax error running lttng
 2021-06-02  5:40 UTC  (3+ messages)

[PATCH v7 00/22] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-02 12:54 UTC  (6+ messages)
` [PATCH v7 16/22] sched: Defer wakeup in ttwu() for unschedulable frozen tasks
  ` [RFC][PATCH] freezer,sched: Rewrite core freezer logic

[PATCH] [v2] docs/zh_CN: add translations in zh_CN/dev-tools/kasan
 2021-06-02 12:56 UTC  (2+ messages)

[PATCH 0/7] hwmon: (max31790) Fixes and improvements
 2021-06-02 13:04 UTC  (3+ messages)
` [PATCH 4/7] hwmon: (max31790) Add support for fanX_enable attributes

[PATCH v4 0/8] IOMMU: Add support for IOMMU Bypass Feature
 2021-06-02 13:03 UTC  (3+ messages)
` [PATCH v4 5/8] hw/pci: Add pci_bus_range to get bus number range

[PATCH v6 0/3] Rework CPU capacity asymmetry detection
 2021-06-02 13:03 UTC  (4+ messages)
` [PATCH v6 2/3] sched/topology: "

[PATCH 0/9] mfd: use DEVICE_ATTR_* macro to simplify code
 2021-06-02 12:39 UTC  (3+ messages)
` [PATCH 1/9] mfd: wm831x: use DEVICE_ATTR_RO macro

[PATCH 0/5] dt-bindings: spi: omap-spi: Convert to json-schema
 2021-06-02 12:34 UTC  (5+ messages)
` [PATCH 2/5] ARM: dts: am437x: align ti, pindir-d0-out-d1-in property with dt-shema
` [PATCH 3/5] arm64: dts: ti: am65: "
` [PATCH 4/5] arm64: dts: ti: k3-am642-evm: "
` [PATCH 5/5] dt-bindings: spi: omap-spi: Convert to json-schema

[bug report] media: sound/usb: Use Media Controller API to share media resources
 2021-06-02 12:59 UTC 

[LTP] [RFC] Reduce LICENCE/COPYING files
 2021-06-02 13:00 UTC 

[RFC PATCH 0/9] Add LSM access controls and auditing to io_uring
 2021-06-02  8:26 UTC  (17+ messages)
` [RFC PATCH 2/9] audit,io_uring,io-wq: add some basic audit support "

RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
 2021-06-02 12:59 UTC  (6+ messages)
`  "

[dpdk-dev] [PATCH v1 0/7] Enhancements for PMD power management
 2021-06-02 12:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 2/7] net/af_xdp: add power monitor support

[PATCH] pinctrl: mediatek: move bit assignment
 2021-06-02 12:34 UTC  (2+ messages)

[RFC 0/4] wwan framework netdev creation
 2021-06-02 12:56 UTC  (6+ messages)
` [RFC 3/4] wwan: add interface creation support

rdma_get_cm_event error behaviour defined?
 2021-06-02 12:55 UTC  (5+ messages)

[PATCH 1/7] dma-buf: fix inconsistent debug print
 2021-06-02 12:55 UTC  (5+ messages)
` [PATCH 2/7] dma-buf: add SPDX header and fix style in dma-resv.c


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.