From: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com>
To: Thomas Zimmermann <tzimmermann@suse.de>, dri-devel@lists.freedesktop.org
Cc: oded.gabbay@gmail.com, quic_jhugo@quicinc.com
Subject: Re: [PATCH v2 00/31] accel/ivpu: Fixes for 6.12-rc1
Date: Thu, 3 Oct 2024 10:45:13 +0200 [thread overview]
Message-ID: <bdf507b6-855b-4c34-afcc-e09aecbdfd66@linux.intel.com> (raw)
In-Reply-To: <9b55ce32-a53d-4345-ad7e-de9e3dd74996@suse.de>
Hi,
On 10/2/2024 4:51 PM, Thomas Zimmermann wrote:
> Hi
>
> Am 02.10.24 um 15:26 schrieb Jacek Lawrynowicz:
>> Applied to drm-misc-fixes
>
> And removed from drm-misc-fixes.
:(
> The -misc-fixes branch is for fixing bugs that either regressed working code or to resolve serious bugs that affects upstream users. It is NOT a dumping ground for all kinds of things you want to get into upstream quickly. Your review process should have found these issues already.
Sorry about this. I guess I allowed my upstreaming backlog to grow beyond sensible size.
I will apply small subset of these patches to -fixes and the rest to -next.
Regards,
Jacek
prev parent reply other threads:[~2024-10-03 8:45 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-30 19:52 [PATCH v2 00/31] accel/ivpu: Fixes for 6.12-rc1 Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 01/31] accel/ivpu: Update VPU FW API headers Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 02/31] accel/ivpu: Rename ivpu_log_level to fw_log_level Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 03/31] accel/ivpu: Reset fw log on cold boot Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 04/31] accel/ivpu: Refactor functions in ivpu_fw_log.c Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 05/31] accel/ivpu: Fix fw log printing Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 06/31] accel/ivpu: Limit FW version string length Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 07/31] accel/ivpu: Add coredump support Jacek Lawrynowicz
2024-09-30 19:52 ` [PATCH v2 08/31] accel/ivpu: Add FW state dump on TDR Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 09/31] accel/ivpu: Set 500 ns delay between power island TRICKLE and ENABLE Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 10/31] accel/ivpu: Turn on autosuspend on Simics Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 11/31] accel/ivpu: Add FW version debugfs entry Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 12/31] accel/ivpu: Stop using hardcoded DRIVER_DATE Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 13/31] accel/ivpu: Remove 1-tile power up Simics workaround Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 14/31] accel/ivpu: Allow reading dvfs_mode debugfs file Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 15/31] accel/ivpu: Add one jiffy to bo_wait_ioctl timeout value Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 16/31] accel/ivpu: Add auto selection logic for job scheduler Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 17/31] accel/ivpu: Print JSM message result in case of error Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 18/31] accel/ivpu: Make DB_ID and JOB_ID allocations incremental Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 19/31] accel/ivpu: Add test_mode bit to force turbo Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 20/31] accel/ivpu: Remove skip of clock own resource ack on Simics Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 21/31] accel/ivpu: Fix reset_engine debugfs file logic Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 22/31] accel/ivpu: Prevent recovery invocation during probe and resume Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 23/31] accel/ivpu: Refactor failure diagnostics during boot Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 24/31] accel/ivpu: Remove invalid warnings Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 25/31] accel/ivpu: Do not fail on cmdq if failed to allocate preemption buffers Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 26/31] accel/ivpu: Use whole user and shave ranges for " Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 27/31] accel/ivpu: Increase MS info buffer size Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 28/31] accel/ivpu: Fix ivpu_jsm_dyndbg_control() Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 29/31] accel/ivpu: Remove HWS_EXTRA_EVENTS from test modes Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 30/31] accel/ivpu: Add tracing for IPC/PM/JOB Jacek Lawrynowicz
2024-09-30 19:53 ` [PATCH v2 31/31] accel/ivpu: Fix typos in ivpu_pm.c Jacek Lawrynowicz
2024-10-02 13:26 ` [PATCH v2 00/31] accel/ivpu: Fixes for 6.12-rc1 Jacek Lawrynowicz
2024-10-02 14:51 ` Thomas Zimmermann
2024-10-03 8:45 ` Jacek Lawrynowicz [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bdf507b6-855b-4c34-afcc-e09aecbdfd66@linux.intel.com \
--to=jacek.lawrynowicz@linux.intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=oded.gabbay@gmail.com \
--cc=quic_jhugo@quicinc.com \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.