[kernel] r22486 - in dists/sid/linux/debian: . config patches patches/debian

Ben Hutchings benh at moszumanska.debian.org
Mon Apr 6 23:34:58 UTC 2015


Author: benh
Date: Mon Apr  6 23:34:58 2015
New Revision: 22486

Log:
Resolve remaining ABI changes

Restore a #include dropped from fs/proc/generic.c which perturbed genksyms.

Ignore the removal of exported static functions from
snd-hda-controller which shouldn't be used OOT (they were only ever
meant for use by other modules in that directory).

Added:
   dists/sid/linux/debian/patches/debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch
Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/defines
   dists/sid/linux/debian/patches/series

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Mon Apr  6 20:28:16 2015	(r22485)
+++ dists/sid/linux/debian/changelog	Mon Apr  6 23:34:58 2015	(r22486)
@@ -198,6 +198,7 @@
   * [x86] Disable X86_VERBOSE_BOOTUP (Closes: #781953)
   * eMMC: Don't initialize partitions on RPMB flagged areas (Closes: #782038)
   * [x86] powercap / RAPL: change domain detection message (Closes: #781418)
+  * procfs: Avoid ABI change in 3.16.7-ckt8
 
  -- Ian Campbell <ijc at debian.org>  Wed, 18 Mar 2015 21:07:15 +0000
 

Modified: dists/sid/linux/debian/config/defines
==============================================================================
--- dists/sid/linux/debian/config/defines	Mon Apr  6 20:28:16 2015	(r22485)
+++ dists/sid/linux/debian/config/defines	Mon Apr  6 23:34:58 2015	(r22486)
@@ -7,6 +7,11 @@
  module:drivers/net/wireless/iwlwifi/iwlwifi
  module:sound/i2c/other/snd-ak4113
  module:sound/i2c/other/snd-ak4114
+ azx_alloc_cmd_io
+ azx_free_cmd_io
+ azx_get_response
+ azx_init_cmd_io
+ azx_send_cmd
 # Apparently not used OOT
  __add_pages
  __remove_pages

Added: dists/sid/linux/debian/patches/debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/sid/linux/debian/patches/debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch	Mon Apr  6 23:34:58 2015	(r22486)
@@ -0,0 +1,18 @@
+From: Ben Hutchings <ben at decadent.org.uk>
+Date: Tue, 07 Apr 2015 00:20:38 +0100
+Subject: procfs: Avoid ABI change in 3.16.7-ckt8
+
+genksyms is perturbed by removing this #include even though none of
+its definitions are needed by exported functions...
+
+---
+--- a/fs/proc/generic.c
++++ b/fs/proc/generic.c
+@@ -19,6 +19,7 @@
+ #include <linux/mount.h>
+ #include <linux/init.h>
+ #include <linux/idr.h>
++#include <linux/namei.h>
+ #include <linux/bitops.h>
+ #include <linux/spinlock.h>
+ #include <linux/completion.h>

Modified: dists/sid/linux/debian/patches/series
==============================================================================
--- dists/sid/linux/debian/patches/series	Mon Apr  6 20:28:16 2015	(r22485)
+++ dists/sid/linux/debian/patches/series	Mon Apr  6 23:34:58 2015	(r22486)
@@ -575,3 +575,5 @@
 bugfix/all/hid-thingm-fix-workqueue-race-on-remove.patch
 debian/emmc-don-t-initialize-partitions-on-rpmb-flagged-areas.patch
 bugfix/x86/powercap-rapl-change-domain-detection-message.patch
+
+debian/procfs-avoid-abi-change-in-3.16.7-ckt8.patch



More information about the Kernel-svn-changes mailing list