[PATCH 1/5] x86/microcode/intel: Change checksum variables to u32
From: Chris Bainbridge <chris.bainbridge@gmail.com> Microcode checksum verification should be done using unsigned 32-bit values otherwise the calcula
View Article[PATCH 2/5] x86/microcode/intel: Get rid of DWSIZE
From: Borislav Petkov <bp@suse.de> sizeof(u32) is perfectly clear as it is. Signed-off-by: Borislav Petkov <bp@suse.de> --- arch/x86/include/asm/mi
View Article[PATCH 3/5] x86/microcode/intel: Merge two consecutive if-statements
From: Borislav Petkov <bp@suse.de> Merge the two consecutive "if (ext_table_size)". No functionality change. Signed-off-by: Borislav Petkov <bp@sus
View Article[PATCH] nfsd: recover: fix memory leak
nfsd4_cltrack_grace_start() will allocate the memory for grace_start but when we returned due to error we missed freeing it. Signed-off-by: Sudip Muk
View Article[PATCH 4/5] x86/microcode/intel: Improve microcode sanity-checking error...
From: Borislav Petkov <bp@suse.de> Turn them into proper sentences. Add comments to microcode_sanity_check() to explain what it does. Signed-off-by:
View Article[PATCH 5/5] x86/microcode/intel: Drop orig_sum from ext signature checksum
From: Borislav Petkov <bp@suse.de> It is 0 because for !0 values we would have exited already. Signed-off-by: Borislav Petkov <bp@suse.de> --- arch
View Article[PATCH] [media] cx231xx: fix memory leak
When we returned on error we missed freeing p_current_fw and p_buffer. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> --- drivers/
View Article[PATCH] [media] dw2102: fix unreleased firmware
On the particular case when the product id is 0x2101 we have requested for a firmware but after processing it we missed releasing it. Signed-off-by:
View Article[PATCH v6 10/26] mtd: nand: omap: Update DT binding documentation
Add compatible id and interrupts. The NAND interrupts are provided by the GPMC controller node. Signed-off-by: Roger Quadros <rogerq@ti.com> --- Doc
View Article[PATCH] tools/perf: Document perf-stat's --detailed option
From: Borislav Petkov <bp@suse.de> I'm surprised this remained undocumented since at least 2011. And it is actually a very useful switch, as Steve an
View Article[PATCH] scsi: storvsc: fix SRB_STATUS_ABORTED handling
Commit 3209f9d780d1 ("scsi: storvsc: Fix a bug in the handling of SRB status flags") filtered SRB_STATUS_AUTOSENSE_VALID out effectively making the (S
View Article[PATCH v2] simplify new deadline tasks detection
This is v2 of my previous patch removing dl_new; repect to the previos version, I (hopeflly) fixed all the coding style issues (now scripts/checkpatch
View Article[PATCH v2] sched/deadline: remove dl_new from sched_dl_entity
The dl_new field of the sched_dl_entity is currently used to identify new deadline tasks, so that their deadline and runtime can be properly initialis
View ArticleRe: [PATCH RESEND] 8021q:Add missing statements to switch case in the...
On 06.03, Nicholas Krause wrote: > This adds the proper snprintf and break statement for formatting > the vlan_net structure pointer, vn's name using
View Article[PATCH] spmi: do not use bus internal data
The variable p is a data structure which is used by the driver core internally and it is not expected that busses will be directly accessing these dri
View Article[PATCH] i2c: i2c-core: do not use bus internal data
The variable p is a data structure which is used by the driver core internally and it is not expected that busses will be directly accessing these dri
View Article[PATCH] md/bitmap: remove redundant check
daemon_sleep is an unsigned, so testing if it's 0 or less than 1 does the same thing. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> ---
View Article[PATCH v11 0/6] add support for DWC UFS Controller
The work consisted of: - Fixed typo in ufshcd-pltfrm.c - Tweak ufshcd.c for UFS 2.0 support - Implement ufshcd-dwc which contains all DWC HW specific
View Article[PATCH v11 1/6] fixed typo in ufshcd-pltfrm
Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de> --- Changes v0->v11: - Nothing c
View Article[PATCH v11 2/6] added UFS 2.0 capabilities
Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpinto@synopsys.com> Acked-by: Arnd Bergmann <arnd@arndb.de> --- Changes v8
View Article