You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge branch 'for-next' into for-linus
Conflicts: kernel/irq/chip.c
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ config DEBUG_SECTION_MISMATCH
|
||||
bool "Enable full Section mismatch analysis"
|
||||
depends on UNDEFINED
|
||||
# This option is on purpose disabled for now.
|
||||
# It will be enabled when we are down to a resonable number
|
||||
# It will be enabled when we are down to a reasonable number
|
||||
# of section mismatch warnings (< 10 for an allyesconfig build)
|
||||
help
|
||||
The section mismatch analysis checks if there are illegal
|
||||
|
||||
@@ -299,7 +299,7 @@ static int INIT get_next_block(struct bunzip_data *bd)
|
||||
again when using them (during symbol decoding).*/
|
||||
base = hufGroup->base-1;
|
||||
limit = hufGroup->limit-1;
|
||||
/* Calculate permute[]. Concurently, initialize
|
||||
/* Calculate permute[]. Concurrently, initialize
|
||||
* temp[] and limit[]. */
|
||||
pp = 0;
|
||||
for (i = minLen; i <= maxLen; i++) {
|
||||
|
||||
+1
-1
@@ -259,7 +259,7 @@ static struct dma_debug_entry *hash_bucket_find(struct hash_bucket *bucket,
|
||||
* times. Without a hardware IOMMU this results in the
|
||||
* same device addresses being put into the dma-debug
|
||||
* hash multiple times too. This can result in false
|
||||
* positives being reported. Therfore we implement a
|
||||
* positives being reported. Therefore we implement a
|
||||
* best-fit algorithm here which returns the entry from
|
||||
* the hash which fits best to the reference value
|
||||
* instead of the first-fit.
|
||||
|
||||
@@ -281,7 +281,7 @@ static int idr_get_new_above_int(struct idr *idp, void *ptr, int starting_id)
|
||||
/**
|
||||
* idr_get_new_above - allocate new idr entry above or equal to a start id
|
||||
* @idp: idr handle
|
||||
* @ptr: pointer you want associated with the ide
|
||||
* @ptr: pointer you want associated with the id
|
||||
* @start_id: id to start search at
|
||||
* @id: pointer to the allocated handle
|
||||
*
|
||||
@@ -313,7 +313,7 @@ EXPORT_SYMBOL(idr_get_new_above);
|
||||
/**
|
||||
* idr_get_new - allocate new idr entry
|
||||
* @idp: idr handle
|
||||
* @ptr: pointer you want associated with the ide
|
||||
* @ptr: pointer you want associated with the id
|
||||
* @id: pointer to the allocated handle
|
||||
*
|
||||
* This is the allocate id function. It should be called with any
|
||||
|
||||
+1
-1
@@ -485,7 +485,7 @@ do_unmap_single(struct device *hwdev, char *dma_addr, size_t size, int dir)
|
||||
|
||||
/*
|
||||
* Return the buffer to the free list by setting the corresponding
|
||||
* entries to indicate the number of contigous entries available.
|
||||
* entries to indicate the number of contiguous entries available.
|
||||
* While returning the entries to the free list, we merge the entries
|
||||
* with slots below and above the pool being returned.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user