Suppose we have a system of $n$ linear equations in $m$ unknowns over $\mbox{GF}(2)$ (binary field) $$Av=b$$ Let $V = \mbox{GF}(2)^m$ be the vector space of possible assignments of the variables. For $v \in V$, let $|v|$ be the number of non-zero values in the vector $v$.
Is there an easy way to find a solution $s \in S = \{v \in V : Av = b \}$ so that $|s|$ is its minimum possible value, even if $0 < n \ll m$?
If this is a classic problem in computer science, what is it called?