All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-25 07:24:05 to 2022-07-25 08:28:29 UTC [more...]

[PATCH] drm: Prevent modeset helpers to access an uninitialized drm_mode_config
 2022-07-25  8:28 UTC  (5+ messages)

[PATCH v3] arm64: dts: mt8173: Fix elm panel DT node
 2022-07-25  8:25 UTC  (5+ messages)

[Buildroot] [git commit] package/patchelf: bump to version 0.13
 2022-07-25  8:27 UTC 

[PATCH v6 00/13] Add MediaTek MT6370 PMIC support
 2022-07-25  8:25 UTC  (18+ messages)
` [PATCH v6 07/13] mfd: mt6370: Add MediaTek MT6370 support
` [PATCH v6 08/13] usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driver
` [PATCH v6 09/13] iio: adc: mt6370: Add MediaTek MT6370 support
` [PATCH v6 10/13] power: supply: mt6370: Add MediaTek MT6370 charger driver

[PATCH] mt76: mt7615: add mt7615_mutex_acquire/release in mt7615_sta_set_decap_offload
 2022-07-25  8:26 UTC 

[PATCH] arm64: dts: mt8173-oak: Switch to SMC watchdog
 2022-07-25  8:24 UTC  (2+ messages)

[PATCH V4 0/8] imx: add i.MX8MP hdmi blk ctrl hdcp/hrv and vpu blk ctrl
 2022-07-25  8:25 UTC  (3+ messages)
` [PATCH V4 5/8] soc: imx: add i.MX8MP HDMI blk ctrl HDCP/HRV

[PATCH] fbdev: Make registered_fb[] private to fbmem.c
 2022-07-25  8:23 UTC  (6+ messages)

[PATCH] xen/hypfs: check the return value of snprintf to avoid leaking stack accidently
 2022-07-25  8:22 UTC  (3+ messages)

[Intel-gfx] [PATCH v3] drm/i915: stop using swiotlb
 2022-07-25  8:23 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: stop using swiotlb (rev3)

[PATCH v2 00/13] coresight: Add new API to allocate trace source ID values
 2022-07-25  8:19 UTC  (6+ messages)

[PATCH v2 0/4] soc: mediatek: MT8365 power support
 2022-07-25  8:18 UTC  (10+ messages)
` [PATCH v2 1/4] dt-bindings: power: Add MT8365 power domains
` [PATCH v2 2/4] soc: mediatek: Add support of WAY_EN operations
` [PATCH v2 3/4] soc: mediatek: add support of MTK_SCPD_STRICT_BUSP cap
` [PATCH v2 4/4] soc: mediatek: pm-domains: Add support for MT8365

[PATCH v3 0/4] Deduplicate dhelectronics board files
 2022-07-25  8:19 UTC  (5+ messages)
` [PATCH v3 1/4] board: dhelectronics: Implement common MAC address functions
` [PATCH v3 2/4] ARM: imx6: DH: Use "
` [PATCH v3 3/4] ARM: imx8: "
` [PATCH v3 4/4] ARM: stm32: "

[printk] 6e72f137fd: WARNING:at_kernel/rcu/tasks.h:#rcu_tasks_verify_self_tests
 2022-07-25  8:19 UTC  (2+ messages)

Regression: Linux v5.15+ does not boot on Freescale P2020
 2022-07-25  8:20 UTC  (4+ messages)

[PATCH v5 0/2] devcoredump support for Panfrost GPU driver
 2022-07-25  8:19 UTC  (5+ messages)
` [PATCH v5 1/2] drm/panfrost: Add specific register offset macros for JS and MMU AS
` [PATCH v5 2/2] drm/panfrost: Add support for devcoredump

[PATCH 0/3] clk: bcm: rpi: Fixes and improvement
 2022-07-25  8:18 UTC  (3+ messages)

[PATCH] examples/dma: support DMA dequeue when no packet received
 2022-07-25  8:12 UTC 

[PATCH] linux-user: Passthrough MADV_DONTNEED for certain file mappings
 2022-07-25  8:09 UTC  (2+ messages)

[patch net-next v3 00/11] mlxsw: Implement dev info and dev flash for line cards
 2022-07-25  8:17 UTC  (7+ messages)
` [patch net-next v3 01/11] net: devlink: make sure that devlink_try_get() works with valid pointer during xarray iteration

[PATCH 00/13] ARM: mark most boards as unused
 2022-07-25  8:16 UTC  (8+ messages)
` [PATCH 06/13] ARM: ep93xx: mark most board files "

[LTP] [PATCH v5 00/18] Expand Cgroup lib and modify controller tests
 2022-07-25  8:14 UTC  (2+ messages)

v5.19-rc2-rt3: nouveau might sleep splat
 2022-07-25  8:15 UTC  (8+ messages)

[PATCH v6 0/8] MediaTek Helio X10 MT6795 - Clock drivers
 2022-07-25  8:13 UTC  (5+ messages)
` [PATCH v6 4/8] dt-bindings: clock: mediatek: Add clock driver bindings for MT6795

[PATCH 3/3] lkdtm/heap: Check possible NULL pointer returned by vzalloc()
 2022-07-25  8:13 UTC 

[PATCH v10 00/21] job: replace AioContext lock with job_mutex
 2022-07-25  7:38 UTC  (22+ messages)
` [PATCH v10 01/21] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v10 02/21] job.h: categorize fields in struct Job
` [PATCH v10 03/21] job.c: API functions not used outside should be static
` [PATCH v10 04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v10 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v10 06/21] job: move and update comments from blockjob.c
` [PATCH v10 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v10 08/21] jobs: add job lock in find_* functions
` [PATCH v10 09/21] jobs: use job locks also in the unit tests
` [PATCH v10 10/21] block/mirror.c: use of job helpers in drivers to avoid TOC/TOU
` [PATCH v10 11/21] jobs: group together API calls under the same job lock
` [PATCH v10 12/21] commit and mirror: create new nodes using bdrv_get_aio_context, and not the job aiocontext
` [PATCH v10 13/21] job: detect change of aiocontext within job coroutine
` [PATCH v10 14/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v10 15/21] blockjob.h: categorize fields in struct BlockJob
` [PATCH v10 16/21] blockjob: rename notifier callbacks as _locked
` [PATCH v10 17/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v10 18/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v10 19/21] block_job_query: remove atomic read
` [PATCH v10 20/21] blockjob: remove unused functions
` [PATCH v10 21/21] job: "

[RFC PATCH v2 0/9] vsock: updates for SO_RCVLOWAT handling
 2022-07-25  8:13 UTC  (10+ messages)
` [RFC PATCH v2 1/9] vsock: use sk_rcvlowat to set POLLIN/POLLRDNORM
` [RFC PATCH v2 2/9] virtio/vsock: use 'target' in notify_poll_in, callback
` [RFC PATCH v2 3/9] vmci/vsock: "
` [RFC PATCH v2 4/9] vsock_test: POLLIN + SO_RCVLOWAT test
` [RFC PATCH v2 5/9] vsock: SO_RCVLOWAT transport set callback
` [RFC PATCH v2 6/9] hv_sock: disable SO_RCVLOWAT support
` [RFC PATCH v2 7/9] vsock: add API call for data ready
` [RFC PATCH v2 8/9] virtio/vsock: check SO_RCVLOWAT before wake up reader
` [RFC PATCH v2 9/9] vmci/vsock: "

[sched] 9ae606bc74: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_stats_print[rcutorture]
 2022-07-25  8:12 UTC  (2+ messages)

[PATCH 2/3] lkdtm/perms: Check possible NULL pointer returned by kmalloc(),vmalloc()
 2022-07-25  8:11 UTC 

[PATCH 0/5] some bugfixes and clean code for hns3
 2022-07-25  8:11 UTC  (2+ messages)

[PATCH 1/3] lkdtm/fortify: Check possible NULL pointer returned by kmalloc()
 2022-07-25  8:10 UTC 

[PATCH 1/2] mt76: mt7921: add mt7921_mutex_acquire at mt7921_[start, stop]_ap
 2022-07-25  8:10 UTC  (4+ messages)
` [PATCH 2/2] mt76: mt7921: add mt7921_mutex_acquire at mt7921_sta_set_decap_offload

[kirkstone][PATCH 1/2] gnupg: update 2.3.4 -> 2.3.6
 2022-07-25  8:10 UTC  (2+ messages)
` [kirkstone][PATCH 2/2] gnupg: upgrade to 2.3.7 to fix CVE-2022-34903

[PATCH 5.18 00/70] 5.18.14-rc1 review
 2022-07-25  8:08 UTC  (2+ messages)

[PATCH v2 0/8] MT8195 Acer Tomato - devicetrees Part 2
 2022-07-25  8:06 UTC  (11+ messages)
` [PATCH v2 1/8] arm64: dts: mediatek: cherry: Enable the System Companion Processor
` [PATCH v2 3/8] arm64: dts: mediatek: cherry: Add keyboard mapping for the top row
` [PATCH v2 5/8] arm64: dts: mediatek: cherry: Enable Elantech eKTH3000 i2c trackpad

[PATCH] cpufreq: schedutil: Move max CPU capacity to sugov_policy
 2022-07-25  8:07 UTC  (6+ messages)

Increasing the maximum message size
 2022-07-25  8:07 UTC  (3+ messages)

[linux-next:master 2965/12552] mm/memory_hotplug.c:351 __add_pages() error: uninitialized symbol 'err'
 2022-07-25  8:07 UTC 

[PATCH BlueZ v2] mesh: Set global bus earlier
 2022-07-25  8:05 UTC 

[PATCH 5.15 00/89] 5.15.57-rc1 review
 2022-07-25  8:05 UTC  (2+ messages)

[PATCH] livepatch: create-diff-object: Check that the section has a secsym
 2022-07-25  8:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 5.10 000/148] 5.10.133-rc1 review
 2022-07-25  8:03 UTC  (2+ messages)

[PATCH] i2c: designware: Introduce cooldown timer to AMDPSP driver
 2022-07-25  8:02 UTC 

[PATCH v10 00/12] iommu: SVA and IOPF refactoring
 2022-07-25  8:02 UTC  (11+ messages)
` [PATCH v10 04/12] iommu: Add attach/detach_dev_pasid iommu interface
` [PATCH v10 08/12] iommu/sva: Refactoring iommu_sva_bind/unbind_device()

drivers/regulator/mt6380-regulator.c:333:34: warning: 'mt6380_of_match' defined but not used
 2022-07-25  8:00 UTC  (3+ messages)

[PATCH 0/7] USB: cdc: add control and state defines
 2022-07-25  7:58 UTC  (8+ messages)
` [PATCH 1/7] USB: cdc: add control-signal defines
` [PATCH 2/7] USB: cdc: add serial-state defines
` [PATCH 3/7] USB: cdc-acm: use CDC control-line defines
` [PATCH 4/7] USB: cdc-acm: use CDC serial-state defines
` [PATCH 5/7] staging: gdm724x: drop unused CDC defines
` [PATCH 6/7] USB: gadget: f_acm: use "
` [PATCH 7/7] USB: serial: usb_wwan: replace DTR/RTS magic numbers with macros

[PATCHSET v3 0/2] mkfs: stop allowing tiny filesystems
 2022-07-25  7:59 UTC  (4+ messages)
    ` [PATCH 2/2] "

[Buildroot] [PATCH 1/1] package/gstreamer1/gstd: fix static build
 2022-07-25  7:59 UTC  (2+ messages)

[Buildroot] [git commit] package/qt5/qt5doc: add package with qt quick demos
 2022-07-25  7:58 UTC 

[Buildroot] [git commit] package/gstreamer1/gstd: fix static build
 2022-07-25  7:53 UTC 

[PATCH net] sfc: disable softirqs for ptp TX
 2022-07-25  7:56 UTC 

[PATCH mptcp-next v7 00/13] BPF packet scheduler
 2022-07-25  7:56 UTC  (3+ messages)
` [PATCH mptcp-next v7 06/13] bpf: Add bpf_mptcp_sched_kfunc_set

[PATCH linux-next] powerpc: init jump label early in ppc 64
 2022-07-25  7:54 UTC  (2+ messages)

[PATCH v1 1/2] vfs: Add new setgid_create_umask test
 2022-07-25  7:55 UTC  (2+ messages)

[meta-python][kirkstone][PATCH] python3-lxml: Security fix CVE-2022-2309
 2022-07-25  7:54 UTC 

[PATCH v2 0/2] ARM: dts: stm32: add SPI on STM32MP13 platform
 2022-07-25  7:52 UTC  (6+ messages)
` [PATCH v2 1/2] ARM: dts: stm32: add spi nodes into stm32mp131.dtsi
` [PATCH v2 2/2] ARM: dts: stm32: add pinctrl and disabled spi5 node in stm32mp135f-dk

[PATCH net-next v6 0/2] add framework for selftests in devlink
 2022-07-25  7:53 UTC  (4+ messages)
` [PATCH net-next v6 1/2] devlink: introduce framework for selftests

[PATCH 0/2] ARM: dts: stm32: add SPI on STM32MP13 platform
 2022-07-25  7:51 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: stm32: add spi nodes into stm32mp131.dtsi

[virtio-comment] [PATCH v4 0/1] Introduce virtio asymmetric crypto service
 2022-07-25  7:51 UTC  (7+ messages)
` [virtio-comment] [PATCH v4 1/1] virtio-crypto: introduce akcipher service
    `  "
        ` [virtio-comment] Re: [External] "
          ` PING: "

RAID56 discussion related to RST. (Was "Re: [RFC ONLY 0/8] btrfs: introduce raid-stripe-tree")
 2022-07-25  7:49 UTC  (12+ messages)

[PATCH] Revert "power: pmic: rk8xx: Support sysreset shutdown method"
 2022-07-25  7:48 UTC  (3+ messages)

[PATCH 0/4] Fix MISRA C 2012 violations
 2022-07-25  7:47 UTC  (10+ messages)
` [PATCH 3/4] xen/arm: domain: Fix MISRA C 2012 Rule 8.7 violation

[PATCH V6] virtio-net: fix the race between refill work and close
 2022-07-25  7:46 UTC  (3+ messages)

[PATCH v4] Improve Windows build documentation
 2022-07-25  7:46 UTC  (2+ messages)

[PATCH v2] Provide more details of exactly how configuration signatures are calculated
 2022-07-25  7:45 UTC 

[PATCH master] driver: disassociate dev from device_node on unregister_device
 2022-07-25  7:43 UTC 

[PATCH v5 0/7] Introduce device group and device management
 2022-07-25  7:44 UTC  (10+ messages)
  ` [virtio-comment] "
    ` [virtio-dev] "
          ` [virtio-comment] "

[PATCH v3] drm/msm: Make .remove and .shutdown HW shutdown consistent
 2022-07-25  7:43 UTC  (2+ messages)

[Bridge] [PATCH net] bridge: Do not send empty IFLA_AF_SPEC attribute
 2022-07-25  7:43 UTC  (3+ messages)
`  "

[PATCH mdadm] super1: report truncated device
 2022-07-25  7:42 UTC  (5+ messages)
  ` [PATCH mdadm v2] "

[igt-dev] [PATCH i-g-t v4] i915/i915_pm_rps: Check impact of fence ordering on waitboosting
 2022-07-25  7:41 UTC  (4+ messages)

[PATCH] bpf: btf: Fix vsnprintf return value check
 2022-07-25  7:41 UTC  (6+ messages)

[ANN] Media Summit at OSS Europe in Dublin: September 12
 2022-07-25  7:40 UTC  (2+ messages)

[PATCH] crypto: ccp - Add support for new CCP/PSP device ID
 2022-07-25  7:40 UTC  (3+ messages)

[PATCH 1/1] iommu/vt-d: Fix possible recursive locking in intel_iommu_init()
 2022-07-25  7:40 UTC  (4+ messages)

[PATCH V2 vfio 00/11] Add device DMA logging support for mlx5 driver
 2022-07-25  7:38 UTC  (12+ messages)
` [PATCH V2 vfio 03/11] vfio: Introduce DMA logging uAPIs
` [PATCH V2 vfio 06/11] vfio: Introduce the DMA logging feature support

[PATCH v2] dt-bindings: phy: samsung,ufs-phy: match clock items
 2022-07-25  7:36 UTC  (7+ messages)

[PATCH v2 0/2] accel/tcg: Test unaligned stores to s390x low-address-protected lowcore
 2022-07-25  7:34 UTC  (3+ messages)
` [PATCH v2 1/2] qapi: Add exit-failure PanicAction

[PATCH 1/2] x86/fpu: Measure the Latency of XSAVE and XRSTOR
 2022-07-25  7:35 UTC  (3+ messages)

[PATCH v2] batman-adv: tracing: Use the new __vstring() helper
 2022-07-25  7:33 UTC  (3+ messages)

[Buildroot] [PATCH v4 1/1] package/runc: add host package
 2022-07-25  7:33 UTC  (2+ messages)

[helgaas-pci:pci/misc 2/2] drivers/pcmcia/omap_cf.c:240:18: error: implicit declaration of function 'pci_remap_iospace'; did you mean 'pci_remap_cfgspace'?
 2022-07-25  7:31 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: augment snprintf_btf tests with string overflow tests
 2022-07-25  7:31 UTC 

[PATCH] drm/amdgpu: Fix the incomplete product number
 2022-07-25  7:29 UTC  (2+ messages)

[PATCH 0/2] lib/nodemask: inline wrappers around bitmap
 2022-07-25  7:28 UTC  (4+ messages)
` [PATCH 1/2] powerpc: drop dependency on <asm/machdep.h> in archrandom.h

[bug report] ASoC: mediatek: mt8186: support tdm in platform driver
 2022-07-25  7:28 UTC 

[PATCH v12 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-07-25  7:28 UTC  (9+ messages)
` [PATCH v12 38/40] virtio_net: support rx queue resize

[igt-dev] [PATCH i-g-t 0/2] tests/gem_exec_fence: Fix test_fence_await for hanging workloads
 2022-07-25  7:29 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/gem_exec_fence: Check stored values only for valid workloads
` [igt-dev] [PATCH i-g-t 2/2] tests/gem_exec_fence: Coordinate sleep with the start of the request

[PATCH v3] Improve Windows build documentation
 2022-07-25  7:27 UTC  (2+ messages)

[PATCH v5] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-25  7:27 UTC  (3+ messages)

[bug report] ASoC: mediatek: mt8186: support adda in platform driver
 2022-07-25  7:25 UTC 

[PATCH v6 0/5] RISC-V Smstateen support
 2022-07-25  7:23 UTC  (5+ messages)
` [PATCH v6 3/5] target/riscv: smstateen check for fcsr


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.