Package: linux / 3.14.12-1~bpo70+1

Metadata

Package Version Patches format
linux 3.14.12-1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/version.patch | (download)

Makefile | 15 14 + 1 - 0 !
arch/ia64/kernel/process.c | 5 3 + 2 - 0 !
arch/powerpc/kernel/process.c | 6 4 + 2 - 0 !
arch/x86/um/sysrq_64.c | 6 4 + 2 - 0 !
kernel/printk/printk.c | 6 4 + 2 - 0 !
5 files changed, 29 insertions(+), 9 deletions(-)

 include package version along with kernel release in stack traces
Date: Tue, 24 Jul 2012 03:13:10 +0100
debian/kernelvariables.patch | (download)

Makefile | 74 38 + 36 - 0 !
1 file changed, 38 insertions(+), 36 deletions(-)

 kbuild: make the toolchain variables easily overwritable
Date: Sun, 22 Feb 2009 15:39:35 +0100
debian/gitignore.patch | (download)

.gitignore | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 tweak gitignore for debian pkg-kernel using git svn.
debian/ia64 hardcode arch script output.patch | (download)

arch/ia64/Makefile | 17 2 + 15 - 0 !
1 file changed, 2 insertions(+), 15 deletions(-)

 hardcode arch script output
Date: Mon, 26 Mar 2007 16:30:51 -0600
Bug-Debian: https://bugs.debian.org/392592
debian/mips disable werror.patch | (download)

arch/mips/Kbuild | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 [patch] partially revert "mips: add -werror to arch/mips/kbuild"
debian/arch sh4 fix uimage build.patch | (download)

arch/sh/Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [sh4] fix uimage build
Bug-Debian: https://bugs.debian.org/569034
debian/powerpcspe omit uimage.patch | (download)

arch/powerpc/boot/Makefile | 18 0 + 18 - 0 !
1 file changed, 18 deletions(-)

 prevent building uimage with missing mkimage
 On some powerpc platforms, CONFIG_DEFAULT_UIMAGE is selected automatically,
 which leads to uImage being built automatically with mkimage. This tool is not
 available in linux's build-dependencies, and the file is not strictly
 necessary, so we are omitting this step in the build process, Debian-specific.
debian/ppc64el disable zImage.patch | (download)

arch/powerpc/boot/Makefile | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 ppc64el: kernel: patch: temporarily disable zimage

Debian ppc64el will wait for the 'powerpc/boot: 64bit little endian wrapper'
(zImage) patches upstream rather than shipping 32-bit tools for zImage.  The
patches are currently in Ben Herrenschmidt's linux-next tree [1].

The patches are not being carried over instead of this workaround because,
even without both, the build process does produces vmlinux, only failing for
zImage. So, it's ok to just work-around this for now, as we pick vmlinux.

The workaround patch just avoids this build error:

	[...]
	  LD      vmlinux
	  SYSMAP  System.map
	[...]
	  WRAP    arch/powerpc/boot/zImage.pseries
	ld: unrecognised emulation mode: elf32ppc
	Supported emulations: elf64lppc elf32lppc elf32lppclinux elf32lppcsim
	make[6]: *** [arch/powerpc/boot/zImage.pseries] Error 1
	make[5]: *** [zImage] Error 2

[1] https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/log/?qt=grep&q=powerpc%2Fboot
    (15 commits with message prefix 'powerpc/boot:' dated of 2014-04-28)

Signed-off-by: Mauricio Faria de Oliveira <mauricfo@linux.vnet.ibm.com>

features/all/Kbuild kconfig Verbose version of listnewconfig.patch | (download)

scripts/kconfig/conf.c | 42 32 + 10 - 0 !
scripts/kconfig/confdata.c | 13 12 + 1 - 0 !
scripts/kconfig/expr.h | 2 2 + 0 - 0 !
scripts/kconfig/lkc_proto.h | 1 1 + 0 - 0 !
4 files changed, 47 insertions(+), 11 deletions(-)

 kbuild: kconfig: verbose version of --listnewconfig
features/all/drivers media dvb usb af9005 request_firmware.patch | (download)

drivers/media/usb/dvb-usb/Kconfig | 2 1 + 1 - 0 !
drivers/media/usb/dvb-usb/af9005-fe.c | 66 53 + 13 - 0 !
2 files changed, 54 insertions(+), 14 deletions(-)

 af9005: use request_firmware() to load register init script
debian/iwlwifi do not request unreleased firmware.patch | (download)

drivers/net/wireless/iwlwifi/iwl-6000.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 iwlwifi: do not request unreleased firmware for iwl6000
Bug-Debian: https://bugs.debian.org/689416
bugfix/all/firmware_class return specific errors from file read.patch | (download)

drivers/base/firmware_class.c | 30 16 + 14 - 0 !
1 file changed, 16 insertions(+), 14 deletions(-)

 firmware_class: return specific errors from file read

Currently several failure cases are not distinguished and are
incorrectly reported as -EINVAL or -ENOENT.

Change fw_file_size() to return an error code on failure and
adjust fw_read_file_contents() and fw_get_filesystem_firmware()

Change _request_firmware() to return the error code from
fw_get_filesystem_firmware() if CONFIG_FW_LOADER_USER_HELPER is not
enabled.  (If it is enabled and also fails, unfortunately we can't
tell why.)

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

bugfix/all/firmware_class log every success and failure.patch | (download)

drivers/base/firmware_class.c | 18 11 + 7 - 0 !
1 file changed, 11 insertions(+), 7 deletions(-)

 firmware_class: log every success and failure against given device
Date: Sun, 09 Dec 2012 16:02:00 +0000
bugfix/all/firmware remove redundant log messages from drivers.patch | (download)

arch/arm/mach-netx/xc.c | 4 1 + 3 - 0 !
arch/cris/arch-v32/drivers/iop_fw_load.c | 10 0 + 10 - 0 !
arch/x86/kernel/cpu/microcode/amd.c | 4 1 + 3 - 0 !
drivers/atm/ambassador.c | 4 1 + 3 - 0 !
drivers/atm/fore200e.c | 5 2 + 3 - 0 !
drivers/bluetooth/ath3k.c | 8 2 + 6 - 0 !
drivers/bluetooth/bcm203x.c | 2 0 + 2 - 0 !
drivers/bluetooth/bfusb.c | 4 1 + 3 - 0 !
drivers/bluetooth/bt3c_cs.c | 4 1 + 3 - 0 !
drivers/bluetooth/btmrvl_sdio.c | 4 0 + 4 - 0 !
drivers/char/dsp56k.c | 5 1 + 4 - 0 !
drivers/dma/imx-sdma.c | 4 1 + 3 - 0 !
drivers/gpu/drm/mga/mga_warp.c | 5 1 + 4 - 0 !
drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c | 4 1 + 3 - 0 !
drivers/gpu/drm/r128/r128_cce.c | 5 1 + 4 - 0 !
drivers/gpu/drm/radeon/ni.c | 4 0 + 4 - 0 !
drivers/gpu/drm/radeon/r100.c | 5 1 + 4 - 0 !
drivers/gpu/drm/radeon/r600.c | 4 0 + 4 - 0 !
drivers/gpu/drm/radeon/r600_cp.c | 4 0 + 4 - 0 !
drivers/gpu/drm/radeon/radeon_cp.c | 5 1 + 4 - 0 !
drivers/infiniband/hw/qib/qib_sd7220.c | 4 1 + 3 - 0 !
drivers/input/touchscreen/atmel_mxt_ts.c | 4 1 + 3 - 0 !
drivers/isdn/hardware/mISDN/speedfax.c | 5 1 + 4 - 0 !
drivers/media/common/siano/smscoreapi.c | 4 1 + 3 - 0 !
drivers/media/dvb-frontends/af9013.c | 10 1 + 9 - 0 !
drivers/media/dvb-frontends/bcm3510.c | 5 2 + 3 - 0 !
drivers/media/dvb-frontends/cx24116.c | 7 1 + 6 - 0 !
drivers/media/dvb-frontends/drxd_hard.c | 4 1 + 3 - 0 !
drivers/media/dvb-frontends/drxk_hard.c | 4 0 + 4 - 0 !
drivers/media/dvb-frontends/ds3000.c | 6 1 + 5 - 0 !
drivers/media/dvb-frontends/nxt200x.c | 12 2 + 10 - 0 !
drivers/media/dvb-frontends/or51132.c | 5 1 + 4 - 0 !
drivers/media/dvb-frontends/or51211.c | 6 1 + 5 - 0 !
drivers/media/dvb-frontends/sp8870.c | 4 1 + 3 - 0 !
drivers/media/dvb-frontends/sp887x.c | 4 1 + 3 - 0 !
drivers/media/dvb-frontends/tda10048.c | 2 0 + 2 - 0 !
drivers/media/dvb-frontends/tda1004x.c | 5 1 + 4 - 0 !
drivers/media/dvb-frontends/tda10071.c | 8 1 + 7 - 0 !
drivers/media/i2c/cx25840/cx25840-firmware.c | 4 1 + 3 - 0 !
drivers/media/pci/bt8xx/bttv-cards.c | 4 1 + 3 - 0 !
drivers/media/pci/cx18/cx18-av-firmware.c | 4 1 + 3 - 0 !
drivers/media/pci/cx18/cx18-dvb.c | 6 2 + 4 - 0 !
drivers/media/pci/cx18/cx18-firmware.c | 7 1 + 6 - 0 !
drivers/media/pci/cx23885/cx23885-417.c | 8 1 + 7 - 0 !
drivers/media/pci/cx23885/cx23885-cards.c | 6 1 + 5 - 0 !
drivers/media/pci/cx88/cx88-blackbird.c | 7 1 + 6 - 0 !
drivers/media/pci/ivtv/ivtv-firmware.c | 2 0 + 2 - 0 !
drivers/media/pci/ngene/ngene-core.c | 9 1 + 8 - 0 !
drivers/media/pci/saa7164/saa7164-fw.c | 5 1 + 4 - 0 !
drivers/media/pci/ttpci/av7110.c | 11 2 + 9 - 0 !
drivers/media/pci/ttpci/av7110_hw.c | 5 1 + 4 - 0 !
drivers/media/platform/s5p-mfc/s5p_mfc_ctrl.c | 8 2 + 6 - 0 !
drivers/media/radio/radio-wl1273.c | 5 1 + 4 - 0 !
drivers/media/radio/wl128x/fmdrv_common.c | 4 1 + 3 - 0 !
drivers/media/tuners/tuner-xc2028.c | 1 0 + 1 - 0 !
drivers/media/usb/cpia2/cpia2_core.c | 5 1 + 4 - 0 !
drivers/media/usb/cx231xx/cx231xx-417.c | 6 1 + 5 - 0 !
drivers/media/usb/dvb-usb/dib0700_devices.c | 14 4 + 10 - 0 !
drivers/media/usb/dvb-usb/dvb-usb-firmware.c | 9 2 + 7 - 0 !
drivers/media/usb/dvb-usb/gp8psk.c | 8 1 + 7 - 0 !
drivers/media/usb/dvb-usb/opera1.c | 3 0 + 3 - 0 !
drivers/media/usb/gspca/vicam.c | 4 1 + 3 - 0 !
drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 23 0 + 23 - 0 !
drivers/media/usb/s2255/s2255drv.c | 4 1 + 3 - 0 !
drivers/media/usb/tlg2300/pd-main.c | 4 1 + 3 - 0 !
drivers/media/usb/ttusb-budget/dvb-ttusb-budget.c | 4 1 + 3 - 0 !
drivers/media/usb/ttusb-dec/ttusb_dec.c | 5 1 + 4 - 0 !
drivers/misc/ti-st/st_kim.c | 5 1 + 4 - 0 !
drivers/net/can/softing/softing_fw.c | 5 1 + 4 - 0 !
drivers/net/ethernet/3com/typhoon.c | 5 1 + 4 - 0 !
drivers/net/ethernet/adaptec/starfire.c | 10 2 + 8 - 0 !
drivers/net/ethernet/alteon/acenic.c | 5 1 + 4 - 0 !
drivers/net/ethernet/broadcom/bnx2.c | 9 3 + 6 - 0 !
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c | 5 1 + 4 - 0 !
drivers/net/ethernet/broadcom/tg3.c | 5 1 + 4 - 0 !
drivers/net/ethernet/brocade/bna/cna_fwimg.c | 4 1 + 3 - 0 !
drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c | 16 3 + 13 - 0 !
drivers/net/ethernet/intel/e100.c | 3 0 + 3 - 0 !
drivers/net/ethernet/myricom/myri10ge/myri10ge.c | 2 0 + 2 - 0 !
drivers/net/ethernet/smsc/smc91c92_cs.c | 4 1 + 3 - 0 !
drivers/net/ethernet/sun/cassini.c | 5 1 + 4 - 0 !
drivers/net/hamradio/yam.c | 5 1 + 4 - 0 !
drivers/net/usb/kaweth.c | 4 1 + 3 - 0 !
drivers/net/wimax/i2400m/fw.c | 7 1 + 6 - 0 !
drivers/net/wireless/at76c50x-usb.c | 7 1 + 6 - 0 !
drivers/net/wireless/ath/ath9k/hif_usb.c | 6 1 + 5 - 0 !
drivers/net/wireless/ath/carl9170/usb.c | 1 0 + 1 - 0 !
drivers/net/wireless/atmel.c | 6 1 + 5 - 0 !
drivers/net/wireless/b43/main.c | 13 1 + 12 - 0 !
drivers/net/wireless/b43legacy/main.c | 5 1 + 4 - 0 !
drivers/net/wireless/brcm80211/brcmfmac/dhd_sdio.c | 4 1 + 3 - 0 !
drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c | 10 2 + 8 - 0 !
drivers/net/wireless/ipw2x00/ipw2100.c | 6 1 + 5 - 0 !
drivers/net/wireless/ipw2x00/ipw2200.c | 4 1 + 3 - 0 !
drivers/net/wireless/iwlegacy/3945-mac.c | 1 0 + 1 - 0 !
drivers/net/wireless/iwlwifi/iwl-drv.c | 7 1 + 6 - 0 !
drivers/net/wireless/libertas_tf/if_usb.c | 2 0 + 2 - 0 !
drivers/net/wireless/mwifiex/main.c | 5 1 + 4 - 0 !
drivers/net/wireless/mwl8k.c | 15 3 + 12 - 0 !
drivers/net/wireless/orinoco/fw.c | 9 2 + 7 - 0 !
drivers/net/wireless/orinoco/orinoco_usb.c | 1 0 + 1 - 0 !
drivers/net/wireless/p54/p54pci.c | 1 0 + 1 - 0 !
drivers/net/wireless/p54/p54spi.c | 4 1 + 3 - 0 !
drivers/net/wireless/p54/p54usb.c | 1 0 + 1 - 0 !
drivers/net/wireless/prism54/islpci_dev.c | 7 2 + 5 - 0 !
drivers/net/wireless/rt2x00/rt2x00firmware.c | 4 1 + 3 - 0 !
drivers/net/wireless/rtlwifi/core.c | 1 0 + 1 - 0 !
drivers/net/wireless/rtlwifi/rtl8192se/sw.c | 1 0 + 1 - 0 !
drivers/net/wireless/ti/wl1251/main.c | 8 2 + 6 - 0 !
drivers/net/wireless/ti/wlcore/main.c | 4 1 + 3 - 0 !
drivers/net/wireless/zd1201.c | 2 0 + 2 - 0 !
drivers/net/wireless/zd1211rw/zd_usb.c | 9 1 + 8 - 0 !
drivers/scsi/advansys.c | 8 0 + 8 - 0 !
drivers/scsi/aic94xx/aic94xx_init.c | 2 0 + 2 - 0 !
drivers/scsi/aic94xx/aic94xx_seq.c | 5 1 + 4 - 0 !
drivers/scsi/bfa/bfad.c | 1 0 + 1 - 0 !
drivers/scsi/ipr.c | 4 1 + 3 - 0 !
drivers/scsi/pm8001/pm8001_ctl.c | 3 0 + 3 - 0 !
drivers/scsi/qla1280.c | 2 0 + 2 - 0 !
drivers/scsi/qla2xxx/qla_init.c | 4 0 + 4 - 0 !
drivers/scsi/qla2xxx/qla_nx.c | 5 1 + 4 - 0 !
drivers/scsi/qla2xxx/qla_os.c | 2 0 + 2 - 0 !
drivers/scsi/qlogicpti.c | 5 1 + 4 - 0 !
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 8 2 + 6 - 0 !
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c | 4 1 + 3 - 0 !
drivers/staging/media/as102/as102_fw.c | 10 2 + 8 - 0 !
drivers/staging/media/go7007/go7007-driver.c | 4 1 + 3 - 0 !
drivers/staging/media/go7007/go7007-fw.c | 6 1 + 5 - 0 !
drivers/staging/media/go7007/go7007-loader.c | 10 2 + 8 - 0 !
drivers/staging/media/lirc/lirc_zilog.c | 2 0 + 2 - 0 !
drivers/staging/rtl8192u/r819xU_firmware.c | 4 1 + 3 - 0 !
drivers/staging/rtl8712/hal_init.c | 1 0 + 1 - 0 !
drivers/staging/slicoss/slicoss.c | 10 2 + 8 - 0 !
drivers/staging/vt6656/firmware.c | 7 2 + 5 - 0 !
drivers/tty/cyclades.c | 4 1 + 3 - 0 !
drivers/tty/moxa.c | 7 1 + 6 - 0 !
drivers/tty/serial/icom.c | 3 0 + 3 - 0 !
drivers/tty/serial/ucc_uart.c | 4 1 + 3 - 0 !
drivers/usb/atm/cxacru.c | 2 0 + 2 - 0 !
drivers/usb/atm/ueagle-atm.c | 28 4 + 24 - 0 !
drivers/usb/misc/emi26.c | 10 3 + 7 - 0 !
drivers/usb/misc/ezusb.c | 6 1 + 5 - 0 !
drivers/usb/misc/isight_firmware.c | 1 0 + 1 - 0 !
drivers/usb/serial/io_edgeport.c | 5 1 + 4 - 0 !
drivers/usb/serial/io_ti.c | 4 0 + 4 - 0 !
drivers/usb/serial/ti_usb_3410_5052.c | 4 1 + 3 - 0 !
drivers/video/broadsheetfb.c | 4 1 + 3 - 0 !
drivers/video/metronomefb.c | 4 1 + 3 - 0 !
sound/drivers/vx/vx_hwdep.c | 4 1 + 3 - 0 !
sound/isa/msnd/msnd_pinnacle.c | 8 2 + 6 - 0 !
sound/isa/sscape.c | 9 2 + 7 - 0 !
sound/isa/wavefront/wavefront_synth.c | 4 1 + 3 - 0 !
sound/pci/asihpi/hpidspcd.c | 2 0 + 2 - 0 !
sound/pci/cs46xx/cs46xx_lib.c | 5 1 + 4 - 0 !
sound/pci/echoaudio/echoaudio.c | 4 1 + 3 - 0 !
sound/pci/emu10k1/emu10k1_main.c | 4 1 + 3 - 0 !
sound/pci/hda/hda_intel.c | 5 1 + 4 - 0 !
sound/pci/korg1212/korg1212.c | 1 0 + 1 - 0 !
sound/pci/mixart/mixart_hwdep.c | 4 1 + 3 - 0 !
sound/pci/pcxhr/pcxhr_hwdep.c | 5 1 + 4 - 0 !
sound/pci/riptide/riptide.c | 5 1 + 4 - 0 !
sound/pci/rme9652/hdsp.c | 4 1 + 3 - 0 !
sound/soc/codecs/wm2000.c | 4 1 + 3 - 0 !
sound/usb/6fire/firmware.c | 4 0 + 4 - 0 !
164 files changed, 159 insertions(+), 727 deletions(-)

 firmware: remove redundant log messages from drivers
Date: Sun, 09 Dec 2012 16:40:31 +0000
bugfix/all/radeon firmware is required for drm and kms on r600 onward.patch | (download)

drivers/gpu/drm/radeon/radeon_drv.c | 41 41 + 0 - 0 !
1 file changed, 41 insertions(+)

 radeon: firmware is required for drm and kms on r600 onward
Date: Tue, 08 Jan 2013 03:25:52 +0000
Bug-Debian: https://bugs.debian.org/607194
Bug-Debian: https://bugs.debian.org/607471
Bug-Debian: https://bugs.debian.org/610851
Bug-Debian: https://bugs.debian.org/627497
Bug-Debian: https://bugs.debian.org/632212
Bug-Debian: https://bugs.debian.org/637943
Bug-Debian: https://bugs.debian.org/649448
Bug-Debian: https://bugs.debian.org/697229
features/all/aufs3/aufs3 kbuild.patch | (download)

fs/Kconfig | 1 1 + 0 - 0 !
fs/Makefile | 1 1 + 0 - 0 !
include/uapi/linux/Kbuild | 1 1 + 0 - 0 !
3 files changed, 3 insertions(+)

 aufs3.14 kbuild patch
features/all/aufs3/aufs3 base.patch | (download)

drivers/block/loop.c | 18 18 + 0 - 0 !
fs/inode.c | 2 1 + 1 - 0 !
fs/splice.c | 10 5 + 5 - 0 !
include/linux/fs.h | 1 1 + 0 - 0 !
include/linux/splice.h | 6 6 + 0 - 0 !
5 files changed, 31 insertions(+), 6 deletions(-)

 aufs3.14 base patch
features/all/aufs3/aufs3 mmap.patch | (download)

fs/buffer.c | 2 1 + 1 - 0 !
fs/proc/nommu.c | 4 3 + 1 - 0 !
fs/proc/task_mmu.c | 5 4 + 1 - 0 !
fs/proc/task_nommu.c | 4 3 + 1 - 0 !
include/linux/mm.h | 84 84 + 0 - 0 !
include/linux/mm_types.h | 2 2 + 0 - 0 !
kernel/fork.c | 2 1 + 1 - 0 !
mm/filemap.c | 2 1 + 1 - 0 !
mm/fremap.c | 15 13 + 2 - 0 !
mm/madvise.c | 4 2 + 2 - 0 !
mm/memory.c | 4 2 + 2 - 0 !
mm/mmap.c | 12 6 + 6 - 0 !
mm/msync.c | 4 2 + 2 - 0 !
mm/nommu.c | 10 5 + 5 - 0 !
14 files changed, 129 insertions(+), 25 deletions(-)

 aufs3.14 mmap patch
features/all/aufs3/aufs3 standalone.patch | (download)

fs/inode.c | 2 2 + 0 - 0 !
fs/namespace.c | 2 2 + 0 - 0 !
fs/notify/group.c | 4 4 + 0 - 0 !
fs/notify/mark.c | 4 4 + 0 - 0 !
fs/open.c | 1 1 + 0 - 0 !
fs/splice.c | 2 2 + 0 - 0 !
security/commoncap.c | 2 2 + 0 - 0 !
security/device_cgroup.c | 2 2 + 0 - 0 !
security/security.c | 10 10 + 0 - 0 !
9 files changed, 29 insertions(+)

 aufs3.14 standalone patch
features/all/aufs3/aufs3 add.patch | (download)

Documentation/ABI/testing/debugfs-aufs | 50 50 + 0 - 0 !
Documentation/ABI/testing/sysfs-aufs | 31 31 + 0 - 0 !
Documentation/filesystems/aufs/README | 368 368 + 0 - 0 !
Documentation/filesystems/aufs/design/01intro.txt | 161 161 + 0 - 0 !
Documentation/filesystems/aufs/design/02struct.txt | 242 242 + 0 - 0 !
Documentation/filesystems/aufs/design/03lookup.txt | 105 105 + 0 - 0 !
Documentation/filesystems/aufs/design/04branch.txt | 75 75 + 0 - 0 !
Documentation/filesystems/aufs/design/05wbr_policy.txt | 64 64 + 0 - 0 !
Documentation/filesystems/aufs/design/06mmap.txt | 46 46 + 0 - 0 !
Documentation/filesystems/aufs/design/07export.txt | 58 58 + 0 - 0 !
Documentation/filesystems/aufs/design/08shwh.txt | 52 52 + 0 - 0 !
Documentation/filesystems/aufs/design/10dynop.txt | 46 46 + 0 - 0 !
Documentation/filesystems/aufs/design/99plan.txt | 95 95 + 0 - 0 !
fs/aufs/Kconfig | 179 179 + 0 - 0 !
fs/aufs/Makefile | 42 42 + 0 - 0 !
fs/aufs/aufs.h | 59 59 + 0 - 0 !
fs/aufs/branch.c | 1219 1219 + 0 - 0 !
fs/aufs/branch.h | 264 264 + 0 - 0 !
fs/aufs/conf.mk | 37 37 + 0 - 0 !
fs/aufs/cpup.c | 1289 1289 + 0 - 0 !
fs/aufs/cpup.h | 94 94 + 0 - 0 !
fs/aufs/dbgaufs.c | 432 432 + 0 - 0 !
fs/aufs/dbgaufs.h | 48 48 + 0 - 0 !
fs/aufs/dcsub.c | 243 243 + 0 - 0 !
fs/aufs/dcsub.h | 116 116 + 0 - 0 !
fs/aufs/debug.c | 518 518 + 0 - 0 !
fs/aufs/debug.h | 247 247 + 0 - 0 !
fs/aufs/dentry.c | 1085 1085 + 0 - 0 !
fs/aufs/dentry.h | 234 234 + 0 - 0 !
fs/aufs/dinfo.c | 544 544 + 0 - 0 !
fs/aufs/dir.c | 639 639 + 0 - 0 !
fs/aufs/dir.h | 136 136 + 0 - 0 !
fs/aufs/dynop.c | 379 379 + 0 - 0 !
fs/aufs/dynop.h | 75 75 + 0 - 0 !
fs/aufs/export.c | 831 831 + 0 - 0 !
fs/aufs/f_op.c | 733 733 + 0 - 0 !
fs/aufs/f_op_sp.c | 386 386 + 0 - 0 !
fs/aufs/file.c | 725 725 + 0 - 0 !
fs/aufs/file.h | 312 312 + 0 - 0 !
fs/aufs/finfo.c | 156 156 + 0 - 0 !
fs/aufs/fstype.h | 469 469 + 0 - 0 !
fs/aufs/hfsnotify.c | 281 281 + 0 - 0 !
fs/aufs/hfsplus.c | 56 56 + 0 - 0 !
fs/aufs/hnotify.c | 711 711 + 0 - 0 !
fs/aufs/i_op.c | 1132 1132 + 0 - 0 !
fs/aufs/i_op_add.c | 881 881 + 0 - 0 !
fs/aufs/i_op_del.c | 506 506 + 0 - 0 !
fs/aufs/i_op_ren.c | 1032 1032 + 0 - 0 !
fs/aufs/iinfo.c | 277 277 + 0 - 0 !
fs/aufs/inode.c | 491 491 + 0 - 0 !
fs/aufs/inode.h | 601 601 + 0 - 0 !
fs/aufs/ioctl.c | 201 201 + 0 - 0 !
fs/aufs/loop.c | 145 145 + 0 - 0 !
fs/aufs/loop.h | 52 52 + 0 - 0 !
fs/aufs/magic.mk | 54 54 + 0 - 0 !
fs/aufs/module.c | 202 202 + 0 - 0 !
fs/aufs/module.h | 104 104 + 0 - 0 !
fs/aufs/mvdown.c | 627 627 + 0 - 0 !
fs/aufs/opts.c | 1701 1701 + 0 - 0 !
fs/aufs/opts.h | 210 210 + 0 - 0 !
fs/aufs/plink.c | 532 532 + 0 - 0 !
fs/aufs/poll.c | 55 55 + 0 - 0 !
fs/aufs/procfs.c | 169 169 + 0 - 0 !
fs/aufs/rdu.c | 388 388 + 0 - 0 !
fs/aufs/rwsem.h | 187 187 + 0 - 0 !
fs/aufs/sbinfo.c | 351 351 + 0 - 0 !
fs/aufs/spl.h | 111 111 + 0 - 0 !
fs/aufs/super.c | 1001 1001 + 0 - 0 !
fs/aufs/super.h | 571 571 + 0 - 0 !
fs/aufs/sysaufs.c | 104 104 + 0 - 0 !
fs/aufs/sysaufs.h | 103 103 + 0 - 0 !
fs/aufs/sysfs.c | 296 296 + 0 - 0 !
fs/aufs/sysrq.c | 154 154 + 0 - 0 !
fs/aufs/vdir.c | 887 887 + 0 - 0 !
fs/aufs/vfsub.c | 782 782 + 0 - 0 !
fs/aufs/vfsub.h | 282 282 + 0 - 0 !
fs/aufs/wbr_policy.c | 756 756 + 0 - 0 !
fs/aufs/whout.c | 1052 1052 + 0 - 0 !
fs/aufs/whout.h | 86 86 + 0 - 0 !
fs/aufs/wkq.c | 212 212 + 0 - 0 !
fs/aufs/wkq.h | 91 91 + 0 - 0 !
fs/aufs/xino.c | 1312 1312 + 0 - 0 !
include/uapi/linux/aufs_type.h | 281 281 + 0 - 0 !
83 files changed, 31911 insertions(+)

 aufs3.14-20140616
debian/aufs3 mark as staging.patch | (download)

fs/aufs/module.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 aufs: mark as staging
debian/af_802154 Disable auto loading as mitigation against.patch | (download)

net/ieee802154/af_ieee802154.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 2/3] af_802154: disable auto-loading as mitigation against local exploits
debian/rds Disable auto loading as mitigation against local.patch | (download)

net/rds/af_rds.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch 1/3] rds: disable auto-loading as mitigation against local exploits
debian/decnet Disable auto loading as mitigation against lo.patch | (download)

net/decnet/af_decnet.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] decnet: disable auto-loading as mitigation against local exploits
debian/fs enable link security restrictions by default.patch | (download)

fs/namei.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fs: enable link security restrictions by default
Date: Fri, 02 Nov 2012 05:32:06 +0000
Bug-Debian: https://bugs.debian.org/609455
debian/sched autogroup disabled.patch | (download)

kernel/sched/auto_group.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sched: do not enable autogrouping by default
Date: Wed, 16 Mar 2011 03:17:06 +0000
features/all/cgroups Allow memory cgroup support to be included b.patch | (download)

Documentation/kernel-parameters.txt | 4 2 + 2 - 0 !
init/Kconfig | 8 8 + 0 - 0 !
kernel/cgroup.c | 20 16 + 4 - 0 !
mm/memcontrol.c | 3 3 + 0 - 0 !
4 files changed, 29 insertions(+), 6 deletions(-)

 cgroups: allow memory cgroup support to be included but disabled
debian/cgroups Document the Debian memory resource controll.patch | (download)

Documentation/cgroups/memory.txt | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 cgroups: document the debian memory resource controller config change
debian/yama disable by default.patch | (download)

security/yama/yama_lsm.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 yama: disable by default
Date: Wed, 19 Jun 2013 04:35:28 +0100
Bug-Debian: https://bugs.debian.org/712740
debian/add sysctl to disallow unprivileged CLONE_NEWUSER by default.patch | (download)

kernel/fork.c | 15 15 + 0 - 0 !
kernel/sysctl.c | 12 12 + 0 - 0 !
kernel/user_namespace.c | 3 3 + 0 - 0 !
3 files changed, 30 insertions(+)

 add sysctl to disallow unprivileged clone_newuser by default
debian/cirrus disable modeset by default.patch | (download)

drivers/gpu/drm/cirrus/cirrus_drv.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cirrus: disable by default
debian/mgag200 disable autoload.patch | (download)

drivers/gpu/drm/mgag200/mgag200_drv.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 mgag200: disable autoload
Date: Mon, 24 Dec 2012 00:10:05 +0000
debian/cdc_ncm cdc_mbim use ncm by default.patch | (download)

drivers/net/usb/cdc_ncm.c | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 cdc_ncm,cdc_mbim: use ncm by default
Date: Sun, 31 Mar 2013 03:58:04 +0100
debian/snd pcsp disable autoload.patch | (download)

sound/drivers/pcsp/pcsp.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 snd-pcsp: disable autoload
bugfix/x86/viafb autoload on olpc xo1.5 only.patch | (download)

drivers/video/via/via-core.c | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 viafb: autoload on olpc xo 1.5 only
Bug-Debian: https://bugs.debian.org/705788
features/all/xen/microcode.patch | (download)

arch/x86/include/asm/microcode.h | 9 9 + 0 - 0 !
arch/x86/kernel/cpu/microcode/Makefile | 1 1 + 0 - 0 !
arch/x86/kernel/cpu/microcode/core.c | 5 4 + 1 - 0 !
arch/x86/kernel/cpu/microcode/xen.c | 198 198 + 0 - 0 !
arch/x86/xen/Kconfig | 4 4 + 0 - 0 !
5 files changed, 216 insertions(+), 1 deletion(-)

 xen: add cpu microcode update driver
features/all/xen/microcode amd fam15plus.patch | (download)

arch/x86/kernel/cpu/microcode/xen.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 microcode_xen: add support for amd family >= 15h
features/all/xen/microcode typo.patch | (download)

arch/x86/kernel/cpu/microcode/xen.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 x86/microcode: check proper return code.
features/all/xen/microcode api update.patch | (download)

arch/x86/kernel/cpu/microcode/xen.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 microcode_xen: update for changed core api
bugfix/arm/omap musb choice.patch | (download)

drivers/usb/musb/Kconfig | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 drivers/usb/musb/kconfig: remove the 'glue layer' choice.
bugfix/mips/disable advansys.patch | (download)

drivers/scsi/Kconfig | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [arm, mips] disable advansys
bugfix/arm/ixp4xx_iobe.patch | (download)

arch/arm/mach-ixp4xx/include/mach/io.h | 57 57 + 0 - 0 !
1 file changed, 57 insertions(+)

 ixp4xx: add io{read,write}{16,32}be functions
Date: 2011-11-13 19:27:56 +0000
bugfix/m68k/ethernat kconfig.patch | (download)

drivers/net/ethernet/smsc/Kconfig | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 make smc91x driver selectable for atari_ethernat boards