The patch titled cx231xx: card->driver "Conexant cx231xx Audio" too long has been removed from the -mm tree. Its filename was cx231xx-card-driver-conexant-cx231xx-audio-too-long.patch This patch was dropped because an updated version will be merged The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cx231xx: card->driver "Conexant cx231xx Audio" too long From: Dan Carpenter <error27@xxxxxxxxx> card->driver is 15 characters and a NULL, the original code could cause a buffer overflow. Signed-off-by: Dan Carpenter <error27@xxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Cc: Srinivasa Deevi <srinivasa.deevi@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/cx231xx/cx231xx-audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/media/video/cx231xx/cx231xx-audio.c~cx231xx-card-driver-conexant-cx231xx-audio-too-long drivers/media/video/cx231xx/cx231xx-audio.c --- a/drivers/media/video/cx231xx/cx231xx-audio.c~cx231xx-card-driver-conexant-cx231xx-audio-too-long +++ a/drivers/media/video/cx231xx/cx231xx-audio.c @@ -495,7 +495,7 @@ static int cx231xx_audio_init(struct cx2 pcm->info_flags = 0; pcm->private_data = dev; strcpy(pcm->name, "Conexant cx231xx Capture"); - strcpy(card->driver, "Conexant cx231xx Audio"); + strcpy(card->driver, "Cx231xx Audio"); strcpy(card->shortname, "Cx231xx Audio"); strcpy(card->longname, "Conexant cx231xx Audio"); _ Patches currently in -mm which might be from error27@xxxxxxxxx are origin.patch memcontrol-fix-potential-null-deref.patch rtc-mc13783-fix-use-after-free-bug.patch linux-next.patch kcore-fix-test-for-end-of-list.patch acpi_pad-processor_aggregator-name-too-long.patch power_meter-acpi_device_class-power_meter_resource-too-long.patch em28xx-empia-em28xx-audio-too-long.patch cx231xx-card-driver-conexant-cx231xx-audio-too-long.patch dpt_i20-several-use-after-free-issues.patch sbshc-acpi_device_class-smbus_host_controller-too-long.patch i915-fix-small-leak-on-error-path.patch backlight-backlight_device_register-return-err_ptr.patch scsi-remove-superfluous-null-pointer-check-from-scsi_kill_request.patch iscsi-change-to.patch musb-potential-use-after-free.patch dynamic_debug-small-cleanup-in-ddebug_proc_write.patch sis-strcpy-=-strlcpy.patch proc-cleanup-remove-unused-assignments.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html