https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273447
Bug ID: 273447
Summary: zpool autotrim setting is fragile across upgrades
Product: Base System
Version: 13.2-RELEASE
Hardware: Any
OS: Any
Status: New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273289
--- Comment #11 from Hermes T K ---
(In reply to John F. Carr from comment #10)
Hi John,
What is the frequency of this issue ? is it happening everytime?
Do we need to follow any steps before hot-removing the drive inorder to observe
the
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273289
--- Comment #12 from John F. Carr ---
This crash has happened all three times I removed an SAS SSD without a patched
kernel. I have not tried with SATA drives. Based on code inspection, there is
no race condition that would make the panic
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212716
Greg Becker changed:
What|Removed |Added
CC||g...@codeconcepts.com
--- Comment #5
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273438
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|ri...@freebsd.org
Keyword
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273447
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|f...@freebsd.org
Keywords
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259968
Ed Maste changed:
What|Removed |Added
Depends on||271081
Referenced Bugs:
https://bugs.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272878
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273151
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264305
Mark Linimon changed:
What|Removed |Added
CC|hsela...@freebsd.org|
--- Comment #7 from Mark Linimon
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272878
Mark Linimon changed:
What|Removed |Added
Assignee|b...@freebsd.org|lini...@freebsd.org
Sta
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Mark Linimon changed:
What|Removed |Added
CC||dii...@freebsd.org
--- Comment #55
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273151
Mark Linimon changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|New
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Mark Linimon changed:
What|Removed |Added
CC||mate...@yahoo.com
--- Comment #56 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264305
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Mark Linimon changed:
What|Removed |Added
See Also||https://bugs.freebsd.org/bu
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
--- Comment #57 from John Grafton ---
(In reply to Warner Losh from comment #54)
You mean like this?
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 79ab71516cd9..78c99db8e813 100644
--- a/sys/dev/sound/pci/h
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Oleh Hushchenkov changed:
What|Removed |Added
CC||o.hushchen...@gmail.com
--- Com
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
--- Comment #59 from John Grafton ---
(In reply to Oleh Hushchenkov from comment #58)
We tested reverting the patch completely in comment #34 and Jonathan reported
that the sound didn't work but the system booted.
Removing 'intsts != 0xfff
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
--- Comment #60 from Oleh Hushchenkov ---
(In reply to John Grafton from comment #59)
> We tested reverting the patch completely in comment #34 and Jonathan reported
> that the sound didn't work but the system booted.
I see.
> Removing 'i
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273458
Bug ID: 273458
Summary: SIOCGIFDATA should be _IORW not _IOW
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affec
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273458
Brooks Davis changed:
What|Removed |Added
CC||bro...@freebsd.org
--- Comment #1 f
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269133
--- Comment #40 from geoffroy desvernay ---
I confirm last patch working on 13.2p2 here https://reviews.freebsd.org/D41558
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273418
Mark Linimon changed:
What|Removed |Added
Keywords||regression
--
You are receiving th
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269133
--- Comment #41 from Kevin Bowling ---
(In reply to geoffroy desvernay from comment #40)
It does avoid the problem but note this doesn't fix the actual logic bugs in
the driver. Hopefully Broadcom will continue their corrections.
--
You
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271333
Mark Linimon changed:
What|Removed |Added
Summary|kernel panic 13.2-RELEASE |kernel panic 13.2-RELEASE
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212716
--- Comment #6 from Greg Becker ---
I am also able to repro with 15.0-CURRENT.
The problem seems to be that we are not rechecking the socket receive buffer
for errors or to see if the peer closed after calling pr_rcvd() (around line
2430 i
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212716
--- Comment #7 from Greg Becker ---
Created attachment 244510
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244510&action=edit
echeck socket receive buffer for errors after dropping then regaining the lock
in soreceive_generic()
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
Ivan Rozhuk changed:
What|Removed |Added
CC||rozhuk...@gmail.com
--- Comment #62
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268393
--- Comment #63 from Ivan Rozhuk ---
Why no one suggest patch like this?
diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c
index 82b1baacfa9..f7be436aef6 100644
--- a/sys/dev/sound/pci/hda/hdac.c
+++ b/sys/dev/sound/
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261024
Graham Perrin (FreeBSD Project alumnus, non-committing)
changed:
What|Removed |Added
Assignee|grahamper...@freebsd.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265808
Graham Perrin (FreeBSD Project alumnus, non-committing)
changed:
What|Removed |Added
Assignee|grahamper...@freebsd.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265834
Graham Perrin (FreeBSD Project alumnus, non-committing)
changed:
What|Removed |Added
Status|In Progress
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272139
Graham Perrin (FreeBSD Project alumnus, non-committing)
changed:
What|Removed |Added
Assignee|grahamper...@freebsd.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272260
Graham Perrin (FreeBSD Project alumnus, non-committing)
changed:
What|Removed |Added
Assignee|grahamper...@freebsd.
35 matches
Mail list logo