Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq:
[CPUFREQ] fix cpumask memory leak in acpi-cpufreq on cpu hotplug.

+1 -1
+1 -1
drivers/cpufreq/acpi-cpufreq.c
··· 759 759 760 760 cpufreq_unregister_driver(&acpi_cpufreq_driver); 761 761 762 - free_percpu(acpi_perf_data); 762 + free_acpi_perf_data(); 763 763 } 764 764 765 765 module_param(acpi_pstate_strict, uint, 0644);