User Details
- User Since
- Aug 29 2014, 12:11 PM (544 w, 2 d)
Yesterday
device_printf() isn't a Linux API. Help me understand, maybe with an example, of why we'd need/want it to work there. The rewriting can be done with an inline block, so extra variables don't matter so much (I mean, it is the kernel, but I don't think this would break the bank).
Fri, Jan 31
If we start this ..
Thu, Jan 30
This is covered by other local changes already to catch the skb in the error case and not the problem for the PR.
Hopefully w/ the pci.c change this time.
Wed, Jan 29
@dumbbell can you check drm-kmod will be fine on all relevant branches with this too (especially the older ones)?
Mon, Jan 27
Actually not requesting changes yet but more requesting discussion ...
Sun, Jan 26
I think the commit description needs updating to kbit/s.
Sat, Jan 25
I was pondering this for a while -- also for other devices -- but I highly felt that usbconfig wanted some improvements first to make this a lot easier.
There are tricky bits with USB devices changing "identity" depending on quirks or other state (i.e., first show up as CD-ROM and then become a network device).
Thu, Jan 23
The skbs are still leaking even with this so it should be elsewhere.
Mon, Jan 20
I'll try to do both the testing and a review in the next 72 hours if that is ok.
Thu, Jan 16
I just looked through the delta changes, so the original comment about the duplication assumption stays. The changes seem fine. Thank you for doing them!
Wed, Jan 15
Wed, Jan 8
Tue, Jan 7
Fix another typo.
It's a helper function; because we do use mallocarray internally and it doesn't go by Linux guarantees on memory being physically contiguous in some cases. I can replace all the mallocarray calls directly with __kmalloc() but that just makes it harder to maintain in many places rather one. We can name this whatever we want it to be if you do not like the name...
@salvadore ? Can you approve as well?
Adjust the comments and good to go I would say.
There are pending requests fr changes from @fuz and me here.
One question from me (which may or may not lead to a follow-up change) and one request for change from @fuz
Ok, so where do you want to take this? Find all the places in the tree and replace them, just do net80211 and leave the drivers? Just add the macros and let someone else do them all in a go?
Not reviewed just expressing my indifference on this. I would rather see us getting other bits going and demote iwm.
Do you really want to pull 11n into iwm(4) still? Or do we have bigger fish to fry?
Assuming you did the c&p replication in full this seems fine as a start modulo style.
Note: I believe the logic here needs to be reversed and we need to check for 80P80 first. (otherwise we'll never hit the else if case). If anyone agrees with me I'll open another review for that once this is in.
As hinted by @emaste hide the -vht under ifconfig -v as well to be
consistent. I'd rather do it once and for all now than having to
start again. I am typing -v anyway all the time while developing
(given not even pre-vht stuff is all consistent as we have pointed
out in the other review).
Sun, Jan 5
Sat, Jan 4
FYI for next time there is a USB group; feel free to add it or yourself to it if you are interested in USB.