Commit Graph

3569 Commits

Author SHA1 Message Date
Peter Robinson db34f96e9d Qualcomm QDF2432 errata fix 2016-08-23 17:11:40 +01:00
Josh Boyer 3222f9a9b7 Don't use early_param if fbcon is a module
Upstream 0-day testing has reported build issues with this patch when
fbcon is built as a module:

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/fedora.git rawhide
head:   bb46fd92b76deb12e06d53bc79db187c5217e540
commit: 3eb6be4c89daa67620490f9126fa8b7218963edc [16/51] silence fbcon logo
config: x86_64-randconfig-s1-08210816 (attached as .config)
compiler: gcc-4.4 (Debian 4.4.7-8) 4.4.7
reproduce:
        git checkout 3eb6be4c89daa67620490f9126fa8b7218963edc
        # save the attached .config to linux build tree
        make ARCH=x86_64

All errors (new ones prefixed by >>):

   drivers/video/console/fbcon.c:3633: error: expected declaration specifiers or '...' before string constant
   drivers/video/console/fbcon.c:3633: error: expected declaration specifiers or '...' before 'quiet_logo'
   drivers/video/console/fbcon.c:3633: warning: data definition has no type or storage class
>> drivers/video/console/fbcon.c:3633: error: type defaults to 'int' in declaration of 'early_param'
>> drivers/video/console/fbcon.c:3633: error: function declaration isn't a prototype

vim +3633 drivers/video/console/fbcon.c

  3627  static int __init quiet_logo(char *str)
  3628  {
  3629          logo_shown = FBCON_LOGO_DONTSHOW;
  3630          return 0;
  3631  }
  3632
> 3633  early_param("quiet", quiet_logo);
  3634
  3635  fs_initcall(fb_console_init);
  3636

This is because early_param is only defined in the #ifndef MODULE case.
Fedora always builds this as =y, so just move the code inside the #else
case.
2016-08-22 15:17:46 -04:00
Justin M. Forbes 114729e728 Linux v4.8-rc3 2016-08-22 08:13:07 -05:00
Peter Robinson b325251966 Add fix for RTC crash on ARMv7 am33xx devices 2016-08-20 13:52:20 +01:00
Justin M. Forbes d51e15e2b7 Linux v4.8-rc2-348-g6040e57 2016-08-19 17:06:06 -05:00
Justin M. Forbes a5acca3c59 Linux v4.8-rc2-232-g3408fef 2016-08-19 07:54:13 -05:00
Peter Robinson b0aef6661d Minor Tegra changes 2016-08-19 13:37:35 +01:00
Justin M. Forbes aa1bd41b87 add CVE number 2016-08-18 11:07:22 -05:00
Josh Boyer 3cc6a14ebc Fix typo in CVE number 2016-08-18 09:47:28 -04:00
Justin M. Forbes 06a192f0a9 Linux v4.8-rc2-42-g5ff132c spec file 2016-08-17 15:20:26 -05:00
Justin M. Forbes bc44e90122 Fix sources 2016-08-17 15:08:39 -05:00
Justin M. Forbes 773618662c Linux v4.8-rc2-42-g5ff132c 2016-08-17 15:08:12 -05:00
Justin M. Forbes d5efb68b2d Actually add the patch 2016-08-16 16:58:06 -05:00
Justin M. Forbes 0c95c00a58 Linux v4.8-rc2-17-gae5d68b 2016-08-16 16:43:35 -05:00
Justin M. Forbes 1b268d6baa Linux v4.8-rc2 2016-08-15 08:42:38 -05:00
Justin M. Forbes 28b020a75e Linux v4.8-rc1-166-g9909170 2016-08-12 16:43:15 -05:00
Justin M. Forbes 84f878999c Linux v4.8-rc1-88-g3b3ce01 2016-08-11 16:58:51 -05:00
Laura Abbott 744edb7493 Fix for crash seen with open stack (rhbz 1361414) 2016-08-11 14:50:22 -07:00
Peter Robinson 018c63534e Enable Atmel i2c TPM on ARM platforms 2016-08-11 22:24:22 +01:00
Peter Robinson 2717ae929b Enable NUMA on aarch64, Enable Cavium ThunderX 2016-08-11 14:01:50 +01:00
Peter Robinson 3ad086332c Disable long running watchdog in VM patch (in theory fixed) 2016-08-11 11:51:35 +01:00
Peter Robinson e2fa61116a Minor ARM config updates 2016-08-11 11:49:10 +01:00
Laura Abbott 46396fbe53 Cleanup patches/PatchList.txt
Now that we have a script to check the state of the tree, make it
useful again.
2016-08-10 17:56:05 -07:00
Miguel Flores Silverio 14ee8bf7eb Script to highlight state of patches in tree
The intent for this script is to make easier patch management
and documentation.

[labbott: Tweak help text]
Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
2016-08-10 17:56:05 -07:00
Justin M. Forbes e305d0ddd7 Linux v4.8-rc1-70-g9512c47 2016-08-10 16:09:31 -05:00
Laura Abbott 2acb794259 Fix false positive VM_BUG() in page_add_file_rmap (rhbz 1365686) 2016-08-10 13:00:33 -07:00
Justin M. Forbes 23689dd81c Linux v4.8-rc1-53-ga0cba21 2016-08-10 11:54:47 -05:00
Justin M. Forbes 25b0d4976f Don't forget the actual patch 2016-08-09 09:54:30 -05:00
Justin M. Forbes c9136e8eba Linux v4.8-rc1-19-g81abf25 2016-08-09 09:50:17 -05:00
Josh Boyer 0f0c733ba4 Build CONFIG_POWERNV_CPUFREQ in on ppc64* (rhbz 1351346) 2016-08-08 13:09:14 -04:00
Justin M. Forbes 02bb813ee6 Linux v4.8-rc1 2016-08-08 10:49:17 -05:00
Jason Tibbitts e9fda3244b kernel.spec: Fix up mixed indents
There are several instances of mixed spaces and tabs throughout the
kernel.  This makes vim yell and rpmlint complain, so....

It doesn't look like there was any consistency in the expected tab widths
used, so I just tried to line things up as it appears to have been
intended.

[labbott: Tweaked commit text, fixed ever popular kenrel typo]
2016-08-05 02:19:59 -07:00
Jason Tibbitts e986b232bb kernel.spec: Fix build dep on libelf-devel
The dependency on libelf-devel is wrapped in "%if %{with_perf}".
However, if you're building without perf (as fast-build.sh does) then
you don't have this installed and the build will complain:

Makefile:1037: "Cannot use CONFIG_STACK_VALIDATION, please install
libelf-dev, libelf-devel or elfutils-libelf-devel"

This just lifts the dependency out of the %if section.
2016-08-05 02:18:24 -07:00
Jason Tibbitts 2117aca695 There are a few instances if trailing whitespace throughout the spec.
It's not uncommon for editors to yell about this (such as vim with
syntastic running rpmlint) and the yelling can be annoying so...
2016-08-05 02:17:33 -07:00
Laura Abbott fbaf37afa4 Linux v4.7-11891-gdd7fd3a 2016-08-05 01:24:26 -07:00
Laura Abbott 9e210819de Linux v4.7-11544-g96b5852 2016-08-03 23:22:58 -07:00
Miguel Flores Silverio 77180b8690 update script to add a new patch
It enables the builid macro and uses the name of the patch as
label instead of using rpmdev-bumpspec.

Signed-off-by: Miguel Flores Silverio <floresmigu3l@gmail.com>
2016-08-03 05:03:59 -07:00
Laura Abbott 86429d3fcb Linux v4.7-11470-gd52bd54 2016-08-03 02:50:12 -07:00
Hans de Goede 927eaa238f Sync 2 skylake i915 bug-fix patches with latest upstream version 2016-08-02 22:05:05 +02:00
Laura Abbott 73649ff8a1 Linux v4.7-10753-g731c7d3 2016-08-02 03:25:42 -07:00
Justin M. Forbes 136ce0111f Linux v4.7-6438-gc624c86 2016-07-29 09:59:16 -05:00
Bastien Nocera f2c2c1b1e0 Add touchscreen and pen driver for the Surface 3 2016-07-29 09:07:01 -04:00
Josh Boyer fcb14e5f56 Actually bring in the config change from the last commit. Oops 2016-07-29 09:05:22 -04:00
Bastien Nocera d775331d9c Add CrystalCove PWM support, for CherryTrail devices 2016-07-29 08:56:05 -04:00
Justin M. Forbes 909ce5cc9e Linux v4.7-5906-g194dc87 2016-07-28 13:47:17 -05:00
Josh Boyer 04b67efd0a CVE-2016-5412 powerpc: kvm: Infinite loop in HV mode (rhbz 1349916 1361040) 2016-07-28 09:15:56 -04:00
Peter Robinson d6f5bfaa12 Filter nvme rdma modules to extras, Fix IP Wireless driver filtering (rhbz 1356043) thanks lkundrak, Build IIO tools 2016-07-28 08:47:41 +01:00
Justin M. Forbes 0fa65442a7 Linux v4.7-3199-g0e06f5c 2016-07-27 15:36:14 -05:00
Laura Abbott 5bf108e3df rebuild for koji errors 2016-07-26 07:03:29 -07:00
Josh Boyer 9ffde4b8e9 CVE-2016-6136 race condition in auditsc.c (rhbz 1353533 1353534) 2016-07-25 14:43:29 -04:00