Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
TPM: fix pcrread

+1 -2
+1 -2
drivers/char/tpm/tpm.c
··· 696 696 697 697 cmd.header.in = pcrread_header; 698 698 cmd.params.pcrread_in.pcr_idx = cpu_to_be32(pcr_idx); 699 - BUG_ON(cmd.header.in.length > READ_PCR_RESULT_SIZE); 700 - rc = transmit_cmd(chip, &cmd, cmd.header.in.length, 699 + rc = transmit_cmd(chip, &cmd, READ_PCR_RESULT_SIZE, 701 700 "attempting to read a pcr value"); 702 701 703 702 if (rc == 0)