APPLIED[F/Unstable]: [U/F/E/D/B/X] UBUNTU: [Packaging]: config-check: some enforcement is ignored

Seth Forshee seth.forshee at canonical.com
Wed Jan 8 03:35:44 UTC 2020


On Thu, Dec 19, 2019 at 03:29:51PM -0300, Thadeu Lima de Souza Cascardo wrote:
> Whenever config-check finds an entry like:
> 
> CONFIG_VFIO mark<ENFORCED>note<LP#1636733>
> 
> it will consider mark<ENFORCED>note as the option name, as the regexp allows
> any characters not in the whitespace class (\S). By using a class like [^\s<],
> that is, not whitespace and not '<', it will be correctly parsed.
> 
> We could fix the entries that have this problem, but fixing the parser is more
> robust.
> 
> Ignore: yes
> 
> Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo at canonical.com>

Applied to focal/master-next and unstable/master, thanks!



More information about the kernel-team mailing list