User Details
- User Since
- Jun 2 2014, 4:20 PM (601 w, 16 h)
Today
Yesterday
I have a vague notion of doing this before...
This is what I've wanted to do for some time now. I didn't look closely enough, but so long as fastboot gives us the current behavior, (aka the -f behavior), I'm good with all this.
Sun, Dec 7
Offline we talked. I'm totally cool with whatever so long as I can override the forced clean.
So I need to make sure there's not a blast radius on this one.
Fri, Dec 5
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Update per review and rebase over resize changes... woof.
Thu, Dec 4
Wed, Dec 3
ISO_C_VISIBLE: Interfaces available. It's set unconditionally based on the dialect. It's an undocumented interface.
STDC_VERSION: the exact dialect being compiled for. This is standards defined.
Tue, Dec 2
Why can't we make virtio_p9fs.ko depend on p9fs.ko? That would also cover this case, no? And would confine their visibility to that one module, no? It's how we do pci, etc.
Is it possible to create a branch for the whole chain somehow?
Looks generally good, but I did have one question...
Mon, Dec 1
Sun, Nov 30
both user and kernel, though there's no MK_REPRODUCIBLE_BUILD for user.
better wording for the triv copy routine
mixes a couple of different things, but they might not be as independent as I'm thinking, so I think this is fine from that perspective.
The workaround looks to match the one in Linux well enough I think it will work. The code bases are different enough that I didn't do a detailed copying analysis since direct copying between these drivers is kinda hard in structure, but is easy because the #defines are necessarily the same which has little to no copyright protection.
Sat, Nov 29
So why can't the coonsumers of these symbols just depend on the module? Why do we have to export the symbols from these modules to everybody?
Fri, Nov 28
Oh that's what you meant. Why wouldn't it be in scope?
OK. I understand adding the quirk. It may make sense for us to handle some of these 'probing' commands better in the future, but we have many others than the ones you've added. As such, lets go wit the the PIM_WLUN flag for now.
Since only the SIMs that support WLUN reporting call this, that limits the damage.
It may be the case we have to probe LUNs first and not probe WLUNs at all if that fails (some older, reduced command CDB sets don't have REPORT LUNS at all). For the moment, it's fine.
Looks like a lot of whitespace changes unrelated as noted.
maybe add a fixes: tag?
I'd be tempted to do separate commits, but it's not therrible if not. The change looks good to me.
Dnssec just ensures the ip addr is legit. Https ensures the identity of who you are talking to as well as doing crypto.... we also independently sign the pkg, true. But the more barriers to spoofing the better.
Thu, Nov 27
Ideally, you'd upstream this too...
Wed, Nov 26
Why not
bool device_has_children(device_t dev) {return (!TAILQ_EMPTY(&dev->children))) }update per review
memmove -> memcpy is the right thing because sn and cddata->sn can't possibly overlap.
Just a few questions. I started this review a few weeks ago then it slipped my mind...