Commit Graph

3880 Commits

Author SHA1 Message Date
Peter Robinson
1f77dbb08d arm: increase default CMA size to 32Mb (from 16Mb) 2016-08-29 13:17:38 +01:00
Peter Robinson
2c530ad257 update bcm2837 with what's currently upstream for a64 2016-08-29 09:20:11 +01:00
Peter Robinson
e2ba24e6f4 enable common ARM IoT pressure sensor 2016-08-29 00:30:22 +01:00
Peter Robinson
769351a2f4 Minor ARM updates 2016-08-28 23:37:46 +01:00
Justin M. Forbes
a9fd31238a Linux v4.8-rc3-39-g61c0457 2016-08-25 15:36:50 -05:00
Jeffrey Bastian
ec3031ac73 add 32-bit ARM opcodes.h to kernel-devel rpm
64-bit ARM opcodes.h references the 32-bit version:
    $ cat arch/arm64/include/asm/opcodes.h
    #include <../../arm/include/asm/opcodes.h>

Include the 32-bit ARM opcodes.h in kernel-devel so tools like SystemTap
can use it (see RHBZ 1291868).

Signed-off-by: Jeff Bastian <jbastian@redhat.com>
2016-08-25 16:15:39 -04:00
Peter Robinson
20d49fec63 Config updates and fixes for ARMv7 platforms 2016-08-25 10:53:58 +01:00
Justin M. Forbes
d5ce7505e0 Linux v4.8-rc3-26-gcad9d20 2016-08-24 09:11:15 -05:00
Laura Abbott
8fd61b3a44 Fix for inabiltiy to send zero sized UDP packets (rhbz 1365940) 2016-08-23 16:52:53 -07:00
Peter Robinson
0c1a1f4ca9 Adjust max CPUs on ARM platforms to reflect newer real world hardware 2016-08-23 21:05:13 +01:00
Peter Robinson
656a8be1e6 Move to upstream patches for ACPI SPCR (serial console) 2016-08-23 17:20:50 +01:00
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