[kernel] Linux v3.18-rc6

Josh Boyer jwboyer at fedoraproject.org
Mon Nov 24 14:42:09 UTC 2014


commit 223ab06d1528b3f4e36275df0ec2fa7b2904f635
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Mon Nov 24 08:25:40 2014 -0500

    Linux v3.18-rc6

 ...to-automatically-enforce-module-signature.patch |    2 +-
 Input-add-driver-for-the-Goodix-touchpanel.patch   |    2 +-
 config-generic                                     |    2 +-
 ...EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch |    2 +-
 kernel-arm64.patch                                 |   17 -------
 kernel.spec                                        |   11 ++--
 ...d-Remove-lockdep-check-in-sched_move_task.patch |   49 --------------------
 sources                                            |    2 +-
 8 files changed, 10 insertions(+), 77 deletions(-)
---
diff --git a/Add-option-to-automatically-enforce-module-signature.patch b/Add-option-to-automatically-enforce-module-signature.patch
index 852cd77..d53e1f3 100644
--- a/Add-option-to-automatically-enforce-module-signature.patch
+++ b/Add-option-to-automatically-enforce-module-signature.patch
@@ -33,7 +33,7 @@ index 199f453cb4de..ec38acf00b40 100644
  290/040	ALL	edd_mbr_sig_buffer EDD MBR signatures
  2D0/A00	ALL	e820_map	E820 memory map table
 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index ded8a6774ac9..750d32268fb1 100644
+index 41a503c15862..7b8969db8398 100644
 --- a/arch/x86/Kconfig
 +++ b/arch/x86/Kconfig
 @@ -1611,6 +1611,16 @@ config EFI_MIXED
diff --git a/Input-add-driver-for-the-Goodix-touchpanel.patch b/Input-add-driver-for-the-Goodix-touchpanel.patch
index 96ddece..807609c 100644
--- a/Input-add-driver-for-the-Goodix-touchpanel.patch
+++ b/Input-add-driver-for-the-Goodix-touchpanel.patch
@@ -21,7 +21,7 @@ Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
  create mode 100644 drivers/input/touchscreen/goodix.c
 
 diff --git a/MAINTAINERS b/MAINTAINERS
-index c444907ccd69..766848ecf8f5 100644
+index 0ff630de8a6d..e4b643f22336 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -4154,6 +4154,12 @@ L:	linux-media at vger.kernel.org
diff --git a/config-generic b/config-generic
index 0bf45a9..9ab5158 100644
--- a/config-generic
+++ b/config-generic
@@ -4186,7 +4186,7 @@ CONFIG_9P_FSCACHE=y
 CONFIG_9P_FS_POSIX_ACL=y
 CONFIG_9P_FS_SECURITY=y
 CONFIG_FUSE_FS=m
-CONFIG_OVERLAYFS_FS=m
+CONFIG_OVERLAY_FS=m
 # CONFIG_OMFS_FS is not set
 CONFIG_CUSE=m
 # CONFIG_F2FS_FS is not set
diff --git a/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch b/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
index 925c0e0..bb2f852 100644
--- a/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
+++ b/efi-Make-EFI_SECURE_BOOT_SIG_ENFORCE-depend-on-EFI.patch
@@ -11,7 +11,7 @@ Signed-off-by: Josh Boyer <jwboyer at fedoraproject.org>
  1 file changed, 2 insertions(+), 1 deletion(-)
 
 diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
-index 750d32268fb1..f560653b8c4f 100644
+index 7b8969db8398..d1f4a3d88dfc 100644
 --- a/arch/x86/Kconfig
 +++ b/arch/x86/Kconfig
 @@ -1612,7 +1612,8 @@ config EFI_MIXED
diff --git a/kernel-arm64.patch b/kernel-arm64.patch
index d109fbb..6106d5b 100644
--- a/kernel-arm64.patch
+++ b/kernel-arm64.patch
@@ -11507,23 +11507,6 @@ index 9ecabfa..9029d59c 100644
  static int xgene_pcie_probe_bridge(struct platform_device *pdev)
  {
  	struct device_node *dn = pdev->dev.of_node;
-@@ -631,10 +798,15 @@ static int xgene_pcie_probe_bridge(struct platform_device *pdev)
- 	if (ret)
- 		return ret;
- 
--	bus = pci_scan_root_bus(&pdev->dev, 0, &xgene_pcie_ops, port, &res);
-+	bus = pci_create_root_bus(&pdev->dev, 0,
-+					&xgene_pcie_ops, port, &res);
- 	if (!bus)
- 		return -ENOMEM;
- 
-+	pci_scan_child_bus(bus);
-+	pci_assign_unassigned_bus_resources(bus);
-+	pci_bus_add_devices(bus);
-+
- 	platform_set_drvdata(pdev, port);
- 	return 0;
- }
 diff --git a/drivers/pnp/resource.c b/drivers/pnp/resource.c
 index 782e822..d952462 100644
 --- a/drivers/pnp/resource.c
diff --git a/kernel.spec b/kernel.spec
index 7acce71..4699021 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -42,7 +42,7 @@ Summary: The Linux kernel
 # For non-released -rc kernels, this will be appended after the rcX and
 # gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
 #
-%global baserelease 3
+%global baserelease 1
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -67,7 +67,7 @@ Summary: The Linux kernel
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 5
+%define rcrev 6
 # The git snapshot level
 %define gitrev 0
 # Set rpm version accordingly
@@ -609,8 +609,6 @@ Patch26059: i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
 
 Patch26064: Input-add-driver-for-the-Goodix-touchpanel.patch
 
-Patch26065: sched-Remove-lockdep-check-in-sched_move_task.patch
-
 #rhbz 1135338
 Patch26070: HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
 
@@ -1332,8 +1330,6 @@ ApplyPatch i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
 
 ApplyPatch Input-add-driver-for-the-Goodix-touchpanel.patch
 
-ApplyPatch sched-Remove-lockdep-check-in-sched_move_task.patch
-
 #rhbz 1135338
 ApplyPatch HID-add-support-for-MS-Surface-Pro-3-Type-Cover.patch
 
@@ -2205,6 +2201,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Mon Nov 24 2014 Josh Boyer <jwboyer at fedoraproject.org>
+- Linux v3.18-rc6
+
 * Fri Nov 21 2014 Josh Boyer <jwboyer at fedoraproject.org>
 - Move TPM drivers to main kernel package (rhbz 1164937)
 
diff --git a/sources b/sources
index 105408a..14b2717 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 fb30d0f29214d75cddd2faa94f73d5cf  linux-3.17.tar.xz
 159e969cbc27201d8e2fa0f609dc722f  perf-man-3.17.tar.gz
-852725a732b5e21318324296f1940dfd  patch-3.18-rc5.xz
+fcfb06d0d29d6f51d79bcd4c2c4e622c  patch-3.18-rc6.xz


More information about the scm-commits mailing list