* doiggl@velocitynet.com.au (doiggl@velocitynet.com.au) [20101104 10:51]:
1 out of 1 hunk FAILED -- saving rejects to file include/linux/mm.h.rej
So as expected you get the same failure.
- Is it possible to list out the mm.h.rej content if so how can that be done ?.
No, you'd have to build locally.
- How can the patch be regenerated ?
Use quilt :) Create a ~/.quiltrc with the following contents -------------------->8 cut 8<-------------------------- #Options passed to GNU diff when generating patches QUILT_DIFF_OPTS="--show-c-function" # Options passed to GNU patch when applying patches QUILT_PATCH_OPTS="--reject-format=unified --backup --fuzz=0" # Options to pass to commands (QUILT_${COMMAND}_ARGS) QUILT_PUSH_ARGS="--color=auto" QUILT_SETUP_ARGS="--fuzz=0" QUILT_DIFF_ARGS="--color=auto" QUILT_REFRESH_ARGS="--backup -p0" -------------------->8 cut 8<-------------------------- Which will make quilt call patch with --fuzz=0. Apply the patch with quilt, adapt it to apply cleanly and then regenerate with quilt. Philipp -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org