[kernel] r19741 - in dists/trunk/linux/debian: . patches patches/bugfix/all

Ben Hutchings benh at alioth.debian.org
Fri Jan 18 01:36:03 UTC 2013


Author: benh
Date: Fri Jan 18 01:36:03 2013
New Revision: 19741

Log:
Update to 3.7.3

Deleted:
   dists/trunk/linux/debian/patches/clean-modules-without-link-vmlinux.sh.patch
Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch
   dists/trunk/linux/debian/patches/series

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Thu Jan 17 13:13:53 2013	(r19740)
+++ dists/trunk/linux/debian/changelog	Fri Jan 18 01:36:03 2013	(r19741)
@@ -1,7 +1,8 @@
-linux (3.7.2-1~experimental.1) UNRELEASED; urgency=low
+linux (3.7.3-1~experimental.1) UNRELEASED; urgency=low
 
   * New upstream stable update:
     http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.2
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.7.3
 
   [ Ben Hutchings ]
   * [ia64] nouveau: Disable another bit of ACPI support (fixes FTBFS)

Modified: dists/trunk/linux/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch
==============================================================================
--- dists/trunk/linux/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch	Thu Jan 17 13:13:53 2013	(r19740)
+++ dists/trunk/linux/debian/patches/bugfix/all/firmware-remove-redundant-log-messages-from-drivers.patch	Fri Jan 18 01:36:03 2013	(r19741)
@@ -1511,14 +1511,15 @@
  				int success = 0;
 --- a/drivers/net/wireless/b43/main.c
 +++ b/drivers/net/wireless/b43/main.c
-@@ -2132,18 +2132,8 @@ int b43_do_request_fw(struct b43_request
- 		return -ENOSYS;
+@@ -2158,19 +2158,8 @@ int b43_do_request_fw(struct b43_request
  	}
- 	err = request_firmware(&blob, ctx->fwname, ctx->dev->dev->dev);
+ 	err = request_firmware(&ctx->blob, ctx->fwname,
+ 			       ctx->dev->dev->dev);
 -	if (err == -ENOENT) {
 -		snprintf(ctx->errors[ctx->req_type],
 -			 sizeof(ctx->errors[ctx->req_type]),
--			 "Firmware file \"%s\" not found\n", ctx->fwname);
+-			 "Firmware file \"%s\" not found\n",
+-			 ctx->fwname);
 +	if (err)
  		return err;
 -	} else if (err) {
@@ -1528,9 +1529,9 @@
 -			 ctx->fwname, err);
 -		return err;
 -	}
- 	if (blob->size < sizeof(struct b43_fw_header))
+ fw_ready:
+ 	if (ctx->blob->size < sizeof(struct b43_fw_header))
  		goto err_format;
- 	hdr = (struct b43_fw_header *)(blob->data);
 --- a/drivers/net/wireless/b43legacy/main.c
 +++ b/drivers/net/wireless/b43legacy/main.c
 @@ -1554,11 +1554,8 @@ static int do_request_fw(struct b43legac
@@ -2072,7 +2073,7 @@
  	if (qla82xx_validate_firmware_blob(vha,
 --- a/drivers/scsi/qla2xxx/qla_os.c
 +++ b/drivers/scsi/qla2xxx/qla_os.c
-@@ -4890,8 +4890,6 @@ qla2x00_request_firmware(scsi_qla_host_t
+@@ -4889,8 +4889,6 @@ qla2x00_request_firmware(scsi_qla_host_t
  		goto out;
  
  	if (request_firmware(&blob->fw, blob->name, &ha->pdev->dev)) {
@@ -2747,7 +2748,7 @@
  	/* The FPGA is a Xilinx Spartan IIE XC2S50E */
 --- a/sound/pci/hda/hda_intel.c
 +++ b/sound/pci/hda/hda_intel.c
-@@ -3289,10 +3289,8 @@ static void azx_firmware_cb(const struct
+@@ -3292,10 +3292,8 @@ static void azx_firmware_cb(const struct
  	struct azx *chip = card->private_data;
  	struct pci_dev *pci = chip->pci;
  

Modified: dists/trunk/linux/debian/patches/series
==============================================================================
--- dists/trunk/linux/debian/patches/series	Thu Jan 17 13:13:53 2013	(r19740)
+++ dists/trunk/linux/debian/patches/series	Fri Jan 18 01:36:03 2013	(r19741)
@@ -67,7 +67,6 @@
 debian/udl-disable-autoload.patch
 debian/ast-disable-autoload.patch
 debian/mgag200-disable-autoload.patch
-clean-modules-without-link-vmlinux.sh.patch
 bugfix/all/ath6kl-do-not-use-virt_addr_valid.patch
 
 features/all/xen/microcode-api-update.patch



More information about the Kernel-svn-changes mailing list