Lines Matching refs:regression

19 #. It's a regression if something running fine with one Linux kernel works worse
27 with "[REGRESSION]" and CC or forward it to `the regression mailing list
31 Linux kernel regression tracking bot "regzbot" track the issue by specifying
32 when the regression started like this::
45 What is a "regression" and what is the "no regressions rule"?
48 It's a regression if some application or practical use case running fine with
54 It thus is a regression when a WiFi driver from Linux 5.13 works fine, but with
56 It's also a regression if a perfectly working application suddenly shows erratic
73 How do I report a regression?
89 regression using a bisection, as explained below in more detail.
94 * If you report the regression by mail, CC the regressions list.
96 * If you report your regression to some bug tracker, forward the submitted
100 If it's a regression within a stable or longterm series (e.g.
108 aforementioned Linux kernel regression tracking bot about your report. To do
113 Regzbot will then consider your mail a report for a regression introduced in the
116 performed a bisection to find the commit that caused the regression, specify the
124 regression, as long as you send a copy to the regressions mailing lists. But the
125 regression tracker is just one human which sometimes has to rest or occasionally
130 weekly regression reports sent by regzbot. Such delays can result in Linus
137 Nearly all of them are, as long as the change causing the regression (the
141 Who needs to find the root cause of a regression?
168 CCing the Linux kernel's regression tracker (regressions@leemhuis.info); if the
209 All of them are helped by people trying to ensure no regression report falls
212 regzbot, the Linux kernel regression tracking bot. That's why you want to bring
220 Developers should fix any reported regression as quickly as possible, to provide
223 care to ensure regression fixes do not cause additional damage.
225 The answer thus depends on various factors like the impact of a regression, its
229 Is it a regression, if the issue can be avoided by updating some software?
232 Almost always: yes. If a developer tells you otherwise, ask the regression
235 Is it a regression, if a newer kernel works slower or consumes more energy?
239 micro-benchmark thus is unlikely to qualify as regression, unless it also
243 Is it a regression, if an external kernel module breaks when updating Linux?
246 No, as the "no regression" rule is about interfaces and services the Linux
261 tried their best to avoid the regression. If not, report it; if in doubt, ask
264 What happens if fixing a regression is impossible without causing another?
277 integrated between Linux v5.14 and v5.15-rc1 which causes a regression, but at
279 5.15-rc1. All these changes often can simply be reverted and the regression thus
283 all changes would then cause a regression for users of said software and thus is
286 Is it a regression, if some feature I relied on was removed months ago?
294 Does the "no regression" rule apply if I seem to be the only affected person?
302 to be affected by a regression, it for the greater good might be in their and
304 easy way to circumvent the regression somehow, for example by updating some
307 Does the regression rule apply for code in the staging tree as well?
347 Can I report a regression I found with pre-compiled vanilla kernels?
356 More about regression tracking with "regzbot"
359 What is regression tracking and why should I care about it?
365 Linux Kernel's regression tracker, and some people try to ensure all regression
374 That's why the Linux kernel's regression tracker developed regzbot to facilitate
375 the work, with the long term goal to automate regression tracking as much as
393 regular issues. But it's okay for the Linux kernel's regression tracker if you
397 How to change aspects of a tracked regression?
407 * Update when the regression started to happen, for example after performing a
428 * Mark a regression as invalid::
430 #regzbot invalid: wasn't a regression, problem has always existed